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: 38e6f2204398
Choose a base ref
...
head repository: STEllAR-GROUP/hpx
compare: d0fb5b7cb746
Choose a head ref
  • 4 commits
  • 56 files changed
  • 2 contributors

Commits on Nov 2, 2017

  1. Improving clang-tidy tool

     - The script now runs more checks.
     - Fixing diff against master
    Thomas Heller committed Nov 2, 2017
    Copy the full SHA
    e0e1858 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2017

  1. Fixing errors reported by clang-tidy

    This patch fixes problems reported by clang-tidy after enabling the following
    checks:
    modernize-use-nullptr
    misc-use-after-move
    misc-virtual-near-miss
    misc-multiple-statement-macro
    misc-move-constructor-init
    misc-move-forwarding-reference
    misc-assert-side-effect
    misc-dangling-handle
    misc-move-constructor-init
    misc-move-forwarding-reference
    misc-non-copyable-objects
    misc-forwarding-reference-overload
    Thomas Heller committed Nov 11, 2017
    Copy the full SHA
    8e0212d View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2017

  1. Copy the full SHA
    3e800b6 View commit details
    Browse the repository at this point in the history
  2. Fixed checked iterator problem

    - fixed another potential use after move problem
    - fixed memory leak (dataflow was leaking its shared state)
    - simplified function operator implementation for resume_state_callable
    hkaiser committed Nov 18, 2017
    Copy the full SHA
    d0fb5b7 View commit details
    Browse the repository at this point in the history