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: 029fa1a69052
Choose a base ref
...
head repository: STEllAR-GROUP/hpx
compare: 90dc03dfa1c9
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Oct 4, 2017

  1. Add #include files needed to set _POSIX_VERSION for debug check

    Debugger was not being attached because the relevant code was #ifdef'ed
    out and therefore being skipped completely on some linux flavours
    biddisco committed Oct 4, 2017
    Copy the full SHA
    65f3710 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fixing_2924' into fixing_2916

    Thomas Heller committed Oct 4, 2017
    Copy the full SHA
    3856c95 View commit details
    Browse the repository at this point in the history
  3. Fixing test for #2916

    The runtime error was triggered by a dangling reference. By capturing the
    channel by value, the problem disappears.
    Thomas Heller committed Oct 4, 2017
    Copy the full SHA
    90dc03d View commit details
    Browse the repository at this point in the history