Branch: refs/heads/staging.tmp Home: https://github.com/STEllAR-GROUP/hpx Commit: bd32982b0afba90227844c4b755c086f3e2fbb5a https://github.com/STEllAR-GROUP/hpx/commit/bd32982b0afba90227844c4b755c086f3e2fbb5a Author: isidorostsa <tsa.isido...@gmail.com> Date: 2023-09-06 (Wed, 06 Sep 2023)
Changed paths: M libs/core/algorithms/include/hpx/algorithms/traits/pointer_category.hpp M libs/core/type_support/include/hpx/type_support/is_relocatable.hpp M libs/core/type_support/include/hpx/type_support/is_trivially_relocatable.hpp M libs/core/type_support/include/hpx/type_support/relocate_at.hpp M libs/core/type_support/include/hpx/type_support/uninitialized_relocate.hpp M libs/core/type_support/tests/unit/is_relocatable.cpp M libs/core/type_support/tests/unit/is_trivially_relocatable.cpp M libs/core/type_support/tests/unit/relocate_at.cpp M libs/core/type_support/tests/unit/uninitialized_relocate.cpp Log Message: ----------- move is_(trivially_)relocatable to experimental Commit: 056fa742b2dfd692b03b46504410d8242f83f32c https://github.com/STEllAR-GROUP/hpx/commit/056fa742b2dfd692b03b46504410d8242f83f32c Author: isidorostsa <tsa.isido...@gmail.com> Date: 2023-09-08 (Fri, 08 Sep 2023) Changed paths: M libs/core/type_support/CMakeLists.txt R libs/core/type_support/include/hpx/type_support/uninitialized_relocate.hpp A libs/core/type_support/include/hpx/type_support/uninitialized_relocate_n_primitive.hpp M libs/core/type_support/tests/unit/CMakeLists.txt R libs/core/type_support/tests/unit/uninitialized_relocate.cpp A libs/core/type_support/tests/unit/uninitialized_relocate_n_primitive.cpp Log Message: ----------- type_support::uninitialized_relocate -> primitive Commit: 3a685e8fc8fbb16753680dcf9752f3657d61ea86 https://github.com/STEllAR-GROUP/hpx/commit/3a685e8fc8fbb16753680dcf9752f3657d61ea86 Author: isidorostsa <tsa.isido...@gmail.com> Date: 2023-09-08 (Fri, 08 Sep 2023) Changed paths: M libs/core/algorithms/CMakeLists.txt A libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_relocate.hpp Log Message: ----------- hpx seq-par uninialized_relocate(_n) algorithm Commit: 77bc1b0ade5f9ea408436720ee5390947554e811 https://github.com/STEllAR-GROUP/hpx/commit/77bc1b0ade5f9ea408436720ee5390947554e811 Author: isidorostsa <tsa.isido...@gmail.com> Date: 2023-09-08 (Fri, 08 Sep 2023) Changed paths: M libs/core/algorithms/tests/unit/algorithms/CMakeLists.txt A libs/core/algorithms/tests/unit/algorithms/uninitialized_relocate.cpp A libs/core/algorithms/tests/unit/algorithms/uninitialized_relocate_par.cpp A libs/core/algorithms/tests/unit/algorithms/uninitialized_relocaten.cpp Log Message: ----------- tests for par-seq uninitialized_relocate(_n) Commit: 58dc8844386785cd8cb5e083e0daf9f12afa6f20 https://github.com/STEllAR-GROUP/hpx/commit/58dc8844386785cd8cb5e083e0daf9f12afa6f20 Author: isidorostsa <tsa.isido...@gmail.com> Date: 2023-09-08 (Fri, 08 Sep 2023) Changed paths: M libs/core/type_support/tests/unit/fail_relocate_at.cpp M libs/core/type_support/tests/unit/fail_uninitialized_relocate.cpp M libs/core/type_support/tests/unit/relocate.cpp M libs/core/type_support/tests/unit/relocate_at.cpp M libs/core/type_support/tests/unit/uninitialized_relocate_n_primitive.cpp Log Message: ----------- tests for relocation (nitpicks) Commit: fcaa2f39d09a4a1dcdf95d32786c36b785271ad4 https://github.com/STEllAR-GROUP/hpx/commit/fcaa2f39d09a4a1dcdf95d32786c36b785271ad4 Author: isidorostsa <tsa.isido...@gmail.com> Date: 2023-09-08 (Fri, 08 Sep 2023) Changed paths: M libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_relocate.hpp M libs/core/algorithms/tests/unit/algorithms/uninitialized_relocate_par.cpp M libs/core/type_support/include/hpx/type_support/uninitialized_relocate_n_primitive.hpp Log Message: ----------- clang-format + namespaces Commit: 85315729dd00233affb321d468b9f8333429f22b https://github.com/STEllAR-GROUP/hpx/commit/85315729dd00233affb321d468b9f8333429f22b Author: isidorostsa <tsa.isido...@gmail.com> Date: 2023-09-09 (Sat, 09 Sep 2023) Changed paths: M libs/core/iterator_support/tests/performance/stencil3_iterators.cpp Log Message: ----------- fix unrelated failing test Commit: a43f622e97e08e586633905931e6a717280affa9 https://github.com/STEllAR-GROUP/hpx/commit/a43f622e97e08e586633905931e6a717280affa9 Author: isidorostsa <tsa.isido...@gmail.com> Date: 2023-09-11 (Mon, 11 Sep 2023) Changed paths: M libs/core/algorithms/include/hpx/algorithms/traits/pointer_category.hpp M libs/core/algorithms/include/hpx/parallel/util/transfer.hpp M libs/core/iterator_support/include/hpx/iterator_support/traits/is_iterator.hpp M libs/core/type_support/CMakeLists.txt A libs/core/type_support/include/hpx/type_support/is_contiguous_iterator.hpp M libs/core/type_support/include/hpx/type_support/uninitialized_relocate_n_primitive.hpp M libs/core/type_support/tests/unit/CMakeLists.txt A libs/core/type_support/tests/unit/is_contiguous_iterator.cpp Log Message: ----------- move is_contiguous_iterator to type_support, support array iterators Commit: 82f290779c5c735ce091a451ded3e63559c58a00 https://github.com/STEllAR-GROUP/hpx/commit/82f290779c5c735ce091a451ded3e63559c58a00 Author: isidorostsa <tsa.isido...@gmail.com> Date: 2023-09-20 (Wed, 20 Sep 2023) Changed paths: M libs/core/type_support/include/hpx/type_support/is_contiguous_iterator.hpp M libs/core/type_support/tests/unit/is_contiguous_iterator.cpp Log Message: ----------- detect vec, arr, string w/out causing hard errors Commit: e16cf1ffd8ee4ad77377d41e43b3c00881dab5bd https://github.com/STEllAR-GROUP/hpx/commit/e16cf1ffd8ee4ad77377d41e43b3c00881dab5bd Author: bors[bot] <26634292+bors[bot]@users.noreply.github.com> Date: 2023-09-25 (Mon, 25 Sep 2023) Changed paths: M libs/core/algorithms/CMakeLists.txt M libs/core/algorithms/include/hpx/algorithms/traits/pointer_category.hpp A libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_relocate.hpp M libs/core/algorithms/include/hpx/parallel/util/transfer.hpp M libs/core/algorithms/tests/unit/algorithms/CMakeLists.txt A libs/core/algorithms/tests/unit/algorithms/uninitialized_relocate.cpp A libs/core/algorithms/tests/unit/algorithms/uninitialized_relocate_par.cpp A libs/core/algorithms/tests/unit/algorithms/uninitialized_relocaten.cpp M libs/core/iterator_support/include/hpx/iterator_support/traits/is_iterator.hpp M libs/core/iterator_support/tests/performance/stencil3_iterators.cpp M libs/core/type_support/CMakeLists.txt A libs/core/type_support/include/hpx/type_support/is_contiguous_iterator.hpp M libs/core/type_support/include/hpx/type_support/is_relocatable.hpp M libs/core/type_support/include/hpx/type_support/is_trivially_relocatable.hpp M libs/core/type_support/include/hpx/type_support/relocate_at.hpp R libs/core/type_support/include/hpx/type_support/uninitialized_relocate.hpp A libs/core/type_support/include/hpx/type_support/uninitialized_relocate_n_primitive.hpp M libs/core/type_support/tests/unit/CMakeLists.txt M libs/core/type_support/tests/unit/fail_relocate_at.cpp M libs/core/type_support/tests/unit/fail_uninitialized_relocate.cpp A libs/core/type_support/tests/unit/is_contiguous_iterator.cpp M libs/core/type_support/tests/unit/is_relocatable.cpp M libs/core/type_support/tests/unit/is_trivially_relocatable.cpp M libs/core/type_support/tests/unit/relocate.cpp M libs/core/type_support/tests/unit/relocate_at.cpp R libs/core/type_support/tests/unit/uninitialized_relocate.cpp A libs/core/type_support/tests/unit/uninitialized_relocate_n_primitive.cpp Log Message: ----------- [ci skip][skip ci][skip netlify] -bors-staging-tmp-6344 Compare: https://github.com/STEllAR-GROUP/hpx/compare/79e38f9cbf3c...e16cf1ffd8ee _______________________________________________ hpx-commits mailing list hpx-commits@mail.cct.lsu.edu https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits