Branch: refs/heads/release
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: f1d401ff87abe0ed3c03750662ed0947b12766e1
      
https://github.com/STEllAR-GROUP/hpx/commit/f1d401ff87abe0ed3c03750662ed0947b12766e1
  Author: john <[email protected]>
  Date:   2021-02-02 (Tue, 02 Feb 2021)

  Changed paths:
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/remove.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/remove_tests.hpp

  Log Message:
  -----------
  Adapt hpx::remove to C++20


  Commit: 694c1779179a516582771414ec1ffc0ae0cb3f66
      
https://github.com/STEllAR-GROUP/hpx/commit/694c1779179a516582771414ec1ffc0ae0cb3f66
  Author: gonidelis <[email protected]>
  Date:   2021-02-02 (Tue, 02 Feb 2021)

  Changed paths:
    M libs/full/include/include/hpx/algorithm.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/remove.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/remove_tests.hpp

  Log Message:
  -----------
  Adapt hpx::remove to C++20


  Commit: 7d62e3dc3b98460fa0485479813cde8736f9764a
      
https://github.com/STEllAR-GROUP/hpx/commit/7d62e3dc3b98460fa0485479813cde8736f9764a
  Author: gonidelis <[email protected]>
  Date:   2021-02-02 (Tue, 02 Feb 2021)

  Changed paths:
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/remove.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/remove.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/util/result_types.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/remove_tests.hpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/remove_if_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/remove_range.cpp

  Log Message:
  -----------
  Adapt remove/remove_if to C++20


  Commit: 71461dd17be0e8308f4b4727af018e1e167830db
      
https://github.com/STEllAR-GROUP/hpx/commit/71461dd17be0e8308f4b4727af018e1e167830db
  Author: gonidelis <[email protected]>
  Date:   2021-02-02 (Tue, 02 Feb 2021)

  Changed paths:
    M libs/parallelism/algorithms/tests/unit/container_algorithms/iter_sent.hpp

  Log Message:
  -----------
  Add custom Sentinel value facility for testing


  Commit: 49c5f4fbb5798de84802947f84fd329a53e83b2c
      
https://github.com/STEllAR-GROUP/hpx/commit/49c5f4fbb5798de84802947f84fd329a53e83b2c
  Author: gonidelis <[email protected]>
  Date:   2021-02-02 (Tue, 02 Feb 2021)

  Changed paths:
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/remove.hpp
    M libs/parallelism/algorithms/tests/performance/benchmark_remove.cpp
    M libs/parallelism/algorithms/tests/performance/benchmark_remove_if.cpp
    M libs/parallelism/algorithms/tests/unit/container_algorithms/iter_sent.hpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/remove_if_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/remove_range.cpp

  Log Message:
  -----------
  Add iterator-sentinel_value tests for ranges::remove(_if)


  Commit: f08bec13ca63afcfbad1c5e62eaf5dfb64c40864
      
https://github.com/STEllAR-GROUP/hpx/commit/f08bec13ca63afcfbad1c5e62eaf5dfb64c40864
  Author: gonidelis <[email protected]>
  Date:   2021-02-03 (Wed, 03 Feb 2021)

  Changed paths:
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/detail/find.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/remove.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/remove.hpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/remove_if_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/remove_range.cpp

  Log Message:
  -----------
  Provide docs for ranges remove overloads


  Commit: 079702a5d3f27a45cb22f21b48bef0354523a04b
      
https://github.com/STEllAR-GROUP/hpx/commit/079702a5d3f27a45cb22f21b48bef0354523a04b
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-02-04 (Thu, 04 Feb 2021)

  Changed paths:
    M hpx/runtime/components/server/runtime_support.hpp
    M src/runtime/components/server/runtime_support_server.cpp

  Log Message:
  -----------
  Rename 'module' symbols to avoid keyword conflict


  Commit: 92919e20b6fe9380135dcdf8fe2735e033defc7b
      
https://github.com/STEllAR-GROUP/hpx/commit/92919e20b6fe9380135dcdf8fe2735e033defc7b
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-02-05 (Fri, 05 Feb 2021)

  Changed paths:
    M hpx/runtime/components/server/runtime_support.hpp
    M src/runtime/components/server/runtime_support_server.cpp

  Log Message:
  -----------
  Merge pull request #5149 from STEllAR-GROUP/fixing_5148

Rename 'module' symbols to avoid keyword conflict


  Commit: 5bc98da43e09aa4c1272b361204cf7cdaee1a485
      
https://github.com/STEllAR-GROUP/hpx/commit/5bc98da43e09aa4c1272b361204cf7cdaee1a485
  Author: gonidelis <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/remove.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/remove.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/remove_tests.hpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/remove_range.cpp

  Log Message:
  -----------
  Move projection hpx::remove test in ranges tests


  Commit: 91e81908145bf04e524b25a6c3d91044a35c7add
      
https://github.com/STEllAR-GROUP/hpx/commit/91e81908145bf04e524b25a6c3d91044a35c7add
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-02-07 (Sun, 07 Feb 2021)

  Changed paths:
    M .circleci/config.yml

  Log Message:
  -----------
  Splitting unit tests on circleci to avoid timeouts


  Commit: 16c3c2df2e0b09d89243ffc29c35c21265b05653
      
https://github.com/STEllAR-GROUP/hpx/commit/16c3c2df2e0b09d89243ffc29c35c21265b05653
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-02-07 (Sun, 07 Feb 2021)

  Changed paths:
    M libs/full/include/include/hpx/algorithm.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/detail/find.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/remove.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/remove.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/util/result_types.hpp
    M libs/parallelism/algorithms/tests/performance/benchmark_remove.cpp
    M libs/parallelism/algorithms/tests/performance/benchmark_remove_if.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/remove_tests.hpp
    M libs/parallelism/algorithms/tests/unit/container_algorithms/iter_sent.hpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/remove_if_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/remove_range.cpp

  Log Message:
  -----------
  Merge pull request #5125 from gonidelis/remove_adapt

Adapt remove and remove_if to C++20


  Commit: b48319a17cd1a9343e63b4064088e1de83126fdf
      
https://github.com/STEllAR-GROUP/hpx/commit/b48319a17cd1a9343e63b4064088e1de83126fdf
  Author: Mikael Simberg <[email protected]>
  Date:   2021-02-08 (Mon, 08 Feb 2021)

  Changed paths:
    M hpx/runtime/components/server/runtime_support.hpp
    M libs/full/include/include/hpx/algorithm.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/detail/find.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/remove.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/remove.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/util/result_types.hpp
    M libs/parallelism/algorithms/tests/performance/benchmark_remove.cpp
    M libs/parallelism/algorithms/tests/performance/benchmark_remove_if.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/remove_tests.hpp
    M libs/parallelism/algorithms/tests/unit/container_algorithms/iter_sent.hpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/remove_if_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/remove_range.cpp
    M src/runtime/components/server/runtime_support_server.cpp

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into release


  Commit: d10babf0d0ed8654f417b340977777211657f4bb
      
https://github.com/STEllAR-GROUP/hpx/commit/d10babf0d0ed8654f417b340977777211657f4bb
  Author: Mikael Simberg <[email protected]>
  Date:   2021-02-08 (Mon, 08 Feb 2021)

  Changed paths:
    M .circleci/config.yml

  Log Message:
  -----------
  Merge pull request #5154 from STEllAR-GROUP/split_unit_tests

Splitting unit tests on circleci to avoid timeouts


  Commit: 34abf97ee92ec05dd13b923b289c161f4d2a86fd
      
https://github.com/STEllAR-GROUP/hpx/commit/34abf97ee92ec05dd13b923b289c161f4d2a86fd
  Author: Mikael Simberg <[email protected]>
  Date:   2021-02-08 (Mon, 08 Feb 2021)

  Changed paths:
    M cmake/HPX_SetupBoost.cmake

  Log Message:
  -----------
  Add 1.75.0 to Boost_ADDITIONAL_VERSIONS


  Commit: 4edba45c37947c754948eef65c59553caa618543
      
https://github.com/STEllAR-GROUP/hpx/commit/4edba45c37947c754948eef65c59553caa618543
  Author: Mikael Simberg <[email protected]>
  Date:   2021-02-08 (Mon, 08 Feb 2021)

  Changed paths:
    M .circleci/config.yml
    M cmake/HPX_SetupBoost.cmake

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into release


  Commit: 6783d30ce064b19d69c6d90db4d60da325129c76
      
https://github.com/STEllAR-GROUP/hpx/commit/6783d30ce064b19d69c6d90db4d60da325129c76
  Author: Mikael Simberg <[email protected]>
  Date:   2021-02-08 (Mon, 08 Feb 2021)

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  Bump 1.6.0-rc2 release date


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/680ef48a5fb7...6783d30ce064
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to