Branch: refs/heads/master
  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: 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: 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


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/92919e20b6fe...16c3c2df2e0b
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to