Branch: refs/heads/staging Home: https://github.com/STEllAR-GROUP/hpx Commit: dbf42fe414a6a4516d0d6dc7fde6f1bba6c01083 https://github.com/STEllAR-GROUP/hpx/commit/dbf42fe414a6a4516d0d6dc7fde6f1bba6c01083 Author: Johan511 <harihara...@gmail.com> Date: 2023-04-02 (Sun, 02 Apr 2023)
Changed paths: M libs/core/algorithms/include/hpx/parallel/algorithms/detail/set_operation.hpp M libs/core/algorithms/tests/regressions/set_operations_3442.cpp Log Message: ----------- added tests for set_difference, updated set_operation.hpp to fix #6198 Commit: 7cc227f2e5282fcb90ac015235f1204758487e0c https://github.com/STEllAR-GROUP/hpx/commit/7cc227f2e5282fcb90ac015235f1204758487e0c Author: Johan511 <harihara...@gmail.com> Date: 2023-04-02 (Sun, 02 Apr 2023) Changed paths: M libs/core/algorithms/tests/regressions/set_operations_3442.cpp Log Message: ----------- include execution header only if HPX_WITH_CXX17_STD_EXECUTION_POLICES is defined Signed-off-by: Johan511 <harihara...@gmail.com> Commit: 5eab464560d268537e121d01238c182f0875944a https://github.com/STEllAR-GROUP/hpx/commit/5eab464560d268537e121d01238c182f0875944a Author: Johan511 <harihara...@gmail.com> Date: 2023-04-05 (Wed, 05 Apr 2023) Changed paths: M libs/core/algorithms/tests/regressions/set_operations_3442.cpp Log Message: ----------- fix inspect test failures Signed-off-by: Johan511 <harihara...@gmail.com> Commit: 0623b8c86b3c72847f4a974a975b32b5ce1a3907 https://github.com/STEllAR-GROUP/hpx/commit/0623b8c86b3c72847f4a974a975b32b5ce1a3907 Author: Johan511 <harihara...@gmail.com> Date: 2023-04-05 (Wed, 05 Apr 2023) Changed paths: M libs/core/algorithms/include/hpx/parallel/algorithms/detail/set_operation.hpp Log Message: ----------- changing static const to static constexpr Signed-off-by: Johan511 <harihara...@gmail.com> Commit: 5a6404b01f125ca3cd1f37f6a052fe7868f38b7f https://github.com/STEllAR-GROUP/hpx/commit/5a6404b01f125ca3cd1f37f6a052fe7868f38b7f Author: Johan511 <harihara...@gmail.com> Date: 2023-04-07 (Fri, 07 Apr 2023) Changed paths: M libs/core/algorithms/include/hpx/parallel/algorithms/detail/set_operation.hpp Log Message: ----------- clang format Signed-off-by: Johan511 <harihara...@gmail.com> Commit: 344666158c2248747aacaf61c9032e495a51e543 https://github.com/STEllAR-GROUP/hpx/commit/344666158c2248747aacaf61c9032e495a51e543 Author: Johan511 <harihara...@gmail.com> Date: 2023-04-07 (Fri, 07 Apr 2023) Changed paths: M libs/core/algorithms/tests/regressions/set_operations_3442.cpp Log Message: ----------- fixed warning bugprone-narrowing-conversions Signed-off-by: Johan511 <harihara...@gmail.com> Commit: f2f8bca6f668bd8d14db76edf7a1cc940445cb3b https://github.com/STEllAR-GROUP/hpx/commit/f2f8bca6f668bd8d14db76edf7a1cc940445cb3b Author: Johan511 <harihara...@gmail.com> Date: 2023-04-16 (Sun, 16 Apr 2023) Changed paths: M libs/core/algorithms/tests/regressions/set_operations_3442.cpp Log Message: ----------- changed rand() to mt::rand() Signed-off-by: Johan511 <harihara...@gmail.com> Commit: b6b4beb935fa49cc0301f3a068d1d01d462eeecb https://github.com/STEllAR-GROUP/hpx/commit/b6b4beb935fa49cc0301f3a068d1d01d462eeecb Author: Johan511 <harihara...@gmail.com> Date: 2023-04-16 (Sun, 16 Apr 2023) Changed paths: M libs/core/algorithms/tests/regressions/set_operations_3442.cpp Log Message: ----------- added deterministic test which was known to previously fail Signed-off-by: Johan511 <harihara...@gmail.com> Commit: 28b82a50b11d926eff94cf2bf2c6c26d1917bbf2 https://github.com/STEllAR-GROUP/hpx/commit/28b82a50b11d926eff94cf2bf2c6c26d1917bbf2 Author: Johan511 <harihara...@gmail.com> Date: 2023-04-16 (Sun, 16 Apr 2023) Changed paths: M libs/core/algorithms/tests/regressions/set_operations_3442.cpp Log Message: ----------- forgot to call test Signed-off-by: Johan511 <harihara...@gmail.com> Commit: e645ce1e04eef061c4095c7076a12dc857e27d42 https://github.com/STEllAR-GROUP/hpx/commit/e645ce1e04eef061c4095c7076a12dc857e27d42 Author: Johan511 <harihara...@gmail.com> Date: 2023-04-16 (Sun, 16 Apr 2023) Changed paths: M libs/core/algorithms/tests/regressions/set_operations_3442.cpp Log Message: ----------- fixed adding test_utils.hpp which does not exist for regression tests Signed-off-by: Johan511 <harihara...@gmail.com> Commit: 43f72323eced2c6af6716f5b9e1ea461e20e1cf1 https://github.com/STEllAR-GROUP/hpx/commit/43f72323eced2c6af6716f5b9e1ea461e20e1cf1 Author: Johan511 <harihara...@gmail.com> Date: 2023-04-16 (Sun, 16 Apr 2023) Changed paths: M libs/core/algorithms/tests/regressions/set_operations_3442.cpp Log Message: ----------- fixed narrowing cast warning Signed-off-by: Johan511 <harihara...@gmail.com> Commit: 55eb97552f3d2594294070e1bb882631036ed564 https://github.com/STEllAR-GROUP/hpx/commit/55eb97552f3d2594294070e1bb882631036ed564 Author: StellarBot <cont...@stellar-group.org> Date: 2023-04-16 (Sun, 16 Apr 2023) Changed paths: M libs/core/algorithms/include/hpx/parallel/algorithms/detail/set_operation.hpp M libs/core/algorithms/tests/regressions/set_operations_3442.cpp Log Message: ----------- Merge #6216 6216: added tests for set_difference, updated set_operation.hpp to fix #6198 r=hkaiser a=Johan511 Fixes #6198 Error : when number of chunks < number of cores => error occurred as chunk by default length of chunk was -1 (changed to 1) added randomised tests which assume std::set_difference is implemented correctly Co-authored-by: Johan511 <harihara...@gmail.com> Compare: https://github.com/STEllAR-GROUP/hpx/compare/2c83e2d91f7a...55eb97552f3d _______________________________________________ hpx-commits mailing list hpx-commits@mail.cct.lsu.edu https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits