Branch: refs/heads/master
Home: https://github.com/STEllAR-GROUP/hpx
Commit: d7193d6b91dd5097252c0570330cc800e021f346
https://github.com/STEllAR-GROUP/hpx/commit/d7193d6b91dd5097252c0570330cc800e021f346
Author: targetakhil <[email protected]>
Date: 2021-10-15 (Fri, 15 Oct 2021)
Changed paths:
M libs/core/algorithms/CMakeLists.txt
A libs/core/algorithms/include/hpx/parallel/algorithms/starts_ends_with.hpp
M libs/core/algorithms/include/hpx/parallel/container_algorithms.hpp
A
libs/core/algorithms/include/hpx/parallel/container_algorithms/ends_with.hpp
A
libs/core/algorithms/include/hpx/parallel/container_algorithms/starts_with.hpp
Log Message:
-----------
added starts_with base implementation and container overloads
Commit: 7881ce93bfc456b8dafb69cbb3c9f32a182d1222
https://github.com/STEllAR-GROUP/hpx/commit/7881ce93bfc456b8dafb69cbb3c9f32a182d1222
Author: targetakhil <[email protected]>
Date: 2021-10-15 (Fri, 15 Oct 2021)
Changed paths:
M libs/core/algorithms/include/hpx/parallel/algorithms/equal.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/starts_ends_with.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/ends_with.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/starts_with.hpp
Log Message:
-----------
Added ends_with base implementation and container overloads. Changed equal
base implementation to use sentinel parameters.
Commit: 518bef796372ec89f21921797872c0e206b14332
https://github.com/STEllAR-GROUP/hpx/commit/518bef796372ec89f21921797872c0e206b14332
Author: targetakhil <[email protected]>
Date: 2021-10-15 (Fri, 15 Oct 2021)
Changed paths:
A libs/core/algorithms/tests/unit/algorithms/ends_with_range.cpp
A libs/core/algorithms/tests/unit/algorithms/starts_with_range.cpp
M libs/core/algorithms/tests/unit/container_algorithms/CMakeLists.txt
Log Message:
-----------
added tests for starts_with and ends_with container overloads
Commit: 6a9a610c2dc1a6527aeebe5fefe5d782a905c6eb
https://github.com/STEllAR-GROUP/hpx/commit/6a9a610c2dc1a6527aeebe5fefe5d782a905c6eb
Author: targetakhil <[email protected]>
Date: 2021-10-15 (Fri, 15 Oct 2021)
Changed paths:
M docs/sphinx/api/public_api.rst
M libs/core/algorithms/include/hpx/parallel/algorithms/starts_ends_with.hpp
M libs/core/algorithms/include/hpx/parallel/container_algorithms.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/ends_with.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/starts_with.hpp
M libs/core/algorithms/tests/unit/algorithms/ends_with_range.cpp
Log Message:
-----------
updated documentation
Commit: 76375822d8392c64b196199c279f3eba9f4cc11e
https://github.com/STEllAR-GROUP/hpx/commit/76375822d8392c64b196199c279f3eba9f4cc11e
Author: targetakhil <[email protected]>
Date: 2021-10-15 (Fri, 15 Oct 2021)
Changed paths:
M libs/core/algorithms/include/hpx/parallel/algorithms/starts_ends_with.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/ends_with.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/starts_with.hpp
M libs/core/algorithms/tests/unit/algorithms/ends_with_range.cpp
M libs/core/algorithms/tests/unit/algorithms/starts_with_range.cpp
Log Message:
-----------
use base implementations instead of ranges overloads of mismatch and equal in
starts_with and ends_with
Commit: 6569aef27d861c7b956495e501e3b778695f41bd
https://github.com/STEllAR-GROUP/hpx/commit/6569aef27d861c7b956495e501e3b778695f41bd
Author: targetakhil <[email protected]>
Date: 2021-10-15 (Fri, 15 Oct 2021)
Changed paths:
M libs/core/algorithms/CMakeLists.txt
A libs/core/algorithms/include/hpx/parallel/algorithms/ends_with.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/starts_ends_with.hpp
A libs/core/algorithms/include/hpx/parallel/algorithms/starts_with.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/ends_with.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/starts_with.hpp
Log Message:
-----------
added iterator based overloads for starts_with and ends_with
Commit: 8f4fe6b4bca9eb6d66f93efb79c5d1e92244a771
https://github.com/STEllAR-GROUP/hpx/commit/8f4fe6b4bca9eb6d66f93efb79c5d1e92244a771
Author: targetakhil <[email protected]>
Date: 2021-10-15 (Fri, 15 Oct 2021)
Changed paths:
M docs/sphinx/api/public_api.rst
M libs/core/algorithms/include/hpx/parallel/algorithms/ends_with.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/starts_ends_with.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/ends_with.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/starts_with.hpp
M libs/core/algorithms/tests/unit/algorithms/CMakeLists.txt
A libs/core/algorithms/tests/unit/algorithms/ends_with.cpp
A libs/core/algorithms/tests/unit/algorithms/starts_with.cpp
M libs/core/algorithms/tests/unit/algorithms/starts_with_range.cpp
Log Message:
-----------
added tests and docs for iterator based overloads of starts_with and ends_with
Commit: b8fa65edf1cd7d22c061170d7c149c323a7651d0
https://github.com/STEllAR-GROUP/hpx/commit/b8fa65edf1cd7d22c061170d7c149c323a7651d0
Author: targetakhil <[email protected]>
Date: 2021-10-15 (Fri, 15 Oct 2021)
Changed paths:
M libs/core/algorithms/include/hpx/parallel/algorithms/ends_with.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/starts_ends_with.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/ends_with.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/starts_with.hpp
Log Message:
-----------
fix build errors
Commit: 519152ae7c541f3b630f8ec15968a9587164f166
https://github.com/STEllAR-GROUP/hpx/commit/519152ae7c541f3b630f8ec15968a9587164f166
Author: targetakhil <[email protected]>
Date: 2021-10-15 (Fri, 15 Oct 2021)
Changed paths:
M libs/core/algorithms/include/hpx/parallel/algorithm.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/ends_with.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/starts_ends_with.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/ends_with.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/starts_with.hpp
Log Message:
-----------
remove projections from iterator overloads
Commit: d88a5283472c43ad775e0965a8dd96bd28db02ea
https://github.com/STEllAR-GROUP/hpx/commit/d88a5283472c43ad775e0965a8dd96bd28db02ea
Author: targetakhil <[email protected]>
Date: 2021-10-15 (Fri, 15 Oct 2021)
Changed paths:
R libs/core/algorithms/include/hpx/parallel/algorithms/starts_ends_with.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/starts_with.hpp
R libs/core/algorithms/tests/unit/algorithms/ends_with_range.cpp
R libs/core/algorithms/tests/unit/algorithms/starts_with_range.cpp
A libs/core/algorithms/tests/unit/container_algorithms/ends_with_range.cpp
A libs/core/algorithms/tests/unit/container_algorithms/starts_with_range.cpp
Log Message:
-----------
fix file location changes during rebase
Commit: 2052b4d2262056ec13822608641683fd2ceb5733
https://github.com/STEllAR-GROUP/hpx/commit/2052b4d2262056ec13822608641683fd2ceb5733
Author: targetakhil <[email protected]>
Date: 2021-10-15 (Fri, 15 Oct 2021)
Changed paths:
M libs/core/algorithms/tests/unit/container_algorithms/ends_with_range.cpp
M libs/core/algorithms/tests/unit/container_algorithms/starts_with_range.cpp
Log Message:
-----------
fix container tests for starts_with and ends_with
Commit: bb8f2b8d87a57d7d9d347fd24bf46d145eb98dd4
https://github.com/STEllAR-GROUP/hpx/commit/bb8f2b8d87a57d7d9d347fd24bf46d145eb98dd4
Author: Hartmut Kaiser <[email protected]>
Date: 2021-10-16 (Sat, 16 Oct 2021)
Changed paths:
M docs/sphinx/api/public_api.rst
M libs/core/algorithms/CMakeLists.txt
M libs/core/algorithms/include/hpx/parallel/algorithm.hpp
A libs/core/algorithms/include/hpx/parallel/algorithms/ends_with.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/equal.hpp
A libs/core/algorithms/include/hpx/parallel/algorithms/starts_with.hpp
M libs/core/algorithms/include/hpx/parallel/container_algorithms.hpp
A
libs/core/algorithms/include/hpx/parallel/container_algorithms/ends_with.hpp
A
libs/core/algorithms/include/hpx/parallel/container_algorithms/starts_with.hpp
M libs/core/algorithms/tests/unit/algorithms/CMakeLists.txt
A libs/core/algorithms/tests/unit/algorithms/ends_with.cpp
A libs/core/algorithms/tests/unit/algorithms/starts_with.cpp
M libs/core/algorithms/tests/unit/container_algorithms/CMakeLists.txt
A libs/core/algorithms/tests/unit/container_algorithms/ends_with_range.cpp
A libs/core/algorithms/tests/unit/container_algorithms/starts_with_range.cpp
Log Message:
-----------
Merge pull request #5410 from Jedi18/add_starts_ends_with
Add ranges starts_with and ends_with algorithms
Compare:
https://github.com/STEllAR-GROUP/hpx/compare/8a04c3df1cde...bb8f2b8d87a5
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits