Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: STEllAR-GROUP/hpx
base: 56ff70a14bfe
Choose a base ref
...
head repository: STEllAR-GROUP/hpx
compare: 8acb6a7af96b
Choose a head ref
  • 3 commits
  • 13 files changed
  • 2 contributors

Commits on Aug 27, 2017

  1. Break the debugger when a test failed

    * Set the cmake variable
      -DHPX_WITH_ATTACH_DEBUGGER_ON_TEST_FAILURE
      to enable this without to set it inside the config.
    * Move some methods from the test fixture to its
      compilation unit.
    Naios committed Aug 27, 2017
    Copy the full SHA
    b1b1deb View commit details
    Browse the repository at this point in the history
  2. Allow to disable the hpx:attach-debugger option

    * Useful when HPX_WITH_ATTACH_DEBUGGER_ON_TEST_FAILURE
      is set in CMake, and we want to disable this
      option at runtime.
    Naios committed Aug 27, 2017
    Copy the full SHA
    a3e1cfb View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2017

  1. Merge pull request #2830 from Naios/test_break

    Break the debugger when a test failed
    hkaiser committed Aug 30, 2017
    Copy the full SHA
    8acb6a7 View commit details
    Browse the repository at this point in the history