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: d5639e008ea1
Choose a base ref
...
head repository: STEllAR-GROUP/hpx
compare: c721a35f59ef
Choose a head ref
  • 16 commits
  • 11 files changed
  • 2 contributors

Commits on Jul 21, 2017

  1. Copy the full SHA
    39ed018 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9a7b0ee View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9689c3d View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2017

  1. Use our own implementation of swap_ranges instead of std::swap_ranges…

    … to ensure the way swap_ranges works in parallel::partition.
    taeguk committed Jul 25, 2017
    6
    Copy the full SHA
    d853b1a View commit details
    Browse the repository at this point in the history
  2. Refactor parallel::partition.

    1. Remove non-meaning unnamed namespace.
    2. Use HPX_CONCEPT_REQUIRES_ instead of explicit std::enable_if.
    3. Put codes for parallel partition into partition_helper.
    taeguk committed Jul 25, 2017
    Copy the full SHA
    6153fb1 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2017

  1. Copy the full SHA
    7442890 View commit details
    Browse the repository at this point in the history
  2. Fix compile errors in gcc.

    taeguk committed Jul 26, 2017
    Copy the full SHA
    39f6b9c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ff727ae View commit details
    Browse the repository at this point in the history
  4. Restrict random_fill range when RAND_MAX is very big in benchmark cod…

    …es of parallel::partition.
    taeguk committed Jul 26, 2017
    Copy the full SHA
    f929e4c View commit details
    Browse the repository at this point in the history
  5. Use 20000 as block size instead of the chunk size from traits::maxima…

    …l_number_of_chucks(...).
    taeguk committed Jul 26, 2017
    7
    Copy the full SHA
    aae9fb6 View commit details
    Browse the repository at this point in the history
  6. Fix inspection errors.

    taeguk committed Jul 26, 2017
    Copy the full SHA
    9286948 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    8f38d4d View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    1a88d0e View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2017

  1. Copy the full SHA
    f9cbe12 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    514c5e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2017

  1. Merge pull request #2778 from taeguk/tg_partition

    Implement parallel::partition.
    hkaiser committed Aug 8, 2017
    Copy the full SHA
    c721a35 View commit details
    Browse the repository at this point in the history