Branch: refs/heads/master
Home: https://github.com/STEllAR-GROUP/hpx
Commit: e98d994d1002118d1e9f5981a538d7f88de73883
https://github.com/STEllAR-GROUP/hpx/commit/e98d994d1002118d1e9f5981a538d7f88de73883
Author: David Hua <[email protected]>
Date: 2025-07-22 (Tue, 22 Jul 2025)
Changed paths:
M
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_copy.hpp
M
libs/core/algorithms/include/hpx/parallel/util/partitioner_with_cleanup.hpp
M libs/core/algorithms/tests/unit/algorithms/CMakeLists.txt
A libs/core/algorithms/tests/unit/algorithms/uninitialized_copy_sender.cpp
M libs/core/algorithms/tests/unit/algorithms/uninitialized_copy_tests.hpp
Log Message:
-----------
Added support for S/R model in partitioner_with_cleanup
Signed-off-by: David Hua <[email protected]>
Commit: 3dc8ea1c0a90d5d67e2f64834d3692f8ff7f2905
https://github.com/STEllAR-GROUP/hpx/commit/3dc8ea1c0a90d5d67e2f64834d3692f8ff7f2905
Author: David Hua <[email protected]>
Date: 2025-07-22 (Tue, 22 Jul 2025)
Changed paths:
M
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_copy.hpp
M
libs/core/algorithms/include/hpx/parallel/util/partitioner_with_cleanup.hpp
M libs/core/algorithms/tests/unit/algorithms/uninitialized_copy_sender.cpp
Log Message:
-----------
Added sender
Signed-off-by: David Hua <[email protected]>
Commit: b2bd68b3439ef0decf1b0441c797c5b413ab8a71
https://github.com/STEllAR-GROUP/hpx/commit/b2bd68b3439ef0decf1b0441c797c5b413ab8a71
Author: David Hua <[email protected]>
Date: 2025-07-22 (Tue, 22 Jul 2025)
Changed paths:
M
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_copy.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_default_construct.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_fill.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_move.hpp
M
libs/core/algorithms/include/hpx/parallel/util/partitioner_with_cleanup.hpp
M libs/core/algorithms/tests/unit/algorithms/CMakeLists.txt
M libs/core/algorithms/tests/unit/algorithms/uninitialized_copy_sender.cpp
M libs/core/algorithms/tests/unit/algorithms/uninitialized_copy_tests.hpp
A libs/core/algorithms/tests/unit/algorithms/uninitialized_copyn_sender.cpp
A
libs/core/algorithms/tests/unit/algorithms/uninitialized_default_construct_sender.cpp
M
libs/core/algorithms/tests/unit/algorithms/uninitialized_default_construct_tests.hpp
A
libs/core/algorithms/tests/unit/algorithms/uninitialized_default_constructn_sender.cpp
A libs/core/algorithms/tests/unit/algorithms/uninitialized_fill_sender.cpp
A libs/core/algorithms/tests/unit/algorithms/uninitialized_filln_sender.cpp
A libs/core/algorithms/tests/unit/algorithms/uninitialized_move_sender.cpp
M libs/core/algorithms/tests/unit/algorithms/uninitialized_move_tests.hpp
Log Message:
-----------
Added parts of test for algorithms depending on partitioner_with_cleanup
Signed-off-by: David Hua <[email protected]>
Commit: ddce6ace9bde96f0ab5bde8c0fe25398b2f91465
https://github.com/STEllAR-GROUP/hpx/commit/ddce6ace9bde96f0ab5bde8c0fe25398b2f91465
Author: David Hua <[email protected]>
Date: 2025-07-22 (Tue, 22 Jul 2025)
Changed paths:
M
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_copy.hpp
M
libs/core/algorithms/include/hpx/parallel/util/partitioner_with_cleanup.hpp
M libs/core/algorithms/tests/unit/algorithms/uninitialized_copy_sender.cpp
Log Message:
-----------
Added sender
Signed-off-by: David Hua <[email protected]>
Commit: ff47c4863b64c29476dfa36940a2c293a1e591e7
https://github.com/STEllAR-GROUP/hpx/commit/ff47c4863b64c29476dfa36940a2c293a1e591e7
Author: David Hua <[email protected]>
Date: 2025-08-02 (Sat, 02 Aug 2025)
Changed paths:
M
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_copy.hpp
M
libs/core/algorithms/include/hpx/parallel/util/partitioner_with_cleanup.hpp
M libs/core/algorithms/include/hpx/parallel/util/result_types.hpp
M libs/core/algorithms/tests/unit/algorithms/CMakeLists.txt
M libs/core/algorithms/tests/unit/algorithms/uninitialized_copy_sender.cpp
M libs/core/algorithms/tests/unit/algorithms/uninitialized_copyn_sender.cpp
M
libs/core/algorithms/tests/unit/algorithms/uninitialized_default_construct_sender.cpp
M
libs/core/algorithms/tests/unit/algorithms/uninitialized_default_constructn_sender.cpp
M libs/core/algorithms/tests/unit/algorithms/uninitialized_fill_sender.cpp
M libs/core/algorithms/tests/unit/algorithms/uninitialized_filln_sender.cpp
M libs/core/algorithms/tests/unit/algorithms/uninitialized_move_sender.cpp
M libs/core/algorithms/tests/unit/algorithms/uninitialized_move_tests.hpp
A libs/core/algorithms/tests/unit/algorithms/uninitialized_moven_sender.cpp
Log Message:
-----------
Added wrapper function for f1
Signed-off-by: David Hua <[email protected]>
Commit: ee4c2c17fdf2e50d172f9052da335f6e4b5b8cce
https://github.com/STEllAR-GROUP/hpx/commit/ee4c2c17fdf2e50d172f9052da335f6e4b5b8cce
Author: David Hua <[email protected]>
Date: 2025-08-02 (Sat, 02 Aug 2025)
Changed paths:
M .circleci/config.yml
A .circleci/tests.examples1.targets
A .circleci/tests.examples2.targets
A .circleci/tests.regressions1.targets
A .circleci/tests.regressions2.targets
M .circleci/tests.unit1.algorithms
A .circleci/tests.unit1.container_algorithms
A .circleci/tests.unit1.segmented_algorithms
M .circleci/tests.unit1.targets
M .circleci/tests.unit2.algorithms
A .circleci/tests.unit2.container_algorithms
A .circleci/tests.unit2.segmented_algorithms
M .circleci/tests.unit2.targets
A .circleci/tests.unit3.algorithms
A .circleci/tests.unit3.targets
A .circleci/tests.unit4.algorithms
A .circleci/tests.unit4.targets
M .github/workflows/linux_debug.yml
M .github/workflows/linux_hip.yml
M .github/workflows/linux_sanitizers.yml
M .github/workflows/macos_debug.yml
M .github/workflows/macos_debug_fetch_boost.yml
M .github/workflows/macos_debug_fetch_hwloc.yml
M .github/workflows/windows_debug_vs2022.yml
M .jenkins/lsu/env-clang-20.sh
M .jenkins/lsu/env-gcc-15.sh
M cmake/tests/cxx11_std_atomic.cpp
M components/iostreams/src/server/output_stream.cpp
M examples/async_io/async_io_low_level.cpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/adjacent_difference.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/adjacent_find.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/all_any_none.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/copy.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/count.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/destroy.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/detail/find.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/detail/generate.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/detail/replace.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/detail/transfer.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/ends_with.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/equal.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/exclusive_scan.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/fill.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/find.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/for_each.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/for_loop.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/generate.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/includes.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/inclusive_scan.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/is_heap.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/is_partitioned.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/is_sorted.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/lexicographical_compare.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/make_heap.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/merge.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/minmax.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/mismatch.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/move.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/nth_element.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/partial_sort.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/partial_sort_copy.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/partition.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/reduce.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/reduce_by_key.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/reduce_deterministic.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/remove.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/remove_copy.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/replace.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/reverse.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/rotate.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/search.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/set_difference.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/set_intersection.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/set_symmetric_difference.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/set_union.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/shift_left.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/shift_right.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/sort.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/stable_sort.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/starts_with.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/swap_ranges.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/transform.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/transform_exclusive_scan.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/transform_inclusive_scan.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/transform_reduce.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_copy.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_default_construct.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_fill.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_move.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_relocate.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_value_construct.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/unique.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/adjacent_difference.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/adjacent_find.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/all_any_none.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/contains.hpp
M libs/core/algorithms/include/hpx/parallel/container_algorithms/copy.hpp
M libs/core/algorithms/include/hpx/parallel/container_algorithms/count.hpp
M libs/core/algorithms/include/hpx/parallel/container_algorithms/destroy.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/ends_with.hpp
M libs/core/algorithms/include/hpx/parallel/container_algorithms/equal.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/exclusive_scan.hpp
M libs/core/algorithms/include/hpx/parallel/container_algorithms/fill.hpp
M libs/core/algorithms/include/hpx/parallel/container_algorithms/find.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/for_each.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/for_loop.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/generate.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/includes.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/inclusive_scan.hpp
M libs/core/algorithms/include/hpx/parallel/container_algorithms/is_heap.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/is_partitioned.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/is_sorted.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/lexicographical_compare.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/make_heap.hpp
M libs/core/algorithms/include/hpx/parallel/container_algorithms/merge.hpp
M libs/core/algorithms/include/hpx/parallel/container_algorithms/minmax.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/mismatch.hpp
M libs/core/algorithms/include/hpx/parallel/container_algorithms/move.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/nth_element.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/partial_sort.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/partial_sort_copy.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/partition.hpp
M libs/core/algorithms/include/hpx/parallel/container_algorithms/reduce.hpp
M libs/core/algorithms/include/hpx/parallel/container_algorithms/remove.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/remove_copy.hpp
M libs/core/algorithms/include/hpx/parallel/container_algorithms/replace.hpp
M libs/core/algorithms/include/hpx/parallel/container_algorithms/reverse.hpp
M libs/core/algorithms/include/hpx/parallel/container_algorithms/rotate.hpp
M libs/core/algorithms/include/hpx/parallel/container_algorithms/search.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/set_difference.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/set_intersection.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/set_symmetric_difference.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/set_union.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/shift_left.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/shift_right.hpp
M libs/core/algorithms/include/hpx/parallel/container_algorithms/sort.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/stable_sort.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/starts_with.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/swap_ranges.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/transform.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/transform_exclusive_scan.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/transform_inclusive_scan.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/transform_reduce.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/uninitialized_copy.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/uninitialized_default_construct.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/uninitialized_fill.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/uninitialized_move.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/uninitialized_value_construct.hpp
M libs/core/algorithms/include/hpx/parallel/container_algorithms/unique.hpp
M libs/core/algorithms/include/hpx/parallel/datapar/adjacent_difference.hpp
M libs/core/algorithms/include/hpx/parallel/datapar/adjacent_find.hpp
M libs/core/algorithms/include/hpx/parallel/datapar/equal.hpp
M libs/core/algorithms/include/hpx/parallel/datapar/fill.hpp
M libs/core/algorithms/include/hpx/parallel/datapar/find.hpp
M libs/core/algorithms/include/hpx/parallel/datapar/mismatch.hpp
M libs/core/algorithms/include/hpx/parallel/datapar/reduce.hpp
M libs/core/algorithms/include/hpx/parallel/datapar/replace.hpp
M libs/core/algorithms/include/hpx/parallel/datapar/transfer.hpp
M libs/core/algorithms/include/hpx/parallel/run_on_all.hpp
M libs/core/algorithms/include/hpx/parallel/task_block.hpp
M libs/core/algorithms/include/hpx/parallel/task_group.hpp
M libs/core/algorithms/include/hpx/parallel/unseq/reduce.hpp
M libs/core/algorithms/include/hpx/parallel/util/adapt_placement_mode.hpp
M libs/core/algorithms/include/hpx/parallel/util/adapt_sharing_mode.hpp
M libs/core/algorithms/include/hpx/parallel/util/adapt_thread_priority.hpp
M libs/core/algorithms/include/hpx/parallel/util/detail/algorithm_result.hpp
M
libs/core/algorithms/include/hpx/parallel/util/detail/chunk_size_iterator.hpp
M libs/core/algorithms/include/hpx/parallel/util/detail/sender_util.hpp
M libs/core/algorithms/include/hpx/parallel/util/loop.hpp
M libs/core/algorithms/include/hpx/parallel/util/ranges_facilities.hpp
M libs/core/algorithms/include/hpx/parallel/util/result_types.hpp
M libs/core/algorithms/include/hpx/parallel/util/zip_iterator.hpp
M libs/core/algorithms/tests/regressions/CMakeLists.txt
A libs/core/algorithms/tests/regressions/for_each_on_main_thread.cpp
M libs/core/algorithms/tests/unit/container_algorithms/test_utils.hpp
M libs/core/asio/include/hpx/asio/asio_util.hpp
M libs/core/asio/src/asio_util.cpp
M libs/core/compute_local/tests/unit/block_fork_join_executor.cpp
M libs/core/concurrency/include/hpx/concurrency/detail/freelist_stack.hpp
M libs/core/execution/include/hpx/execution/algorithms/when_all_vector.hpp
M libs/core/execution/include/hpx/execution/traits/is_execution_policy.hpp
M
libs/core/execution_base/include/hpx/execution_base/completion_signatures.hpp
M libs/core/execution_base/include/hpx/execution_base/stdexec_forward.hpp
M libs/core/execution_base/tests/unit/coroutine_utils.cpp
M libs/core/executors/CMakeLists.txt
M libs/core/executors/include/hpx/executors/detail/index_queue_spawning.hpp
M libs/core/executors/include/hpx/executors/fork_join_executor.hpp
M libs/core/executors/src/service_executors.cpp
M
libs/core/futures/include/hpx/futures/traits/detail/future_await_traits.hpp
M libs/core/io_service/include/hpx/io_service/io_service_pool.hpp
M libs/core/io_service/src/io_service_pool.cpp
M libs/core/iterator_support/include/hpx/iterator_support/zip_iterator.hpp
M libs/core/runtime_local/include/hpx/runtime_local/run_as_hpx_thread.hpp
M libs/core/runtime_local/src/pool_timer.cpp
M libs/core/schedulers/include/hpx/schedulers/queue_holder_thread.hpp
M libs/core/type_support/include/hpx/type_support/generator.hpp
M libs/core/version/CMakeLists.txt
M libs/core/version/src/version.cpp
A libs/core/version/tests/CMakeLists.txt
A libs/core/version/tests/unit/CMakeLists.txt
A libs/core/version/tests/unit/version_api.cpp
M libs/full/agas/include/hpx/agas/agas_fwd.hpp
M libs/full/agas/src/detail/interface.cpp
M
libs/full/async_colocated/include/hpx/async_colocated/server/destroy_component.hpp
M libs/full/components_base/include/hpx/components_base/get_lva.hpp
M libs/full/init_runtime/src/pre_main.cpp
M libs/full/parcelport_gasnet/src/parcelport_gasnet.cpp
M libs/full/parcelport_lci/src/parcelport_lci.cpp
M libs/full/parcelport_mpi/src/parcelport_mpi.cpp
M libs/full/runtime_distributed/include/hpx/runtime_distributed.hpp
M
libs/full/runtime_distributed/include/hpx/runtime_distributed/server/runtime_support.hpp
M libs/full/runtime_distributed/src/applier.cpp
M libs/full/runtime_distributed/src/big_boot_barrier.cpp
M libs/full/runtime_distributed/src/runtime_distributed.cpp
M libs/full/runtime_distributed/src/server/runtime_support_server.cpp
Log Message:
-----------
Merge branch 'master' into algorithm_tests_using_partitioner_with_cleanup
Commit: 1f4711b7febd2934fab5c0e40d3d9b37475ab0ea
https://github.com/STEllAR-GROUP/hpx/commit/1f4711b7febd2934fab5c0e40d3d9b37475ab0ea
Author: David Hua <[email protected]>
Date: 2025-08-13 (Wed, 13 Aug 2025)
Changed paths:
M
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_fill.hpp
M libs/core/algorithms/include/hpx/parallel/util/detail/sender_util.hpp
M
libs/core/algorithms/include/hpx/parallel/util/partitioner_with_cleanup.hpp
M libs/core/algorithms/tests/unit/algorithms/uninitialized_copy_tests.hpp
M libs/core/algorithms/tests/unit/algorithms/uninitialized_copyn_sender.cpp
M
libs/core/algorithms/tests/unit/algorithms/uninitialized_default_constructn_sender.cpp
M libs/core/algorithms/tests/unit/algorithms/uninitialized_fill_sender.cpp
Log Message:
-----------
Added fix for partitioner_with_cleanup
Signed-off-by: David Hua <[email protected]>
Commit: a9570884aa8f39fa416e87906de033d044e885fd
https://github.com/STEllAR-GROUP/hpx/commit/a9570884aa8f39fa416e87906de033d044e885fd
Author: David Hua <[email protected]>
Date: 2025-08-13 (Wed, 13 Aug 2025)
Changed paths:
M
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_relocate.hpp
M libs/core/algorithms/tests/unit/algorithms/CMakeLists.txt
A
libs/core/algorithms/tests/unit/algorithms/uninitialized_relocate_backward_sender.cpp
A
libs/core/algorithms/tests/unit/algorithms/uninitialized_relocate_sender.cpp
A
libs/core/algorithms/tests/unit/algorithms/uninitialized_relocaten_sender.cpp
Log Message:
-----------
Added tests for uninitialized_relocate
Signed-off-by: David Hua <[email protected]>
Commit: beead0db4aad17fe317ce9e51aa78c03e85af870
https://github.com/STEllAR-GROUP/hpx/commit/beead0db4aad17fe317ce9e51aa78c03e85af870
Author: David Hua <[email protected]>
Date: 2025-08-13 (Wed, 13 Aug 2025)
Changed paths:
M
libs/core/algorithms/tests/unit/algorithms/uninitialized_relocate_backward_sender.cpp
M
libs/core/algorithms/tests/unit/algorithms/uninitialized_relocate_sender.cpp
M
libs/core/algorithms/tests/unit/algorithms/uninitialized_relocaten_sender.cpp
Log Message:
-----------
Commented failing tests
Signed-off-by: David Hua <[email protected]>
Commit: c92d532d0745cdd1a8568ecca05add4937b3b338
https://github.com/STEllAR-GROUP/hpx/commit/c92d532d0745cdd1a8568ecca05add4937b3b338
Author: Nan <[email protected]>
Date: 2025-08-13 (Wed, 13 Aug 2025)
Changed paths:
M .github/workflows/cff-validator.yml
M .github/workflows/linux_crosscompile_arm_eve_sve_release.yml
M .github/workflows/linux_crosscompile_arm_sve_release.yml
M .github/workflows/linux_debug.yml
M .github/workflows/linux_debug_fetch_boost.yml
M .github/workflows/linux_debug_fetch_hwloc.yml
M .github/workflows/linux_hip.yml
M .github/workflows/linux_release_fetchcontent.yml
M .github/workflows/linux_release_static.yml
M .github/workflows/linux_sanitizers.yml
M .github/workflows/linux_with_bench_test.yml
M .github/workflows/linux_with_nanobench_test.yml
M .github/workflows/macos_debug.yml
M .github/workflows/macos_debug_fetch_boost.yml
M .github/workflows/macos_debug_fetch_hwloc.yml
M .github/workflows/msvc_analysis.yml
M .github/workflows/windows_clang_debug.yml
M .github/workflows/windows_clang_release.yml
M .github/workflows/windows_debug_vs2022.yml
M .github/workflows/windows_debug_vs2022_fetch_boost.yml
M .github/workflows/windows_debug_vs2022_fetch_hwloc.yml
M .github/workflows/windows_release_2022.yml
M .github/workflows/windows_release_gcc_mingw.yml
M .github/workflows/windows_release_static.yml
Log Message:
-----------
Merge branch 'STEllAR-GROUP:master' into
algorithm_tests_using_partitioner_with_cleanup
Commit: 5316b3a8cd274794ae636db953546060f1cd63a1
https://github.com/STEllAR-GROUP/hpx/commit/5316b3a8cd274794ae636db953546060f1cd63a1
Author: David Hua <[email protected]>
Date: 2025-08-14 (Thu, 14 Aug 2025)
Changed paths:
M .github/workflows/cff-validator.yml
M .github/workflows/codeql.yml
M .github/workflows/linux_crosscompile_arm_eve_sve_release.yml
M .github/workflows/linux_crosscompile_arm_sve_release.yml
M .github/workflows/linux_debug.yml
M .github/workflows/linux_debug_fetch_boost.yml
M .github/workflows/linux_debug_fetch_hwloc.yml
M .github/workflows/linux_hip.yml
M .github/workflows/linux_release_fetchcontent.yml
M .github/workflows/linux_release_static.yml
M .github/workflows/linux_sanitizers.yml
M .github/workflows/linux_with_bench_test.yml
M .github/workflows/linux_with_nanobench_test.yml
M .github/workflows/macos_debug.yml
M .github/workflows/macos_debug_fetch_boost.yml
M .github/workflows/macos_debug_fetch_hwloc.yml
M .github/workflows/msvc_analysis.yml
M .github/workflows/windows_clang_debug.yml
M .github/workflows/windows_clang_release.yml
M .github/workflows/windows_debug_vs2022.yml
M .github/workflows/windows_debug_vs2022_fetch_boost.yml
M .github/workflows/windows_debug_vs2022_fetch_hwloc.yml
M .github/workflows/windows_release_2022.yml
M .github/workflows/windows_release_gcc_mingw.yml
M .github/workflows/windows_release_static.yml
Log Message:
-----------
Merge branch 'master' into algorithm_tests_using_partitioner_with_cleanup
Commit: f6e2c3bcd1890a59e69a20511cba939997069f76
https://github.com/STEllAR-GROUP/hpx/commit/f6e2c3bcd1890a59e69a20511cba939997069f76
Author: David Hua <[email protected]>
Date: 2025-08-14 (Thu, 14 Aug 2025)
Changed paths:
M
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_value_construct.hpp
M
libs/core/algorithms/include/hpx/parallel/util/partitioner_with_cleanup.hpp
M libs/core/algorithms/tests/unit/algorithms/CMakeLists.txt
A
libs/core/algorithms/tests/unit/algorithms/uninitialized_value_construct_sender.cpp
M
libs/core/algorithms/tests/unit/algorithms/uninitialized_value_construct_tests.hpp
A
libs/core/algorithms/tests/unit/algorithms/uninitialized_value_constructn_sender.cpp
Log Message:
-----------
Added tests for uninitialized_value_construct
Signed-off-by: David Hua <[email protected]>
Commit: 5d1b0577d709809bc8cec676ddfc82616eb4e10f
https://github.com/STEllAR-GROUP/hpx/commit/5d1b0577d709809bc8cec676ddfc82616eb4e10f
Author: David Hua <[email protected]>
Date: 2025-08-14 (Thu, 14 Aug 2025)
Changed paths:
Log Message:
-----------
Merge branch 'algorithm_tests_using_partitioner_with_cleanup' of
https://github.com/sususu5/hpx into
algorithm_tests_using_partitioner_with_cleanup
Commit: ec0e84d757d6a79ff8dc8d2b7a7efe0b50242373
https://github.com/STEllAR-GROUP/hpx/commit/ec0e84d757d6a79ff8dc8d2b7a7efe0b50242373
Author: David Hua <[email protected]>
Date: 2025-08-26 (Tue, 26 Aug 2025)
Changed paths:
M
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_copy.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_move.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_relocate.hpp
M
libs/core/algorithms/include/hpx/parallel/util/partitioner_with_cleanup.hpp
M
libs/core/algorithms/tests/unit/algorithms/uninitialized_default_construct_tests.hpp
M
libs/core/algorithms/tests/unit/algorithms/uninitialized_relocate_backward_sender.cpp
M
libs/core/algorithms/tests/unit/algorithms/uninitialized_relocate_sender.cpp
M
libs/core/algorithms/tests/unit/algorithms/uninitialized_relocaten_sender.cpp
Log Message:
-----------
Added modification for uninitialized_relocate
Signed-off-by: David Hua <[email protected]>
Commit: fb142c550724530c218598f894bac69e44543e41
https://github.com/STEllAR-GROUP/hpx/commit/fb142c550724530c218598f894bac69e44543e41
Author: David Hua <[email protected]>
Date: 2025-08-26 (Tue, 26 Aug 2025)
Changed paths:
M libs/core/algorithms/tests/unit/algorithms/uninitialized_copy_sender.cpp
M libs/core/algorithms/tests/unit/algorithms/uninitialized_copyn_sender.cpp
M
libs/core/algorithms/tests/unit/algorithms/uninitialized_default_construct_sender.cpp
M
libs/core/algorithms/tests/unit/algorithms/uninitialized_default_constructn_sender.cpp
M libs/core/algorithms/tests/unit/algorithms/uninitialized_fill_sender.cpp
M libs/core/algorithms/tests/unit/algorithms/uninitialized_filln_sender.cpp
M libs/core/algorithms/tests/unit/algorithms/uninitialized_move_sender.cpp
M libs/core/algorithms/tests/unit/algorithms/uninitialized_moven_sender.cpp
M
libs/core/algorithms/tests/unit/algorithms/uninitialized_relocate_backward_sender.cpp
M
libs/core/algorithms/tests/unit/algorithms/uninitialized_relocate_sender.cpp
M
libs/core/algorithms/tests/unit/algorithms/uninitialized_relocaten_sender.cpp
M
libs/core/algorithms/tests/unit/algorithms/uninitialized_value_construct_sender.cpp
M
libs/core/algorithms/tests/unit/algorithms/uninitialized_value_constructn_sender.cpp
Log Message:
-----------
Added copyright
Signed-off-by: David Hua <[email protected]>
Commit: 1676a8f45a6faf1c60d77371432e3d3aa56c79f4
https://github.com/STEllAR-GROUP/hpx/commit/1676a8f45a6faf1c60d77371432e3d3aa56c79f4
Author: David Hua <[email protected]>
Date: 2025-08-26 (Tue, 26 Aug 2025)
Changed paths:
M
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_copy.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_fill.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_move.hpp
M
libs/core/algorithms/include/hpx/parallel/util/partitioner_with_cleanup.hpp
Log Message:
-----------
Fixed format
Signed-off-by: David Hua <[email protected]>
Commit: a6af62fe09ea8bd362f27856d180aabd4a049114
https://github.com/STEllAR-GROUP/hpx/commit/a6af62fe09ea8bd362f27856d180aabd4a049114
Author: David Hua <[email protected]>
Date: 2025-08-26 (Tue, 26 Aug 2025)
Changed paths:
M .circleci/config.yml
M .circleci/tests.unit1.targets
M .cmake-format.py
A .github/workflows/linux_debug_modules.yml
M .github/workflows/macos_debug.yml
M .github/workflows/macos_debug_fetch_hwloc.yml
A .github/workflows/windows_debug_vs2022_modules.yml
M CMakeLists.txt
M cmake/HPX_AddExecutable.cmake
M cmake/HPX_AddModule.cmake
M cmake/HPX_SetupCUDA.cmake
A cmake/templates/global_module_header_modules.hpp.in
M docs/sphinx/manual/prerequisites.rst
M docs/sphinx/releases/whats_new_1_9_0.rst
M init/CMakeLists.txt
M libs/CMakeLists.txt
M
libs/core/algorithms/include/hpx/parallel/algorithms/detail/advance_and_get_distance.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/detail/distance.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/detail/upper_lower_bound.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/merge.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/transform.hpp
M libs/core/algorithms/include/hpx/parallel/run_on_all.hpp
M libs/core/algorithms/include/hpx/parallel/util/detail/chunk_size.hpp
M libs/core/algorithms/include/hpx/parallel/util/detail/sender_util.hpp
M libs/core/algorithms/include/hpx/parallel/util/foreach_partitioner.hpp
M libs/core/algorithms/include/hpx/parallel/util/loop.hpp
M libs/core/algorithms/include/hpx/parallel/util/transfer.hpp
M libs/core/algorithms/include/hpx/parallel/util/transform_loop.hpp
M libs/core/algorithms/tests/performance/CMakeLists.txt
M libs/core/algorithms/tests/performance/benchmark_merge.cpp
A libs/core/algorithms/tests/performance/benchmark_merge_sweep.cpp
M libs/core/algorithms/tests/performance/utils.hpp
M libs/core/algorithms/tests/unit/algorithms/merge.cpp
M libs/core/algorithms/tests/unit/algorithms/merge_tests.hpp
M libs/core/algorithms/tests/unit/algorithms/test_utils.hpp
M libs/core/algorithms/tests/unit/container_algorithms/merge_range.cpp
M libs/core/compute_local/include/hpx/compute_local/vector.hpp
M libs/core/config/include/hpx/config/export_definitions.hpp
M libs/core/coroutines/include/hpx/coroutines/thread_enums.hpp
M libs/core/datastructures/include/hpx/datastructures/tuple.hpp
M libs/core/execution/CMakeLists.txt
M libs/core/execution/include/hpx/execution/algorithms/sync_wait.hpp
A
libs/core/execution/include/hpx/execution/executors/collect_chunking_parameters.hpp
M libs/core/execution/include/hpx/execution/executors/default_parameters.hpp
M
libs/core/execution/include/hpx/execution/executors/execution_parameters.hpp
M
libs/core/execution/include/hpx/execution/executors/execution_parameters_fwd.hpp
A libs/core/execution/include/hpx/execution/executors/max_num_chunks.hpp
M libs/core/execution/include/hpx/execution/executors/num_cores.hpp
M libs/core/execution/include/hpx/execution/executors/static_chunk_size.hpp
M libs/core/execution/tests/unit/executor_parameters.cpp
M libs/core/executors/include/hpx/executors/detail/index_queue_spawning.hpp
M libs/core/executors/include/hpx/executors/fork_join_executor.hpp
M libs/core/executors/include/hpx/executors/thread_pool_scheduler_bulk.hpp
M libs/core/futures/include/hpx/futures/detail/future_data.hpp
A libs/core/hpx_core.ixx
M libs/core/iterator_support/CMakeLists.txt
A
libs/core/iterator_support/include/hpx/iterator_support/unwrap_iterator.hpp
M libs/core/itt_notify/include/hpx/modules/itt_notify.hpp
M libs/core/itt_notify/src/itt_notify.cpp
M
libs/core/schedulers/include/hpx/schedulers/local_priority_queue_scheduler.hpp
M libs/core/schedulers/include/hpx/schedulers/local_queue_scheduler.hpp
M
libs/core/schedulers/include/hpx/schedulers/local_workrequesting_scheduler.hpp
M libs/core/schedulers/include/hpx/schedulers/queue_holder_thread.hpp
M libs/core/schedulers/include/hpx/schedulers/thread_queue.hpp
M libs/core/thread_pools/include/hpx/thread_pools/scheduling_loop.hpp
M libs/core/type_support/include/hpx/type_support/is_contiguous_iterator.hpp
M libs/core/type_support/tests/unit/CMakeLists.txt
M libs/core/type_support/tests/unit/is_contiguous_iterator.cpp
M libs/core/version/CMakeLists.txt
M libs/core/version/include/hpx/version.hpp
A libs/core/version/include/hpx/version_api.hpp
M libs/core/version/tests/unit/version_api.cpp
M libs/full/collectives/include/hpx/collectives/all_gather.hpp
M libs/full/collectives/include/hpx/collectives/all_reduce.hpp
M libs/full/collectives/include/hpx/collectives/all_to_all.hpp
M libs/full/collectives/include/hpx/collectives/argument_types.hpp
M libs/full/collectives/include/hpx/collectives/broadcast.hpp
M
libs/full/collectives/include/hpx/collectives/detail/channel_communicator.hpp
M libs/full/collectives/include/hpx/collectives/exclusive_scan.hpp
M libs/full/collectives/include/hpx/collectives/gather.hpp
M libs/full/collectives/include/hpx/collectives/inclusive_scan.hpp
M libs/full/collectives/include/hpx/collectives/reduce.hpp
M libs/full/collectives/include/hpx/collectives/scatter.hpp
M libs/full/collectives/src/channel_communicator.cpp
M libs/full/collectives/src/create_communicator.cpp
M libs/full/collectives/src/detail/channel_communicator_server.cpp
M libs/full/collectives/tests/unit/all_gather.cpp
M libs/full/collectives/tests/unit/all_reduce.cpp
M libs/full/collectives/tests/unit/all_to_all.cpp
M libs/full/collectives/tests/unit/broadcast.cpp
M libs/full/collectives/tests/unit/exclusive_scan_.cpp
M libs/full/collectives/tests/unit/gather.cpp
M libs/full/collectives/tests/unit/inclusive_scan_.cpp
M libs/full/collectives/tests/unit/reduce.cpp
M libs/full/collectives/tests/unit/scatter.cpp
M tools/inspect/apple_macro_check.cpp
M tools/inspect/ascii_check.cpp
M tools/inspect/assert_macro_check.cpp
M tools/inspect/deprecated_include_check.cpp
M tools/inspect/deprecated_macro_check.cpp
M tools/inspect/deprecated_name_check.cpp
M tools/inspect/end_check.cpp
M tools/inspect/endline_whitespace_check.cpp
M tools/inspect/include_check.cpp
M tools/inspect/inspect.cpp
M tools/inspect/length_check.cpp
M tools/inspect/minmax_check.cpp
M tools/inspect/tab_check.cpp
M tools/inspect/unnamed_namespace_check.cpp
M tools/inspect/windows_macro_check.cpp
M wrap/CMakeLists.txt
Log Message:
-----------
Merge branch 'master' into algorithm_tests_using_partitioner_with_cleanup
Commit: 1e619f69b398975893eab58462c14a8f3457c6c8
https://github.com/STEllAR-GROUP/hpx/commit/1e619f69b398975893eab58462c14a8f3457c6c8
Author: Nan <[email protected]>
Date: 2025-08-28 (Thu, 28 Aug 2025)
Changed paths:
M
tools/perftests_ci/perftest/references/lsu_default/foreach_report_test.json
M
tools/perftests_ci/perftest/references/lsu_default/future_overhead_report_test.json
M tools/perftests_ci/perftest/references/lsu_default/stream_report_test.json
Log Message:
-----------
Merge branch 'STEllAR-GROUP:master' into
algorithm_tests_using_partitioner_with_cleanup
Commit: 495b6d08f20a16e769392f853102e105554ec451
https://github.com/STEllAR-GROUP/hpx/commit/495b6d08f20a16e769392f853102e105554ec451
Author: David Hua <[email protected]>
Date: 2025-08-29 (Fri, 29 Aug 2025)
Changed paths:
M libs/core/algorithms/include/hpx/parallel/util/detail/sender_util.hpp
M
libs/core/algorithms/include/hpx/parallel/util/partitioner_with_cleanup.hpp
Log Message:
-----------
Fixed errors and some wrong modification
Signed-off-by: David Hua <[email protected]>
Commit: e055b4d48aa3a24f86b913278e706c7c08f82fc8
https://github.com/STEllAR-GROUP/hpx/commit/e055b4d48aa3a24f86b913278e706c7c08f82fc8
Author: David Hua <[email protected]>
Date: 2025-08-29 (Fri, 29 Aug 2025)
Changed paths:
M
tools/perftests_ci/perftest/references/lsu_default/foreach_report_test.json
M
tools/perftests_ci/perftest/references/lsu_default/future_overhead_report_test.json
M tools/perftests_ci/perftest/references/lsu_default/stream_report_test.json
Log Message:
-----------
Merge branch 'algorithm_tests_using_partitioner_with_cleanup' of
https://github.com/sususu5/hpx into
algorithm_tests_using_partitioner_with_cleanup
Commit: 597753f5e1f0c82f8c4fbfd0d2afe015c768f5f1
https://github.com/STEllAR-GROUP/hpx/commit/597753f5e1f0c82f8c4fbfd0d2afe015c768f5f1
Author: David Hua <[email protected]>
Date: 2025-08-29 (Fri, 29 Aug 2025)
Changed paths:
M
libs/core/algorithms/include/hpx/parallel/util/partitioner_with_cleanup.hpp
Log Message:
-----------
Added std::monostate to handle void in variant
Signed-off-by: David Hua <[email protected]>
Commit: e8a94e9414f71f0fafe59be98976f1a1f2c4af62
https://github.com/STEllAR-GROUP/hpx/commit/e8a94e9414f71f0fafe59be98976f1a1f2c4af62
Author: Nan <[email protected]>
Date: 2025-08-29 (Fri, 29 Aug 2025)
Changed paths:
M .cmake-format.py
M .github/workflows/macos_debug_fetch_hwloc.yml
M .jenkins/lsu/env-gcc-15.sh
M cmake/HPX_AddModule.cmake
A cmake/HPX_CollectStdHeaders.cmake
A cmake/templates/hpx_core.ixx.in
M docs/sphinx/manual/creating_hpx_projects.rst
M libs/CMakeLists.txt
M libs/core/config/include/hpx/config.hpp
R libs/core/hpx_core.ixx
Log Message:
-----------
Merge branch 'STEllAR-GROUP:master' into
algorithm_tests_using_partitioner_with_cleanup
Commit: 846c8674c13832b2411d069c870991b08eebb305
https://github.com/STEllAR-GROUP/hpx/commit/846c8674c13832b2411d069c870991b08eebb305
Author: David Hua <[email protected]>
Date: 2025-08-29 (Fri, 29 Aug 2025)
Changed paths:
M
libs/core/algorithms/include/hpx/parallel/util/partitioner_with_cleanup.hpp
Log Message:
-----------
Fixed CI error
Signed-off-by: David Hua <[email protected]>
Commit: 107a8b8cb51559e060b123e0d242b61e5558d772
https://github.com/STEllAR-GROUP/hpx/commit/107a8b8cb51559e060b123e0d242b61e5558d772
Author: David Hua <[email protected]>
Date: 2025-09-05 (Fri, 05 Sep 2025)
Changed paths:
M
libs/core/algorithms/include/hpx/parallel/util/partitioner_with_cleanup.hpp
M libs/core/algorithms/include/hpx/parallel/util/result_types.hpp
Log Message:
-----------
Removed unnecessary vector
Signed-off-by: David Hua <[email protected]>
Commit: 2d2b4069a2464db52931530c298d3b233de45f91
https://github.com/STEllAR-GROUP/hpx/commit/2d2b4069a2464db52931530c298d3b233de45f91
Author: David Hua <[email protected]>
Date: 2025-09-05 (Fri, 05 Sep 2025)
Changed paths:
M .cmake-format.py
M .github/workflows/macos_debug.yml
M .github/workflows/macos_debug_fetch_boost.yml
M .github/workflows/macos_debug_fetch_hwloc.yml
M .jenkins/lsu/env-gcc-15.sh
M cmake/HPX_AddComponent.cmake
M cmake/HPX_AddExecutable.cmake
M cmake/HPX_AddLibrary.cmake
M cmake/HPX_AddModule.cmake
M cmake/HPX_AppendProperty.cmake
M cmake/HPX_CollectStdHeaders.cmake
M cmake/HPX_SetupTarget.cmake
M cmake/templates/global_module_header_modules.hpp.in
M cmake/templates/hpx_core.ixx.in
M components/component_storage/src/server/component_storage_server.cpp
M
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/serialization/partitioned_vector.hpp
M components/iostreams/src/standard_streams.cpp
M components/parcel_plugins/coalescing/src/coalescing_counter_registry.cpp
M components/parcel_plugins/coalescing/src/coalescing_message_handler.cpp
M components/parcel_plugins/coalescing/src/performance_counters.cpp
M init/CMakeLists.txt
M libs/CMakeLists.txt
M libs/core/asio/src/asio_util.cpp
M libs/core/assertion/CMakeLists.txt
M libs/core/assertion/include/hpx/assert.hpp
A libs/core/assertion/include/hpx/assertion/api.hpp
M libs/core/assertion/include/hpx/assertion/current_function.hpp
M libs/core/assertion/include/hpx/assertion/evaluate_assert.hpp
A libs/core/assertion/include/hpx/assertion/macros.hpp
M libs/core/assertion/include/hpx/assertion/source_location.hpp
R libs/core/assertion/include/hpx/modules/assertion.hpp
M libs/core/assertion/tests/unit/CMakeLists.txt
M libs/core/async_cuda/src/cuda_event_callback.cpp
M libs/core/compute_local/CMakeLists.txt
M
libs/core/compute_local/include/hpx/compute_local/host/block_fork_join_executor.hpp
M
libs/core/compute_local/include/hpx/compute_local/host/numa_binding_allocator.hpp
M libs/core/concurrency/include/hpx/concurrency/spinlock.hpp
M libs/core/concurrency/include/hpx/concurrency/spinlock_pool.hpp
M libs/core/config/include/hpx/config/export_definitions.hpp
M libs/core/errors/CMakeLists.txt
A libs/core/errors/include/hpx/errors/detail/define_error_info.hpp
M libs/core/errors/include/hpx/errors/error.hpp
M libs/core/errors/include/hpx/errors/error_code.hpp
M libs/core/errors/include/hpx/errors/exception.hpp
M libs/core/errors/include/hpx/errors/exception_fwd.hpp
M libs/core/errors/include/hpx/errors/exception_info.hpp
M libs/core/errors/include/hpx/errors/exception_list.hpp
A libs/core/errors/include/hpx/errors/macros.hpp
M libs/core/errors/include/hpx/errors/throw_exception.hpp
M libs/core/errors/src/exception.cpp
M libs/core/errors/tests/unit/exception.cpp
M libs/core/execution/include/hpx/execution/algorithms/as_sender.hpp
M libs/core/execution/include/hpx/execution/algorithms/keep_future.hpp
M libs/core/execution/src/execution_parameter_callbacks.cpp
M libs/core/execution_base/include/hpx/execution_base/any_sender.hpp
M libs/core/execution_base/include/hpx/execution_base/this_thread.hpp
M libs/core/execution_base/src/any_sender.cpp
M libs/core/execution_base/src/this_thread.cpp
M libs/core/executors/include/hpx/executors/fork_join_executor.hpp
M libs/core/executors/src/current_executor.cpp
M libs/core/futures/tests/regressions/exception_from_continuation_1613.cpp
M libs/core/gasnet_base/CMakeLists.txt
M libs/core/gasnet_base/src/gasnet_environment.cpp
M libs/core/logging/src/format/destination/file.cpp
M libs/core/plugin/include/hpx/plugin/detail/dll_windows.hpp
M libs/core/preprocessor/CMakeLists.txt
M
libs/core/resource_partitioner/examples/oversubscribing_resource_partitioner.cpp
M libs/core/resource_partitioner/src/partitioner.cpp
M libs/core/runtime_configuration/src/runtime_configuration.cpp
M
libs/core/runtime_local/include/hpx/runtime_local/custom_exception_info.hpp
M libs/core/schedulers/include/hpx/schedulers/background_scheduler.hpp
M libs/core/schedulers/include/hpx/schedulers/queue_holder_numa.hpp
M libs/core/schedulers/include/hpx/schedulers/queue_holder_thread.hpp
M libs/core/serialization/src/detail/polymorphic_id_factory.cpp
M libs/core/serialization/src/exception_ptr.cpp
M libs/core/synchronization/tests/unit/shared_mutex/thread_group.hpp
M libs/core/testing/CMakeLists.txt
M libs/core/testing/include/hpx/modules/testing.hpp
M libs/core/thread_pool_util/CMakeLists.txt
M libs/core/thread_pool_util/src/thread_pool_suspension_helpers.cpp
M libs/core/thread_support/CMakeLists.txt
M libs/core/thread_support/include/hpx/thread_support/atomic_count.hpp
M libs/core/thread_support/include/hpx/thread_support/set_thread_name.hpp
M libs/core/thread_support/include/hpx/thread_support/spinlock.hpp
M libs/core/thread_support/include/hpx/thread_support/unlock_guard.hpp
M libs/core/thread_support/src/set_thread_name.cpp
M libs/core/thread_support/src/spinlock.cpp
M libs/core/threading/tests/unit/error_callback.cpp
M libs/core/threading_base/include/hpx/threading_base/thread_init_data.hpp
M libs/core/threading_base/src/execution_agent.cpp
M libs/core/threading_base/src/get_default_pool.cpp
M libs/core/threading_base/src/get_default_timer_service.cpp
M libs/core/threading_base/src/thread_description.cpp
M libs/core/version/CMakeLists.txt
A libs/core/version/include/hpx/version/api.hpp
R libs/core/version/include/hpx/version_api.hpp
M libs/core/version/tests/unit/version_api.cpp
M libs/full/agas/src/detail/interface.cpp
M libs/full/agas/src/route.cpp
M libs/full/agas_base/src/gva.cpp
M libs/full/agas_base/src/server/component_namespace_server.cpp
M libs/full/agas_base/src/server/locality_namespace_server.cpp
M libs/full/agas_base/src/symbol_namespace.cpp
M
libs/full/async_colocated/include/hpx/async_colocated/server/destroy_component.hpp
M libs/full/collectives/include/hpx/collectives/detail/communicator.hpp
M libs/full/collectives/src/channel_communicator.cpp
M libs/full/collectives/src/create_communicator.cpp
M
libs/full/distribution_policies/include/hpx/distribution_policies/default_distribution_policy.hpp
M libs/full/parcelset/src/parcel.cpp
M libs/full/performance_counters/src/counters.cpp
M libs/full/performance_counters/src/query_counters.cpp
M libs/full/performance_counters/src/registry.cpp
M libs/full/performance_counters/src/server/action_invocation_counter.cpp
M libs/full/performance_counters/src/server/arithmetics_counter.cpp
M libs/full/performance_counters/src/server/arithmetics_counter_extended.cpp
M libs/full/performance_counters/src/server/component_instance_counter.cpp
M libs/full/performance_counters/src/server/elapsed_time_counter.cpp
M libs/full/performance_counters/src/server/per_action_data_counters.cpp
M libs/full/performance_counters/src/server/raw_counter.cpp
M libs/full/performance_counters/src/server/raw_values_counter.cpp
M libs/full/performance_counters/src/server/statistics_counter.cpp
M libs/full/runtime_distributed/src/big_boot_barrier.cpp
M libs/full/runtime_distributed/src/stubs/runtime_support_stubs.cpp
M
libs/full/runtime_distributed/tests/regressions/unhandled_exception_582.cpp
M tests/performance/local/activate_counters.cpp
M tests/performance/local/stream.cpp
M tests/performance/local/stream_report.cpp
M tests/regressions/threads/run_as_hpx_thread_exceptions_3304.cpp
M tools/inspect/include_check.cpp
M wrap/CMakeLists.txt
Log Message:
-----------
Merge branch 'master' into algorithm_tests_using_partitioner_with_cleanup
Commit: b1bd233e040886e6a1f07fa97a67c77055f01131
https://github.com/STEllAR-GROUP/hpx/commit/b1bd233e040886e6a1f07fa97a67c77055f01131
Author: David Hua <[email protected]>
Date: 2025-09-05 (Fri, 05 Sep 2025)
Changed paths:
M libs/core/algorithms/include/hpx/parallel/util/result_types.hpp
Log Message:
-----------
Fixed format error
Signed-off-by: David Hua <[email protected]>
Commit: bc0f1547083688cbf9ed6be87a5db661a8201a2b
https://github.com/STEllAR-GROUP/hpx/commit/bc0f1547083688cbf9ed6be87a5db661a8201a2b
Author: isidorostsa <[email protected]>
Date: 2025-09-09 (Tue, 09 Sep 2025)
Changed paths:
M libs/core/algorithms/tests/unit/container_algorithms/sort_range_tests.hpp
Log Message:
-----------
Make sure the test size is at least one so we don't go out of bounds with
c[N-1]
Commit: 4183456fc5b84cf2d5c7a2b29efbd3218ea1ca8d
https://github.com/STEllAR-GROUP/hpx/commit/4183456fc5b84cf2d5c7a2b29efbd3218ea1ca8d
Author: isidorostsa <[email protected]>
Date: 2025-09-09 (Tue, 09 Sep 2025)
Changed paths:
M libs/core/algorithms/include/hpx/parallel/algorithms/sort.hpp
Log Message:
-----------
Fix count == 0 case for parallel sorting
Commit: 7262b8191416e26bb3c4a3a8b8edea069492fa0d
https://github.com/STEllAR-GROUP/hpx/commit/7262b8191416e26bb3c4a3a8b8edea069492fa0d
Author: David Hua <[email protected]>
Date: 2025-09-09 (Tue, 09 Sep 2025)
Changed paths:
M
libs/core/algorithms/include/hpx/parallel/util/partitioner_with_cleanup.hpp
M libs/core/algorithms/tests/unit/container_algorithms/sort_range_tests.hpp
Log Message:
-----------
Added const reference
Signed-off-by: David Hua <[email protected]>
Commit: 71eac6a1065edbd27f2661c84ebcb6b7bb353d78
https://github.com/STEllAR-GROUP/hpx/commit/71eac6a1065edbd27f2661c84ebcb6b7bb353d78
Author: David Hua <[email protected]>
Date: 2025-09-09 (Tue, 09 Sep 2025)
Changed paths:
M cmake/FindHwloc.cmake
M cmake/HPX_CollectStdHeaders.cmake
M cmake/templates/global_module_header_modules.hpp.in
M cmake/templates/hpx_core.ixx.in
M
components/iostreams/include/hpx/components/iostreams/server/order_output.hpp
M components/parcel_plugins/coalescing/src/coalescing_message_handler.cpp
M components/parcel_plugins/coalescing/src/performance_counters.cpp
M
components/performance_counters/papi/tests/regressions/papi_counters_active_interface.cpp
M
components/process/include/hpx/components/process/util/posix/initializers/inherit_env.hpp
M libs/core/algorithms/include/hpx/parallel/task_block.hpp
M libs/core/algorithms/include/hpx/parallel/task_group.hpp
M libs/core/algorithms/tests/unit/algorithms/all_of.cpp
M libs/core/algorithms/tests/unit/algorithms/any_of.cpp
M libs/core/algorithms/tests/unit/algorithms/none_of.cpp
M libs/core/algorithms/tests/unit/container_algorithms/all_of_range.cpp
M libs/core/algorithms/tests/unit/container_algorithms/any_of_range.cpp
M libs/core/algorithms/tests/unit/container_algorithms/none_of_range.cpp
M libs/core/algorithms/tests/unit/datapar_algorithms/all_of_datapar.cpp
M libs/core/algorithms/tests/unit/datapar_algorithms/any_of_datapar.cpp
M libs/core/algorithms/tests/unit/datapar_algorithms/none_of_datapar.cpp
M libs/core/asio/src/asio_util.cpp
M libs/core/async_combinators/CMakeLists.txt
M libs/core/async_combinators/include/hpx/async_combinators/split_future.hpp
M libs/core/async_combinators/include/hpx/async_combinators/wait_some.hpp
M libs/core/async_cuda/include/hpx/async_cuda/cublas_executor.hpp
M libs/core/async_cuda/include/hpx/async_cuda/cuda_exception.hpp
M libs/core/async_cuda/include/hpx/async_cuda/cuda_executor.hpp
M libs/core/async_cuda/include/hpx/async_cuda/detail/cuda_debug.hpp
M libs/core/async_mpi/include/hpx/async_mpi/mpi_exception.hpp
M libs/core/async_sycl/include/hpx/async_sycl/sycl_executor.hpp
M libs/core/batch_environments/src/alps_environment.cpp
M libs/core/batch_environments/src/flux_environment.cpp
M libs/core/batch_environments/src/pbs_environment.cpp
M libs/core/batch_environments/src/pjm_environment.cpp
M libs/core/batch_environments/src/slurm_environment.cpp
M libs/core/command_line_handling_local/src/command_line_handling_local.cpp
M
libs/core/command_line_handling_local/src/late_command_line_handling_local.cpp
M libs/core/config/include/hpx/config/export_definitions.hpp
M libs/core/coroutines/include/hpx/coroutines/detail/context_linux_x86.hpp
M libs/core/coroutines/include/hpx/coroutines/thread_id_type.hpp
M libs/core/debugging/CMakeLists.txt
M libs/core/debugging/include/hpx/debugging/attach_debugger.hpp
M libs/core/debugging/include/hpx/debugging/backtrace.hpp
M libs/core/debugging/include/hpx/debugging/backtrace/backtrace.hpp
M libs/core/debugging/include/hpx/debugging/demangle_helper.hpp
M libs/core/debugging/include/hpx/debugging/environ.hpp
A libs/core/debugging/include/hpx/debugging/macros.hpp
M libs/core/debugging/include/hpx/debugging/print.hpp
M libs/core/debugging/src/backtrace.cpp
M libs/core/debugging/src/print.cpp
M libs/core/debugging/tests/unit/CMakeLists.txt
M libs/core/debugging/tests/unit/print.cpp
M libs/core/errors/include/hpx/errors/try_catch_exception_ptr.hpp
M libs/core/errors/src/error_code.cpp
M libs/core/execution/include/hpx/execution/algorithms/bulk.hpp
M libs/core/execution/include/hpx/execution/algorithms/just.hpp
M libs/core/execution/include/hpx/execution/algorithms/let_error.hpp
M libs/core/execution/include/hpx/execution/algorithms/let_stopped.hpp
M libs/core/execution/include/hpx/execution/algorithms/let_value.hpp
M libs/core/execution/include/hpx/execution/algorithms/make_future.hpp
M libs/core/execution/include/hpx/execution/algorithms/run_loop.hpp
M libs/core/execution/include/hpx/execution/algorithms/split.hpp
M libs/core/execution/include/hpx/execution/algorithms/start_detached.hpp
M libs/core/execution/include/hpx/execution/algorithms/then.hpp
M libs/core/execution/include/hpx/execution/queries/read.hpp
M libs/core/executors/CMakeLists.txt
M libs/core/executors/include/hpx/executors/dataflow.hpp
M libs/core/executors/include/hpx/executors/detail/hierarchical_spawning.hpp
M libs/core/executors/include/hpx/executors/detail/index_queue_spawning.hpp
M libs/core/executors/include/hpx/executors/guided_pool_executor.hpp
M libs/core/executors/include/hpx/executors/sequenced_executor.hpp
M libs/core/executors/include/hpx/executors/service_executors.hpp
M libs/core/executors/include/hpx/executors/thread_pool_scheduler.hpp
M libs/core/executors/include/hpx/executors/thread_pool_scheduler_bulk.hpp
M libs/core/format/CMakeLists.txt
A libs/core/format/include/hpx/format/api.hpp
R libs/core/format/include/hpx/modules/format.hpp
M libs/core/format/include/hpx/util/bad_lexical_cast.hpp
M libs/core/format/include/hpx/util/from_string.hpp
M libs/core/format/include/hpx/util/to_string.hpp
M libs/core/format/src/util/bad_lexical_cast.cpp
M libs/core/format/tests/unit/CMakeLists.txt
M libs/core/format/tests/unit/format.cpp
M
libs/core/functional/include/hpx/functional/detail/function_registration.hpp
M libs/core/futures/CMakeLists.txt
M libs/core/futures/include/hpx/futures/detail/future_data.hpp
M libs/core/futures/include/hpx/futures/future.hpp
M libs/core/futures/include/hpx/futures/futures_factory.hpp
M libs/core/futures/include/hpx/futures/packaged_continuation.hpp
M libs/core/futures/include/hpx/futures/packaged_task.hpp
M libs/core/include_local/CMakeLists.txt
M libs/core/include_local/include/hpx/mutex.hpp
M libs/core/ini/CMakeLists.txt
M libs/core/ini/include/hpx/ini/ini.hpp
M libs/core/ini/src/ini.cpp
M libs/core/itt_notify/CMakeLists.txt
A libs/core/itt_notify/include/hpx/itt_notify/api.hpp
A libs/core/itt_notify/include/hpx/itt_notify/detail/use_ittnotify_api.hpp
A libs/core/itt_notify/include/hpx/itt_notify/macros.hpp
M libs/core/itt_notify/include/hpx/itt_notify/thread_name.hpp
R libs/core/itt_notify/include/hpx/modules/itt_notify.hpp
M libs/core/itt_notify/src/itt_notify.cpp
M libs/core/itt_notify/src/thread_name.cpp
M libs/core/lcos_local/CMakeLists.txt
M libs/core/lcos_local/include/hpx/lcos_local/channel.hpp
M libs/core/lcos_local/include/hpx/lcos_local/trigger.hpp
M libs/core/lock_registration/src/register_locks.cpp
M libs/core/logging/src/logging.cpp
M libs/core/memory/tests/unit/intrusive_ptr.cpp
M libs/core/memory/tests/unit/intrusive_ptr_move.cpp
M libs/core/pack_traversal/tests/unit/pack_traversal_async.cpp
M libs/core/program_options/CMakeLists.txt
M libs/core/program_options/examples/regex.cpp
M
libs/core/program_options/include/hpx/program_options/detail/value_semantic.hpp
M libs/core/program_options/include/hpx/program_options/value_semantic.hpp
M libs/core/program_options/src/parsers.cpp
M libs/core/resource_partitioner/examples/async_customization.cpp
M libs/core/resource_partitioner/src/detail_partitioner.cpp
M libs/core/resource_partitioner/tests/unit/scheduler_binding_check.cpp
M libs/core/runtime_configuration/CMakeLists.txt
M libs/core/runtime_configuration/src/runtime_configuration.cpp
M libs/core/runtime_local/CMakeLists.txt
M libs/core/runtime_local/src/debugging.cpp
M libs/core/runtime_local/src/interval_timer.cpp
M libs/core/runtime_local/src/pool_timer.cpp
M libs/core/runtime_local/src/runtime_handlers.cpp
M libs/core/runtime_local/src/runtime_local.cpp
M libs/core/runtime_local/tests/unit/thread_mapper.cpp
M libs/core/schedulers/CMakeLists.txt
M libs/core/schedulers/include/hpx/schedulers/queue_holder_thread.hpp
M
libs/core/schedulers/include/hpx/schedulers/shared_priority_queue_scheduler.hpp
M libs/core/schedulers/include/hpx/schedulers/thread_queue.hpp
M
libs/core/serialization/include/hpx/serialization/detail/polymorphic_intrusive_factory.hpp
M
libs/core/serialization/include/hpx/serialization/detail/polymorphic_nonintrusive_factory.hpp
M libs/core/serialization/tests/performance/serialization_performance.cpp
M libs/core/synchronization/include/hpx/synchronization/barrier.hpp
M
libs/core/synchronization/include/hpx/synchronization/condition_variable.hpp
M
libs/core/synchronization/include/hpx/synchronization/detail/condition_variable.hpp
M libs/core/synchronization/src/detail/condition_variable.cpp
M libs/core/thread_support/src/set_thread_name.cpp
M libs/core/thread_support/src/spinlock.cpp
M libs/core/threading/CMakeLists.txt
M libs/core/threading/src/thread.cpp
M libs/core/threading_base/CMakeLists.txt
M
libs/core/threading_base/include/hpx/threading_base/detail/reset_backtrace.hpp
M libs/core/threading_base/include/hpx/threading_base/print.hpp
M libs/core/threading_base/include/hpx/threading_base/thread_data.hpp
M libs/core/threading_base/include/hpx/threading_base/thread_description.hpp
M libs/core/threading_base/include/hpx/threading_base/thread_helpers.hpp
M libs/core/threading_base/include/hpx/threading_base/threading_base_fwd.hpp
M libs/core/threading_base/src/execution_agent.cpp
M libs/core/threading_base/src/thread_data.cpp
M libs/core/threading_base/src/thread_description.cpp
M libs/core/threading_base/src/thread_helpers.cpp
M libs/core/util/include/hpx/util/get_entry_as.hpp
M libs/core/util/include/hpx/util/manage_config.hpp
M libs/full/actions/tests/performance/serialization_overhead.cpp
M libs/full/actions_base/include/hpx/actions_base/actions_base_support.hpp
M libs/full/agas/src/addressing_service.cpp
M libs/full/agas_base/src/server/symbol_namespace_server.cpp
M libs/full/agas_base/src/symbol_namespace.cpp
M
libs/full/async_distributed/include/hpx/async_distributed/detail/promise_base.hpp
M
libs/full/async_distributed/include/hpx/async_distributed/detail/promise_lco.hpp
M libs/full/async_distributed/src/promise.cpp
M libs/full/async_distributed/tests/unit/util/config_entry.cpp
M libs/full/collectives/include/hpx/collectives/detail/barrier_node.hpp
M libs/full/collectives/src/detail/barrier_node.cpp
M libs/full/command_line_handling/src/command_line_handling.cpp
M libs/full/command_line_handling/src/parse_command_line.cpp
M libs/full/command_line_handling/tests/regressions/configuration_1572.cpp
M libs/full/components/src/client_base.cpp
M libs/full/components_base/include/hpx/components_base/component_type.hpp
M
libs/full/components_base/include/hpx/components_base/server/locking_hook.hpp
M
libs/full/components_base/include/hpx/components_base/server/migration_support.hpp
M libs/full/components_base/src/component_type.cpp
M libs/full/components_base/src/generate_unique_ids.cpp
M libs/full/components_base/src/server/wrapper_heap.cpp
M libs/full/include/include/hpx/include/util.hpp
M libs/full/init_runtime/include/hpx/hpx_finalize.hpp
M libs/full/init_runtime/include/hpx/hpx_init_impl.hpp
M libs/full/init_runtime/include/hpx/hpx_start_impl.hpp
M libs/full/init_runtime/src/hpx_init.cpp
M libs/full/init_runtime/tests/unit/start_stop_callbacks.cpp
M libs/full/naming/src/credit_handling.cpp
M libs/full/parcelset/include/hpx/parcelset/parcelport_impl.hpp
M libs/full/parcelset/src/parcelhandler.cpp
M libs/full/parcelset_base/src/parcel_interface.cpp
M
libs/full/performance_counters/include/hpx/performance_counters/server/base_performance_counter.hpp
M libs/full/performance_counters/src/counters.cpp
M libs/full/performance_counters/src/query_counters.cpp
M libs/full/performance_counters/src/server/base_performance_counter.cpp
M libs/full/performance_counters/src/server/statistics_counter.cpp
M libs/full/runtime_components/src/console_logging.cpp
M libs/full/runtime_distributed/src/runtime_distributed.cpp
M libs/full/runtime_distributed/src/server/runtime_support_server.cpp
M libs/full/runtime_distributed/tests/unit/thread_mapper_parcel_pools.cpp
M libs/full/segmented_algorithms/tests/unit/partitioned_vector_all_of1.cpp
M libs/full/segmented_algorithms/tests/unit/partitioned_vector_all_of2.cpp
M libs/full/segmented_algorithms/tests/unit/partitioned_vector_any_of1.cpp
M libs/full/segmented_algorithms/tests/unit/partitioned_vector_any_of2.cpp
M libs/full/segmented_algorithms/tests/unit/partitioned_vector_none1.cpp
M libs/full/segmented_algorithms/tests/unit/partitioned_vector_none2.cpp
M tests/regressions/lcos/lifetime_588_1.cpp
M tools/inspect/assert_macro_check.cpp
M tools/inspect/deprecated_include_check.cpp
M tools/inspect/deprecated_name_check.cpp
M tools/inspect/include_check.cpp
M tools/inspect/minmax_check.cpp
M tools/inspect/path_name_check.cpp
Log Message:
-----------
Merge branch 'master' into algorithm_tests_using_partitioner_with_cleanup
Commit: 5e80d5673343cef06a476fffab020d110e02b9b8
https://github.com/STEllAR-GROUP/hpx/commit/5e80d5673343cef06a476fffab020d110e02b9b8
Author: David Hua <[email protected]>
Date: 2025-09-15 (Mon, 15 Sep 2025)
Changed paths:
A .github/workflows/windows_debug_vs2022_hpx_modules.yml
M .jenkins/lsu/env-gcc-15.sh
M CMakeLists.txt
M cmake/HPX_AddModule.cmake
M cmake/HPX_CollectStdHeaders.cmake
M cmake/templates/global_module_header_modules.hpp.in
A cmake/templates/hpx.ixx.in
R cmake/templates/hpx_core.ixx.in
A cmake/templates/std_headers.hpp.in
M
components/component_storage/include/hpx/components/component_storage/export_definitions.hpp
M
components/component_storage/include/hpx/components/component_storage/migrate_from_storage.hpp
M
components/component_storage/include/hpx/components/component_storage/migrate_to_storage.hpp
M components/component_storage/include/hpx/include/component_storage.hpp
M components/component_storage/src/component_storage.cpp
M
components/containers/partitioned_vector/include/hpx/components/containers/coarray/coarray.hpp
M
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector.hpp
M
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_component.hpp
M
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_decl.hpp
M
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_impl.hpp
M
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_local_view.hpp
M
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_view.hpp
M
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_view_iterator.hpp
M
components/containers/partitioned_vector/include/hpx/include/partitioned_vector_view.hpp
M
components/containers/partitioned_vector/tests/regressions/partitioned_vector_2201.cpp
M
components/containers/partitioned_vector/tests/unit/partitioned_vector_subview.cpp
M
components/containers/partitioned_vector/tests/unit/partitioned_vector_view.cpp
M
components/containers/partitioned_vector/tests/unit/partitioned_vector_view_iterator.cpp
M
components/containers/unordered/include/hpx/components/containers/unordered/partition_unordered_map_component.hpp
M
components/containers/unordered/include/hpx/components/containers/unordered/unordered_map.hpp
M components/containers/unordered/include/hpx/include/unordered_map.hpp
M components/containers/unordered/src/partition_unordered_map_component.cpp
M components/containers/unordered/tests/unit/unordered_map.cpp
M
components/iostreams/include/hpx/components/iostreams/export_definitions.hpp
M components/iostreams/include/hpx/components/iostreams/ostream.hpp
M components/iostreams/include/hpx/components/iostreams/standard_streams.hpp
M components/iostreams/src/manipulators.cpp
M
components/parcel_plugins/binary_filter/zlib/include/hpx/binary_filter/zlib_serialization_filter.hpp
M
components/performance_counters/io/include/hpx/components/performance_counters/io/io_counters.hpp
M
components/performance_counters/memory_counters/include/hpx/components/performance_counters/memory_counters/mem_counter.hpp
M components/performance_counters/memory_counters/src/mem_counter_macosx.cpp
M
components/performance_counters/papi/include/hpx/components/performance_counters/papi/server/papi.hpp
M
components/performance_counters/papi/include/hpx/components/performance_counters/papi/util/papi.hpp
M components/performance_counters/papi/src/papi_startup.cpp
M components/performance_counters/papi/src/server/papi.cpp
M components/performance_counters/papi/src/util/papi.cpp
M
components/performance_counters/papi/tests/regressions/papi_counters_basic_functions.cpp
M
components/performance_counters/papi/tests/regressions/papi_counters_segfault_1890.cpp
M components/process/include/hpx/components/process/export_definitions.hpp
M components/process/include/hpx/components/process/util/child.hpp
M components/process/include/hpx/components/process/util/create_pipe.hpp
M components/process/include/hpx/components/process/util/execute.hpp
M components/process/include/hpx/components/process/util/executor.hpp
M components/process/include/hpx/components/process/util/initializers.hpp
M components/process/include/hpx/components/process/util/mitigate.hpp
M components/process/include/hpx/components/process/util/pipe.hpp
M components/process/include/hpx/components/process/util/posix/child.hpp
M
components/process/include/hpx/components/process/util/posix/create_pipe.hpp
M
components/process/include/hpx/components/process/util/posix/initializers.hpp
M
components/process/include/hpx/components/process/util/posix/initializers/bind_fd.hpp
M
components/process/include/hpx/components/process/util/posix/initializers/bind_stderr.hpp
M
components/process/include/hpx/components/process/util/posix/initializers/bind_stdin.hpp
M
components/process/include/hpx/components/process/util/posix/initializers/bind_stdout.hpp
M
components/process/include/hpx/components/process/util/posix/initializers/close_fd.hpp
M
components/process/include/hpx/components/process/util/posix/initializers/close_fds_if.hpp
M
components/process/include/hpx/components/process/util/posix/initializers/close_stderr.hpp
M
components/process/include/hpx/components/process/util/posix/initializers/close_stdin.hpp
M
components/process/include/hpx/components/process/util/posix/initializers/close_stdout.hpp
M
components/process/include/hpx/components/process/util/posix/initializers/hide_console.hpp
M
components/process/include/hpx/components/process/util/posix/initializers/inherit_env.hpp
M
components/process/include/hpx/components/process/util/posix/initializers/initializer_base.hpp
M
components/process/include/hpx/components/process/util/posix/initializers/notify_io_service.hpp
M
components/process/include/hpx/components/process/util/posix/initializers/on_exec_error.hpp
M
components/process/include/hpx/components/process/util/posix/initializers/on_exec_setup.hpp
M
components/process/include/hpx/components/process/util/posix/initializers/on_fork_error.hpp
M
components/process/include/hpx/components/process/util/posix/initializers/on_fork_setup.hpp
M
components/process/include/hpx/components/process/util/posix/initializers/on_fork_success.hpp
M
components/process/include/hpx/components/process/util/posix/initializers/run_exe.hpp
M
components/process/include/hpx/components/process/util/posix/initializers/set_args.hpp
M
components/process/include/hpx/components/process/util/posix/initializers/set_cmd_line.hpp
M
components/process/include/hpx/components/process/util/posix/initializers/set_env.hpp
M
components/process/include/hpx/components/process/util/posix/initializers/start_in_dir.hpp
M components/process/include/hpx/components/process/util/posix/pipe.hpp
M
components/process/include/hpx/components/process/util/posix/search_path.hpp
M
components/process/include/hpx/components/process/util/posix/shell_path.hpp
M components/process/include/hpx/components/process/util/posix/terminate.hpp
M
components/process/include/hpx/components/process/util/posix/wait_for_exit.hpp
M components/process/include/hpx/components/process/util/search_path.hpp
M components/process/include/hpx/components/process/util/shell_path.hpp
M components/process/include/hpx/components/process/util/terminate.hpp
M components/process/include/hpx/components/process/util/wait_for_exit.hpp
M
components/process/include/hpx/components/process/util/windows/create_pipe.hpp
M
components/process/include/hpx/components/process/util/windows/initializers.hpp
M
components/process/include/hpx/components/process/util/windows/initializers/bind_stderr.hpp
M
components/process/include/hpx/components/process/util/windows/initializers/bind_stdin.hpp
M
components/process/include/hpx/components/process/util/windows/initializers/bind_stdout.hpp
M
components/process/include/hpx/components/process/util/windows/initializers/close_stderr.hpp
M
components/process/include/hpx/components/process/util/windows/initializers/close_stdin.hpp
M
components/process/include/hpx/components/process/util/windows/initializers/close_stdout.hpp
M
components/process/include/hpx/components/process/util/windows/initializers/hide_console.hpp
M
components/process/include/hpx/components/process/util/windows/initializers/inherit_env.hpp
M
components/process/include/hpx/components/process/util/windows/initializers/initializer_base.hpp
M
components/process/include/hpx/components/process/util/windows/initializers/on_CreateProcess_error.hpp
M
components/process/include/hpx/components/process/util/windows/initializers/on_CreateProcess_setup.hpp
M
components/process/include/hpx/components/process/util/windows/initializers/on_CreateProcess_success.hpp
M
components/process/include/hpx/components/process/util/windows/initializers/run_exe.hpp
M
components/process/include/hpx/components/process/util/windows/initializers/set_cmd_line.hpp
M
components/process/include/hpx/components/process/util/windows/initializers/set_env.hpp
M
components/process/include/hpx/components/process/util/windows/initializers/show_window.hpp
M
components/process/include/hpx/components/process/util/windows/initializers/start_in_dir.hpp
M components/process/include/hpx/components/process/util/windows/pipe.hpp
M
components/process/include/hpx/components/process/util/windows/search_path.hpp
M
components/process/include/hpx/components/process/util/windows/shell_path.hpp
M
components/process/include/hpx/components/process/util/windows/terminate.hpp
M
components/process/include/hpx/components/process/util/windows/wait_for_exit.hpp
M components/process/include/hpx/include/process.hpp
M components/process/src/server/child_component.cpp
M components/process/src/util/posix/create_pipe_u.cpp
M components/process/src/util/posix/shell_path_u.cpp
M components/process/src/util/windows/create_pipe_w.cpp
M components/process/src/util/windows/search_path_w.cpp
M examples/quickstart/shared_mutex.cpp
M examples/quickstart/zerocopy_rdma.cpp
M libs/CMakeLists.txt
M libs/core/affinity/include/hpx/affinity/parse_affinity_options.hpp
M libs/core/algorithms/include/hpx/algorithms/traits/pointer_category.hpp
M libs/core/algorithms/include/hpx/algorithms/traits/projected.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/adjacent_find.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/all_any_none.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/copy.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/count.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/destroy.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/detail/dispatch.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/detail/find.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/detail/is_sorted.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/detail/reduce_deterministic.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/detail/replace.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/detail/set_operation.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/detail/upper_lower_bound.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/ends_with.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/equal.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/exclusive_scan.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/fill.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/find.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/for_each.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/for_loop.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/generate.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/includes.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/is_heap.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/make_heap.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/merge.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/minmax.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/partial_sort.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/partial_sort_copy.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/partition.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/remove.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/remove_copy.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/replace.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/reverse.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/set_difference.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/set_intersection.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/set_symmetric_difference.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/set_union.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/sort.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/stable_sort.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/starts_with.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/swap_ranges.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/transform.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_copy.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_default_construct.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_fill.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_move.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_relocate.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_value_construct.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/unique.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/adjacent_find.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/all_any_none.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/contains.hpp
M libs/core/algorithms/include/hpx/parallel/container_algorithms/count.hpp
M libs/core/algorithms/include/hpx/parallel/container_algorithms/equal.hpp
M libs/core/algorithms/include/hpx/parallel/container_algorithms/find.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/for_each.hpp
M libs/core/algorithms/include/hpx/parallel/container_algorithms/is_heap.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/lexicographical_compare.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/mismatch.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/nth_element.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/partial_sort.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/partial_sort_copy.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/remove_copy.hpp
M libs/core/algorithms/include/hpx/parallel/container_algorithms/replace.hpp
M libs/core/algorithms/include/hpx/parallel/container_algorithms/sort.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/stable_sort.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/transform.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/transform_inclusive_scan.hpp
M libs/core/algorithms/include/hpx/parallel/datapar/zip_iterator.hpp
M libs/core/algorithms/include/hpx/parallel/run_on_all.hpp
M libs/core/algorithms/include/hpx/parallel/spmd_block.hpp
M libs/core/algorithms/include/hpx/parallel/unseq/reduce_helpers.hpp
M libs/core/algorithms/include/hpx/parallel/unseq/simd_helpers.hpp
M libs/core/algorithms/include/hpx/parallel/util/compare_projected.hpp
M libs/core/algorithms/include/hpx/parallel/util/detail/algorithm_result.hpp
M libs/core/algorithms/include/hpx/parallel/util/invoke_projected.hpp
M libs/core/algorithms/include/hpx/parallel/util/loop.hpp
M libs/core/algorithms/include/hpx/parallel/util/low_level.hpp
M libs/core/algorithms/include/hpx/parallel/util/partitioner.hpp
M
libs/core/algorithms/include/hpx/parallel/util/partitioner_with_cleanup.hpp
M libs/core/algorithms/include/hpx/parallel/util/prefetching.hpp
M libs/core/algorithms/include/hpx/parallel/util/projection_identity.hpp
M libs/core/algorithms/include/hpx/parallel/util/transfer.hpp
M libs/core/algorithms/tests/performance/foreach_scaling_helpers.hpp
M libs/core/algorithms/tests/unit/algorithms/all_of_tests.hpp
M libs/core/algorithms/tests/unit/algorithms/any_of_tests.hpp
M libs/core/algorithms/tests/unit/algorithms/inplace_merge_tests.hpp
M libs/core/algorithms/tests/unit/algorithms/merge_tests.hpp
M libs/core/algorithms/tests/unit/algorithms/none_of_tests.hpp
M libs/core/algorithms/tests/unit/algorithms/partition_copy_tests.hpp
M libs/core/algorithms/tests/unit/algorithms/partition_tests.hpp
M libs/core/algorithms/tests/unit/algorithms/remove_tests.hpp
M libs/core/algorithms/tests/unit/algorithms/unique_copy_tests.hpp
M libs/core/algorithms/tests/unit/algorithms/unique_tests.hpp
M libs/core/algorithms/tests/unit/container_algorithms/all_of_range.cpp
M libs/core/algorithms/tests/unit/container_algorithms/any_of_range.cpp
M libs/core/algorithms/tests/unit/container_algorithms/none_of_range.cpp
M
libs/core/algorithms/tests/unit/container_algorithms/partition_copy_range.cpp
M libs/core/algorithms/tests/unit/container_algorithms/partition_range.cpp
M
libs/core/allocator_support/include/hpx/allocator_support/aligned_allocator.hpp
M libs/core/allocator_support/include/hpx/allocator_support/detail/new.hpp
M
libs/core/allocator_support/include/hpx/allocator_support/internal_allocator.hpp
M libs/core/asio/src/asio_util.cpp
M libs/core/assertion/CMakeLists.txt
M libs/core/assertion/include/hpx/assert.hpp
M libs/core/assertion/include/hpx/assertion/current_function.hpp
M libs/core/assertion/include/hpx/assertion/macros.hpp
M libs/core/assertion/src/assertion.cpp
M libs/core/async_combinators/CMakeLists.txt
M libs/core/async_combinators/include/hpx/async_combinators/split_future.hpp
M libs/core/async_combinators/include/hpx/async_combinators/wait_all.hpp
M libs/core/async_combinators/include/hpx/async_combinators/wait_each.hpp
M libs/core/async_combinators/include/hpx/async_combinators/wait_some.hpp
M libs/core/async_combinators/include/hpx/async_combinators/when_any.hpp
M libs/core/async_combinators/include/hpx/async_combinators/when_each.hpp
M libs/core/async_combinators/include/hpx/async_combinators/when_some.hpp
M libs/core/async_cuda/CMakeLists.txt
M libs/core/async_cuda/include/hpx/async_cuda/target.hpp
M libs/core/async_cuda/include/hpx/async_cuda/transform_stream.hpp
M libs/core/batch_environments/src/batch_environment.cpp
M libs/core/batch_environments/src/pbs_environment.cpp
M libs/core/compute_local/include/hpx/compute_local/host/numa_allocator.hpp
M
libs/core/compute_local/include/hpx/compute_local/host/numa_binding_allocator.hpp
M
libs/core/compute_local/include/hpx/compute_local/traits/allocator_traits.hpp
M libs/core/compute_local/include/hpx/compute_local/vector.hpp
M libs/core/concepts/include/hpx/concepts/has_member_xxx.hpp
M libs/core/concepts/include/hpx/concepts/has_xxx.hpp
M libs/core/concurrency/include/hpx/concurrency/cache_line_data.hpp
M libs/core/concurrency/include/hpx/concurrency/deque.hpp
M libs/core/concurrency/include/hpx/concurrency/detail/freelist_stack.hpp
M libs/core/concurrency/include/hpx/concurrency/detail/tagged_ptr_pair.hpp
M
libs/core/concurrency/include/hpx/concurrency/detail/tagged_ptr_ptrcompression.hpp
M libs/core/config/include/hpx/config/export_definitions.hpp
M libs/core/coroutines/include/hpx/coroutines/detail/context_posix.hpp
M libs/core/coroutines/src/detail/tss.cpp
M libs/core/datastructures/include/hpx/datastructures/detail/optional.hpp
M
libs/core/datastructures/include/hpx/datastructures/detail/small_vector.hpp
M libs/core/datastructures/include/hpx/datastructures/member_pack.hpp
M
libs/core/datastructures/include/hpx/datastructures/serialization/serializable_any.hpp
M
libs/core/datastructures/include/hpx/datastructures/serialization/tuple.hpp
M libs/core/datastructures/include/hpx/datastructures/variant_helper.hpp
M libs/core/debugging/include/hpx/debugging/demangle_helper.hpp
M libs/core/debugging/include/hpx/debugging/macros.hpp
M libs/core/debugging/include/hpx/debugging/print.hpp
M libs/core/errors/CMakeLists.txt
A libs/core/errors/include/hpx/errors/define_error_info.hpp
R libs/core/errors/include/hpx/errors/detail/define_error_info.hpp
M libs/core/errors/include/hpx/errors/error.hpp
M libs/core/errors/include/hpx/errors/error_code.hpp
M libs/core/errors/include/hpx/errors/exception_fwd.hpp
M libs/core/errors/include/hpx/errors/exception_info.hpp
M libs/core/errors/include/hpx/errors/macros.hpp
M libs/core/errors/include/hpx/errors/throw_exception.hpp
M libs/core/errors/src/exception.cpp
M libs/core/errors/src/exception_list.cpp
M libs/core/execution/include/hpx/execution/algorithms/bulk.hpp
M
libs/core/execution/include/hpx/execution/algorithms/detail/inject_scheduler.hpp
M
libs/core/execution/include/hpx/execution/algorithms/detail/partial_algorithm.hpp
M libs/core/execution/include/hpx/execution/algorithms/detail/predicates.hpp
M
libs/core/execution/include/hpx/execution/algorithms/detail/single_result.hpp
M libs/core/execution/include/hpx/execution/algorithms/just.hpp
M libs/core/execution/include/hpx/execution/algorithms/let_error.hpp
M libs/core/execution/include/hpx/execution/algorithms/let_stopped.hpp
M libs/core/execution/include/hpx/execution/algorithms/let_value.hpp
M libs/core/execution/include/hpx/execution/algorithms/make_future.hpp
M libs/core/execution/include/hpx/execution/algorithms/run_loop.hpp
M libs/core/execution/include/hpx/execution/algorithms/schedule_from.hpp
M libs/core/execution/include/hpx/execution/algorithms/split.hpp
M libs/core/execution/include/hpx/execution/algorithms/start_detached.hpp
M libs/core/execution/include/hpx/execution/algorithms/sync_wait.hpp
M libs/core/execution/include/hpx/execution/algorithms/then.hpp
M libs/core/execution/include/hpx/execution/algorithms/when_all.hpp
M libs/core/execution/include/hpx/execution/algorithms/when_all_vector.hpp
M libs/core/execution/include/hpx/execution/executors/execution.hpp
M
libs/core/execution/include/hpx/execution/executors/execution_parameters.hpp
M
libs/core/execution/include/hpx/execution/executors/execution_parameters_fwd.hpp
M libs/core/execution/include/hpx/execution/executors/fused_bulk_execute.hpp
M
libs/core/execution/include/hpx/execution/executors/polymorphic_executor.hpp
M libs/core/execution/include/hpx/execution/queries/read.hpp
M libs/core/execution/include/hpx/execution/traits/executor_traits.hpp
M
libs/core/execution/include/hpx/execution/traits/future_then_result_exec.hpp
M
libs/core/execution/include/hpx/execution/traits/vector_pack_alignment_size.hpp
M libs/core/execution/tests/unit/algorithm_let_value.cpp
M libs/core/execution_base/include/hpx/execution_base/any_sender.hpp
M
libs/core/execution_base/include/hpx/execution_base/completion_signatures.hpp
M libs/core/execution_base/include/hpx/execution_base/get_env.hpp
M libs/core/execution_base/include/hpx/execution_base/operation_state.hpp
M libs/core/execution_base/include/hpx/execution_base/receiver.hpp
M libs/core/execution_base/include/hpx/execution_base/sender.hpp
M
libs/core/execution_base/include/hpx/execution_base/traits/coroutine_traits.hpp
M libs/core/execution_base/include/hpx/execution_base/traits/is_executor.hpp
M libs/core/execution_base/tests/include/coroutine_task.hpp
M libs/core/execution_base/tests/unit/basic_schedule.cpp
M libs/core/execution_base/tests/unit/completion_signatures.cpp
M libs/core/execution_base/tests/unit/coroutine_traits.cpp
M libs/core/execution_base/tests/unit/coroutine_utils.cpp
M libs/core/executors/CMakeLists.txt
M libs/core/executors/include/hpx/executors/detail/index_queue_spawning.hpp
M libs/core/executors/include/hpx/executors/thread_pool_scheduler_bulk.hpp
M libs/core/format/include/hpx/format/api.hpp
M libs/core/format/include/hpx/util/to_string.hpp
M libs/core/format/src/format.cpp
M libs/core/functional/include/hpx/functional/bind.hpp
M libs/core/functional/include/hpx/functional/bind_back.hpp
M libs/core/functional/include/hpx/functional/bind_front.hpp
M libs/core/functional/include/hpx/functional/deferred_call.hpp
M libs/core/functional/include/hpx/functional/detail/runtime_get.hpp
M
libs/core/functional/include/hpx/functional/detail/vtable/callable_vtable.hpp
M libs/core/functional/include/hpx/functional/detail/vtable/vtable.hpp
M libs/core/functional/include/hpx/functional/invoke.hpp
M libs/core/functional/include/hpx/functional/invoke_fused.hpp
M libs/core/functional/include/hpx/functional/reference_wrapper.hpp
M libs/core/futures/include/hpx/futures/detail/future_data.hpp
M libs/core/futures/include/hpx/futures/future.hpp
M libs/core/futures/include/hpx/futures/promise.hpp
M
libs/core/futures/include/hpx/futures/traits/detail/future_await_traits.hpp
M libs/core/futures/include/hpx/futures/traits/future_access.hpp
M libs/core/futures/include/hpx/futures/traits/future_then_result.hpp
M libs/core/futures/include/hpx/futures/traits/is_future.hpp
M libs/core/futures/include/hpx/futures/traits/is_future_tuple.hpp
M libs/core/futures/include/hpx/futures/traits/promise_local_result.hpp
M libs/core/futures/include/hpx/futures/traits/promise_remote_result.hpp
M libs/core/futures/src/future_data.cpp
M libs/core/include_local/CMakeLists.txt
M libs/core/include_local/include/hpx/bit.hpp
M libs/core/include_local/include/hpx/generator.hpp
M libs/core/include_local/include/hpx/memory.hpp
M libs/core/init_runtime_local/CMakeLists.txt
M libs/core/init_runtime_local/src/init_runtime_local.cpp
M
libs/core/iterator_support/include/hpx/iterator_support/boost_iterator_categories.hpp
M
libs/core/iterator_support/include/hpx/iterator_support/counting_iterator.hpp
M
libs/core/iterator_support/include/hpx/iterator_support/iterator_adaptor.hpp
M
libs/core/iterator_support/include/hpx/iterator_support/iterator_facade.hpp
M
libs/core/iterator_support/include/hpx/iterator_support/traits/is_iterator.hpp
M
libs/core/iterator_support/include/hpx/iterator_support/transform_iterator.hpp
M
libs/core/iterator_support/include/hpx/iterator_support/unwrap_iterator.hpp
M libs/core/iterator_support/include/hpx/iterator_support/zip_iterator.hpp
M libs/core/itt_notify/include/hpx/itt_notify/macros.hpp
M libs/core/lcos_local/include/hpx/lcos_local/and_gate.hpp
M libs/core/lcos_local/include/hpx/lcos_local/channel.hpp
M libs/core/lcos_local/include/hpx/lcos_local/detail/preprocess_future.hpp
M libs/core/lcos_local/include/hpx/lcos_local/trigger.hpp
M libs/core/lcos_local/src/preprocess_future.cpp
M
libs/core/lock_registration/include/hpx/lock_registration/detail/register_locks.hpp
M libs/core/logging/src/logging.cpp
M libs/core/pack_traversal/CMakeLists.txt
M
libs/core/pack_traversal/include/hpx/pack_traversal/detail/pack_traversal_async_impl.hpp
M
libs/core/pack_traversal/include/hpx/pack_traversal/detail/pack_traversal_impl.hpp
M libs/core/pack_traversal/tests/unit/pack_traversal_async.cpp
M libs/core/plugin/CMakeLists.txt
M libs/core/plugin/include/hpx/plugin/abstract_factory.hpp
M libs/core/plugin/include/hpx/plugin/concrete_factory.hpp
M libs/core/plugin/include/hpx/plugin/virtual_constructor.hpp
M libs/core/prefix/src/find_prefix.cpp
M libs/core/program_options/tests/unit/parsers.cpp
M libs/core/resiliency/CMakeLists.txt
M libs/core/resiliency/include/hpx/resiliency/async_replay.hpp
M libs/core/resiliency/include/hpx/resiliency/async_replay_executor.hpp
M libs/core/resource_partitioner/CMakeLists.txt
M libs/core/resource_partitioner/src/detail_partitioner.cpp
M
libs/core/runtime_local/include/hpx/runtime_local/custom_exception_info.hpp
M libs/core/runtime_local/src/custom_exception_info.cpp
M libs/core/runtime_local/src/interval_timer.cpp
M libs/core/runtime_local/src/runtime_local.cpp
M libs/core/runtime_local/src/serialize_exception.cpp
M
libs/core/schedulers/include/hpx/schedulers/local_workrequesting_scheduler.hpp
M libs/core/schedulers/include/hpx/schedulers/queue_helpers.hpp
M libs/core/schedulers/include/hpx/schedulers/thread_queue.hpp
M libs/core/serialization/include/hpx/serialization/basic_archive.hpp
M
libs/core/serialization/include/hpx/serialization/detail/allow_zero_copy_receive.hpp
M
libs/core/serialization/include/hpx/serialization/detail/constructor_selector.hpp
M libs/core/serialization/include/hpx/serialization/detail/pointer.hpp
M
libs/core/serialization/include/hpx/serialization/detail/polymorphic_id_factory.hpp
M
libs/core/serialization/include/hpx/serialization/detail/polymorphic_nonintrusive_factory.hpp
M libs/core/serialization/include/hpx/serialization/std_tuple.hpp
M
libs/core/serialization/include/hpx/serialization/traits/brace_initializable_traits.hpp
M libs/core/serialization/src/detail/allow_zero_copy_receive.cpp
M libs/core/serialization/src/detail/pointer.cpp
M libs/core/serialization/src/detail/polymorphic_intrusive_factory.cpp
M libs/core/serialization/src/exception_ptr.cpp
M
libs/core/static_reinit/include/hpx/static_reinit/reinitializable_static.hpp
M libs/core/static_reinit/src/static_reinit.cpp
M libs/core/synchronization/include/hpx/synchronization/barrier.hpp
M
libs/core/synchronization/include/hpx/synchronization/condition_variable.hpp
M libs/core/synchronization/include/hpx/synchronization/latch.hpp
M libs/core/synchronization/include/hpx/synchronization/shared_mutex.hpp
M libs/core/synchronization/src/detail/condition_variable.cpp
M libs/core/synchronization/src/detail/counting_semaphore.cpp
M libs/core/synchronization/src/detail/sliding_semaphore.cpp
M libs/core/tag_invoke/include/hpx/functional/detail/tag_fallback_invoke.hpp
M libs/core/tag_invoke/include/hpx/functional/detail/tag_priority_invoke.hpp
M libs/core/tag_invoke/include/hpx/functional/tag_invoke.hpp
M libs/core/thread_support/CMakeLists.txt
M libs/core/thread_support/include/hpx/thread_support/atomic_count.hpp
M libs/core/thread_support/include/hpx/thread_support/spinlock.hpp
M
libs/core/thread_support/include/hpx/thread_support/thread_specific_ptr.hpp
M libs/core/thread_support/src/set_thread_name.cpp
M libs/core/thread_support/src/spinlock.cpp
M libs/core/threading_base/include/hpx/threading_base/annotated_function.hpp
M
libs/core/threading_base/include/hpx/threading_base/thread_data_stackful.hpp
M
libs/core/threading_base/include/hpx/threading_base/thread_data_stackless.hpp
M libs/core/threadmanager/CMakeLists.txt
M libs/core/threadmanager/src/threadmanager.cpp
M libs/core/timed_execution/CMakeLists.txt
M libs/core/timed_execution/include/hpx/timed_execution/timed_execution.hpp
M libs/core/timed_execution/include/hpx/timed_execution/timed_executors.hpp
M libs/core/type_support/CMakeLists.txt
M libs/core/type_support/include/hpx/type_support/aligned_storage.hpp
M libs/core/type_support/include/hpx/type_support/assert_owns_lock.hpp
M libs/core/type_support/include/hpx/type_support/bit_cast.hpp
M libs/core/type_support/include/hpx/type_support/construct_at.hpp
M libs/core/type_support/include/hpx/type_support/coroutines_support.hpp
M libs/core/type_support/include/hpx/type_support/decay.hpp
M libs/core/type_support/include/hpx/type_support/default_sentinel.hpp
M libs/core/type_support/include/hpx/type_support/detail/with_result_of.hpp
M libs/core/type_support/include/hpx/type_support/detail/wrap_int.hpp
M libs/core/type_support/include/hpx/type_support/detected.hpp
M libs/core/type_support/include/hpx/type_support/empty_function.hpp
M libs/core/type_support/include/hpx/type_support/equality.hpp
M libs/core/type_support/include/hpx/type_support/extra_data.hpp
M libs/core/type_support/include/hpx/type_support/generator.hpp
M libs/core/type_support/include/hpx/type_support/identity.hpp
M 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/lazy_conditional.hpp
M libs/core/type_support/include/hpx/type_support/lazy_enable_if.hpp
A libs/core/type_support/include/hpx/type_support/macros.hpp
M libs/core/type_support/include/hpx/type_support/meta.hpp
M libs/core/type_support/include/hpx/type_support/pack.hpp
M libs/core/type_support/include/hpx/type_support/relocate_at.hpp
M libs/core/type_support/include/hpx/type_support/static.hpp
M
libs/core/type_support/include/hpx/type_support/uninitialized_relocation_primitives.hpp
M libs/core/type_support/include/hpx/type_support/unused.hpp
M libs/core/type_support/include/hpx/type_support/unwrap_ref.hpp
M libs/core/type_support/include/hpx/type_support/void_guard.hpp
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/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
M libs/core/type_support/tests/unit/uninitialized_relocate_n_primitive.cpp
M libs/core/util/src/regex_from_pattern.cpp
M libs/full/actions/include/hpx/actions/transfer_action.hpp
M libs/full/actions_base/include/hpx/actions_base/basic_action.hpp
M
libs/full/actions_base/include/hpx/actions_base/detail/invocation_count_registry.hpp
M
libs/full/actions_base/include/hpx/actions_base/detail/per_action_data_counter_registry.hpp
M
libs/full/actions_base/include/hpx/actions_base/traits/action_is_target_valid.hpp
M
libs/full/actions_base/include/hpx/actions_base/traits/action_remote_result.hpp
M
libs/full/actions_base/include/hpx/actions_base/traits/action_schedule_thread.hpp
M
libs/full/actions_base/include/hpx/actions_base/traits/action_select_direct_execution.hpp
M libs/full/actions_base/src/detail/invocation_count_registry.cpp
M libs/full/actions_base/src/detail/per_action_data_counter_registry.cpp
M libs/full/agas/src/addressing_service.cpp
M libs/full/agas_base/src/detail/hosted_component_namespace.cpp
M libs/full/agas_base/src/detail/hosted_locality_namespace.cpp
M libs/full/agas_base/src/primary_namespace.cpp
M libs/full/agas_base/src/server/primary_namespace_server.cpp
M libs/full/async_colocated/include/hpx/async_colocated/async_colocated.hpp
M
libs/full/async_colocated/include/hpx/async_colocated/functional/colocated_helpers.hpp
M
libs/full/async_colocated/include/hpx/async_colocated/register_post_colocated.hpp
M
libs/full/async_colocated/include/hpx/async_colocated/server/destroy_component.hpp
M libs/full/async_colocated/src/server/destroy_component.cpp
M libs/full/async_distributed/include/hpx/async_distributed/async.hpp
M
libs/full/async_distributed/include/hpx/async_distributed/base_lco_with_value.hpp
M libs/full/async_distributed/include/hpx/async_distributed/bind_action.hpp
M
libs/full/async_distributed/include/hpx/async_distributed/detail/post_callback.hpp
M
libs/full/async_distributed/include/hpx/async_distributed/detail/promise_base.hpp
M
libs/full/async_distributed/include/hpx/async_distributed/detail/promise_lco.hpp
M
libs/full/async_distributed/include/hpx/async_distributed/transfer_continuation_action.hpp
M libs/full/async_distributed/include/hpx/async_distributed/trigger.hpp
M libs/full/async_distributed/src/base_lco_with_value.cpp
M libs/full/checkpoint_base/include/hpx/checkpoint_base/checkpoint_data.hpp
M libs/full/checkpoint_base/src/checkpoint_data.cpp
M libs/full/collectives/include/hpx/collectives/all_gather.hpp
M libs/full/collectives/include/hpx/collectives/all_reduce.hpp
M libs/full/collectives/include/hpx/collectives/all_to_all.hpp
M libs/full/collectives/include/hpx/collectives/broadcast.hpp
M libs/full/collectives/include/hpx/collectives/broadcast_direct.hpp
M libs/full/collectives/include/hpx/collectives/create_communicator.hpp
M libs/full/collectives/include/hpx/collectives/detail/barrier_node.hpp
M
libs/full/collectives/include/hpx/collectives/detail/communication_set_node.hpp
M libs/full/collectives/include/hpx/collectives/detail/communicator.hpp
M libs/full/collectives/include/hpx/collectives/exclusive_scan.hpp
M libs/full/collectives/include/hpx/collectives/fold.hpp
M libs/full/collectives/include/hpx/collectives/gather.hpp
M libs/full/collectives/include/hpx/collectives/inclusive_scan.hpp
M libs/full/collectives/include/hpx/collectives/reduce.hpp
M libs/full/collectives/include/hpx/collectives/reduce_direct.hpp
M libs/full/collectives/include/hpx/collectives/scatter.hpp
M libs/full/collectives/include/hpx/collectives/spmd_block.hpp
M libs/full/collectives/src/barrier.cpp
M libs/full/collectives/src/create_communicator.cpp
M libs/full/collectives/src/latch.cpp
M libs/full/components/src/client_base.cpp
M
libs/full/components_base/include/hpx/components_base/server/component_base.hpp
M
libs/full/components_base/include/hpx/components_base/server/locking_hook.hpp
M
libs/full/components_base/include/hpx/components_base/server/wrapper_heap_list.hpp
M
libs/full/components_base/include/hpx/components_base/traits/action_decorate_function.hpp
M
libs/full/components_base/include/hpx/components_base/traits/component_pin_support.hpp
M
libs/full/components_base/include/hpx/components_base/traits/component_supports_migration.hpp
M libs/full/include/include/hpx/include/traits.hpp
M libs/full/init_runtime/include/hpx/hpx_finalize.hpp
M libs/full/init_runtime/src/hpx_init.cpp
M libs/full/naming/include/hpx/naming/detail/preprocess_gid_types.hpp
M libs/full/naming/src/detail/preprocess_gid_types.cpp
M libs/full/performance_counters/src/counter_creators.cpp
M libs/full/performance_counters/src/query_counters.cpp
M
libs/full/resiliency_distributed/include/hpx/resiliency_distributed/async_replay_distributed.hpp
M libs/full/runtime_components/include/hpx/runtime_components/new.hpp
M libs/full/runtime_components/src/console_logging.cpp
M libs/full/runtime_components/src/server/console_logging_server.cpp
M
libs/full/runtime_components/tests/unit/components/action_invoke_no_more_than.hpp
M
libs/full/runtime_distributed/include/hpx/runtime_distributed/stubs/runtime_support.hpp
M libs/full/runtime_distributed/src/applier.cpp
M libs/full/runtime_distributed/src/big_boot_barrier.cpp
M libs/full/runtime_distributed/src/runtime_distributed.cpp
M libs/full/runtime_distributed/src/server/runtime_support_server.cpp
M libs/full/runtime_distributed/src/stubs/runtime_support_stubs.cpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/adjacent_find.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/detail/dispatch.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/detail/scan.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/inclusive_scan.hpp
M tests/performance/local/openmp_parallel_region.cpp
M tests/performance/local/stream.cpp
M tests/performance/local/stream_report.cpp
M tools/inspect/deprecated_include_check.cpp
Log Message:
-----------
Resolved conflict
Signed-off-by: David Hua <[email protected]>
Commit: 558f852a29527d24f5f2a1f646710463f2944533
https://github.com/STEllAR-GROUP/hpx/commit/558f852a29527d24f5f2a1f646710463f2944533
Author: David Hua <[email protected]>
Date: 2025-09-17 (Wed, 17 Sep 2025)
Changed paths:
M
libs/core/algorithms/include/hpx/parallel/util/partitioner_with_cleanup.hpp
M libs/core/algorithms/tests/unit/algorithms/uninitialized_copy_tests.hpp
M libs/core/algorithms/tests/unit/algorithms/uninitialized_copyn_sender.cpp
Log Message:
-----------
Applied small cahnges
Signed-off-by: David Hua <[email protected]>
Commit: 4b667ad1364a4b8bad4f208997812598e9fd0b89
https://github.com/STEllAR-GROUP/hpx/commit/4b667ad1364a4b8bad4f208997812598e9fd0b89
Author: David Hua <[email protected]>
Date: 2025-09-18 (Thu, 18 Sep 2025)
Changed paths:
M cmake/HPX_AddModule.cmake
M cmake/templates/global_module_header_modules.hpp.in
M
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_component_decl.hpp
M
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_component_impl.hpp
M
components/containers/unordered/include/hpx/components/containers/unordered/partition_unordered_map_component.hpp
M examples/accumulators/server/template_accumulator.hpp
M libs/core/algorithms/CMakeLists.txt
M libs/core/algorithms/include/hpx/algorithms/traits/projected.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/all_any_none.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/copy.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/count.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/destroy.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/detail/adjacent_difference.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/detail/adjacent_find.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/detail/contains.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/detail/equal.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/detail/fill.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/detail/find.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/detail/generate.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/detail/mismatch.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/detail/reduce.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/detail/reduce_deterministic.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/detail/replace.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/detail/search.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/equal.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/exclusive_scan.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/fill.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/find.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/for_each.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/for_loop.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/generate.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/includes.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/inclusive_scan.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/is_heap.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/lexicographical_compare.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/make_heap.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/minmax.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/nth_element.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/partial_sort.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/partial_sort_copy.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/partition.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/reduce.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/reduce_deterministic.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/remove.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/remove_copy.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/replace.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/reverse.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/rotate.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/set_difference.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/set_intersection.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/set_symmetric_difference.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/set_union.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/shift_left.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/shift_right.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/sort.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/stable_sort.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/transform.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/transform_exclusive_scan.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/transform_inclusive_scan.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/transform_reduce.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_copy.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_fill.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_move.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_relocate.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/unique.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/all_any_none.hpp
M libs/core/algorithms/include/hpx/parallel/container_algorithms/copy.hpp
M libs/core/algorithms/include/hpx/parallel/container_algorithms/count.hpp
M libs/core/algorithms/include/hpx/parallel/container_algorithms/destroy.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/ends_with.hpp
M libs/core/algorithms/include/hpx/parallel/container_algorithms/equal.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/exclusive_scan.hpp
M libs/core/algorithms/include/hpx/parallel/container_algorithms/find.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/for_each.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/generate.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/includes.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/inclusive_scan.hpp
M libs/core/algorithms/include/hpx/parallel/container_algorithms/is_heap.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/make_heap.hpp
M libs/core/algorithms/include/hpx/parallel/container_algorithms/merge.hpp
M libs/core/algorithms/include/hpx/parallel/container_algorithms/minmax.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/mismatch.hpp
M libs/core/algorithms/include/hpx/parallel/container_algorithms/move.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/partial_sort.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/partial_sort_copy.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/partition.hpp
M libs/core/algorithms/include/hpx/parallel/container_algorithms/reduce.hpp
M libs/core/algorithms/include/hpx/parallel/container_algorithms/remove.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/remove_copy.hpp
M libs/core/algorithms/include/hpx/parallel/container_algorithms/replace.hpp
M libs/core/algorithms/include/hpx/parallel/container_algorithms/reverse.hpp
M libs/core/algorithms/include/hpx/parallel/container_algorithms/rotate.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/set_difference.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/set_intersection.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/set_symmetric_difference.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/set_union.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/shift_left.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/shift_right.hpp
M libs/core/algorithms/include/hpx/parallel/container_algorithms/sort.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/stable_sort.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/starts_with.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/swap_ranges.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/transform.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/transform_exclusive_scan.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/transform_reduce.hpp
M libs/core/algorithms/include/hpx/parallel/container_algorithms/unique.hpp
M libs/core/algorithms/include/hpx/parallel/datapar/adjacent_difference.hpp
M libs/core/algorithms/include/hpx/parallel/datapar/adjacent_find.hpp
M libs/core/algorithms/include/hpx/parallel/datapar/equal.hpp
M libs/core/algorithms/include/hpx/parallel/datapar/fill.hpp
M libs/core/algorithms/include/hpx/parallel/datapar/find.hpp
M libs/core/algorithms/include/hpx/parallel/datapar/generate.hpp
M libs/core/algorithms/include/hpx/parallel/datapar/iterator_helpers.hpp
M libs/core/algorithms/include/hpx/parallel/datapar/mismatch.hpp
M libs/core/algorithms/include/hpx/parallel/datapar/reduce.hpp
M libs/core/algorithms/include/hpx/parallel/datapar/replace.hpp
M libs/core/algorithms/include/hpx/parallel/datapar/transfer.hpp
M libs/core/algorithms/include/hpx/parallel/run_on_all.hpp
M libs/core/algorithms/include/hpx/parallel/task_block.hpp
M libs/core/algorithms/include/hpx/parallel/task_group.hpp
M libs/core/algorithms/include/hpx/parallel/unseq/reduce_helpers.hpp
M libs/core/algorithms/include/hpx/parallel/unseq/simd_helpers.hpp
M libs/core/algorithms/include/hpx/parallel/util/adapt_placement_mode.hpp
M libs/core/algorithms/include/hpx/parallel/util/adapt_sharing_mode.hpp
M libs/core/algorithms/include/hpx/parallel/util/adapt_thread_priority.hpp
M libs/core/algorithms/include/hpx/parallel/util/compare_projected.hpp
M libs/core/algorithms/include/hpx/parallel/util/detail/algorithm_result.hpp
M libs/core/algorithms/include/hpx/parallel/util/detail/chunk_size.hpp
M
libs/core/algorithms/include/hpx/parallel/util/detail/chunk_size_iterator.hpp
M libs/core/algorithms/include/hpx/parallel/util/detail/sender_util.hpp
M libs/core/algorithms/include/hpx/parallel/util/invoke_projected.hpp
M libs/core/algorithms/include/hpx/parallel/util/loop.hpp
M libs/core/algorithms/include/hpx/parallel/util/ranges_facilities.hpp
M libs/core/algorithms/include/hpx/parallel/util/transfer.hpp
M libs/core/algorithms/include/hpx/parallel/util/transform_loop.hpp
M libs/core/algorithms/tests/unit/container_algorithms/test_utils.hpp
M libs/core/allocator_support/CMakeLists.txt
M
libs/core/allocator_support/include/hpx/allocator_support/aligned_allocator.hpp
M
libs/core/allocator_support/include/hpx/allocator_support/allocator_deleter.hpp
M libs/core/allocator_support/include/hpx/allocator_support/detail/new.hpp
M
libs/core/allocator_support/include/hpx/allocator_support/internal_allocator.hpp
M
libs/core/allocator_support/include/hpx/allocator_support/thread_local_caching_allocator.hpp
M
libs/core/allocator_support/include/hpx/allocator_support/traits/is_allocator.hpp
M libs/core/async_base/include/hpx/async_base/scheduling_properties.hpp
M libs/core/async_combinators/CMakeLists.txt
M libs/core/async_combinators/include/hpx/async_combinators/wait_all.hpp
M libs/core/async_combinators/include/hpx/async_combinators/wait_any.hpp
M libs/core/async_combinators/include/hpx/async_combinators/wait_each.hpp
M libs/core/async_combinators/include/hpx/async_combinators/wait_some.hpp
M libs/core/async_combinators/include/hpx/async_combinators/when_all.hpp
M libs/core/async_combinators/include/hpx/async_combinators/when_any.hpp
M libs/core/async_combinators/include/hpx/async_combinators/when_some.hpp
M libs/core/async_cuda/CMakeLists.txt
M libs/core/async_cuda/include/hpx/async_cuda/target.hpp
M libs/core/async_cuda/include/hpx/async_cuda/transform_stream.hpp
M libs/core/async_cuda/src/cuda_future.cpp
M libs/core/async_cuda/src/cuda_target.cpp
M libs/core/async_mpi/CMakeLists.txt
M libs/core/async_mpi/include/hpx/async_mpi/transform_mpi.hpp
M libs/core/async_sycl/src/sycl_future.cpp
M libs/core/cache/CMakeLists.txt
M libs/core/cache/include/hpx/cache/entries/entry.hpp
M libs/core/cache/include/hpx/cache/entries/fifo_entry.hpp
M libs/core/cache/include/hpx/cache/entries/lfu_entry.hpp
M libs/core/cache/include/hpx/cache/entries/lru_entry.hpp
M libs/core/cache/include/hpx/cache/entries/size_entry.hpp
M libs/core/cache/include/hpx/cache/local_cache.hpp
M libs/core/cache/include/hpx/cache/lru_cache.hpp
M libs/core/cache/include/hpx/cache/policies/always.hpp
M libs/core/cache/include/hpx/cache/statistics/local_full_statistics.hpp
M libs/core/cache/include/hpx/cache/statistics/local_statistics.hpp
M libs/core/cache/include/hpx/cache/statistics/no_statistics.hpp
M libs/core/cache/tests/unit/local_lru_cache.cpp
M libs/core/cache/tests/unit/local_mru_cache.cpp
M libs/core/cache/tests/unit/local_statistics.cpp
M libs/core/command_line_handling_local/CMakeLists.txt
M libs/core/command_line_handling_local/src/command_line_handling_local.cpp
M libs/core/compute_local/include/hpx/compute_local/host/block_allocator.hpp
M
libs/core/compute_local/include/hpx/compute_local/host/block_fork_join_executor.hpp
M libs/core/concepts/include/hpx/concepts/concepts.hpp
M libs/core/concurrency/include/hpx/concurrency/detail/freelist_stack.hpp
M libs/core/config/cmake/templates/config_version.hpp.in
M libs/core/config/include/hpx/config.hpp
M libs/core/config/include/hpx/config/deprecation.hpp
M libs/core/config/include/hpx/config/lambda_capture_this.hpp
M libs/core/config/src/version.cpp
M libs/core/execution/CMakeLists.txt
M libs/core/execution/include/hpx/execution/algorithms/as_sender.hpp
M libs/core/execution/include/hpx/execution/algorithms/bulk.hpp
M
libs/core/execution/include/hpx/execution/algorithms/detail/inject_scheduler.hpp
M
libs/core/execution/include/hpx/execution/algorithms/detail/partial_algorithm.hpp
M libs/core/execution/include/hpx/execution/algorithms/ensure_started.hpp
M libs/core/execution/include/hpx/execution/algorithms/execute.hpp
M libs/core/execution/include/hpx/execution/algorithms/keep_future.hpp
M libs/core/execution/include/hpx/execution/algorithms/let_error.hpp
M libs/core/execution/include/hpx/execution/algorithms/let_stopped.hpp
M libs/core/execution/include/hpx/execution/algorithms/let_value.hpp
M libs/core/execution/include/hpx/execution/algorithms/make_future.hpp
M libs/core/execution/include/hpx/execution/algorithms/run_loop.hpp
M libs/core/execution/include/hpx/execution/algorithms/schedule_from.hpp
M libs/core/execution/include/hpx/execution/algorithms/split.hpp
M libs/core/execution/include/hpx/execution/algorithms/start_detached.hpp
M libs/core/execution/include/hpx/execution/algorithms/sync_wait.hpp
M libs/core/execution/include/hpx/execution/algorithms/then.hpp
M libs/core/execution/include/hpx/execution/algorithms/transfer.hpp
M libs/core/execution/include/hpx/execution/algorithms/transfer_just.hpp
M libs/core/execution/include/hpx/execution/algorithms/when_all.hpp
M libs/core/execution/include/hpx/execution/algorithms/when_all_vector.hpp
M
libs/core/execution/include/hpx/execution/detail/async_launch_policy_dispatch.hpp
M libs/core/execution/include/hpx/execution/detail/future_exec.hpp
M
libs/core/execution/include/hpx/execution/detail/sync_launch_policy_dispatch.hpp
M libs/core/execution/include/hpx/execution/executors/execution.hpp
M
libs/core/execution/include/hpx/execution/executors/execution_information.hpp
M
libs/core/execution/include/hpx/execution/executors/execution_parameters.hpp
M
libs/core/execution/include/hpx/execution/executors/execution_parameters_fwd.hpp
M libs/core/execution/include/hpx/execution/queries/get_allocator.hpp
M
libs/core/execution/include/hpx/execution/queries/get_delegatee_scheduler.hpp
M libs/core/execution/include/hpx/execution/queries/get_scheduler.hpp
M libs/core/execution/include/hpx/execution/queries/get_stop_token.hpp
M libs/core/execution/include/hpx/execution/queries/read.hpp
M
libs/core/execution/include/hpx/execution/traits/detail/eve/vector_pack_get_set.hpp
M
libs/core/execution/include/hpx/execution/traits/detail/simd/vector_pack_get_set.hpp
M
libs/core/execution/include/hpx/execution/traits/detail/vc/vector_pack_get_set.hpp
M libs/core/execution/include/hpx/execution/traits/executor_traits.hpp
M
libs/core/execution/include/hpx/execution/traits/future_then_result_exec.hpp
M libs/core/execution/tests/unit/forwarding_env_query.cpp
M libs/core/execution/tests/unit/forwarding_scheduler_query.cpp
M libs/core/execution/tests/unit/forwarding_sender_query.cpp
M libs/core/execution_base/CMakeLists.txt
M
libs/core/execution_base/include/hpx/execution_base/completion_scheduler.hpp
M
libs/core/execution_base/include/hpx/execution_base/completion_signatures.hpp
M libs/core/execution_base/include/hpx/execution_base/execution.hpp
M libs/core/execution_base/include/hpx/execution_base/get_env.hpp
M libs/core/execution_base/include/hpx/execution_base/operation_state.hpp
M libs/core/execution_base/include/hpx/execution_base/receiver.hpp
M libs/core/execution_base/include/hpx/execution_base/sender.hpp
M libs/core/execution_base/include/hpx/execution_base/this_thread.hpp
M
libs/core/execution_base/include/hpx/execution_base/traits/coroutine_traits.hpp
M libs/core/execution_base/include/hpx/execution_base/traits/is_executor.hpp
M libs/core/execution_base/tests/include/coroutine_task.hpp
M libs/core/execution_base/tests/unit/basic_operation_state.cpp
M libs/core/executors/CMakeLists.txt
M
libs/core/executors/include/hpx/executors/datapar/execution_policy_mappings.hpp
M libs/core/executors/include/hpx/executors/detail/index_queue_spawning.hpp
M libs/core/executors/include/hpx/executors/execute_on.hpp
M libs/core/executors/include/hpx/executors/execution_policy_annotation.hpp
M libs/core/executors/include/hpx/executors/execution_policy_mappings.hpp
M libs/core/executors/include/hpx/executors/execution_policy_parameters.hpp
M
libs/core/executors/include/hpx/executors/execution_policy_scheduling_property.hpp
M libs/core/executors/include/hpx/executors/explicit_scheduler_executor.hpp
M libs/core/executors/include/hpx/executors/limiting_executor.hpp
M libs/core/executors/include/hpx/executors/parallel_executor.hpp
M libs/core/executors/include/hpx/executors/scheduler_executor.hpp
M libs/core/executors/include/hpx/executors/thread_pool_scheduler.hpp
M libs/core/executors/include/hpx/executors/thread_pool_scheduler_bulk.hpp
M libs/core/functional/CMakeLists.txt
M libs/core/functional/include/hpx/functional/bind.hpp
M libs/core/functional/include/hpx/functional/bind_back.hpp
M libs/core/functional/include/hpx/functional/bind_front.hpp
M libs/core/functional/include/hpx/functional/deferred_call.hpp
M libs/core/functional/include/hpx/functional/detail/basic_function.hpp
M
libs/core/functional/include/hpx/functional/detail/function_registration.hpp
M libs/core/functional/include/hpx/functional/function.hpp
M libs/core/functional/include/hpx/functional/function_ref.hpp
M libs/core/functional/include/hpx/functional/invoke.hpp
M libs/core/functional/include/hpx/functional/invoke_fused.hpp
M libs/core/functional/include/hpx/functional/mem_fn.hpp
M libs/core/functional/include/hpx/functional/move_only_function.hpp
M libs/core/functional/include/hpx/functional/one_shot.hpp
M libs/core/functional/src/basic_function.cpp
M libs/core/functional/tests/regressions/is_callable_1179.cpp
M libs/core/functional/tests/unit/is_invocable.cpp
M libs/core/futures/CMakeLists.txt
M libs/core/futures/include/hpx/futures/detail/future_data.hpp
M libs/core/futures/include/hpx/futures/future.hpp
M libs/core/futures/include/hpx/futures/futures_factory.hpp
M libs/core/futures/include/hpx/futures/packaged_continuation.hpp
M libs/core/futures/include/hpx/futures/packaged_task.hpp
M libs/core/futures/include/hpx/futures/promise.hpp
M libs/core/futures/include/hpx/futures/traits/acquire_future.hpp
M libs/core/futures/include/hpx/futures/traits/future_then_result.hpp
M libs/core/include_local/CMakeLists.txt
M libs/core/include_local/include/hpx/source_location.hpp
M libs/core/include_local/include/hpx/type_traits.hpp
M libs/core/init_runtime_local/CMakeLists.txt
M
libs/core/init_runtime_local/include/hpx/init_runtime_local/init_runtime_local.hpp
M libs/core/init_runtime_local/src/init_logging.cpp
M libs/core/iterator_support/CMakeLists.txt
M
libs/core/iterator_support/include/hpx/iterator_support/iterator_facade.hpp
M
libs/core/iterator_support/include/hpx/iterator_support/transform_iterator.hpp
M libs/core/iterator_support/include/hpx/iterator_support/zip_iterator.hpp
M libs/core/lcos_local/CMakeLists.txt
M libs/core/lcos_local/include/hpx/lcos_local/and_gate.hpp
M
libs/core/lock_registration/include/hpx/lock_registration/detail/register_locks.hpp
M libs/core/logging/CMakeLists.txt
A libs/core/logging/include/hpx/logging/api.hpp
M libs/core/logging/include/hpx/logging/detail/logger.hpp
M libs/core/logging/include/hpx/logging/detail/macros.hpp
M libs/core/logging/include/hpx/logging/format/destinations.hpp
M libs/core/logging/include/hpx/logging/format/formatters.hpp
M libs/core/logging/include/hpx/logging/format/named_write.hpp
M libs/core/logging/include/hpx/logging/level.hpp
A libs/core/logging/include/hpx/logging/macros.hpp
M libs/core/logging/include/hpx/logging/manipulator.hpp
M libs/core/logging/include/hpx/logging/message.hpp
R libs/core/logging/include/hpx/modules/logging.hpp
M libs/core/logging/src/format/destination/defaults_destination.cpp
M libs/core/logging/src/format/destination/file.cpp
M libs/core/logging/src/format/formatter/defaults_formatter.cpp
M libs/core/logging/src/format/formatter/high_precision_time.cpp
M libs/core/logging/src/format/formatter/thread_id.cpp
M libs/core/logging/src/format/named_write.cpp
M libs/core/logging/src/level.cpp
M libs/core/logging/src/logging.cpp
M libs/core/logging/src/manipulator.cpp
M libs/core/mpi_base/CMakeLists.txt
M libs/core/mpi_base/src/mpi_environment.cpp
M libs/core/pack_traversal/CMakeLists.txt
M
libs/core/pack_traversal/include/hpx/pack_traversal/detail/pack_traversal_async_impl.hpp
M
libs/core/pack_traversal/include/hpx/pack_traversal/detail/pack_traversal_impl.hpp
M libs/core/pack_traversal/include/hpx/pack_traversal/detail/unwrap_impl.hpp
M libs/core/plugin/CMakeLists.txt
M libs/core/plugin/include/hpx/plugin/config.hpp
M libs/core/plugin/include/hpx/plugin/export_plugin.hpp
M libs/core/prefix/CMakeLists.txt
M libs/core/prefix/include/hpx/prefix/find_prefix.hpp
M libs/core/program_options/examples/config_file_types.cpp
M libs/core/program_options/src/convert.cpp
M libs/core/program_options/tests/unit/winmain.cpp
M libs/core/properties/CMakeLists.txt
M libs/core/properties/include/hpx/properties/property.hpp
M libs/core/resiliency/CMakeLists.txt
M libs/core/resiliency/include/hpx/resiliency/async_replay.hpp
M libs/core/resiliency/include/hpx/resiliency/async_replay_executor.hpp
M libs/core/resiliency/include/hpx/resiliency/async_replicate.hpp
M libs/core/resiliency/include/hpx/resiliency/async_replicate_executor.hpp
M libs/core/resiliency/include/hpx/resiliency/resiliency_cpos.hpp
M libs/core/runtime_configuration/CMakeLists.txt
M
libs/core/runtime_configuration/include/hpx/runtime_configuration/static_factory_data.hpp
M libs/core/runtime_configuration/src/runtime_configuration.cpp
M libs/core/runtime_local/CMakeLists.txt
M libs/core/runtime_local/include/hpx/runtime_local/run_as_hpx_thread.hpp
M libs/core/runtime_local/include/hpx/runtime_local/run_as_os_thread.hpp
M libs/core/schedulers/CMakeLists.txt
M libs/core/schedulers/include/hpx/schedulers/lockfree_queue_backends.hpp
M libs/core/schedulers/include/hpx/schedulers/thread_queue.hpp
M libs/core/schedulers/include/hpx/schedulers/thread_queue_mc.hpp
M libs/core/serialization/CMakeLists.txt
M
libs/core/serialization/include/hpx/serialization/detail/polymorphic_id_factory.hpp
M
libs/core/serialization/include/hpx/serialization/detail/polymorphic_intrusive_factory.hpp
M
libs/core/serialization/include/hpx/serialization/detail/serialize_collection.hpp
M libs/core/serialization/include/hpx/serialization/serialization_fwd.hpp
M
libs/core/serialization/include/hpx/serialization/traits/polymorphic_traits.hpp
M libs/core/synchronization/CMakeLists.txt
M libs/core/synchronization/include/hpx/synchronization/async_rw_mutex.hpp
M libs/core/synchronization/include/hpx/synchronization/once.hpp
M libs/core/tag_invoke/CMakeLists.txt
M libs/core/tag_invoke/include/hpx/functional/detail/invoke.hpp
M libs/core/tag_invoke/include/hpx/functional/detail/tag_fallback_invoke.hpp
M libs/core/tag_invoke/include/hpx/functional/detail/tag_priority_invoke.hpp
M libs/core/tag_invoke/include/hpx/functional/invoke_result.hpp
A libs/core/tag_invoke/include/hpx/functional/macros.hpp
M libs/core/tag_invoke/include/hpx/functional/tag_invoke.hpp
M libs/core/tag_invoke/include/hpx/functional/traits/is_invocable.hpp
M libs/core/tag_invoke/tests/unit/tag_invoke.cpp
M libs/core/testing/include/hpx/modules/testing.hpp
M libs/core/thread_pools/CMakeLists.txt
M
libs/core/thread_pools/include/hpx/thread_pools/scheduled_thread_pool_impl.hpp
M libs/core/threading/CMakeLists.txt
M libs/core/threading/include/hpx/threading/jthread.hpp
M libs/core/threading_base/CMakeLists.txt
M libs/core/threading_base/include/hpx/threading_base/annotated_function.hpp
M
libs/core/threading_base/include/hpx/threading_base/thread_data_stackful.hpp
M
libs/core/threading_base/include/hpx/threading_base/thread_data_stackless.hpp
M libs/core/threading_base/src/thread_data_stackful.cpp
M libs/core/threading_base/src/thread_data_stackless.cpp
M libs/core/timed_execution/CMakeLists.txt
M
libs/core/timed_execution/include/hpx/timed_execution/timed_execution_fwd.hpp
M libs/core/topology/CMakeLists.txt
M libs/core/topology/include/hpx/topology/scheduling_properties.hpp
M libs/core/type_support/include/hpx/type_support/assert_owns_lock.hpp
M libs/core/type_support/include/hpx/type_support/relocate_at.hpp
M libs/core/util/include/hpx/util/detail/reserve.hpp
M libs/core/version/CMakeLists.txt
M libs/core/version/src/version.cpp
M libs/full/actions/include/hpx/actions/invoke_function.hpp
M libs/full/actions_base/include/hpx/actions_base/basic_action.hpp
M libs/full/actions_base/include/hpx/actions_base/component_action.hpp
M libs/full/actions_base/include/hpx/actions_base/detail/action_factory.hpp
M libs/full/actions_base/include/hpx/actions_base/plain_action.hpp
M
libs/full/actions_base/include/hpx/actions_base/traits/action_was_object_migrated.hpp
M libs/full/agas/include/hpx/agas/addressing_service.hpp
M libs/full/agas_base/include/hpx/agas_base/server/primary_namespace.hpp
M
libs/full/async_colocated/include/hpx/async_colocated/functional/colocated_helpers.hpp
M
libs/full/async_distributed/include/hpx/async_distributed/async_continue_fwd.hpp
M
libs/full/async_distributed/include/hpx/async_distributed/base_lco_with_value.hpp
M libs/full/async_distributed/include/hpx/async_distributed/continuation.hpp
M
libs/full/async_distributed/include/hpx/async_distributed/continuation2_impl.hpp
M
libs/full/async_distributed/include/hpx/async_distributed/continuation_impl.hpp
M
libs/full/async_distributed/include/hpx/async_distributed/packaged_action.hpp
M libs/full/async_distributed/include/hpx/async_distributed/trigger.hpp
M libs/full/collectives/include/hpx/collectives/broadcast_direct.hpp
M libs/full/collectives/include/hpx/collectives/fold.hpp
M libs/full/collectives/include/hpx/collectives/reduce_direct.hpp
M libs/full/collectives/include/hpx/collectives/spmd_block.hpp
M libs/full/collectives/tests/performance/osu/broadcast.hpp
M libs/full/command_line_handling/src/command_line_handling.cpp
M
libs/full/components_base/include/hpx/components_base/component_startup_shutdown.hpp
M libs/full/components_base/include/hpx/components_base/component_type.hpp
M libs/full/components_base/include/hpx/components_base/server/component.hpp
M
libs/full/components_base/include/hpx/components_base/server/wrapper_heap.hpp
M
libs/full/components_base/include/hpx/components_base/traits/action_decorate_function.hpp
M libs/full/include/include/hpx/include/traits.hpp
M libs/full/lcos_distributed/include/hpx/lcos_distributed/server/channel.hpp
M
libs/full/runtime_components/include/hpx/runtime_components/component_factory.hpp
M
libs/full/runtime_components/include/hpx/runtime_components/component_registry.hpp
M
libs/full/runtime_components/include/hpx/runtime_components/derived_component_factory.hpp
M
libs/full/runtime_components/include/hpx/runtime_components/distributed_metadata_base.hpp
M
libs/full/runtime_distributed/include/hpx/runtime_distributed/big_boot_barrier.hpp
M tests/performance/local/agas_cache_timings.cpp
M tests/performance/local/sizeof.cpp
M tools/change_includes.sh
Log Message:
-----------
Merge branch 'master' into algorithm_tests_using_partitioner_with_cleanup
Commit: c0dab02586295d360ddeb9ef201b760783e72ed0
https://github.com/STEllAR-GROUP/hpx/commit/c0dab02586295d360ddeb9ef201b760783e72ed0
Author: Hartmut Kaiser <[email protected]>
Date: 2025-09-30 (Tue, 30 Sep 2025)
Changed paths:
M
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_copy.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_default_construct.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_fill.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_move.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_relocate.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_value_construct.hpp
M
libs/core/algorithms/include/hpx/parallel/util/partitioner_with_cleanup.hpp
M libs/core/algorithms/include/hpx/parallel/util/result_types.hpp
M libs/core/algorithms/tests/unit/algorithms/CMakeLists.txt
A libs/core/algorithms/tests/unit/algorithms/uninitialized_copy_sender.cpp
M libs/core/algorithms/tests/unit/algorithms/uninitialized_copy_tests.hpp
A libs/core/algorithms/tests/unit/algorithms/uninitialized_copyn_sender.cpp
A
libs/core/algorithms/tests/unit/algorithms/uninitialized_default_construct_sender.cpp
M
libs/core/algorithms/tests/unit/algorithms/uninitialized_default_construct_tests.hpp
A
libs/core/algorithms/tests/unit/algorithms/uninitialized_default_constructn_sender.cpp
A libs/core/algorithms/tests/unit/algorithms/uninitialized_fill_sender.cpp
A libs/core/algorithms/tests/unit/algorithms/uninitialized_filln_sender.cpp
A libs/core/algorithms/tests/unit/algorithms/uninitialized_move_sender.cpp
M libs/core/algorithms/tests/unit/algorithms/uninitialized_move_tests.hpp
A libs/core/algorithms/tests/unit/algorithms/uninitialized_moven_sender.cpp
A
libs/core/algorithms/tests/unit/algorithms/uninitialized_relocate_backward_sender.cpp
A
libs/core/algorithms/tests/unit/algorithms/uninitialized_relocate_sender.cpp
A
libs/core/algorithms/tests/unit/algorithms/uninitialized_relocaten_sender.cpp
A
libs/core/algorithms/tests/unit/algorithms/uninitialized_value_construct_sender.cpp
M
libs/core/algorithms/tests/unit/algorithms/uninitialized_value_construct_tests.hpp
A
libs/core/algorithms/tests/unit/algorithms/uninitialized_value_constructn_sender.cpp
M libs/core/algorithms/tests/unit/container_algorithms/sort_range_tests.hpp
Log Message:
-----------
Merge pull request #6741 from
sususu5/algorithm_tests_using_partitioner_with_cleanup
Algorithm tests using partitioner with cleanup
Compare:
https://github.com/STEllAR-GROUP/hpx/compare/773572e396d8...c0dab0258629
To unsubscribe from these emails, change your notification settings at
https://github.com/STEllAR-GROUP/hpx/settings/notifications
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits