Branch: refs/heads/set_algorithms
Home: https://github.com/STEllAR-GROUP/hpx
Commit: 82e880253238e523b74b978d9276c843ba3d8149
https://github.com/STEllAR-GROUP/hpx/commit/82e880253238e523b74b978d9276c843ba3d8149
Author: Hartmut Kaiser <[email protected]>
Date: 2020-09-21 (Mon, 21 Sep 2020)
Changed paths:
M docs/sphinx/api/public_api.rst
M docs/sphinx/manual/writing_single_node_hpx_applications.rst
M libs/full/include/include/hpx/algorithm.hpp
M libs/full/include/include/hpx/include/parallel_set_operations.hpp
M libs/parallelism/algorithms/CMakeLists.txt
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/detail/set_operation.hpp
A
libs/parallelism/algorithms/include/hpx/parallel/algorithms/detail/upper_lower_bound.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/includes.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/set_difference.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/set_intersection.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/set_symmetric_difference.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/set_union.hpp
M libs/parallelism/algorithms/include/hpx/parallel/container_algorithms.hpp
A
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/set_symmetric_difference.hpp
A
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/set_union.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/util/detail/algorithm_result.hpp
M libs/parallelism/algorithms/include/hpx/parallel/util/result_types.hpp
M libs/parallelism/algorithms/tests/unit/algorithms/includes.cpp
M
libs/parallelism/algorithms/tests/unit/algorithms/set_symmetric_difference.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/set_union.cpp
M libs/parallelism/algorithms/tests/unit/container_algorithms/CMakeLists.txt
M
libs/parallelism/algorithms/tests/unit/container_algorithms/includes_range.cpp
A
libs/parallelism/algorithms/tests/unit/container_algorithms/set_symmetric_difference_range.cpp
A
libs/parallelism/algorithms/tests/unit/container_algorithms/set_union_range.cpp
Log Message:
-----------
set_symmetric_difference and set_union adaptations for C++20
- fixing set_operations to use projections
- fixing includes (lower_bound/upper_bound use projections)
- fixing return values for all set operations
- adding range algorithms to docs
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits