Branch: refs/heads/master
Home: https://github.com/STEllAR-GROUP/hpx
Commit: 9fbd7608f2046942ddb285f368d7d99458874b02
https://github.com/STEllAR-GROUP/hpx/commit/9fbd7608f2046942ddb285f368d7d99458874b02
Author: targetakhil <[email protected]>
Date: 2021-08-20 (Fri, 20 Aug 2021)
Changed paths:
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/unique.hpp
Log Message:
-----------
update base implementations to use sentinels
Commit: 995c36743c5e32f52e03bdf1152e944eab6a6ef2
https://github.com/STEllAR-GROUP/hpx/commit/995c36743c5e32f52e03bdf1152e944eab6a6ef2
Author: targetakhil <[email protected]>
Date: 2021-08-20 (Fri, 20 Aug 2021)
Changed paths:
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/unique.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/unique.hpp
M libs/parallelism/algorithms/tests/unit/algorithms/unique_copy_tests.hpp
M libs/parallelism/algorithms/tests/unit/algorithms/unique_tests.hpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/unique_copy_range.cpp
Log Message:
-----------
added unique and unique copy tag_dispatch iterator overloads
Commit: 1302d66737f0cb139fa1f1eedd26d557c02ba10c
https://github.com/STEllAR-GROUP/hpx/commit/1302d66737f0cb139fa1f1eedd26d557c02ba10c
Author: targetakhil <[email protected]>
Date: 2021-08-20 (Fri, 20 Aug 2021)
Changed paths:
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/unique.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/unique.hpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/unique_copy_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/unique_range.cpp
Log Message:
-----------
added range tad_dispatch overloads and sentinel overloads for unique and
unique_copy
Commit: 6fad53398ecf73dce1e298b8e1642735e4d380ff
https://github.com/STEllAR-GROUP/hpx/commit/6fad53398ecf73dce1e298b8e1642735e4d380ff
Author: targetakhil <[email protected]>
Date: 2021-08-20 (Fri, 20 Aug 2021)
Changed paths:
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/unique.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/unique.hpp
M libs/parallelism/algorithms/tests/performance/benchmark_unique.cpp
Log Message:
-----------
added doxygen documentation for iterator and container overloads
Commit: 1bf568bae531b48b350fc156d49ef089c42f0b4e
https://github.com/STEllAR-GROUP/hpx/commit/1bf568bae531b48b350fc156d49ef089c42f0b4e
Author: targetakhil <[email protected]>
Date: 2021-08-20 (Fri, 20 Aug 2021)
Changed paths:
M docs/sphinx/api/public_api.rst
M docs/sphinx/manual/writing_single_node_hpx_applications.rst
M libs/full/include_local/include/hpx/local/algorithm.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/unique.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/unique.hpp
M libs/parallelism/algorithms/tests/performance/benchmark_unique_copy.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/unique_copy_range.cpp
Log Message:
-----------
updated sphinx docs
Commit: d5434f40fc4c23f08a32ad8c153418cbf4b896e7
https://github.com/STEllAR-GROUP/hpx/commit/d5434f40fc4c23f08a32ad8c153418cbf4b896e7
Author: targetakhil <[email protected]>
Date: 2021-08-20 (Fri, 20 Aug 2021)
Changed paths:
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/unique.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/unique.hpp
M libs/parallelism/algorithms/tests/unit/algorithms/unique_copy_tests.hpp
M libs/parallelism/algorithms/tests/unit/algorithms/unique_tests.hpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/unique_range.cpp
Log Message:
-----------
add range_iterator_t and other minor fixes
Commit: 05d0c0865361a64a26b8ab316738fc10ad4aa9d9
https://github.com/STEllAR-GROUP/hpx/commit/05d0c0865361a64a26b8ab316738fc10ad4aa9d9
Author: targetakhil <[email protected]>
Date: 2021-08-20 (Fri, 20 Aug 2021)
Changed paths:
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/unique.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/unique.hpp
Log Message:
-----------
use iterator_v to simplify concepts code
Commit: faabd3e4be6eceb586575c99e145891af679a230
https://github.com/STEllAR-GROUP/hpx/commit/faabd3e4be6eceb586575c99e145891af679a230
Author: targetakhil <[email protected]>
Date: 2021-08-20 (Fri, 20 Aug 2021)
Changed paths:
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/unique.hpp
Log Message:
-----------
optimize to invoke projections only once for each element
Commit: b5d6d1ffcfb4aced7b4f8e60f6a8672c63193feb
https://github.com/STEllAR-GROUP/hpx/commit/b5d6d1ffcfb4aced7b4f8e60f6a8672c63193feb
Author: Mikael Simberg <[email protected]>
Date: 2021-08-20 (Fri, 20 Aug 2021)
Changed paths:
M docs/sphinx/api/public_api.rst
M docs/sphinx/manual/writing_single_node_hpx_applications.rst
M libs/full/include_local/include/hpx/local/algorithm.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/unique.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/unique.hpp
M libs/parallelism/algorithms/tests/performance/benchmark_unique.cpp
M libs/parallelism/algorithms/tests/performance/benchmark_unique_copy.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/unique_copy_tests.hpp
M libs/parallelism/algorithms/tests/unit/algorithms/unique_tests.hpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/unique_copy_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/unique_range.cpp
Log Message:
-----------
Merge pull request #5458 from Jedi18/adapt_unique_and_copy
Adapt unique and unique_copy to C++ 20
Compare:
https://github.com/STEllAR-GROUP/hpx/compare/670e7ad5e79a...b5d6d1ffcfb4
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits