Branch: refs/heads/master
Home: https://github.com/STEllAR-GROUP/hpx
Commit: ba652cf51d20f096dc3f4d882f450ec6e9849326
https://github.com/STEllAR-GROUP/hpx/commit/ba652cf51d20f096dc3f4d882f450ec6e9849326
Author: Hartmut Kaiser <[email protected]>
Date: 2025-11-11 (Tue, 11 Nov 2025)
Changed paths:
M cmake/HPX_AddModule.cmake
M examples/throttle/throttle/server/throttle.hpp
M examples/tuplespace/central_tuplespace/server/tuple.hpp
M init/CMakeLists.txt
M libs/core/affinity/src/parse_affinity_options.cpp
M libs/core/algorithms/include/hpx/parallel/algorithms/detail/dispatch.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/for_loop.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/reduce_by_key.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/sort_by_key.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/transform.hpp
M libs/core/algorithms/include/hpx/parallel/datapar/transform_loop.hpp
M libs/core/algorithms/include/hpx/parallel/task_group.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/loop.hpp
M libs/core/algorithms/include/hpx/parallel/util/partitioner.hpp
M libs/core/algorithms/include/hpx/parallel/util/prefetching.hpp
M libs/core/algorithms/include/hpx/parallel/util/result_types.hpp
M libs/core/algorithms/include/hpx/parallel/util/transform_loop.hpp
M libs/core/algorithms/include/hpx/parallel/util/zip_iterator.hpp
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_any.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_each.hpp
M libs/core/async_combinators/include/hpx/async_combinators/when_some.hpp
M libs/core/async_mpi/CMakeLists.txt
M libs/core/async_mpi/include/hpx/async_mpi/transform_mpi.hpp
M libs/core/command_line_handling_local/CMakeLists.txt
M libs/core/command_line_handling_local/src/parse_command_line_local.cpp
M libs/core/compute_local/include/hpx/compute_local/host/block_allocator.hpp
M libs/core/compute_local/src/host_target.cpp
M
libs/core/concurrency/include/hpx/concurrency/detail/contiguous_index_queue.hpp
M
libs/core/concurrency/include/hpx/concurrency/detail/non_contiguous_index_queue.hpp
M libs/core/concurrency/include/hpx/concurrency/spinlock_pool.hpp
M libs/core/concurrency/include/hpx/concurrency/stack.hpp
M libs/core/config/include/hpx/config/export_definitions.hpp
M libs/core/datastructures/CMakeLists.txt
M libs/core/datastructures/include/hpx/datastructures/any.hpp
M
libs/core/datastructures/include/hpx/datastructures/detail/dynamic_bitset.hpp
M libs/core/datastructures/include/hpx/datastructures/detail/flat_map.hpp
M libs/core/datastructures/include/hpx/datastructures/detail/flat_set.hpp
M
libs/core/datastructures/include/hpx/datastructures/detail/intrusive_list.hpp
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/detail/variant.hpp
M libs/core/datastructures/include/hpx/datastructures/member_pack.hpp
M libs/core/datastructures/include/hpx/datastructures/optional.hpp
M
libs/core/datastructures/include/hpx/datastructures/serialization/dynamic_bitset.hpp
M
libs/core/datastructures/include/hpx/datastructures/serialization/optional.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/traits/is_tuple_like.hpp
M
libs/core/datastructures/include/hpx/datastructures/traits/supports_streaming_with_any.hpp
M libs/core/datastructures/include/hpx/datastructures/tuple.hpp
M libs/core/datastructures/include/hpx/datastructures/variant.hpp
M libs/core/datastructures/include/hpx/datastructures/variant_helper.hpp
M libs/core/datastructures/src/serializable_any.cpp
M libs/core/datastructures/tests/performance/small_vector_benchmark.cpp
M
libs/core/datastructures/tests/regressions/non_default_constructible_tuple_5886.cpp
M libs/core/datastructures/tests/regressions/optional_swap_3200.cpp
M libs/core/datastructures/tests/unit/any.cpp
M libs/core/datastructures/tests/unit/any_serialization.cpp
M libs/core/datastructures/tests/unit/bitset_test.hpp
M libs/core/datastructures/tests/unit/boost_any.cpp
M libs/core/datastructures/tests/unit/dynamic_bitset1.cpp
M libs/core/datastructures/tests/unit/dynamic_bitset2.cpp
M libs/core/datastructures/tests/unit/dynamic_bitset3.cpp
M libs/core/datastructures/tests/unit/dynamic_bitset4.cpp
M libs/core/datastructures/tests/unit/dynamic_bitset5.cpp
M libs/core/datastructures/tests/unit/flat_map.cpp
M libs/core/datastructures/tests/unit/flat_set.cpp
M libs/core/datastructures/tests/unit/intrusive_list.cpp
M libs/core/datastructures/tests/unit/is_tuple_like.cpp
M libs/core/datastructures/tests/unit/serializable_any.cpp
M libs/core/datastructures/tests/unit/serializable_boost_any.cpp
M libs/core/datastructures/tests/unit/serialization_optional.cpp
M libs/core/datastructures/tests/unit/serialization_raw_pointer_tuple.cpp
M libs/core/datastructures/tests/unit/serialization_tuple.cpp
M libs/core/datastructures/tests/unit/small_vector.cpp
M libs/core/datastructures/tests/unit/tuple.cpp
M libs/core/datastructures/tests/unit/unique_any.cpp
M libs/core/execution/CMakeLists.txt
M libs/core/execution/include/hpx/execution/algorithms/bulk.hpp
M
libs/core/execution/include/hpx/execution/algorithms/detail/partial_algorithm.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/schedule_from.hpp
M libs/core/execution/include/hpx/execution/algorithms/split.hpp
M libs/core/execution/include/hpx/execution/algorithms/sync_wait.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/fused_bulk_execute.hpp
M
libs/core/execution/include/hpx/execution/traits/vector_pack_alignment_size.hpp
M libs/core/execution/include/hpx/execution/traits/vector_pack_type.hpp
M libs/core/execution_base/CMakeLists.txt
M
libs/core/execution_base/include/hpx/execution_base/completion_signatures.hpp
M libs/core/execution_base/tests/unit/completion_signatures.cpp
M libs/core/executors/CMakeLists.txt
M libs/core/executors/include/hpx/executors/dataflow.hpp
M libs/core/executors/include/hpx/executors/explicit_scheduler_executor.hpp
M libs/core/executors/include/hpx/executors/scheduler_executor.hpp
M libs/core/executors/include/hpx/executors/thread_pool_scheduler_bulk.hpp
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/first_argument.hpp
M libs/core/functional/include/hpx/functional/invoke_fused.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_or_value.hpp
M libs/core/futures/include/hpx/futures/traits/is_future_tuple.hpp
M libs/core/hashing/CMakeLists.txt
M libs/core/hashing/include/hpx/hashing/fibhash.hpp
M libs/core/hashing/include/hpx/hashing/jenkins_hash.hpp
M libs/core/include_local/CMakeLists.txt
M libs/core/include_local/include/hpx/any.hpp
M libs/core/include_local/include/hpx/optional.hpp
M libs/core/include_local/include/hpx/tuple.hpp
M libs/core/iterator_support/include/hpx/iterator_support/zip_iterator.hpp
M libs/core/iterator_support/tests/unit/iterator_adaptor.cpp
M libs/core/iterator_support/tests/unit/zip_iterator.cpp
M libs/core/lcos_local/CMakeLists.txt
M libs/core/lcos_local/include/hpx/lcos_local/and_gate.hpp
M libs/core/lcos_local/include/hpx/lcos_local/trigger.hpp
M libs/core/lcos_local/tests/unit/local_dataflow_small_vector.cpp
M libs/core/memory/CMakeLists.txt
M libs/core/memory/include/hpx/memory/detail/sp_convertible.hpp
M libs/core/memory/include/hpx/memory/intrusive_ptr.hpp
M libs/core/memory/include/hpx/memory/serialization/intrusive_ptr.hpp
M libs/core/memory/tests/unit/intrusive_ptr_polymorphic.cpp
M libs/core/memory/tests/unit/intrusive_ptr_polymorphic_nonintrusive.cpp
M libs/core/memory/tests/unit/serialization_intrusive_ptr.cpp
M libs/core/pack_traversal/CMakeLists.txt
M
libs/core/pack_traversal/include/hpx/pack_traversal/detail/container_category.hpp
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/pack_traversal/include/hpx/pack_traversal/pack_traversal.hpp
M libs/core/pack_traversal/tests/unit/pack_traversal_async.cpp
M libs/core/plugin/include/hpx/plugin/export_plugin.hpp
M libs/core/plugin/include/hpx/plugin/plugin_factory.hpp
M libs/core/plugin/include/hpx/plugin/virtual_constructor.hpp
M libs/core/program_options/examples/regex.cpp
M libs/core/program_options/include/hpx/program_options/config.hpp
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/include/hpx/program_options/variables_map.hpp
M libs/core/program_options/src/value_semantic.cpp
M libs/core/program_options/src/variables_map.cpp
M libs/core/program_options/tests/unit/optional.cpp
M libs/core/resiliency/CMakeLists.txt
M libs/core/resiliency/include/hpx/resiliency/async_replicate_executor.hpp
M libs/core/resource_partitioner/CMakeLists.txt
M
libs/core/resource_partitioner/include/hpx/resource_partitioner/detail/partitioner.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_local/CMakeLists.txt
M libs/core/runtime_local/include/hpx/runtime_local/run_as_hpx_thread.hpp
M libs/core/schedulers/CMakeLists.txt
M
libs/core/schedulers/include/hpx/schedulers/local_workrequesting_scheduler.hpp
M
libs/core/serialization/include/hpx/serialization/detail/allow_zero_copy_receive.hpp
M
libs/core/serialization/include/hpx/serialization/detail/polymorphic_intrusive_factory.hpp
M libs/core/serialization/include/hpx/serialization/macros.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/detail/condition_variable.hpp
M libs/core/synchronization/include/hpx/synchronization/spinlock_pool.hpp
M libs/core/topology/CMakeLists.txt
M libs/core/topology/include/hpx/topology/cpu_mask.hpp
M libs/full/actions/include/hpx/actions/transfer_action.hpp
M libs/full/actions/include/hpx/actions/transfer_base_action.hpp
M libs/full/actions/src/base_action.cpp
M libs/full/actions/tests/unit/set_thread_state.cpp
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/agas/include/hpx/agas/addressing_service.hpp
M libs/full/agas/src/addressing_service.cpp
M libs/full/agas_base/include/hpx/agas_base/server/primary_namespace.hpp
M libs/full/agas_base/src/symbol_namespace.cpp
M libs/full/async_colocated/include/hpx/async_colocated/async_colocated.hpp
M
libs/full/async_colocated/include/hpx/async_colocated/register_post_colocated.hpp
M libs/full/async_distributed/include/hpx/async_distributed/bind_action.hpp
M libs/full/async_distributed/include/hpx/async_distributed/dataflow.hpp
M
libs/full/async_distributed/include/hpx/async_distributed/detail/post_callback.hpp
M
libs/full/async_distributed/include/hpx/async_distributed/packaged_action.hpp
M libs/full/async_distributed/src/base_lco_with_value_3.cpp
M libs/full/collectives/include/hpx/collectives/broadcast_direct.hpp
M
libs/full/collectives/include/hpx/collectives/detail/channel_communicator.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/fold.hpp
M libs/full/collectives/include/hpx/collectives/reduce_direct.hpp
M libs/full/collectives/tests/performance/osu/osu_bcast.cpp
M libs/full/components/include/hpx/components/client_base.hpp
M libs/full/include/include/hpx/include/traits.hpp
M libs/full/init_runtime/src/pre_main.cpp
M libs/full/naming/src/credit_handling.cpp
M
libs/full/runtime_components/include/hpx/runtime_components/server/console_logging.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_distributed/src/runtime_distributed.cpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/detail/scan.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/traits/zip_iterator.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/transform.hpp
M
libs/full/segmented_algorithms/tests/unit/partitioned_vector_transform_reduce1.cpp
M
libs/full/segmented_algorithms/tests/unit/partitioned_vector_transform_reduce2.cpp
M tests/regressions/threads/thread_rescheduling.cpp
M wrap/CMakeLists.txt
Log Message:
-----------
Adapting modules hash, datastructures, memory
Signed-off-by: Hartmut Kaiser <[email protected]>
Commit: 447430f54bce0aefd6a28899a6944394ed65da1b
https://github.com/STEllAR-GROUP/hpx/commit/447430f54bce0aefd6a28899a6944394ed65da1b
Author: Hartmut Kaiser <[email protected]>
Date: 2025-11-11 (Tue, 11 Nov 2025)
Changed paths:
M CMakeLists.txt
M cmake/HPX_AddModule.cmake
M cmake/HPX_CXXModules.cmake
M cmake/HPX_SetupTarget.cmake
M cmake/templates/hpx.ixx.in
M cmake/templates/std_headers.hpp.in
M components/process/src/util/windows/create_pipe_w.cpp
M components/process/src/util/windows/shell_path_w.cpp
M init/CMakeLists.txt
M libs/CMakeLists.txt
M libs/core/assertion/include/hpx/assertion/source_location.hpp
M libs/core/assertion/src/assertion.cpp
M libs/core/async_combinators/include/hpx/async_combinators/wait_some.hpp
M libs/core/config/include/hpx/config/export_definitions.hpp
M libs/core/datastructures/include/hpx/datastructures/any.hpp
M
libs/core/datastructures/include/hpx/datastructures/detail/dynamic_bitset.hpp
M
libs/core/datastructures/include/hpx/datastructures/detail/small_vector.hpp
M libs/core/debugging/include/hpx/debugging/backtrace/backtrace.hpp
M libs/core/debugging/include/hpx/debugging/print.hpp
M libs/core/errors/include/hpx/errors/error.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
M libs/core/errors/include/hpx/errors/throw_exception.hpp
M libs/core/errors/src/exception.cpp
M libs/core/format/include/hpx/format/api.hpp
M libs/core/lcos_local/include/hpx/lcos_local/detail/preprocess_future.hpp
M libs/core/logging/include/hpx/logging/api.hpp
M libs/core/logging/include/hpx/logging/level.hpp
M libs/core/serialization/include/hpx/serialization/access.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/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/exception_ptr.hpp
M libs/core/serialization/include/hpx/serialization/input_archive.hpp
M libs/core/serialization/include/hpx/serialization/output_archive.hpp
M libs/core/serialization/include/hpx/serialization/serialization_fwd.hpp
M
libs/core/serialization/include/hpx/serialization/traits/brace_initializable_traits.hpp
M libs/core/serialization/tests/unit/serialization_raw_pointer.cpp
M libs/core/threading_base/CMakeLists.txt
M libs/core/threading_base/include/hpx/threading_base/register_thread.hpp
M libs/core/type_support/include/hpx/type_support/extra_data.hpp
M libs/full/collectives/include/hpx/collectives/spmd_block.hpp
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/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:
-----------
Adjust module interface file extension for different compilers
- flyby: build HPX full using C++ modules from HPX core
- flyby: modify CMake build system to properly propagate C++ module settings
- flyby: fixed a couple of problems with existing C++ module integration
Signed-off-by: Hartmut Kaiser <[email protected]>
Commit: 6c89596d9e7da12029ac2210d7ae1fa150335d37
https://github.com/STEllAR-GROUP/hpx/commit/6c89596d9e7da12029ac2210d7ae1fa150335d37
Author: Hartmut Kaiser <[email protected]>
Date: 2025-11-11 (Tue, 11 Nov 2025)
Changed paths:
M cmake/HPX_AddModule.cmake
M cmake/HPX_CXXModules.cmake
M cmake/HPX_SetupTarget.cmake
M
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_local_view_iterator.hpp
M
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_segmented_iterator.hpp
M
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_view_iterator.hpp
M
components/containers/partitioned_vector/tests/unit/is_iterator_partitioned_vector.cpp
M
components/containers/unordered/include/hpx/components/containers/unordered/unordered_map_segmented_iterator.hpp
M components/iostreams/CMakeLists.txt
M examples/1d_stencil/1d_stencil_channel.cpp
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/algorithms/traits/projected_range.hpp
M
libs/core/algorithms/include/hpx/algorithms/traits/segmented_iterator_traits.hpp
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/advance_and_get_distance.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/detail/advance_to_sentinel.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/detail/distance.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/detail/replace.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/detail/sample_sort.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/detail/transfer.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/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/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_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/iterator_helpers.hpp
M libs/core/algorithms/include/hpx/parallel/datapar/loop.hpp
M libs/core/algorithms/include/hpx/parallel/datapar/zip_iterator.hpp
M libs/core/algorithms/include/hpx/parallel/spmd_block.hpp
M libs/core/algorithms/include/hpx/parallel/unseq/simd_helpers.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/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/merge_four.hpp
M libs/core/algorithms/include/hpx/parallel/util/merge_vector.hpp
M libs/core/algorithms/include/hpx/parallel/util/partitioner.hpp
M libs/core/algorithms/include/hpx/parallel/util/prefetching.hpp
M libs/core/algorithms/include/hpx/parallel/util/range.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/include/hpx/parallel/util/zip_iterator.hpp
M libs/core/algorithms/tests/unit/container_algorithms/copy_range.cpp
M libs/core/algorithms/tests/unit/container_algorithms/foreach_tests.hpp
M
libs/core/algorithms/tests/unit/container_algorithms/foreach_tests_projection.hpp
M libs/core/algorithms/tests/unit/container_algorithms/generate_range.cpp
M libs/core/algorithms/tests/unit/container_algorithms/max_element_range.cpp
M
libs/core/algorithms/tests/unit/container_algorithms/minmax_element_range.cpp
M libs/core/algorithms/tests/unit/container_algorithms/move_range.cpp
M libs/core/algorithms/tests/unit/container_algorithms/remove_copy_range.cpp
M
libs/core/algorithms/tests/unit/container_algorithms/replace_copy_if_range.cpp
M
libs/core/algorithms/tests/unit/container_algorithms/replace_copy_range.cpp
M libs/core/algorithms/tests/unit/container_algorithms/replace_if_range.cpp
M libs/core/algorithms/tests/unit/container_algorithms/replace_range.cpp
M
libs/core/algorithms/tests/unit/container_algorithms/reverse_copy_range.cpp
M libs/core/algorithms/tests/unit/container_algorithms/reverse_range.cpp
M libs/core/algorithms/tests/unit/container_algorithms/rotate_copy_range.cpp
M libs/core/algorithms/tests/unit/container_algorithms/rotate_range.cpp
M libs/core/algorithms/tests/unit/container_algorithms/sort_range_tests.hpp
M
libs/core/algorithms/tests/unit/container_algorithms/stable_sort_range_tests.hpp
M libs/core/algorithms/tests/unit/container_algorithms/transform_range.cpp
M libs/core/algorithms/tests/unit/container_algorithms/transform_range2.cpp
M
libs/core/algorithms/tests/unit/container_algorithms/transform_range_binary.cpp
M
libs/core/algorithms/tests/unit/container_algorithms/transform_range_binary2.cpp
M
libs/core/algorithms/tests/unit/container_algorithms/uninitialized_copy_n_range.cpp
M
libs/core/algorithms/tests/unit/container_algorithms/uninitialized_copy_range.cpp
M
libs/core/algorithms/tests/unit/container_algorithms/uninitialized_default_constructn_range.cpp
M
libs/core/algorithms/tests/unit/container_algorithms/uninitialized_filln_range.cpp
M
libs/core/algorithms/tests/unit/container_algorithms/uninitialized_move_n_range.cpp
M
libs/core/algorithms/tests/unit/container_algorithms/uninitialized_move_range.cpp
M
libs/core/algorithms/tests/unit/container_algorithms/uninitialized_value_constructn_range.cpp
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_each.hpp
M libs/core/compute_local/include/hpx/compute_local/detail/iterator.hpp
M libs/core/compute_local/include/hpx/compute_local/host/block_allocator.hpp
M libs/core/compute_local/include/hpx/compute_local/host/block_executor.hpp
M
libs/core/compute_local/include/hpx/compute_local/host/block_fork_join_executor.hpp
M libs/core/compute_local/include/hpx/compute_local/vector.hpp
M libs/core/execution/CMakeLists.txt
M libs/core/execution/include/hpx/execution/algorithms/bulk.hpp
M libs/core/execution/include/hpx/execution/algorithms/detail/predicates.hpp
M libs/core/execution/include/hpx/execution/executors/execution.hpp
M libs/core/execution/include/hpx/execution/executors/fused_bulk_execute.hpp
M libs/core/execution_base/include/hpx/execution_base/execution.hpp
M libs/core/executors/CMakeLists.txt
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/thread_pool_scheduler_bulk.hpp
M libs/core/functional/tests/regressions/protect_with_nullary_pfo.cpp
M libs/core/futures/CMakeLists.txt
M libs/core/futures/include/hpx/futures/traits/acquire_future.hpp
M libs/core/futures/include/hpx/futures/traits/acquire_shared_state.hpp
M libs/core/futures/include/hpx/futures/traits/is_future_range.hpp
M libs/core/futures/tests/regressions/future_range_ambiguity_2032.cpp
M libs/core/iterator_support/CMakeLists.txt
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/counting_shape.hpp
M
libs/core/iterator_support/include/hpx/iterator_support/detail/minimum_category.hpp
M
libs/core/iterator_support/include/hpx/iterator_support/generator_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/iterator_range.hpp
M libs/core/iterator_support/include/hpx/iterator_support/range.hpp
M
libs/core/iterator_support/include/hpx/iterator_support/traits/is_iterator.hpp
M
libs/core/iterator_support/include/hpx/iterator_support/traits/is_range.hpp
A
libs/core/iterator_support/include/hpx/iterator_support/traits/is_segmented_iterator.hpp
M
libs/core/iterator_support/include/hpx/iterator_support/traits/is_sentinel_for.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/iterator_support/tests/include/hpx/iterator_support/tests/iterator_tests.hpp
M
libs/core/iterator_support/tests/regressions/custom_iterator_category_6640.cpp
M libs/core/iterator_support/tests/unit/is_iterator.cpp
M libs/core/iterator_support/tests/unit/is_range.cpp
M libs/core/iterator_support/tests/unit/is_sentinel_for.cpp
M libs/core/iterator_support/tests/unit/is_sized_sentinel_for.cpp
M libs/core/iterator_support/tests/unit/iterator_adaptor.cpp
M libs/core/iterator_support/tests/unit/iterator_facade.cpp
M libs/core/iterator_support/tests/unit/range.cpp
M libs/core/lcos_local/CMakeLists.txt
M libs/core/lcos_local/include/hpx/lcos_local/channel.hpp
M libs/core/pack_traversal/CMakeLists.txt
M
libs/core/pack_traversal/include/hpx/pack_traversal/detail/container_category.hpp
M libs/core/program_options/include/hpx/program_options/eof_iterator.hpp
M libs/core/resiliency/CMakeLists.txt
M libs/core/resiliency/include/hpx/resiliency/replay_executor.hpp
M libs/core/resiliency/include/hpx/resiliency/replicate_executor.hpp
M libs/core/string_util/include/hpx/string_util/token_iterator.hpp
M libs/core/string_util/include/hpx/string_util/tokenizer.hpp
M libs/core/thread_support/tests/unit/range.cpp
M libs/core/util/include/hpx/util/detail/reserve.hpp
M libs/full/async_distributed/include/hpx/async_distributed/continuation.hpp
M libs/full/async_distributed/src/continuation.cpp
M libs/full/collectives/include/hpx/collectives/spmd_block.hpp
M libs/full/include/include/hpx/include/traits.hpp
M libs/full/include/include/hpx/include/util.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/detail/scan.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/traits/zip_iterator.hpp
M libs/full/statistics/include/hpx/statistics/histogram.hpp
Log Message:
-----------
Adapt HPX module iterator_support to C++ modules
Signed-off-by: Hartmut Kaiser <[email protected]>
Commit: 8ad021bf1e93917fa685ffe148b26927edd74862
https://github.com/STEllAR-GROUP/hpx/commit/8ad021bf1e93917fa685ffe148b26927edd74862
Author: Hartmut Kaiser <[email protected]>
Date: 2025-11-11 (Tue, 11 Nov 2025)
Changed paths:
M cmake/HPX_AddComponent.cmake
M
components/component_storage/include/hpx/components/component_storage/server/migrate_from_storage.hpp
M
components/component_storage/include/hpx/components/component_storage/server/migrate_to_storage.hpp
M
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_decl.hpp
M
components/containers/unordered/include/hpx/components/containers/unordered/unordered_map.hpp
M components/iostreams/include/hpx/components/iostreams/write_functions.hpp
M components/iostreams/src/component_module.cpp
M components/iostreams/src/server/output_stream.cpp
M components/iostreams/src/standard_streams.cpp
M components/performance_counters/io/src/io_counters.cpp
M components/performance_counters/memory_counters/src/memory.cpp
M components/performance_counters/papi/src/papi_startup.cpp
M components/performance_counters/power/src/power.cpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/adjacent_difference.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/detail/accumulate.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/detail/adjacent_difference.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/find.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/detail/is_sorted.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/detail/mismatch.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/detail/pivot.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/rotate.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/exclusive_scan.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/nth_element.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/partial_sort.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/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/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/unique.hpp
M libs/core/algorithms/include/hpx/parallel/datapar/adjacent_difference.hpp
M libs/core/algorithms/include/hpx/parallel/datapar/transform_loop.hpp
M libs/core/algorithms/include/hpx/parallel/spmd_block.hpp
M libs/core/algorithms/include/hpx/parallel/task_group.hpp
M
libs/core/algorithms/include/hpx/parallel/util/detail/handle_exception_termination_handler.hpp
M
libs/core/algorithms/include/hpx/parallel/util/detail/partitioner_iteration.hpp
M libs/core/asio/include/hpx/asio/map_hostnames.hpp
M libs/core/async_combinators/include/hpx/async_combinators/split_future.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/include/hpx/async_cuda/cuda_future.hpp
M libs/core/async_cuda/include/hpx/async_cuda/detail/cuda_event_callback.hpp
M libs/core/async_mpi/include/hpx/async_mpi/mpi_future.hpp
M libs/core/async_mpi/include/hpx/async_mpi/transform_mpi.hpp
M libs/core/async_sycl/include/hpx/async_sycl/detail/sycl_event_callback.hpp
M
libs/core/command_line_handling_local/include/hpx/command_line_handling_local/command_line_handling_local.hpp
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/numa_binding_allocator.hpp
M libs/core/concurrency/tests/unit/lockfree_fifo.cpp
M libs/core/config/include/hpx/config/export_definitions.hpp
M libs/core/coroutines/include/hpx/coroutines/detail/coroutine_impl.hpp
M libs/core/coroutines/include/hpx/coroutines/detail/coroutine_self.hpp
M
libs/core/coroutines/include/hpx/coroutines/detail/coroutine_stackful_self.hpp
M libs/core/coroutines/include/hpx/coroutines/stackless_coroutine.hpp
M libs/core/execution/include/hpx/execution/algorithms/detail/predicates.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/schedule_from.hpp
M libs/core/execution/include/hpx/execution/algorithms/split.hpp
M libs/core/execution/include/hpx/execution/algorithms/when_all.hpp
M
libs/core/execution/include/hpx/execution/detail/async_launch_policy_dispatch.hpp
M
libs/core/execution/include/hpx/execution/detail/execution_parameter_callbacks.hpp
M libs/core/execution/include/hpx/execution/detail/future_exec.hpp
M libs/core/execution/include/hpx/execution/detail/post_policy_dispatch.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/fused_bulk_execute.hpp
M
libs/core/execution/include/hpx/execution/executors/polymorphic_executor.hpp
M libs/core/executors/include/hpx/executors/async.hpp
M libs/core/executors/include/hpx/executors/detail/hierarchical_spawning.hpp
M libs/core/executors/include/hpx/executors/exception_list.hpp
M libs/core/executors/include/hpx/executors/explicit_scheduler_executor.hpp
M libs/core/executors/include/hpx/executors/fork_join_executor.hpp
M libs/core/executors/include/hpx/executors/guided_pool_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/post.hpp
M libs/core/executors/include/hpx/executors/scheduler_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/sync.hpp
M libs/core/executors/include/hpx/executors/thread_pool_scheduler_bulk.hpp
M libs/core/executors/src/service_executors.cpp
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/empty_function.hpp
M
libs/core/functional/include/hpx/functional/detail/function_registration.hpp
M libs/core/functional/include/hpx/functional/detail/reset_function.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/copyable_vtable.hpp
M
libs/core/functional/include/hpx/functional/detail/vtable/function_vtable.hpp
M libs/core/functional/include/hpx/functional/detail/vtable/vtable.hpp
M libs/core/functional/include/hpx/functional/experimental/scope_exit.hpp
M libs/core/functional/include/hpx/functional/experimental/scope_fail.hpp
M libs/core/functional/include/hpx/functional/experimental/scope_success.hpp
M libs/core/functional/include/hpx/functional/first_argument.hpp
M libs/core/functional/include/hpx/functional/function.hpp
M libs/core/functional/include/hpx/functional/function_ref.hpp
R libs/core/functional/include/hpx/functional/invoke.hpp
M libs/core/functional/include/hpx/functional/invoke_fused.hpp
A libs/core/functional/include/hpx/functional/macros.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/include/hpx/functional/protect.hpp
M libs/core/functional/include/hpx/functional/reference_wrapper.hpp
M
libs/core/functional/include/hpx/functional/serialization/detail/serializable_basic_function.hpp
M
libs/core/functional/include/hpx/functional/serialization/detail/vtable/serializable_function_vtable.hpp
M
libs/core/functional/include/hpx/functional/serialization/detail/vtable/serializable_vtable.hpp
M
libs/core/functional/include/hpx/functional/serialization/reference_wrapper.hpp
M libs/core/functional/include/hpx/functional/traits/get_action_name.hpp
M
libs/core/functional/include/hpx/functional/traits/get_function_address.hpp
M
libs/core/functional/include/hpx/functional/traits/get_function_annotation.hpp
M libs/core/functional/include/hpx/functional/traits/is_action.hpp
M libs/core/functional/include/hpx/functional/traits/is_bind_expression.hpp
M libs/core/functional/include/hpx/functional/traits/is_placeholder.hpp
M libs/core/functional/tests/regressions/is_callable_1179.cpp
M libs/core/functional/tests/unit/allocator_test.cpp
M libs/core/functional/tests/unit/bind_const_test.cpp
M libs/core/functional/tests/unit/bind_cv_test.cpp
M libs/core/functional/tests/unit/bind_dm2_test.cpp
M libs/core/functional/tests/unit/bind_dm3_test.cpp
M libs/core/functional/tests/unit/bind_dm_test.cpp
M libs/core/functional/tests/unit/bind_placeholder_test.cpp
M libs/core/functional/tests/unit/bind_rv_sp_test.cpp
M libs/core/functional/tests/unit/bind_rvalue_test.cpp
M libs/core/functional/tests/unit/bind_stateful_test.cpp
M libs/core/functional/tests/unit/bind_test.cpp
M libs/core/functional/tests/unit/contains_test.cpp
M libs/core/functional/tests/unit/function_args.cpp
M libs/core/functional/tests/unit/function_arith.cpp
M libs/core/functional/tests/unit/function_bind_test.cpp
M libs/core/functional/tests/unit/function_object_size.cpp
M libs/core/functional/tests/unit/function_ref.cpp
M libs/core/functional/tests/unit/function_ref_wrapper.cpp
M libs/core/functional/tests/unit/function_target.cpp
M libs/core/functional/tests/unit/function_test.cpp
M libs/core/functional/tests/unit/mem_fn_derived_test.cpp
M libs/core/functional/tests/unit/mem_fn_dm_test.cpp
M libs/core/functional/tests/unit/mem_fn_eq_test.cpp
M libs/core/functional/tests/unit/mem_fn_rv_test.cpp
M libs/core/functional/tests/unit/mem_fn_test.cpp
M libs/core/functional/tests/unit/mem_fn_unary_addr_test.cpp
M libs/core/functional/tests/unit/mem_fn_void_test.cpp
M libs/core/functional/tests/unit/nothrow_swap.cpp
M libs/core/functional/tests/unit/protect_test.cpp
M libs/core/functional/tests/unit/stateless_test.cpp
M libs/core/functional/tests/unit/sum_avg.cpp
M libs/core/futures/include/hpx/futures/detail/future_data.hpp
M libs/core/futures/include/hpx/futures/detail/future_transforms.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_task.hpp
M libs/core/futures/src/detail/execute_thread.cpp
M libs/core/futures/src/future_data.cpp
M libs/core/include_local/include/hpx/experimental/scope.hpp
M libs/core/include_local/include/hpx/functional.hpp
M libs/core/ini/include/hpx/ini/ini.hpp
M
libs/core/init_runtime_local/include/hpx/init_runtime_local/init_runtime_local.hpp
M libs/core/init_runtime_local/src/init_runtime_local.cpp
M libs/core/lcos_local/include/hpx/lcos_local/and_gate.hpp
M libs/core/lcos_local/include/hpx/lcos_local/composable_guard.hpp
M libs/core/lcos_local/include/hpx/lcos_local/conditional_cv.hpp
M libs/core/lcos_local/include/hpx/lcos_local/conditional_trigger.hpp
M libs/core/lcos_local/include/hpx/lcos_local/receive_buffer.hpp
M libs/core/lcos_local/include/hpx/lcos_local/trigger.hpp
M libs/core/lcos_local/src/composable_guard.cpp
M
libs/core/lock_registration/include/hpx/lock_registration/detail/register_locks.hpp
M libs/core/lock_registration/src/register_locks.cpp
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/include/hpx/plugin/plugin_factory.hpp
M libs/core/program_options/src/convert.cpp
M libs/core/resiliency/include/hpx/resiliency/async_replay_executor.hpp
M libs/core/resiliency/include/hpx/resiliency/async_replicate_executor.hpp
M
libs/core/resource_partitioner/include/hpx/resource_partitioner/detail/create_partitioner.hpp
M
libs/core/resource_partitioner/include/hpx/resource_partitioner/partitioner.hpp
M
libs/core/resource_partitioner/include/hpx/resource_partitioner/partitioner_fwd.hpp
M libs/core/resource_partitioner/src/detail_partitioner.cpp
M libs/core/runtime_local/include/hpx/runtime_local/config_entry.hpp
M libs/core/runtime_local/include/hpx/runtime_local/interval_timer.hpp
M libs/core/runtime_local/include/hpx/runtime_local/pool_timer.hpp
M libs/core/runtime_local/include/hpx/runtime_local/runtime_local_fwd.hpp
M libs/core/runtime_local/include/hpx/runtime_local/shutdown_function.hpp
M libs/core/runtime_local/include/hpx/runtime_local/startup_function.hpp
M libs/core/runtime_local/include/hpx/runtime_local/thread_mapper.hpp
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_local.cpp
M libs/core/runtime_local/src/thread_mapper.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/shared_priority_queue_scheduler.hpp
M libs/core/schedulers/include/hpx/schedulers/thread_queue.hpp
M
libs/core/static_reinit/include/hpx/static_reinit/reinitializable_static.hpp
M libs/core/static_reinit/include/hpx/static_reinit/static_reinit.hpp
M libs/core/static_reinit/src/static_reinit.cpp
M libs/core/synchronization/include/hpx/synchronization/async_rw_mutex.hpp
M libs/core/tag_invoke/CMakeLists.txt
A libs/core/tag_invoke/include/hpx/functional/invoke.hpp
M libs/core/tag_invoke/include/hpx/functional/invoke_result.hpp
R libs/core/tag_invoke/include/hpx/functional/macros.hpp
A libs/core/tag_invoke/include/hpx/tag_invoke/macros.hpp
M libs/core/testing/include/hpx/modules/testing.hpp
M libs/core/testing/include/hpx/testing/performance.hpp
M libs/core/thread_pool_util/src/thread_pool_suspension_helpers.cpp
M
libs/core/thread_pools/include/hpx/thread_pools/detail/scheduling_callbacks.hpp
M libs/core/thread_pools/include/hpx/thread_pools/scheduled_thread_pool.hpp
M
libs/core/thread_pools/include/hpx/thread_pools/scheduled_thread_pool_impl.hpp
M libs/core/thread_pools/include/hpx/thread_pools/scheduling_loop.hpp
M libs/core/threading/include/hpx/threading/thread.hpp
M libs/core/threading/src/thread.cpp
M libs/core/threading_base/include/hpx/threading_base/annotated_function.hpp
M libs/core/threading_base/include/hpx/threading_base/callback_notifier.hpp
M
libs/core/threading_base/include/hpx/threading_base/detail/get_default_pool.hpp
M
libs/core/threading_base/include/hpx/threading_base/detail/get_default_timer_service.hpp
M libs/core/threading_base/include/hpx/threading_base/external_timer.hpp
M
libs/core/threading_base/include/hpx/threading_base/network_background_callback.hpp
M libs/core/threading_base/include/hpx/threading_base/register_thread.hpp
M libs/core/threading_base/include/hpx/threading_base/scheduler_base.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_pool_base.hpp
M libs/core/threading_base/include/hpx/threading_base/threading_base_fwd.hpp
M libs/core/threading_base/src/callback_notifier.cpp
M libs/core/threading_base/src/set_thread_state.cpp
M libs/core/threading_base/src/set_thread_state_timed.cpp
M libs/core/threading_base/src/thread_data.cpp
M libs/full/actions/tests/regressions/function_argument.cpp
M libs/full/actions/tests/unit/thread_affinity.cpp
M libs/full/actions_base/include/hpx/actions_base/actions_base_support.hpp
M libs/full/actions_base/include/hpx/actions_base/basic_action.hpp
M
libs/full/actions_base/include/hpx/actions_base/detail/per_action_data_counter_registry.hpp
M libs/full/actions_base/src/detail/per_action_data_counter_registry.cpp
M libs/full/agas/include/hpx/agas/addressing_service.hpp
M libs/full/agas/src/addressing_service.cpp
M libs/full/agas_base/include/hpx/agas_base/agas_fwd.hpp
M
libs/full/agas_base/include/hpx/agas_base/detail/bootstrap_component_namespace.hpp
M
libs/full/agas_base/include/hpx/agas_base/detail/hosted_component_namespace.hpp
M libs/full/agas_base/include/hpx/agas_base/server/component_namespace.hpp
M libs/full/async_colocated/include/hpx/async_colocated/async_colocated.hpp
M libs/full/async_colocated/include/hpx/async_colocated/post_colocated.hpp
M
libs/full/async_colocated/include/hpx/async_colocated/post_colocated_callback.hpp
M
libs/full/async_colocated/include/hpx/async_colocated/register_post_colocated.hpp
M libs/full/async_distributed/include/hpx/async_distributed/async.hpp
M
libs/full/async_distributed/include/hpx/async_distributed/async_callback.hpp
M libs/full/async_distributed/include/hpx/async_distributed/bind_action.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/dataflow.hpp
M
libs/full/async_distributed/include/hpx/async_distributed/detail/async_implementations.hpp
M libs/full/async_distributed/include/hpx/async_distributed/detail/post.hpp
M
libs/full/async_distributed/include/hpx/async_distributed/detail/promise_base.hpp
M libs/full/async_distributed/include/hpx/async_distributed/put_parcel.hpp
M libs/full/async_distributed/include/hpx/async_distributed/sync.hpp
M libs/full/collectives/include/hpx/collectives/detail/communicator.hpp
M libs/full/collectives/include/hpx/collectives/spmd_block.hpp
M libs/full/collectives/src/detail/communication_set_node.cpp
M
libs/full/command_line_handling/include/hpx/command_line_handling/command_line_handling.hpp
M libs/full/command_line_handling/src/command_line_handling.cpp
M libs/full/components/include/hpx/components/executor_component.hpp
M libs/full/components_base/include/hpx/components_base/component_type.hpp
M
libs/full/components_base/include/hpx/components_base/detail/agas_interface_functions.hpp
M
libs/full/components_base/include/hpx/components_base/server/abstract_migration_support.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/server/one_size_heap_list.cpp
M
libs/full/distribution_policies/include/hpx/distribution_policies/binpacking_distribution_policy.hpp
M
libs/full/executors_distributed/include/hpx/executors_distributed/distribution_policy_executor.hpp
M libs/full/include/include/hpx/include/bind.hpp
M libs/full/include/include/hpx/include/traits.hpp
M libs/full/include/include/hpx/include/util.hpp
M libs/full/init_runtime/include/hpx/hpx_init_impl.hpp
M libs/full/init_runtime/include/hpx/hpx_init_params.hpp
M libs/full/init_runtime/include/hpx/hpx_start.hpp
M libs/full/init_runtime/include/hpx/hpx_start_impl.hpp
M libs/full/init_runtime/include/hpx/init_runtime/detail/run_or_start.hpp
M libs/full/init_runtime/src/hpx_init.cpp
M
libs/full/performance_counters/include/hpx/performance_counters/counter_creators.hpp
M
libs/full/performance_counters/include/hpx/performance_counters/counters.hpp
M
libs/full/performance_counters/include/hpx/performance_counters/counters_fwd.hpp
M
libs/full/performance_counters/include/hpx/performance_counters/manage_counter_type.hpp
M
libs/full/performance_counters/include/hpx/performance_counters/performance_counter.hpp
M
libs/full/performance_counters/include/hpx/performance_counters/registry.hpp
M
libs/full/performance_counters/include/hpx/performance_counters/server/raw_counter.hpp
M
libs/full/performance_counters/include/hpx/performance_counters/server/raw_values_counter.hpp
M libs/full/performance_counters/src/agas_counter_types.cpp
M libs/full/performance_counters/src/component_namespace_counters.cpp
M libs/full/performance_counters/src/counter_creators.cpp
M libs/full/performance_counters/src/counters.cpp
M libs/full/performance_counters/src/locality_namespace_counters.cpp
M libs/full/performance_counters/src/manage_counter.cpp
M libs/full/performance_counters/src/manage_counter_type.cpp
M libs/full/performance_counters/src/performance_counter_set.cpp
M libs/full/performance_counters/src/primary_namespace_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/component_instance_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/performance_counters/src/symbol_namespace_counters.cpp
M libs/full/performance_counters/src/threadmanager_counter_types.cpp
M
libs/full/runtime_components/include/hpx/runtime_components/server/console_error_sink_singleton.hpp
M
libs/full/runtime_components/tests/unit/components/action_invoke_no_more_than.hpp
M libs/full/runtime_distributed/src/big_boot_barrier.cpp
M libs/full/runtime_distributed/src/runtime_distributed.cpp
M libs/full/runtime_distributed/tests/regressions/multiple_init_2918.cpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/adjacent_difference.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/adjacent_find.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/detail/reduce.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/detail/scan.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/reduce.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/transform_reduce.hpp
M tests/performance/local/activate_counters.cpp
M tests/performance/local/function_object_wrapper_overhead.cpp
M tests/performance/local/qthreads_heterogeneous_timed_task_spawn.cpp
M tests/performance/local/timed_task_spawn.cpp
M tests/regressions/util/set_config_entry_deadlock.cpp
M wrap/src/hpx_wrap.cpp
Log Message:
-----------
Adapting HPX module functional to C++ modules
Signed-off-by: Hartmut Kaiser <[email protected]>
Commit: 321d9fe90e4e98c8ec90b118938be4f791aec198
https://github.com/STEllAR-GROUP/hpx/commit/321d9fe90e4e98c8ec90b118938be4f791aec198
Author: Hartmut Kaiser <[email protected]>
Date: 2025-11-12 (Wed, 12 Nov 2025)
Changed paths:
M cmake/templates/hpx.ixx.in
M libs/core/assertion/include/hpx/assertion/source_location.hpp
M libs/core/config/include/hpx/config/export_definitions.hpp
M libs/core/datastructures/include/hpx/datastructures/any.hpp
M
libs/core/datastructures/include/hpx/datastructures/detail/dynamic_bitset.hpp
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/serialization/serializable_any.hpp
M libs/core/debugging/include/hpx/debugging/backtrace/backtrace.hpp
M libs/core/debugging/include/hpx/debugging/print.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
M libs/core/errors/include/hpx/errors/throw_exception.hpp
M libs/core/format/include/hpx/format/api.hpp
M libs/core/format/include/hpx/util/bad_lexical_cast.hpp
M libs/core/functional/include/hpx/functional/detail/basic_function.hpp
M libs/core/functional/include/hpx/functional/detail/empty_function.hpp
M libs/core/itt_notify/include/hpx/itt_notify/api.hpp
M libs/core/lcos_local/include/hpx/lcos_local/detail/preprocess_future.hpp
M 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/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
M libs/core/logging/include/hpx/logging/manipulator.hpp
M libs/core/serialization/include/hpx/serialization/access.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/pointer.hpp
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/polymorphic_nonintrusive_factory.hpp
M libs/core/serialization/include/hpx/serialization/exception_ptr.hpp
M libs/core/serialization/include/hpx/serialization/input_archive.hpp
M libs/core/serialization/include/hpx/serialization/output_archive.hpp
M libs/core/serialization/include/hpx/serialization/serialization_fwd.hpp
M libs/core/thread_support/include/hpx/thread_support/spinlock.hpp
M libs/core/type_support/include/hpx/type_support/extra_data.hpp
Log Message:
-----------
Fixed clang module based compilation
Commit: 1b2eecc459060f44a62aaf89e91f50862e92bf5d
https://github.com/STEllAR-GROUP/hpx/commit/1b2eecc459060f44a62aaf89e91f50862e92bf5d
Author: Hartmut Kaiser <[email protected]>
Date: 2025-11-12 (Wed, 12 Nov 2025)
Changed paths:
M cmake/templates/hpx.ixx.in
M libs/core/assertion/include/hpx/assertion/api.hpp
M libs/core/assertion/include/hpx/assertion/evaluate_assert.hpp
M libs/core/assertion/include/hpx/assertion/source_location.hpp
M libs/core/config/include/hpx/config/export_definitions.hpp
M libs/core/debugging/include/hpx/debugging/attach_debugger.hpp
M libs/core/debugging/include/hpx/debugging/backtrace/backtrace.hpp
M libs/core/debugging/include/hpx/debugging/environ.hpp
M libs/core/debugging/include/hpx/debugging/print.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/throw_exception.hpp
M libs/core/format/include/hpx/format/api.hpp
M libs/core/iterator_support/CMakeLists.txt
M
libs/core/iterator_support/include/hpx/iterator_support/traits/is_segmented_iterator.hpp
M libs/core/itt_notify/include/hpx/itt_notify/api.hpp
M libs/core/itt_notify/include/hpx/itt_notify/thread_name.hpp
M libs/core/logging/include/hpx/logging/level.hpp
M libs/core/serialization/include/hpx/serialization/exception_ptr.hpp
M libs/core/thread_support/include/hpx/thread_support/set_thread_name.hpp
M libs/core/version/include/hpx/version/api.hpp
Log Message:
-----------
Cleaning up module related macro definitions
Commit: cb7625bf9527585cd81f593e805c95444c2b2321
https://github.com/STEllAR-GROUP/hpx/commit/cb7625bf9527585cd81f593e805c95444c2b2321
Author: Hartmut Kaiser <[email protected]>
Date: 2025-11-12 (Wed, 12 Nov 2025)
Changed paths:
M libs/core/async_combinators/CMakeLists.txt
M libs/core/async_mpi/CMakeLists.txt
M libs/core/async_sycl/CMakeLists.txt
M libs/core/command_line_handling_local/CMakeLists.txt
M libs/core/execution/CMakeLists.txt
M libs/core/include_local/CMakeLists.txt
M libs/core/init_runtime_local/CMakeLists.txt
M libs/core/lcos_local/CMakeLists.txt
M libs/core/logging/include/hpx/logging/api.hpp
M libs/core/pack_traversal/CMakeLists.txt
M libs/core/resiliency/CMakeLists.txt
M libs/core/resource_partitioner/CMakeLists.txt
M libs/core/runtime_local/CMakeLists.txt
M libs/core/thread_pools/CMakeLists.txt
M libs/core/threading/CMakeLists.txt
M tests/performance/local/activate_counters.cpp
M tests/performance/local/function_object_wrapper_overhead.cpp
M tests/performance/local/qthreads_heterogeneous_timed_task_spawn.cpp
M tests/performance/local/timed_task_spawn.cpp
M tests/regressions/util/set_config_entry_deadlock.cpp
Log Message:
-----------
Adding missing module dependencies
Signed-off-by: Hartmut Kaiser <[email protected]>
Commit: 3bd934af9617df773bc8334b316816a3e9a58f10
https://github.com/STEllAR-GROUP/hpx/commit/3bd934af9617df773bc8334b316816a3e9a58f10
Author: Hartmut Kaiser <[email protected]>
Date: 2025-11-12 (Wed, 12 Nov 2025)
Changed paths:
M CMakeLists.txt
M cmake/HPX_AddComponent.cmake
M cmake/HPX_AddModule.cmake
M cmake/HPX_CXXModules.cmake
M cmake/HPX_SetupTarget.cmake
M cmake/templates/hpx.ixx.in
M cmake/templates/std_headers.hpp.in
M
components/component_storage/include/hpx/components/component_storage/server/migrate_from_storage.hpp
M
components/component_storage/include/hpx/components/component_storage/server/migrate_to_storage.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_local_view_iterator.hpp
M
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_segmented_iterator.hpp
M
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_view_iterator.hpp
M
components/containers/partitioned_vector/tests/unit/is_iterator_partitioned_vector.cpp
M
components/containers/unordered/include/hpx/components/containers/unordered/unordered_map.hpp
M
components/containers/unordered/include/hpx/components/containers/unordered/unordered_map_segmented_iterator.hpp
M components/iostreams/CMakeLists.txt
M components/iostreams/include/hpx/components/iostreams/write_functions.hpp
M components/iostreams/src/component_module.cpp
M components/iostreams/src/server/output_stream.cpp
M components/iostreams/src/standard_streams.cpp
M components/performance_counters/io/src/io_counters.cpp
M components/performance_counters/memory_counters/src/memory.cpp
M components/performance_counters/papi/src/papi_startup.cpp
M components/performance_counters/power/src/power.cpp
M components/process/src/util/windows/create_pipe_w.cpp
M components/process/src/util/windows/shell_path_w.cpp
M examples/1d_stencil/1d_stencil_channel.cpp
M examples/throttle/throttle/server/throttle.hpp
M examples/tuplespace/central_tuplespace/server/tuple.hpp
M init/CMakeLists.txt
M libs/CMakeLists.txt
M libs/core/affinity/src/parse_affinity_options.cpp
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/algorithms/traits/projected_range.hpp
M
libs/core/algorithms/include/hpx/algorithms/traits/segmented_iterator_traits.hpp
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/accumulate.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/detail/adjacent_difference.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/detail/advance_and_get_distance.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/detail/advance_to_sentinel.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/detail/contains.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/detail/dispatch.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/detail/distance.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/detail/equal.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/mismatch.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/detail/pivot.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/rotate.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/detail/sample_sort.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/detail/set_operation.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/detail/transfer.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/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/sort_by_key.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/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_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/iterator_helpers.hpp
M libs/core/algorithms/include/hpx/parallel/datapar/loop.hpp
M libs/core/algorithms/include/hpx/parallel/datapar/transform_loop.hpp
M libs/core/algorithms/include/hpx/parallel/datapar/zip_iterator.hpp
M libs/core/algorithms/include/hpx/parallel/spmd_block.hpp
M libs/core/algorithms/include/hpx/parallel/task_group.hpp
M libs/core/algorithms/include/hpx/parallel/unseq/simd_helpers.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/handle_exception_termination_handler.hpp
M
libs/core/algorithms/include/hpx/parallel/util/detail/partitioner_iteration.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/merge_four.hpp
M libs/core/algorithms/include/hpx/parallel/util/merge_vector.hpp
M libs/core/algorithms/include/hpx/parallel/util/partitioner.hpp
M libs/core/algorithms/include/hpx/parallel/util/prefetching.hpp
M libs/core/algorithms/include/hpx/parallel/util/range.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/transfer.hpp
M libs/core/algorithms/include/hpx/parallel/util/transform_loop.hpp
M libs/core/algorithms/include/hpx/parallel/util/zip_iterator.hpp
M libs/core/algorithms/tests/unit/container_algorithms/copy_range.cpp
M libs/core/algorithms/tests/unit/container_algorithms/foreach_tests.hpp
M
libs/core/algorithms/tests/unit/container_algorithms/foreach_tests_projection.hpp
M libs/core/algorithms/tests/unit/container_algorithms/generate_range.cpp
M libs/core/algorithms/tests/unit/container_algorithms/max_element_range.cpp
M
libs/core/algorithms/tests/unit/container_algorithms/minmax_element_range.cpp
M libs/core/algorithms/tests/unit/container_algorithms/move_range.cpp
M libs/core/algorithms/tests/unit/container_algorithms/remove_copy_range.cpp
M
libs/core/algorithms/tests/unit/container_algorithms/replace_copy_if_range.cpp
M
libs/core/algorithms/tests/unit/container_algorithms/replace_copy_range.cpp
M libs/core/algorithms/tests/unit/container_algorithms/replace_if_range.cpp
M libs/core/algorithms/tests/unit/container_algorithms/replace_range.cpp
M
libs/core/algorithms/tests/unit/container_algorithms/reverse_copy_range.cpp
M libs/core/algorithms/tests/unit/container_algorithms/reverse_range.cpp
M libs/core/algorithms/tests/unit/container_algorithms/rotate_copy_range.cpp
M libs/core/algorithms/tests/unit/container_algorithms/rotate_range.cpp
M libs/core/algorithms/tests/unit/container_algorithms/sort_range_tests.hpp
M
libs/core/algorithms/tests/unit/container_algorithms/stable_sort_range_tests.hpp
M libs/core/algorithms/tests/unit/container_algorithms/transform_range.cpp
M libs/core/algorithms/tests/unit/container_algorithms/transform_range2.cpp
M
libs/core/algorithms/tests/unit/container_algorithms/transform_range_binary.cpp
M
libs/core/algorithms/tests/unit/container_algorithms/transform_range_binary2.cpp
M
libs/core/algorithms/tests/unit/container_algorithms/uninitialized_copy_n_range.cpp
M
libs/core/algorithms/tests/unit/container_algorithms/uninitialized_copy_range.cpp
M
libs/core/algorithms/tests/unit/container_algorithms/uninitialized_default_constructn_range.cpp
M
libs/core/algorithms/tests/unit/container_algorithms/uninitialized_filln_range.cpp
M
libs/core/algorithms/tests/unit/container_algorithms/uninitialized_move_n_range.cpp
M
libs/core/algorithms/tests/unit/container_algorithms/uninitialized_move_range.cpp
M
libs/core/algorithms/tests/unit/container_algorithms/uninitialized_value_constructn_range.cpp
M libs/core/asio/include/hpx/asio/map_hostnames.hpp
M libs/core/assertion/include/hpx/assertion/api.hpp
M libs/core/assertion/include/hpx/assertion/evaluate_assert.hpp
M libs/core/assertion/include/hpx/assertion/source_location.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_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_each.hpp
M libs/core/async_combinators/include/hpx/async_combinators/when_some.hpp
M libs/core/async_cuda/include/hpx/async_cuda/cuda_future.hpp
M libs/core/async_cuda/include/hpx/async_cuda/detail/cuda_event_callback.hpp
M libs/core/async_mpi/CMakeLists.txt
M libs/core/async_mpi/include/hpx/async_mpi/mpi_future.hpp
M libs/core/async_mpi/include/hpx/async_mpi/transform_mpi.hpp
M libs/core/async_sycl/CMakeLists.txt
M libs/core/async_sycl/include/hpx/async_sycl/detail/sycl_event_callback.hpp
M libs/core/command_line_handling_local/CMakeLists.txt
M
libs/core/command_line_handling_local/include/hpx/command_line_handling_local/command_line_handling_local.hpp
M libs/core/command_line_handling_local/src/command_line_handling_local.cpp
M libs/core/command_line_handling_local/src/parse_command_line_local.cpp
M libs/core/compute_local/include/hpx/compute_local/detail/iterator.hpp
M libs/core/compute_local/include/hpx/compute_local/host/block_allocator.hpp
M libs/core/compute_local/include/hpx/compute_local/host/block_executor.hpp
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/compute_local/include/hpx/compute_local/vector.hpp
M libs/core/compute_local/src/host_target.cpp
M
libs/core/concurrency/include/hpx/concurrency/detail/contiguous_index_queue.hpp
M
libs/core/concurrency/include/hpx/concurrency/detail/non_contiguous_index_queue.hpp
M libs/core/concurrency/include/hpx/concurrency/spinlock_pool.hpp
M libs/core/concurrency/include/hpx/concurrency/stack.hpp
M libs/core/concurrency/tests/unit/lockfree_fifo.cpp
M libs/core/config/include/hpx/config/export_definitions.hpp
M libs/core/coroutines/include/hpx/coroutines/detail/coroutine_impl.hpp
M libs/core/coroutines/include/hpx/coroutines/detail/coroutine_self.hpp
M
libs/core/coroutines/include/hpx/coroutines/detail/coroutine_stackful_self.hpp
M libs/core/coroutines/include/hpx/coroutines/stackless_coroutine.hpp
M libs/core/datastructures/CMakeLists.txt
M libs/core/datastructures/include/hpx/datastructures/any.hpp
M
libs/core/datastructures/include/hpx/datastructures/detail/dynamic_bitset.hpp
M libs/core/datastructures/include/hpx/datastructures/detail/flat_map.hpp
M libs/core/datastructures/include/hpx/datastructures/detail/flat_set.hpp
M
libs/core/datastructures/include/hpx/datastructures/detail/intrusive_list.hpp
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/detail/variant.hpp
M libs/core/datastructures/include/hpx/datastructures/member_pack.hpp
M libs/core/datastructures/include/hpx/datastructures/optional.hpp
M
libs/core/datastructures/include/hpx/datastructures/serialization/dynamic_bitset.hpp
M
libs/core/datastructures/include/hpx/datastructures/serialization/optional.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/traits/is_tuple_like.hpp
M
libs/core/datastructures/include/hpx/datastructures/traits/supports_streaming_with_any.hpp
M libs/core/datastructures/include/hpx/datastructures/tuple.hpp
M libs/core/datastructures/include/hpx/datastructures/variant.hpp
M libs/core/datastructures/include/hpx/datastructures/variant_helper.hpp
M libs/core/datastructures/src/serializable_any.cpp
M libs/core/datastructures/tests/performance/small_vector_benchmark.cpp
M
libs/core/datastructures/tests/regressions/non_default_constructible_tuple_5886.cpp
M libs/core/datastructures/tests/regressions/optional_swap_3200.cpp
M libs/core/datastructures/tests/unit/any.cpp
M libs/core/datastructures/tests/unit/any_serialization.cpp
M libs/core/datastructures/tests/unit/bitset_test.hpp
M libs/core/datastructures/tests/unit/boost_any.cpp
M libs/core/datastructures/tests/unit/dynamic_bitset1.cpp
M libs/core/datastructures/tests/unit/dynamic_bitset2.cpp
M libs/core/datastructures/tests/unit/dynamic_bitset3.cpp
M libs/core/datastructures/tests/unit/dynamic_bitset4.cpp
M libs/core/datastructures/tests/unit/dynamic_bitset5.cpp
M libs/core/datastructures/tests/unit/flat_map.cpp
M libs/core/datastructures/tests/unit/flat_set.cpp
M libs/core/datastructures/tests/unit/intrusive_list.cpp
M libs/core/datastructures/tests/unit/is_tuple_like.cpp
M libs/core/datastructures/tests/unit/serializable_any.cpp
M libs/core/datastructures/tests/unit/serializable_boost_any.cpp
M libs/core/datastructures/tests/unit/serialization_optional.cpp
M libs/core/datastructures/tests/unit/serialization_raw_pointer_tuple.cpp
M libs/core/datastructures/tests/unit/serialization_tuple.cpp
M libs/core/datastructures/tests/unit/small_vector.cpp
M libs/core/datastructures/tests/unit/tuple.cpp
M libs/core/datastructures/tests/unit/unique_any.cpp
M libs/core/debugging/include/hpx/debugging/attach_debugger.hpp
M libs/core/debugging/include/hpx/debugging/backtrace/backtrace.hpp
M libs/core/debugging/include/hpx/debugging/environ.hpp
M libs/core/debugging/include/hpx/debugging/print.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/throw_exception.hpp
M libs/core/errors/src/exception.cpp
M libs/core/execution/CMakeLists.txt
M libs/core/execution/include/hpx/execution/algorithms/bulk.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/schedule_from.hpp
M libs/core/execution/include/hpx/execution/algorithms/split.hpp
M libs/core/execution/include/hpx/execution/algorithms/sync_wait.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/execution_parameter_callbacks.hpp
M libs/core/execution/include/hpx/execution/detail/future_exec.hpp
M libs/core/execution/include/hpx/execution/detail/post_policy_dispatch.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/fused_bulk_execute.hpp
M
libs/core/execution/include/hpx/execution/executors/polymorphic_executor.hpp
M
libs/core/execution/include/hpx/execution/traits/vector_pack_alignment_size.hpp
M libs/core/execution/include/hpx/execution/traits/vector_pack_type.hpp
M libs/core/execution_base/CMakeLists.txt
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/tests/unit/completion_signatures.cpp
M libs/core/executors/CMakeLists.txt
M libs/core/executors/include/hpx/executors/async.hpp
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/exception_list.hpp
M libs/core/executors/include/hpx/executors/explicit_scheduler_executor.hpp
M libs/core/executors/include/hpx/executors/fork_join_executor.hpp
M libs/core/executors/include/hpx/executors/guided_pool_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/post.hpp
M libs/core/executors/include/hpx/executors/scheduler_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/sync.hpp
M libs/core/executors/include/hpx/executors/thread_pool_scheduler_bulk.hpp
M libs/core/executors/src/service_executors.cpp
M libs/core/format/include/hpx/format/api.hpp
M libs/core/format/include/hpx/util/bad_lexical_cast.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/empty_function.hpp
M
libs/core/functional/include/hpx/functional/detail/function_registration.hpp
M libs/core/functional/include/hpx/functional/detail/reset_function.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/copyable_vtable.hpp
M
libs/core/functional/include/hpx/functional/detail/vtable/function_vtable.hpp
M libs/core/functional/include/hpx/functional/detail/vtable/vtable.hpp
M libs/core/functional/include/hpx/functional/experimental/scope_exit.hpp
M libs/core/functional/include/hpx/functional/experimental/scope_fail.hpp
M libs/core/functional/include/hpx/functional/experimental/scope_success.hpp
M libs/core/functional/include/hpx/functional/first_argument.hpp
M libs/core/functional/include/hpx/functional/function.hpp
M libs/core/functional/include/hpx/functional/function_ref.hpp
R libs/core/functional/include/hpx/functional/invoke.hpp
M libs/core/functional/include/hpx/functional/invoke_fused.hpp
A libs/core/functional/include/hpx/functional/macros.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/include/hpx/functional/protect.hpp
M libs/core/functional/include/hpx/functional/reference_wrapper.hpp
M
libs/core/functional/include/hpx/functional/serialization/detail/serializable_basic_function.hpp
M
libs/core/functional/include/hpx/functional/serialization/detail/vtable/serializable_function_vtable.hpp
M
libs/core/functional/include/hpx/functional/serialization/detail/vtable/serializable_vtable.hpp
M
libs/core/functional/include/hpx/functional/serialization/reference_wrapper.hpp
M libs/core/functional/include/hpx/functional/traits/get_action_name.hpp
M
libs/core/functional/include/hpx/functional/traits/get_function_address.hpp
M
libs/core/functional/include/hpx/functional/traits/get_function_annotation.hpp
M libs/core/functional/include/hpx/functional/traits/is_action.hpp
M libs/core/functional/include/hpx/functional/traits/is_bind_expression.hpp
M libs/core/functional/include/hpx/functional/traits/is_placeholder.hpp
M libs/core/functional/tests/regressions/is_callable_1179.cpp
M libs/core/functional/tests/regressions/protect_with_nullary_pfo.cpp
M libs/core/functional/tests/unit/allocator_test.cpp
M libs/core/functional/tests/unit/bind_const_test.cpp
M libs/core/functional/tests/unit/bind_cv_test.cpp
M libs/core/functional/tests/unit/bind_dm2_test.cpp
M libs/core/functional/tests/unit/bind_dm3_test.cpp
M libs/core/functional/tests/unit/bind_dm_test.cpp
M libs/core/functional/tests/unit/bind_placeholder_test.cpp
M libs/core/functional/tests/unit/bind_rv_sp_test.cpp
M libs/core/functional/tests/unit/bind_rvalue_test.cpp
M libs/core/functional/tests/unit/bind_stateful_test.cpp
M libs/core/functional/tests/unit/bind_test.cpp
M libs/core/functional/tests/unit/contains_test.cpp
M libs/core/functional/tests/unit/function_args.cpp
M libs/core/functional/tests/unit/function_arith.cpp
M libs/core/functional/tests/unit/function_bind_test.cpp
M libs/core/functional/tests/unit/function_object_size.cpp
M libs/core/functional/tests/unit/function_ref.cpp
M libs/core/functional/tests/unit/function_ref_wrapper.cpp
M libs/core/functional/tests/unit/function_target.cpp
M libs/core/functional/tests/unit/function_test.cpp
M libs/core/functional/tests/unit/mem_fn_derived_test.cpp
M libs/core/functional/tests/unit/mem_fn_dm_test.cpp
M libs/core/functional/tests/unit/mem_fn_eq_test.cpp
M libs/core/functional/tests/unit/mem_fn_rv_test.cpp
M libs/core/functional/tests/unit/mem_fn_test.cpp
M libs/core/functional/tests/unit/mem_fn_unary_addr_test.cpp
M libs/core/functional/tests/unit/mem_fn_void_test.cpp
M libs/core/functional/tests/unit/nothrow_swap.cpp
M libs/core/functional/tests/unit/protect_test.cpp
M libs/core/functional/tests/unit/stateless_test.cpp
M libs/core/functional/tests/unit/sum_avg.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/detail/future_transforms.hpp
M libs/core/futures/include/hpx/futures/future.hpp
M libs/core/futures/include/hpx/futures/future_or_value.hpp
M libs/core/futures/include/hpx/futures/futures_factory.hpp
M libs/core/futures/include/hpx/futures/packaged_task.hpp
M libs/core/futures/include/hpx/futures/traits/acquire_future.hpp
M libs/core/futures/include/hpx/futures/traits/acquire_shared_state.hpp
M libs/core/futures/include/hpx/futures/traits/is_future_range.hpp
M libs/core/futures/include/hpx/futures/traits/is_future_tuple.hpp
M libs/core/futures/src/detail/execute_thread.cpp
M libs/core/futures/src/future_data.cpp
M libs/core/futures/tests/regressions/future_range_ambiguity_2032.cpp
M libs/core/hashing/CMakeLists.txt
M libs/core/hashing/include/hpx/hashing/fibhash.hpp
M libs/core/hashing/include/hpx/hashing/jenkins_hash.hpp
M libs/core/include_local/CMakeLists.txt
M libs/core/include_local/include/hpx/any.hpp
M libs/core/include_local/include/hpx/experimental/scope.hpp
M libs/core/include_local/include/hpx/functional.hpp
M libs/core/include_local/include/hpx/optional.hpp
M libs/core/include_local/include/hpx/tuple.hpp
M libs/core/ini/include/hpx/ini/ini.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_runtime_local.cpp
M libs/core/iterator_support/CMakeLists.txt
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/counting_shape.hpp
M
libs/core/iterator_support/include/hpx/iterator_support/detail/minimum_category.hpp
M
libs/core/iterator_support/include/hpx/iterator_support/generator_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/iterator_range.hpp
M libs/core/iterator_support/include/hpx/iterator_support/range.hpp
M
libs/core/iterator_support/include/hpx/iterator_support/traits/is_iterator.hpp
M
libs/core/iterator_support/include/hpx/iterator_support/traits/is_range.hpp
A
libs/core/iterator_support/include/hpx/iterator_support/traits/is_segmented_iterator.hpp
M
libs/core/iterator_support/include/hpx/iterator_support/traits/is_sentinel_for.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/iterator_support/tests/include/hpx/iterator_support/tests/iterator_tests.hpp
M
libs/core/iterator_support/tests/regressions/custom_iterator_category_6640.cpp
M libs/core/iterator_support/tests/unit/is_iterator.cpp
M libs/core/iterator_support/tests/unit/is_range.cpp
M libs/core/iterator_support/tests/unit/is_sentinel_for.cpp
M libs/core/iterator_support/tests/unit/is_sized_sentinel_for.cpp
M libs/core/iterator_support/tests/unit/iterator_adaptor.cpp
M libs/core/iterator_support/tests/unit/iterator_facade.cpp
M libs/core/iterator_support/tests/unit/range.cpp
M libs/core/iterator_support/tests/unit/zip_iterator.cpp
M libs/core/itt_notify/include/hpx/itt_notify/api.hpp
M libs/core/itt_notify/include/hpx/itt_notify/thread_name.hpp
M libs/core/lcos_local/CMakeLists.txt
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/composable_guard.hpp
M libs/core/lcos_local/include/hpx/lcos_local/conditional_cv.hpp
M libs/core/lcos_local/include/hpx/lcos_local/conditional_trigger.hpp
M libs/core/lcos_local/include/hpx/lcos_local/receive_buffer.hpp
M libs/core/lcos_local/include/hpx/lcos_local/trigger.hpp
M libs/core/lcos_local/src/composable_guard.cpp
M libs/core/lcos_local/tests/unit/local_dataflow_small_vector.cpp
M
libs/core/lock_registration/include/hpx/lock_registration/detail/register_locks.hpp
M libs/core/lock_registration/src/register_locks.cpp
M 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/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
M libs/core/logging/include/hpx/logging/manipulator.hpp
M libs/core/memory/CMakeLists.txt
M libs/core/memory/include/hpx/memory/detail/sp_convertible.hpp
M libs/core/memory/include/hpx/memory/intrusive_ptr.hpp
M libs/core/memory/include/hpx/memory/serialization/intrusive_ptr.hpp
M libs/core/memory/tests/unit/intrusive_ptr_polymorphic.cpp
M libs/core/memory/tests/unit/intrusive_ptr_polymorphic_nonintrusive.cpp
M libs/core/memory/tests/unit/serialization_intrusive_ptr.cpp
M libs/core/pack_traversal/CMakeLists.txt
M
libs/core/pack_traversal/include/hpx/pack_traversal/detail/container_category.hpp
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/pack_traversal/include/hpx/pack_traversal/pack_traversal.hpp
M libs/core/pack_traversal/tests/unit/pack_traversal_async.cpp
M libs/core/plugin/include/hpx/plugin/export_plugin.hpp
M libs/core/plugin/include/hpx/plugin/plugin_factory.hpp
M libs/core/plugin/include/hpx/plugin/virtual_constructor.hpp
M libs/core/program_options/examples/regex.cpp
M libs/core/program_options/include/hpx/program_options/config.hpp
M
libs/core/program_options/include/hpx/program_options/detail/value_semantic.hpp
M libs/core/program_options/include/hpx/program_options/eof_iterator.hpp
M libs/core/program_options/include/hpx/program_options/value_semantic.hpp
M libs/core/program_options/include/hpx/program_options/variables_map.hpp
M libs/core/program_options/src/convert.cpp
M libs/core/program_options/src/value_semantic.cpp
M libs/core/program_options/src/variables_map.cpp
M libs/core/program_options/tests/unit/optional.cpp
M libs/core/resiliency/CMakeLists.txt
M libs/core/resiliency/include/hpx/resiliency/async_replay_executor.hpp
M libs/core/resiliency/include/hpx/resiliency/async_replicate_executor.hpp
M libs/core/resiliency/include/hpx/resiliency/replay_executor.hpp
M libs/core/resiliency/include/hpx/resiliency/replicate_executor.hpp
M libs/core/resource_partitioner/CMakeLists.txt
M
libs/core/resource_partitioner/include/hpx/resource_partitioner/detail/create_partitioner.hpp
M
libs/core/resource_partitioner/include/hpx/resource_partitioner/detail/partitioner.hpp
M
libs/core/resource_partitioner/include/hpx/resource_partitioner/partitioner.hpp
M
libs/core/resource_partitioner/include/hpx/resource_partitioner/partitioner_fwd.hpp
M libs/core/resource_partitioner/src/detail_partitioner.cpp
M libs/core/runtime_configuration/CMakeLists.txt
M
libs/core/runtime_configuration/include/hpx/runtime_configuration/static_factory_data.hpp
M libs/core/runtime_local/CMakeLists.txt
M libs/core/runtime_local/include/hpx/runtime_local/config_entry.hpp
M libs/core/runtime_local/include/hpx/runtime_local/interval_timer.hpp
M libs/core/runtime_local/include/hpx/runtime_local/pool_timer.hpp
M libs/core/runtime_local/include/hpx/runtime_local/run_as_hpx_thread.hpp
M libs/core/runtime_local/include/hpx/runtime_local/runtime_local_fwd.hpp
M libs/core/runtime_local/include/hpx/runtime_local/shutdown_function.hpp
M libs/core/runtime_local/include/hpx/runtime_local/startup_function.hpp
M libs/core/runtime_local/include/hpx/runtime_local/thread_mapper.hpp
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_local.cpp
M libs/core/runtime_local/src/thread_mapper.cpp
M libs/core/schedulers/CMakeLists.txt
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/shared_priority_queue_scheduler.hpp
M libs/core/schedulers/include/hpx/schedulers/thread_queue.hpp
M libs/core/serialization/include/hpx/serialization/detail/pointer.hpp
M libs/core/serialization/include/hpx/serialization/exception_ptr.hpp
M libs/core/serialization/include/hpx/serialization/macros.hpp
M
libs/core/serialization/include/hpx/serialization/traits/brace_initializable_traits.hpp
M libs/core/serialization/tests/unit/serialization_raw_pointer.cpp
M
libs/core/static_reinit/include/hpx/static_reinit/reinitializable_static.hpp
M libs/core/static_reinit/include/hpx/static_reinit/static_reinit.hpp
M libs/core/static_reinit/src/static_reinit.cpp
M libs/core/string_util/include/hpx/string_util/token_iterator.hpp
M libs/core/string_util/include/hpx/string_util/tokenizer.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/detail/condition_variable.hpp
M libs/core/synchronization/include/hpx/synchronization/spinlock_pool.hpp
M libs/core/tag_invoke/CMakeLists.txt
A libs/core/tag_invoke/include/hpx/functional/invoke.hpp
M libs/core/tag_invoke/include/hpx/functional/invoke_result.hpp
R libs/core/tag_invoke/include/hpx/functional/macros.hpp
A libs/core/tag_invoke/include/hpx/tag_invoke/macros.hpp
M libs/core/testing/include/hpx/modules/testing.hpp
M libs/core/testing/include/hpx/testing/performance.hpp
M libs/core/thread_pool_util/src/thread_pool_suspension_helpers.cpp
M libs/core/thread_pools/CMakeLists.txt
M
libs/core/thread_pools/include/hpx/thread_pools/detail/scheduling_callbacks.hpp
M libs/core/thread_pools/include/hpx/thread_pools/scheduled_thread_pool.hpp
M
libs/core/thread_pools/include/hpx/thread_pools/scheduled_thread_pool_impl.hpp
M libs/core/thread_pools/include/hpx/thread_pools/scheduling_loop.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/tests/unit/range.cpp
M libs/core/threading/CMakeLists.txt
M libs/core/threading/include/hpx/threading/thread.hpp
M libs/core/threading/src/thread.cpp
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/callback_notifier.hpp
M
libs/core/threading_base/include/hpx/threading_base/detail/get_default_pool.hpp
M
libs/core/threading_base/include/hpx/threading_base/detail/get_default_timer_service.hpp
M libs/core/threading_base/include/hpx/threading_base/external_timer.hpp
M
libs/core/threading_base/include/hpx/threading_base/network_background_callback.hpp
M libs/core/threading_base/include/hpx/threading_base/register_thread.hpp
M libs/core/threading_base/include/hpx/threading_base/scheduler_base.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_pool_base.hpp
M libs/core/threading_base/include/hpx/threading_base/threading_base_fwd.hpp
M libs/core/threading_base/src/callback_notifier.cpp
M libs/core/threading_base/src/set_thread_state.cpp
M libs/core/threading_base/src/set_thread_state_timed.cpp
M libs/core/threading_base/src/thread_data.cpp
M libs/core/topology/CMakeLists.txt
M libs/core/topology/include/hpx/topology/cpu_mask.hpp
M libs/core/util/include/hpx/util/detail/reserve.hpp
M libs/core/version/include/hpx/version/api.hpp
M libs/full/actions/include/hpx/actions/transfer_action.hpp
M libs/full/actions/include/hpx/actions/transfer_base_action.hpp
M libs/full/actions/src/base_action.cpp
M libs/full/actions/tests/regressions/function_argument.cpp
M libs/full/actions/tests/unit/set_thread_state.cpp
M libs/full/actions/tests/unit/thread_affinity.cpp
M libs/full/actions_base/include/hpx/actions_base/actions_base_support.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/src/detail/per_action_data_counter_registry.cpp
M libs/full/agas/include/hpx/agas/addressing_service.hpp
M libs/full/agas/src/addressing_service.cpp
M libs/full/agas_base/include/hpx/agas_base/agas_fwd.hpp
M
libs/full/agas_base/include/hpx/agas_base/detail/bootstrap_component_namespace.hpp
M
libs/full/agas_base/include/hpx/agas_base/detail/hosted_component_namespace.hpp
M libs/full/agas_base/include/hpx/agas_base/server/component_namespace.hpp
M libs/full/agas_base/include/hpx/agas_base/server/primary_namespace.hpp
M libs/full/agas_base/src/symbol_namespace.cpp
M libs/full/async_colocated/include/hpx/async_colocated/async_colocated.hpp
M libs/full/async_colocated/include/hpx/async_colocated/post_colocated.hpp
M
libs/full/async_colocated/include/hpx/async_colocated/post_colocated_callback.hpp
M
libs/full/async_colocated/include/hpx/async_colocated/register_post_colocated.hpp
M libs/full/async_distributed/include/hpx/async_distributed/async.hpp
M
libs/full/async_distributed/include/hpx/async_distributed/async_callback.hpp
M libs/full/async_distributed/include/hpx/async_distributed/bind_action.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/dataflow.hpp
M
libs/full/async_distributed/include/hpx/async_distributed/detail/async_implementations.hpp
M libs/full/async_distributed/include/hpx/async_distributed/detail/post.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/packaged_action.hpp
M libs/full/async_distributed/include/hpx/async_distributed/put_parcel.hpp
M libs/full/async_distributed/include/hpx/async_distributed/sync.hpp
M libs/full/async_distributed/src/base_lco_with_value_3.cpp
M libs/full/async_distributed/src/continuation.cpp
M libs/full/collectives/include/hpx/collectives/broadcast_direct.hpp
M
libs/full/collectives/include/hpx/collectives/detail/channel_communicator.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/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/src/detail/communication_set_node.cpp
M libs/full/collectives/tests/performance/osu/osu_bcast.cpp
M
libs/full/command_line_handling/include/hpx/command_line_handling/command_line_handling.hpp
M libs/full/command_line_handling/src/command_line_handling.cpp
M libs/full/components/include/hpx/components/client_base.hpp
M libs/full/components/include/hpx/components/executor_component.hpp
M libs/full/components_base/include/hpx/components_base/component_type.hpp
M
libs/full/components_base/include/hpx/components_base/detail/agas_interface_functions.hpp
M
libs/full/components_base/include/hpx/components_base/server/abstract_migration_support.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/server/one_size_heap_list.cpp
M
libs/full/distribution_policies/include/hpx/distribution_policies/binpacking_distribution_policy.hpp
M
libs/full/executors_distributed/include/hpx/executors_distributed/distribution_policy_executor.hpp
M libs/full/include/include/hpx/include/bind.hpp
M libs/full/include/include/hpx/include/traits.hpp
M libs/full/include/include/hpx/include/util.hpp
M libs/full/init_runtime/include/hpx/hpx_init_impl.hpp
M libs/full/init_runtime/include/hpx/hpx_init_params.hpp
M libs/full/init_runtime/include/hpx/hpx_start.hpp
M libs/full/init_runtime/include/hpx/hpx_start_impl.hpp
M libs/full/init_runtime/include/hpx/init_runtime/detail/run_or_start.hpp
M libs/full/init_runtime/src/hpx_init.cpp
M libs/full/init_runtime/src/pre_main.cpp
M libs/full/naming/src/credit_handling.cpp
M
libs/full/performance_counters/include/hpx/performance_counters/counter_creators.hpp
M
libs/full/performance_counters/include/hpx/performance_counters/counters.hpp
M
libs/full/performance_counters/include/hpx/performance_counters/counters_fwd.hpp
M
libs/full/performance_counters/include/hpx/performance_counters/manage_counter_type.hpp
M
libs/full/performance_counters/include/hpx/performance_counters/performance_counter.hpp
M
libs/full/performance_counters/include/hpx/performance_counters/registry.hpp
M
libs/full/performance_counters/include/hpx/performance_counters/server/raw_counter.hpp
M
libs/full/performance_counters/include/hpx/performance_counters/server/raw_values_counter.hpp
M libs/full/performance_counters/src/agas_counter_types.cpp
M libs/full/performance_counters/src/component_namespace_counters.cpp
M libs/full/performance_counters/src/counter_creators.cpp
M libs/full/performance_counters/src/counters.cpp
M libs/full/performance_counters/src/locality_namespace_counters.cpp
M libs/full/performance_counters/src/manage_counter.cpp
M libs/full/performance_counters/src/manage_counter_type.cpp
M libs/full/performance_counters/src/performance_counter_set.cpp
M libs/full/performance_counters/src/primary_namespace_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/component_instance_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/performance_counters/src/symbol_namespace_counters.cpp
M libs/full/performance_counters/src/threadmanager_counter_types.cpp
M
libs/full/runtime_components/include/hpx/runtime_components/server/console_error_sink_singleton.hpp
M
libs/full/runtime_components/include/hpx/runtime_components/server/console_logging.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/src/big_boot_barrier.cpp
M libs/full/runtime_distributed/src/runtime_distributed.cpp
M libs/full/runtime_distributed/tests/regressions/multiple_init_2918.cpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/adjacent_difference.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/adjacent_find.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/detail/reduce.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/detail/scan.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/reduce.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/traits/zip_iterator.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/transform.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/transform_reduce.hpp
M
libs/full/segmented_algorithms/tests/unit/partitioned_vector_transform_reduce1.cpp
M
libs/full/segmented_algorithms/tests/unit/partitioned_vector_transform_reduce2.cpp
M libs/full/statistics/include/hpx/statistics/histogram.hpp
M tests/performance/local/activate_counters.cpp
M tests/performance/local/function_object_wrapper_overhead.cpp
M tests/performance/local/qthreads_heterogeneous_timed_task_spawn.cpp
M tests/performance/local/timed_task_spawn.cpp
M tests/regressions/threads/thread_rescheduling.cpp
M tests/regressions/util/set_config_entry_deadlock.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/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
M wrap/src/hpx_wrap.cpp
Log Message:
-----------
Merge pull request #6794 from STEllAR-GROUP/iterator_support
Adapt HPX module iterator_support to C++ modules
Compare:
https://github.com/STEllAR-GROUP/hpx/compare/29e9c9fa97dd...3bd934af9617
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