Branch: refs/heads/level24_modules
Home: https://github.com/STEllAR-GROUP/hpx
Commit: 0e84442884fc27e2cb009933b389c7a46d897a55
https://github.com/STEllAR-GROUP/hpx/commit/0e84442884fc27e2cb009933b389c7a46d897a55
Author: Hartmut Kaiser <[email protected]>
Date: 2025-11-25 (Tue, 25 Nov 2025)
Changed paths:
M cmake/HPX_SetupDatapar.cmake
M cmake/HPX_SetupEve.cmake
M components/component_storage/src/component_module.cpp
M components/component_storage/src/component_storage.cpp
M components/component_storage/src/server/component_storage_server.cpp
M
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/detail/view_element.hpp
M
components/containers/partitioned_vector/src/partitioned_vector_component_double.cpp
M
components/containers/partitioned_vector/src/partitioned_vector_component_int.cpp
M
components/containers/partitioned_vector/src/partitioned_vector_component_std_string.cpp
M
components/containers/partitioned_vector/tests/unit/partitioned_vector_view.cpp
M components/containers/unordered/src/partition_unordered_map_component.cpp
M components/iostreams/src/component_module.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/include/hpx/components/performance_counters/papi/server/papi.hpp
M components/performance_counters/papi/src/papi_startup.cpp
M components/performance_counters/papi/src/server/papi.cpp
M components/performance_counters/power/src/power.cpp
M components/process/src/server/child_component.cpp
M examples/heartbeat/heartbeat.cpp
M examples/performance_counters/sine/sine.cpp
M examples/quickstart/interest_calculator.cpp
M init/src/hpx_main.cpp
M init/src/hpx_main_argc_argv.cpp
M init/src/hpx_user_main_argc_argv.cpp
M libs/core/algorithms/include/hpx/parallel/algorithms/adjacent_find.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/all_any_none.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/copy.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/count.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/destroy.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/detail/dispatch.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/detail/generate.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/detail/parallel_stable_sort.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/detail/set_operation.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/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/nth_element.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/partial_sort.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/partial_sort_copy.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/partition.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/reduce.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/reduce_deterministic.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/remove.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/remove_copy.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/replace.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/reverse.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/rotate.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/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_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/destroy.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/ends_with.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/includes.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/inclusive_scan.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/is_partitioned.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/is_sorted.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/lexicographical_compare.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/make_heap.hpp
M libs/core/algorithms/include/hpx/parallel/container_algorithms/merge.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/nth_element.hpp
M libs/core/algorithms/include/hpx/parallel/container_algorithms/reduce.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/starts_with.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/datapar.hpp
M libs/core/algorithms/include/hpx/parallel/datapar/equal.hpp
M libs/core/algorithms/include/hpx/parallel/datapar/find.hpp
M libs/core/algorithms/include/hpx/parallel/datapar/loop.hpp
M libs/core/algorithms/include/hpx/parallel/datapar/mismatch.hpp
M libs/core/algorithms/include/hpx/parallel/datapar/reduce.hpp
M libs/core/algorithms/include/hpx/parallel/datapar/replace.hpp
M libs/core/algorithms/include/hpx/parallel/datapar/transfer.hpp
M libs/core/algorithms/include/hpx/parallel/datapar/transform_loop.hpp
M libs/core/algorithms/include/hpx/parallel/run_on_all.hpp
M libs/core/algorithms/include/hpx/parallel/spmd_block.hpp
M libs/core/algorithms/include/hpx/parallel/task_block.hpp
M libs/core/algorithms/include/hpx/parallel/task_group.hpp
M libs/core/algorithms/include/hpx/parallel/unseq/loop.hpp
M libs/core/algorithms/include/hpx/parallel/unseq/reduce.hpp
M libs/core/algorithms/include/hpx/parallel/unseq/transform_loop.hpp
M libs/core/algorithms/include/hpx/parallel/util/adapt_placement_mode.hpp
M libs/core/algorithms/include/hpx/parallel/util/adapt_sharing_mode.hpp
M libs/core/algorithms/include/hpx/parallel/util/adapt_thread_priority.hpp
M libs/core/algorithms/include/hpx/parallel/util/detail/algorithm_result.hpp
M
libs/core/algorithms/include/hpx/parallel/util/detail/handle_remote_exceptions.hpp
M libs/core/algorithms/include/hpx/parallel/util/detail/sender_util.hpp
M libs/core/algorithms/include/hpx/parallel/util/foreach_partitioner.hpp
M libs/core/algorithms/include/hpx/parallel/util/loop.hpp
M libs/core/algorithms/include/hpx/parallel/util/partitioner.hpp
M
libs/core/algorithms/include/hpx/parallel/util/partitioner_with_cleanup.hpp
M libs/core/algorithms/include/hpx/parallel/util/scan_partitioner.hpp
M libs/core/algorithms/include/hpx/parallel/util/transfer.hpp
M libs/core/algorithms/tests/regressions/find_proxy_support.cpp
M libs/core/algorithms/tests/regressions/findfirstof_more_searched_for.cpp
M libs/core/algorithms/tests/regressions/includes_empty_ranges.cpp
M
libs/core/algorithms/tests/regressions/mismatch_differently_sized_ranges.cpp
M libs/core/algorithms/tests/regressions/search_larger_2nd_range.cpp
M libs/core/algorithms/tests/unit/algorithms/uninitialized_relocate.cpp
M
libs/core/algorithms/tests/unit/algorithms/uninitialized_relocate_backward.cpp
M
libs/core/algorithms/tests/unit/algorithms/uninitialized_relocate_backward_sender.cpp
M
libs/core/algorithms/tests/unit/algorithms/uninitialized_relocate_sender.cpp
M libs/core/algorithms/tests/unit/algorithms/uninitialized_relocaten.cpp
M
libs/core/algorithms/tests/unit/algorithms/uninitialized_relocaten_sender.cpp
M libs/core/algorithms/tests/unit/block/task_block_executor.cpp
M libs/core/async_cuda/include/hpx/async_cuda/cuda_future.hpp
M libs/core/async_cuda/include/hpx/async_cuda/cuda_polling_helper.hpp
M libs/core/async_local/CMakeLists.txt
M libs/core/async_local/include/hpx/async_local/async.hpp
M libs/core/async_local/include/hpx/async_local/async_fwd.hpp
M libs/core/async_local/include/hpx/async_local/dataflow.hpp
M libs/core/async_local/include/hpx/async_local/post.hpp
M libs/core/async_local/include/hpx/async_local/sync.hpp
M libs/core/async_local/include/hpx/async_local/sync_fwd.hpp
M libs/core/async_mpi/include/hpx/async_mpi/mpi_future.hpp
M libs/core/async_sycl/include/hpx/async_sycl/sycl_future.hpp
M libs/core/async_sycl/include/hpx/async_sycl/sycl_polling_helper.hpp
M libs/core/compute_local/CMakeLists.txt
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_allocator.hpp
M
libs/core/compute_local/include/hpx/compute_local/host/numa_binding_allocator.hpp
M libs/core/compute_local/include/hpx/compute_local/vector.hpp
M libs/core/compute_local/src/get_host_targets.cpp
M libs/core/compute_local/src/host_target.cpp
M libs/core/compute_local/src/numa_domains.cpp
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/datapar/execution_policy.hpp
M libs/core/executors/include/hpx/executors/datapar/execution_policy_fwd.hpp
M
libs/core/executors/include/hpx/executors/datapar/execution_policy_mappings.hpp
M libs/core/executors/include/hpx/executors/exception_list.hpp
M libs/core/executors/include/hpx/executors/execution_policy.hpp
M libs/core/executors/include/hpx/executors/execution_policy_fwd.hpp
M libs/core/executors/include/hpx/executors/execution_policy_parameters.hpp
M
libs/core/executors/include/hpx/executors/execution_policy_scheduling_property.hpp
M libs/core/executors/include/hpx/executors/explicit_scheduler_executor.hpp
M libs/core/executors/include/hpx/executors/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/restricted_thread_pool_executor.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.hpp
M libs/core/executors/include/hpx/executors/thread_pool_scheduler_bulk.hpp
M libs/core/include_local/include/hpx/runtime.hpp.in
M libs/core/init_runtime_local/CMakeLists.txt
M
libs/core/init_runtime_local/include/hpx/init_runtime_local/init_runtime_local.hpp
M libs/core/init_runtime_local/src/init_logging.cpp
M libs/core/init_runtime_local/src/init_runtime_local.cpp
M libs/core/resiliency/CMakeLists.txt
M libs/core/resiliency/include/hpx/resiliency/async_replay.hpp
M libs/core/resiliency/include/hpx/resiliency/async_replay_executor.hpp
M libs/core/resiliency/include/hpx/resiliency/async_replicate.hpp
M libs/core/resiliency/include/hpx/resiliency/async_replicate_executor.hpp
M libs/core/resiliency/include/hpx/resiliency/replay_executor.hpp
M libs/core/resiliency/include/hpx/resiliency/replicate_executor.hpp
M libs/core/resiliency/include/hpx/resiliency/resiliency_cpos.hpp
M libs/core/resiliency/include/hpx/resiliency/util.hpp
M libs/core/resiliency/include/hpx/resiliency/version.hpp
A libs/core/resiliency/src/util.cpp
M libs/core/runtime_local/CMakeLists.txt
M
libs/core/runtime_local/include/hpx/runtime_local/component_startup_shutdown_base.hpp
M libs/core/runtime_local/include/hpx/runtime_local/config_entry.hpp
M
libs/core/runtime_local/include/hpx/runtime_local/custom_exception_info.hpp
M libs/core/runtime_local/include/hpx/runtime_local/debugging.hpp
M
libs/core/runtime_local/include/hpx/runtime_local/detail/runtime_local_fwd.hpp
M
libs/core/runtime_local/include/hpx/runtime_local/detail/serialize_exception.hpp
M libs/core/runtime_local/include/hpx/runtime_local/get_locality_id.hpp
M libs/core/runtime_local/include/hpx/runtime_local/get_locality_name.hpp
M
libs/core/runtime_local/include/hpx/runtime_local/get_num_all_localities.hpp
M libs/core/runtime_local/include/hpx/runtime_local/get_os_thread_count.hpp
M libs/core/runtime_local/include/hpx/runtime_local/get_thread_name.hpp
M libs/core/runtime_local/include/hpx/runtime_local/interval_timer.hpp
M libs/core/runtime_local/include/hpx/runtime_local/os_thread_type.hpp
M libs/core/runtime_local/include/hpx/runtime_local/pool_timer.hpp
M libs/core/runtime_local/include/hpx/runtime_local/report_error.hpp
M libs/core/runtime_local/include/hpx/runtime_local/run_as_hpx_thread.hpp
M libs/core/runtime_local/include/hpx/runtime_local/run_as_os_thread.hpp
M libs/core/runtime_local/include/hpx/runtime_local/runtime_handlers.hpp
M libs/core/runtime_local/include/hpx/runtime_local/runtime_local.hpp
M libs/core/runtime_local/include/hpx/runtime_local/runtime_local_fwd.hpp
M libs/core/runtime_local/include/hpx/runtime_local/service_executors.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_hooks.hpp
M libs/core/runtime_local/include/hpx/runtime_local/thread_mapper.hpp
M libs/core/runtime_local/include/hpx/runtime_local/thread_pool_helpers.hpp
M libs/core/thread_pool_util/CMakeLists.txt
M
libs/core/thread_pool_util/include/hpx/thread_pool_util/thread_pool_suspension_helpers.hpp
M libs/core/thread_pool_util/src/thread_pool_suspension_helpers.cpp
M libs/core/threadmanager/CMakeLists.txt
R libs/core/threadmanager/include/hpx/modules/threadmanager.hpp
A libs/core/threadmanager/include/hpx/threadmanager/threadmanager.hpp
M libs/core/threadmanager/include/hpx/threadmanager/threadmanager_fwd.hpp
M libs/core/threadmanager/src/threadmanager.cpp
M libs/core/timed_execution/CMakeLists.txt
M libs/core/timed_execution/include/hpx/timed_execution/timed_execution.hpp
M libs/core/timed_execution/include/hpx/timed_execution/timed_executors.hpp
M
libs/core/timed_execution/include/hpx/timed_execution/traits/is_timed_executor.hpp
M libs/full/actions/include/hpx/actions/post_helper.hpp
M libs/full/actions/src/base_action.cpp
M libs/full/actions_base/include/hpx/actions_base/basic_action.hpp
M libs/full/agas/src/addressing_service.cpp
M libs/full/agas/src/detail/interface.cpp
M libs/full/agas/src/route.cpp
M libs/full/agas_base/src/component_namespace.cpp
M libs/full/agas_base/src/locality_namespace.cpp
M libs/full/agas_base/src/server/symbol_namespace_server.cpp
M libs/full/async_colocated/include/hpx/async_colocated/async_colocated.hpp
M
libs/full/async_colocated/include/hpx/async_colocated/async_colocated_fwd.hpp
M libs/full/async_colocated/src/server/destroy_component.cpp
M libs/full/async_distributed/include/hpx/async_distributed/async.hpp
M
libs/full/async_distributed/include/hpx/async_distributed/async_callback_fwd.hpp
M
libs/full/async_distributed/include/hpx/async_distributed/async_continue.hpp
M
libs/full/async_distributed/include/hpx/async_distributed/async_continue_fwd.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/async_implementations_fwd.hpp
M
libs/full/async_distributed/include/hpx/async_distributed/detail/async_unwrap_result_implementations_fwd.hpp
M libs/full/async_distributed/include/hpx/async_distributed/detail/post.hpp
M
libs/full/async_distributed/include/hpx/async_distributed/detail/sync_implementations.hpp
M
libs/full/async_distributed/include/hpx/async_distributed/detail/sync_implementations_fwd.hpp
M libs/full/async_distributed/include/hpx/async_distributed/post.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.cpp
M libs/full/async_distributed/src/base_lco_with_value_1.cpp
M libs/full/async_distributed/src/base_lco_with_value_2.cpp
M libs/full/async_distributed/src/base_lco_with_value_3.cpp
M libs/full/async_distributed/src/trigger_lco.cpp
M libs/full/async_distributed/tests/regressions/dataflow_791.cpp
M
libs/full/async_distributed/tests/regressions/dataflow_const_functor_773.cpp
M libs/full/async_distributed/tests/regressions/dataflow_future_swap.cpp
M libs/full/async_distributed/tests/regressions/dataflow_future_swap2.cpp
M libs/full/async_distributed/tests/regressions/dataflow_launch_775.cpp
M libs/full/async_distributed/tests/regressions/dataflow_using_774.cpp
M libs/full/collectives/include/hpx/collectives/detail/latch.hpp
M libs/full/collectives/src/barrier.cpp
M libs/full/collectives/src/channel_communicator.cpp
M libs/full/collectives/src/create_communication_set.cpp
M libs/full/collectives/src/create_communicator.cpp
M libs/full/collectives/src/detail/communication_set_node.cpp
M libs/full/collectives/src/latch.cpp
M libs/full/collectives/tests/regressions/barrier_hang.cpp
M
libs/full/components_base/include/hpx/components_base/component_startup_shutdown.hpp
M libs/full/components_base/src/server/one_size_heap_list.cpp
M libs/full/compute/include/hpx/compute/host/target_distribution_policy.hpp
M libs/full/compute/src/distributed_target.cpp
M libs/full/compute/src/get_host_targets.cpp
M libs/full/distribution_policies/src/binpacking_distribution_policy.cpp
M libs/full/include/include/hpx/include/async.hpp
M libs/full/include/include/hpx/include/dataflow.hpp
M libs/full/include/include/hpx/include/lcos_local.hpp
M libs/full/include/include/hpx/include/parallel_exception_list.hpp
M libs/full/include/include/hpx/include/parallel_execution_policy.hpp
M libs/full/include/include/hpx/include/parallel_executors.hpp
M libs/full/include/include/hpx/include/post.hpp
M libs/full/include/include/hpx/include/resource_partitioner.hpp
M libs/full/include/include/hpx/include/run_as.hpp
M libs/full/include/include/hpx/include/runtime.hpp
M libs/full/include/include/hpx/include/sync.hpp
M libs/full/include/include/hpx/include/threadmanager.hpp
M libs/full/include/include/hpx/include/threads.hpp
M libs/full/include/include/hpx/include/traits.hpp
M libs/full/include/include/hpx/include/util.hpp
M libs/full/include/include/hpx/runtime.hpp
M libs/full/init_runtime/include/hpx/hpx_init.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/src/hpx_init.cpp
M libs/full/init_runtime/src/pre_main.cpp
M libs/full/naming/src/credit_handling.cpp
M libs/full/parcelset/include/hpx/parcelset/decode_parcels.hpp
M libs/full/parcelset/include/hpx/parcelset/encode_parcels.hpp
M libs/full/parcelset/src/parcelhandler.cpp
M
libs/full/performance_counters/include/hpx/performance_counters/base_performance_counter.hpp
M
libs/full/performance_counters/include/hpx/performance_counters/query_counters.hpp
M
libs/full/performance_counters/include/hpx/performance_counters/server/statistics_counter.hpp
M
libs/full/performance_counters/include/hpx/performance_counters/threadmanager_counter_types.hpp
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/performance_counter.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/arithmetics_counter.cpp
M libs/full/performance_counters/src/server/arithmetics_counter_extended.cpp
M libs/full/performance_counters/src/server/elapsed_time_counter.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/resiliency_distributed/include/hpx/resiliency_distributed/async_replay_distributed.hpp
M
libs/full/resiliency_distributed/include/hpx/resiliency_distributed/async_replicate_distributed.hpp
M
libs/full/runtime_components/include/hpx/runtime_components/create_component_helpers.hpp
M libs/full/runtime_components/src/component_registry.cpp
M libs/full/runtime_components/src/console_error_sink.cpp
M libs/full/runtime_components/src/console_logging.cpp
M libs/full/runtime_components/src/server/console_error_sink_server.cpp
M libs/full/runtime_components/tests/unit/components/get_ptr.cpp
M libs/full/runtime_distributed/include/hpx/runtime_distributed.hpp
M
libs/full/runtime_distributed/include/hpx/runtime_distributed/big_boot_barrier.hpp
M
libs/full/runtime_distributed/include/hpx/runtime_distributed/get_locality_name.hpp
M
libs/full/runtime_distributed/include/hpx/runtime_distributed/get_num_localities.hpp
M
libs/full/runtime_distributed/include/hpx/runtime_distributed/runtime_fwd.hpp
M libs/full/runtime_distributed/src/applier.cpp
M libs/full/runtime_distributed/src/big_boot_barrier.cpp
M libs/full/runtime_distributed/src/runtime_distributed.cpp
M libs/full/runtime_distributed/src/runtime_support.cpp
M libs/full/runtime_distributed/src/server/runtime_support_server.cpp
M libs/full/runtime_distributed/src/stubs/runtime_support_stubs.cpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/adjacent_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/all_any_none.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/count.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/detail/dispatch.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/detail/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/detail/transfer.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/exclusive_scan.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/fill.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/find.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/for_each.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/generate.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/inclusive_scan.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/minmax.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/reduce.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/transform.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/transform_exclusive_scan.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/transform_inclusive_scan.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/transform_reduce.hpp
M tests/regressions/threads/run_as_hpx_thread_exceptions_3304.cpp
M tests/regressions/threads/run_as_os_thread_lockup_2991.cpp
M tests/regressions/util/set_config_entry_deadlock.cpp
M tests/unit/init/manage_runtime.cpp
Log Message:
-----------
Adapting HPX modules of levels 24, 25, and 26 to C++ modules
Signed-off-by: Hartmut Kaiser <[email protected]>
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