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: e0e18587ab93^
Choose a base ref
...
head repository: STEllAR-GROUP/hpx
compare: 69463c83e478
Choose a head ref
  • 2 commits
  • 55 files changed
  • 1 contributor

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 3, 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 3, 2017
    Copy the full SHA
    69463c8 View commit details
    Browse the repository at this point in the history