Branch: refs/heads/destroy_destroy_n
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: e6621459de45019e301e34280b4fb9fea28d8bf5
      
https://github.com/STEllAR-GROUP/hpx/commit/e6621459de45019e301e34280b4fb9fea28d8bf5
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-07-28 (Tue, 28 Jul 2020)

  Changed paths:
    M libs/algorithms/CMakeLists.txt
    M libs/algorithms/include/hpx/parallel/algorithms/all_any_none.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/copy.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/detail/accumulate.hpp
    A libs/algorithms/include/hpx/parallel/algorithms/detail/find.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/all_any_none.hpp
    M libs/algorithms/include/hpx/parallel/util/cancellation_token.hpp
    M libs/algorithms/tests/unit/algorithms/all_of.cpp
    M libs/algorithms/tests/unit/algorithms/any_of.cpp
    M libs/algorithms/tests/unit/algorithms/none_of.cpp
    M libs/algorithms/tests/unit/container_algorithms/all_of_range.cpp
    M libs/algorithms/tests/unit/container_algorithms/any_of_range.cpp
    M libs/algorithms/tests/unit/container_algorithms/none_of_range.cpp
    M libs/include/include/hpx/algorithm.hpp
    M 
libs/segmented_algorithms/include/hpx/parallel/segmented_algorithms/all_any_none.hpp
    M libs/segmented_algorithms/tests/unit/partitioned_vector_all_of1.cpp
    M libs/segmented_algorithms/tests/unit/partitioned_vector_all_of2.cpp
    M libs/segmented_algorithms/tests/unit/partitioned_vector_any_of1.cpp
    M libs/segmented_algorithms/tests/unit/partitioned_vector_any_of2.cpp
    M libs/segmented_algorithms/tests/unit/partitioned_vector_none1.cpp
    M libs/segmented_algorithms/tests/unit/partitioned_vector_none2.cpp

  Log Message:
  -----------
  Adapting all_of, any_of, and none_of to C++20

- this introduces CPOs for the algorithms
- flyby: make detail::accumulate constexpr


  Commit: ce7c5b34ce9d2afcb4dc32708bad8a3c92a83be7
      
https://github.com/STEllAR-GROUP/hpx/commit/ce7c5b34ce9d2afcb4dc32708bad8a3c92a83be7
  Author: Mikael Simberg <[email protected]>
  Date:   2020-07-29 (Wed, 29 Jul 2020)

  Changed paths:
    M libs/algorithms/CMakeLists.txt
    M libs/algorithms/include/hpx/parallel/algorithms/all_any_none.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/copy.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/detail/accumulate.hpp
    A libs/algorithms/include/hpx/parallel/algorithms/detail/find.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/all_any_none.hpp
    M libs/algorithms/include/hpx/parallel/util/cancellation_token.hpp
    M libs/algorithms/tests/unit/algorithms/all_of.cpp
    M libs/algorithms/tests/unit/algorithms/any_of.cpp
    M libs/algorithms/tests/unit/algorithms/none_of.cpp
    M libs/algorithms/tests/unit/container_algorithms/all_of_range.cpp
    M libs/algorithms/tests/unit/container_algorithms/any_of_range.cpp
    M libs/algorithms/tests/unit/container_algorithms/none_of_range.cpp
    M libs/include/include/hpx/algorithm.hpp
    M 
libs/segmented_algorithms/include/hpx/parallel/segmented_algorithms/all_any_none.hpp
    M libs/segmented_algorithms/tests/unit/partitioned_vector_all_of1.cpp
    M libs/segmented_algorithms/tests/unit/partitioned_vector_all_of2.cpp
    M libs/segmented_algorithms/tests/unit/partitioned_vector_any_of1.cpp
    M libs/segmented_algorithms/tests/unit/partitioned_vector_any_of2.cpp
    M libs/segmented_algorithms/tests/unit/partitioned_vector_none1.cpp
    M libs/segmented_algorithms/tests/unit/partitioned_vector_none2.cpp

  Log Message:
  -----------
  Merge pull request #4859 from STEllAR-GROUP/all_any_none_of

Adapting all_of, any_of, and none_of to C++20


  Commit: 7524dd9ebfc2b0eb0dbbd6e01c53a097cf133ea8
      
https://github.com/STEllAR-GROUP/hpx/commit/7524dd9ebfc2b0eb0dbbd6e01c53a097cf133ea8
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-07-29 (Wed, 29 Jul 2020)

  Changed paths:
    M 
components/containers/partitioned_vector/tests/unit/serialization_partitioned_vector.cpp
    M libs/algorithms/CMakeLists.txt
    A libs/algorithms/include/hpx/parallel/algorithms/detail/fill.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/fill.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/fill.hpp
    M libs/algorithms/tests/regressions/static_chunker_2282.cpp
    M libs/algorithms/tests/unit/algorithms/fill.cpp
    M libs/algorithms/tests/unit/algorithms/filln.cpp
    M libs/algorithms/tests/unit/container_algorithms/CMakeLists.txt
    M libs/algorithms/tests/unit/container_algorithms/fill_range.cpp
    M libs/algorithms/tests/unit/container_algorithms/filln_range.cpp
    M libs/compute/tests/regressions/parallel_fill_4132.cpp
    M libs/include/include/hpx/algorithm.hpp
    M 
libs/segmented_algorithms/include/hpx/parallel/segmented_algorithms/fill.hpp
    M libs/segmented_algorithms/tests/unit/partitioned_vector_fill.cpp
    M tests/performance/local/stream.cpp

  Log Message:
  -----------
  Making fill and fill_n compatible with C++20

- converting algorithms to use CPOs


  Commit: 256b42eb12143bbd876a368af8c88a9dd95858a0
      
https://github.com/STEllAR-GROUP/hpx/commit/256b42eb12143bbd876a368af8c88a9dd95858a0
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-07-30 (Thu, 30 Jul 2020)

  Changed paths:
    M 
components/containers/partitioned_vector/tests/unit/serialization_partitioned_vector.cpp
    M libs/algorithms/CMakeLists.txt
    A libs/algorithms/include/hpx/parallel/algorithms/detail/fill.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/fill.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/fill.hpp
    M libs/algorithms/tests/regressions/static_chunker_2282.cpp
    M libs/algorithms/tests/unit/algorithms/fill.cpp
    M libs/algorithms/tests/unit/algorithms/filln.cpp
    M libs/algorithms/tests/unit/container_algorithms/CMakeLists.txt
    M libs/algorithms/tests/unit/container_algorithms/fill_range.cpp
    M libs/algorithms/tests/unit/container_algorithms/filln_range.cpp
    M libs/compute/tests/regressions/parallel_fill_4132.cpp
    M libs/include/include/hpx/algorithm.hpp
    M 
libs/segmented_algorithms/include/hpx/parallel/segmented_algorithms/fill.hpp
    M libs/segmented_algorithms/tests/unit/partitioned_vector_fill.cpp
    M tests/performance/local/stream.cpp

  Log Message:
  -----------
  Merge pull request #4860 from STEllAR-GROUP/fill_fill_n

Making fill and fill_n compatible with C++20


  Commit: 77d11172a0806c58aa03074f9de8eaf4410db1f9
      
https://github.com/STEllAR-GROUP/hpx/commit/77d11172a0806c58aa03074f9de8eaf4410db1f9
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-07-30 (Thu, 30 Jul 2020)

  Changed paths:
    M 
components/containers/partitioned_vector/tests/unit/serialization_partitioned_vector.cpp
    M libs/algorithms/CMakeLists.txt
    M libs/algorithms/include/hpx/parallel/algorithms/all_any_none.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/copy.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/detail/accumulate.hpp
    A libs/algorithms/include/hpx/parallel/algorithms/detail/fill.hpp
    A libs/algorithms/include/hpx/parallel/algorithms/detail/find.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/fill.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/all_any_none.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/fill.hpp
    M libs/algorithms/include/hpx/parallel/util/cancellation_token.hpp
    M libs/algorithms/tests/regressions/static_chunker_2282.cpp
    M libs/algorithms/tests/unit/algorithms/all_of.cpp
    M libs/algorithms/tests/unit/algorithms/any_of.cpp
    M libs/algorithms/tests/unit/algorithms/fill.cpp
    M libs/algorithms/tests/unit/algorithms/filln.cpp
    M libs/algorithms/tests/unit/algorithms/none_of.cpp
    M libs/algorithms/tests/unit/container_algorithms/CMakeLists.txt
    M libs/algorithms/tests/unit/container_algorithms/all_of_range.cpp
    M libs/algorithms/tests/unit/container_algorithms/any_of_range.cpp
    M libs/algorithms/tests/unit/container_algorithms/fill_range.cpp
    M libs/algorithms/tests/unit/container_algorithms/filln_range.cpp
    M libs/algorithms/tests/unit/container_algorithms/none_of_range.cpp
    M libs/compute/tests/regressions/parallel_fill_4132.cpp
    M libs/include/include/hpx/algorithm.hpp
    M 
libs/segmented_algorithms/include/hpx/parallel/segmented_algorithms/all_any_none.hpp
    M 
libs/segmented_algorithms/include/hpx/parallel/segmented_algorithms/fill.hpp
    M libs/segmented_algorithms/tests/unit/partitioned_vector_all_of1.cpp
    M libs/segmented_algorithms/tests/unit/partitioned_vector_all_of2.cpp
    M libs/segmented_algorithms/tests/unit/partitioned_vector_any_of1.cpp
    M libs/segmented_algorithms/tests/unit/partitioned_vector_any_of2.cpp
    M libs/segmented_algorithms/tests/unit/partitioned_vector_fill.cpp
    M libs/segmented_algorithms/tests/unit/partitioned_vector_none1.cpp
    M libs/segmented_algorithms/tests/unit/partitioned_vector_none2.cpp
    M tests/performance/local/stream.cpp

  Log Message:
  -----------
  Merge branch 'master' into destroy_destroy_n


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/a4e9f5d02d3d...77d11172a080
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to