Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: d3d5a7cc0d3f2708d83dd158b4b613834ceda780
      
https://github.com/STEllAR-GROUP/hpx/commit/d3d5a7cc0d3f2708d83dd158b4b613834ceda780
  Author: Bharath <[email protected]>
  Date:   2025-11-17 (Mon, 17 Nov 2025)

  Changed paths:
    M CMakeLists.txt
    M docs/sphinx/manual/creating_hpx_projects.rst
    M docs/sphinx/manual/launching_and_configuring_hpx_applications.rst
    M docs/sphinx/manual/starting_the_hpx_runtime.rst
    M wrap/src/hpx_wrap.cpp

  Log Message:
  -----------
  Added -HPX_WITH_WRAP_MAIN_AUTO_ACTIVATE CMake option which excludes the need 
of including <hpx/hpx_main.hpp> header file in the main function to start HPX 
runtime when HPX::wrap_main is linked

Signed-off-by: Bharath <[email protected]>


  Commit: d80bd8638ae43dd3fde3e14d52623af32a1e59c8
      
https://github.com/STEllAR-GROUP/hpx/commit/d80bd8638ae43dd3fde3e14d52623af32a1e59c8
  Author: Bharath <[email protected]>
  Date:   2025-11-17 (Mon, 17 Nov 2025)

  Changed paths:
    M CMakeLists.txt
    M docs/sphinx/manual/creating_hpx_projects.rst
    M docs/sphinx/manual/launching_and_configuring_hpx_applications.rst
    M docs/sphinx/manual/starting_the_hpx_runtime.rst
    M wrap/src/hpx_wrap.cpp

  Log Message:
  -----------
  -HPX_WRAP_MAIN_AUTO_ACTIVATE is default option now, and also fixed unused 
argument error

Signed-off-by: Bharath <[email protected]>


  Commit: 20387c62bb254c7ceb02786d6b943a67529b4802
      
https://github.com/STEllAR-GROUP/hpx/commit/20387c62bb254c7ceb02786d6b943a67529b4802
  Author: Bharath Kollanur <[email protected]>
  Date:   2025-11-22 (Sat, 22 Nov 2025)

  Changed paths:
    M .circleci/config.yml
    M .github/workflows/cff-validator.yml
    M .github/workflows/codeql.yml
    M .github/workflows/linux_crosscompile_arm_eve_sve_release.yml
    M .github/workflows/linux_crosscompile_arm_sve_release.yml
    M .github/workflows/linux_debug.yml
    M .github/workflows/linux_debug_fetch_boost.yml
    M .github/workflows/linux_debug_fetch_hwloc.yml
    M .github/workflows/linux_debug_modules.yml
    M .github/workflows/linux_hip.yml
    M .github/workflows/linux_release_fetchcontent.yml
    M .github/workflows/linux_release_static.yml
    M .github/workflows/linux_sanitizers.yml
    M .github/workflows/linux_with_bench_test.yml
    M .github/workflows/linux_with_nanobench_test.yml
    M .github/workflows/macos_debug.yml
    M .github/workflows/macos_debug_fetch_boost.yml
    M .github/workflows/macos_debug_fetch_hwloc.yml
    M .github/workflows/msvc_analysis.yml
    M .github/workflows/windows_clang_debug.yml
    M .github/workflows/windows_clang_release.yml
    M .github/workflows/windows_debug_vs2022.yml
    M .github/workflows/windows_debug_vs2022_fetch_boost.yml
    M .github/workflows/windows_debug_vs2022_fetch_hwloc.yml
    M .github/workflows/windows_debug_vs2022_modules.yml
    M .github/workflows/windows_release_2022.yml
    M .github/workflows/windows_release_gcc_mingw.yml
    M .github/workflows/windows_release_static.yml
    M .jenkins/lsu-perftests/ctest.cmake
    M .jenkins/lsu/Jenkinsfile
    M .jenkins/lsu/ctest.cmake
    M .jenkins/lsu/entry.sh
    M cmake/templates/std_headers.hpp.in
    M 
components/component_storage/include/hpx/components/component_storage/component_storage.hpp
    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/detail/view_element.hpp
    M 
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_component_decl.hpp
    M 
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_component_impl.hpp
    M 
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_decl.hpp
    M 
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_impl.hpp
    M 
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_segmented_iterator.hpp
    M 
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_view.hpp
    M 
components/containers/partitioned_vector/tests/unit/is_iterator_partitioned_vector.cpp
    M 
components/containers/unordered/include/hpx/components/containers/unordered/partition_unordered_map_component.hpp
    M components/iostreams/include/hpx/components/iostreams/write_functions.hpp
    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/include/hpx/components/process/child.hpp
    M docs/sphinx/manual/executors.rst
    M examples/throttle/throttle/throttle.cpp
    M libs/core/affinity/CMakeLists.txt
    M libs/core/affinity/include/hpx/affinity/affinity_data.hpp
    M libs/core/affinity/include/hpx/affinity/parse_affinity_options.hpp
    M libs/core/affinity/src/affinity_data.cpp
    M libs/core/affinity/src/parse_affinity_options.cpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/for_loop.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/rotate.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_relocate.hpp
    M libs/core/algorithms/include/hpx/parallel/run_on_all.hpp
    M libs/core/algorithms/include/hpx/parallel/task_group.hpp
    M libs/core/algorithms/include/hpx/parallel/util/adapt_placement_mode.hpp
    M libs/core/algorithms/include/hpx/parallel/util/adapt_sharing_mode.hpp
    M libs/core/algorithms/include/hpx/parallel/util/adapt_thread_priority.hpp
    M libs/core/algorithms/include/hpx/parallel/util/detail/algorithm_result.hpp
    M libs/core/algorithms/include/hpx/parallel/util/detail/chunk_size.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/partitioner.hpp
    M 
libs/core/algorithms/include/hpx/parallel/util/partitioner_with_cleanup.hpp
    M libs/core/algorithms/include/hpx/parallel/util/result_types.hpp
    M 
libs/core/algorithms/tests/unit/algorithms/uninitialized_default_construct_tests.hpp
    M 
libs/core/algorithms/tests/unit/algorithms/uninitialized_default_constructn_sender.cpp
    M libs/core/async_base/CMakeLists.txt
    M libs/core/async_base/include/hpx/async_base/async.hpp
    M libs/core/async_base/include/hpx/async_base/dataflow.hpp
    M libs/core/async_base/include/hpx/async_base/launch_policy.hpp
    M libs/core/async_base/include/hpx/async_base/post.hpp
    M libs/core/async_base/include/hpx/async_base/scheduling_properties.hpp
    M libs/core/async_base/include/hpx/async_base/sync.hpp
    M libs/core/async_base/include/hpx/async_base/traits/is_launch_policy.hpp
    M libs/core/async_base/src/launch_policy.cpp
    M libs/core/async_combinators/CMakeLists.txt
    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_cuda/include/hpx/async_cuda/cublas_executor.hpp
    M libs/core/async_cuda/include/hpx/async_cuda/cuda_executor.hpp
    M libs/core/async_cuda/include/hpx/async_cuda/cuda_polling_helper.hpp
    M libs/core/async_cuda/include/hpx/async_cuda/detail/cuda_event_callback.hpp
    M libs/core/async_cuda/include/hpx/async_cuda/transform_stream.hpp
    M libs/core/async_cuda/src/cuda_event_callback.cpp
    M libs/core/async_cuda/src/cuda_target.cpp
    M libs/core/async_cuda/src/get_targets.cpp
    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_executor.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/async_sycl/include/hpx/async_sycl/sycl_executor.hpp
    M libs/core/async_sycl/include/hpx/async_sycl/sycl_polling_helper.hpp
    M libs/core/async_sycl/src/sycl_event_callback.cpp
    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/include/hpx/command_line_handling_local/json_config_file.hpp
    M 
libs/core/command_line_handling_local/include/hpx/command_line_handling_local/late_command_line_handling_local.hpp
    M 
libs/core/command_line_handling_local/include/hpx/command_line_handling_local/parse_command_line_local.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/host/target.hpp
    M libs/core/compute_local/src/host_target.cpp
    M libs/core/compute_local/src/numa_domains.cpp
    M libs/core/debugging/tests/unit/print.cpp
    M libs/core/execution/CMakeLists.txt
    M libs/core/execution/include/hpx/execution/algorithms/as_sender.hpp
    M libs/core/execution/include/hpx/execution/algorithms/bulk.hpp
    M 
libs/core/execution/include/hpx/execution/algorithms/detail/inject_scheduler.hpp
    M 
libs/core/execution/include/hpx/execution/algorithms/detail/partial_algorithm.hpp
    M libs/core/execution/include/hpx/execution/algorithms/ensure_started.hpp
    M libs/core/execution/include/hpx/execution/algorithms/execute.hpp
    M libs/core/execution/include/hpx/execution/algorithms/just.hpp
    M libs/core/execution/include/hpx/execution/algorithms/keep_future.hpp
    M libs/core/execution/include/hpx/execution/algorithms/let_error.hpp
    M libs/core/execution/include/hpx/execution/algorithms/let_stopped.hpp
    M libs/core/execution/include/hpx/execution/algorithms/let_value.hpp
    M libs/core/execution/include/hpx/execution/algorithms/make_future.hpp
    M libs/core/execution/include/hpx/execution/algorithms/run_loop.hpp
    M libs/core/execution/include/hpx/execution/algorithms/schedule_from.hpp
    M libs/core/execution/include/hpx/execution/algorithms/split.hpp
    M libs/core/execution/include/hpx/execution/algorithms/start_detached.hpp
    M libs/core/execution/include/hpx/execution/algorithms/sync_wait.hpp
    M libs/core/execution/include/hpx/execution/algorithms/then.hpp
    M libs/core/execution/include/hpx/execution/algorithms/transfer.hpp
    M libs/core/execution/include/hpx/execution/algorithms/transfer_just.hpp
    M libs/core/execution/include/hpx/execution/algorithms/when_all.hpp
    M libs/core/execution/include/hpx/execution/algorithms/when_all_vector.hpp
    M 
libs/core/execution/include/hpx/execution/detail/async_launch_policy_dispatch.hpp
    M 
libs/core/execution/include/hpx/execution/detail/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/adaptive_static_chunk_size.hpp
    M libs/core/execution/include/hpx/execution/executors/auto_chunk_size.hpp
    M 
libs/core/execution/include/hpx/execution/executors/collect_chunking_parameters.hpp
    M libs/core/execution/include/hpx/execution/executors/default_parameters.hpp
    M libs/core/execution/include/hpx/execution/executors/dynamic_chunk_size.hpp
    M libs/core/execution/include/hpx/execution/executors/execution.hpp
    M 
libs/core/execution/include/hpx/execution/executors/execution_information.hpp
    M 
libs/core/execution/include/hpx/execution/executors/execution_parameters.hpp
    M 
libs/core/execution/include/hpx/execution/executors/execution_parameters_fwd.hpp
    M libs/core/execution/include/hpx/execution/executors/fused_bulk_execute.hpp
    M libs/core/execution/include/hpx/execution/executors/guided_chunk_size.hpp
    M libs/core/execution/include/hpx/execution/executors/max_num_chunks.hpp
    M libs/core/execution/include/hpx/execution/executors/num_cores.hpp
    M 
libs/core/execution/include/hpx/execution/executors/persistent_auto_chunk_size.hpp
    M 
libs/core/execution/include/hpx/execution/executors/polymorphic_executor.hpp
    M libs/core/execution/include/hpx/execution/executors/rebind_executor.hpp
    M libs/core/execution/include/hpx/execution/executors/static_chunk_size.hpp
    M libs/core/execution/include/hpx/execution/queries/get_allocator.hpp
    M 
libs/core/execution/include/hpx/execution/queries/get_delegatee_scheduler.hpp
    M libs/core/execution/include/hpx/execution/queries/get_scheduler.hpp
    M libs/core/execution/include/hpx/execution/queries/get_stop_token.hpp
    M libs/core/execution/include/hpx/execution/queries/read.hpp
    M libs/core/execution/include/hpx/execution/traits/executor_traits.hpp
    M 
libs/core/execution/include/hpx/execution/traits/future_then_result_exec.hpp
    M libs/core/execution/include/hpx/execution/traits/is_execution_policy.hpp
    M libs/core/execution/tests/unit/algorithm_when_all.cpp
    M libs/core/execution/tests/unit/environment_queries.cpp
    M libs/core/execution/tests/unit/forward_progress_guarantee.cpp
    M libs/core/execution/tests/unit/forwarding_env_query.cpp
    M libs/core/execution/tests/unit/forwarding_sender_query.cpp
    M libs/core/execution_base/CMakeLists.txt
    M libs/core/execution_base/include/hpx/execution_base/agent_base.hpp
    M libs/core/execution_base/include/hpx/execution_base/agent_ref.hpp
    M libs/core/execution_base/include/hpx/execution_base/any_sender.hpp
    M 
libs/core/execution_base/include/hpx/execution_base/completion_scheduler.hpp
    M 
libs/core/execution_base/include/hpx/execution_base/completion_signatures.hpp
    M libs/core/execution_base/include/hpx/execution_base/context_base.hpp
    M libs/core/execution_base/include/hpx/execution_base/coroutine_utils.hpp
    M 
libs/core/execution_base/include/hpx/execution_base/detail/spinlock_deadlock_detection.hpp
    M libs/core/execution_base/include/hpx/execution_base/execution.hpp
    M libs/core/execution_base/include/hpx/execution_base/get_env.hpp
    M libs/core/execution_base/include/hpx/execution_base/operation_state.hpp
    M libs/core/execution_base/include/hpx/execution_base/receiver.hpp
    M libs/core/execution_base/include/hpx/execution_base/resource_base.hpp
    M libs/core/execution_base/include/hpx/execution_base/sender.hpp
    M libs/core/execution_base/include/hpx/execution_base/stdexec_forward.hpp
    M libs/core/execution_base/include/hpx/execution_base/this_thread.hpp
    M 
libs/core/execution_base/include/hpx/execution_base/traits/coroutine_traits.hpp
    M libs/core/execution_base/include/hpx/execution_base/traits/is_executor.hpp
    M 
libs/core/execution_base/include/hpx/execution_base/traits/is_executor_parameters.hpp
    M libs/core/execution_base/src/this_thread.cpp
    M libs/core/execution_base/tests/include/coroutine_task.hpp
    M libs/core/execution_base/tests/unit/basic_operation_state.cpp
    M libs/core/execution_base/tests/unit/basic_receiver.cpp
    M libs/core/execution_base/tests/unit/basic_schedule.cpp
    M libs/core/execution_base/tests/unit/basic_sender.cpp
    M libs/core/execution_base/tests/unit/completion_signatures.cpp
    M libs/core/execution_base/tests/unit/coroutine_traits.cpp
    M libs/core/execution_base/tests/unit/coroutine_utils.cpp
    M libs/core/execution_base/tests/unit/get_env.cpp
    M libs/core/execution_base/tests/unit/stdexec.cpp
    M libs/core/executors/CMakeLists.txt
    M libs/core/executors/include/hpx/executors/annotating_executor.hpp
    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/detail/hierarchical_spawning.hpp
    M libs/core/executors/include/hpx/executors/detail/index_queue_spawning.hpp
    M libs/core/executors/include/hpx/executors/execute_on.hpp
    M libs/core/executors/include/hpx/executors/execution_policy.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/parallel_executor_aggregated.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.hpp
    M libs/core/executors/include/hpx/executors/thread_pool_scheduler_bulk.hpp
    M libs/core/filesystem/CMakeLists.txt
    A libs/core/filesystem/include/hpx/filesystem/api.hpp
    R libs/core/filesystem/include/hpx/modules/filesystem.hpp
    M libs/core/futures/CMakeLists.txt
    M libs/core/futures/include/hpx/futures/detail/execute_thread.hpp
    M libs/core/futures/include/hpx/futures/detail/future_data.hpp
    M libs/core/futures/include/hpx/futures/future.hpp
    M libs/core/futures/include/hpx/futures/futures_factory.hpp
    M libs/core/futures/include/hpx/futures/packaged_continuation.hpp
    M libs/core/futures/include/hpx/futures/packaged_task.hpp
    M 
libs/core/futures/include/hpx/futures/traits/detail/future_await_traits.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/functional.hpp
    M libs/core/init_runtime_local/CMakeLists.txt
    M 
libs/core/init_runtime_local/include/hpx/init_runtime_local/detail/init_logging.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/io_service/CMakeLists.txt
    M libs/core/io_service/include/hpx/io_service/io_service_pool.hpp
    M libs/core/io_service/include/hpx/io_service/io_service_thread_pool.hpp
    M libs/core/io_service/src/io_service_thread_pool.cpp
    M libs/core/lcos_local/CMakeLists.txt
    M libs/core/lcos_local/include/hpx/lcos_local/channel.hpp
    M libs/core/program_options/examples/config_file_types.cpp
    M libs/core/program_options/examples/custom_syntax.cpp
    M libs/core/program_options/examples/env_options.cpp
    M libs/core/program_options/examples/first.cpp
    M libs/core/program_options/examples/multiple_sources.cpp
    M libs/core/program_options/examples/option_groups.cpp
    M libs/core/program_options/examples/options_description.cpp
    M libs/core/program_options/examples/options_hierarchy.cpp
    M libs/core/program_options/examples/real.cpp
    M libs/core/program_options/examples/regex.cpp
    M libs/core/program_options/examples/response_file.cpp
    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/resource_partitioner/CMakeLists.txt
    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/resource_partitioner/src/partitioner.cpp
    M libs/core/runtime_configuration/CMakeLists.txt
    M 
libs/core/runtime_configuration/include/hpx/runtime_configuration/agas_service_mode.hpp
    M 
libs/core/runtime_configuration/include/hpx/runtime_configuration/component_commandline_base.hpp
    M 
libs/core/runtime_configuration/include/hpx/runtime_configuration/component_factory_base.hpp
    M 
libs/core/runtime_configuration/include/hpx/runtime_configuration/component_registry_base.hpp
    M 
libs/core/runtime_configuration/include/hpx/runtime_configuration/init_ini_data.hpp
    A 
libs/core/runtime_configuration/include/hpx/runtime_configuration/macros.hpp
    M 
libs/core/runtime_configuration/include/hpx/runtime_configuration/plugin_registry_base.hpp
    M 
libs/core/runtime_configuration/include/hpx/runtime_configuration/runtime_configuration.hpp
    M 
libs/core/runtime_configuration/include/hpx/runtime_configuration/runtime_configuration_fwd.hpp
    M 
libs/core/runtime_configuration/include/hpx/runtime_configuration/runtime_mode.hpp
    M 
libs/core/runtime_configuration/include/hpx/runtime_configuration/static_factory_data.hpp
    M libs/core/runtime_configuration/src/init_ini_data.cpp
    M libs/core/runtime_configuration/src/runtime_configuration.cpp
    M libs/core/runtime_configuration/src/runtime_mode.cpp
    M libs/core/runtime_configuration/src/static_factory_data.cpp
    M libs/core/runtime_local/CMakeLists.txt
    M 
libs/core/runtime_local/include/hpx/runtime_local/get_num_all_localities.hpp
    M 
libs/core/runtime_local/include/hpx/runtime_local/get_worker_thread_num.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_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/state.hpp
    M libs/core/runtime_local/include/hpx/runtime_local/thread_hooks.hpp
    M libs/core/runtime_local/include/hpx/runtime_local/thread_pool_helpers.hpp
    M libs/core/runtime_local/include/hpx/runtime_local/thread_stacktrace.hpp
    M libs/core/runtime_local/src/custom_exception_info.cpp
    M libs/core/runtime_local/src/interval_timer.cpp
    M libs/core/runtime_local/src/runtime_handlers.cpp
    M libs/core/runtime_local/src/runtime_local.cpp
    M libs/core/runtime_local/src/thread_pool_helpers.cpp
    M libs/core/runtime_local/src/thread_stacktrace.cpp
    M libs/core/schedulers/CMakeLists.txt
    M libs/core/schedulers/include/hpx/schedulers/background_scheduler.hpp
    M 
libs/core/schedulers/include/hpx/schedulers/local_priority_queue_scheduler.hpp
    M libs/core/schedulers/include/hpx/schedulers/local_queue_scheduler.hpp
    M 
libs/core/schedulers/include/hpx/schedulers/local_workrequesting_scheduler.hpp
    M libs/core/schedulers/include/hpx/schedulers/queue_helpers.hpp
    M libs/core/schedulers/include/hpx/schedulers/queue_holder_numa.hpp
    M libs/core/schedulers/include/hpx/schedulers/queue_holder_thread.hpp
    M 
libs/core/schedulers/include/hpx/schedulers/shared_priority_queue_scheduler.hpp
    M libs/core/schedulers/include/hpx/schedulers/static_queue_scheduler.hpp
    M libs/core/schedulers/include/hpx/schedulers/thread_queue.hpp
    M libs/core/schedulers/include/hpx/schedulers/thread_queue_mc.hpp
    M libs/core/synchronization/include/hpx/synchronization/async_rw_mutex.hpp
    M 
libs/core/synchronization/include/hpx/synchronization/condition_variable.hpp
    M 
libs/core/synchronization/include/hpx/synchronization/counting_semaphore.hpp
    M 
libs/core/synchronization/include/hpx/synchronization/detail/condition_variable.hpp
    M libs/core/synchronization/include/hpx/synchronization/mutex.hpp
    M libs/core/synchronization/include/hpx/synchronization/recursive_mutex.hpp
    M libs/core/synchronization/include/hpx/synchronization/spinlock.hpp
    M libs/core/synchronization/include/hpx/synchronization/stop_token.hpp
    M libs/core/synchronization/src/detail/condition_variable.cpp
    M libs/core/synchronization/src/mutex.cpp
    M libs/core/synchronization/tests/unit/condition_variable.cpp
    M libs/core/testing/CMakeLists.txt
    R libs/core/testing/include/hpx/modules/testing.hpp
    A libs/core/testing/include/hpx/testing/api.hpp
    A libs/core/testing/include/hpx/testing/macros.hpp
    M libs/core/testing/include/hpx/testing/performance.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/thread_pools/CMakeLists.txt
    M 
libs/core/thread_pools/include/hpx/thread_pools/detail/background_thread.hpp
    M libs/core/thread_pools/include/hpx/thread_pools/detail/scheduling_log.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_pools/src/detail/background_thread.cpp
    M libs/core/thread_pools/src/detail/scheduling_log.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/create_thread.hpp
    M libs/core/threading_base/include/hpx/threading_base/create_work.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/detail/switch_status.hpp
    M libs/core/threading_base/include/hpx/threading_base/execution_agent.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/print.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/scheduler_mode.hpp
    M libs/core/threading_base/include/hpx/threading_base/scheduler_state.hpp
    M libs/core/threading_base/include/hpx/threading_base/scoped_annotation.hpp
    M libs/core/threading_base/include/hpx/threading_base/set_thread_state.hpp
    M 
libs/core/threading_base/include/hpx/threading_base/set_thread_state_timed.hpp
    M libs/core/threading_base/include/hpx/threading_base/thread_data.hpp
    M 
libs/core/threading_base/include/hpx/threading_base/thread_data_stackful.hpp
    M 
libs/core/threading_base/include/hpx/threading_base/thread_data_stackless.hpp
    M libs/core/threading_base/include/hpx/threading_base/thread_description.hpp
    M libs/core/threading_base/include/hpx/threading_base/thread_helpers.hpp
    M libs/core/threading_base/include/hpx/threading_base/thread_init_data.hpp
    M libs/core/threading_base/include/hpx/threading_base/thread_num_tss.hpp
    M libs/core/threading_base/include/hpx/threading_base/thread_pool_base.hpp
    M 
libs/core/threading_base/include/hpx/threading_base/thread_queue_init_parameters.hpp
    M 
libs/core/threading_base/include/hpx/threading_base/thread_specific_ptr.hpp
    M libs/core/threading_base/include/hpx/threading_base/threading_base_fwd.hpp
    M libs/core/threading_base/src/scheduler_base.cpp
    M libs/core/threading_base/src/thread_helpers.cpp
    M libs/core/threading_base/src/thread_pool_base.cpp
    M libs/core/threadmanager/CMakeLists.txt
    M libs/core/threadmanager/include/hpx/modules/threadmanager.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_execution_fwd.hpp
    M libs/core/timed_execution/include/hpx/timed_execution/timed_executors.hpp
    M libs/core/timing/CMakeLists.txt
    M libs/core/timing/include/hpx/timing/high_resolution_clock.hpp
    M libs/core/timing/include/hpx/timing/high_resolution_timer.hpp
    M libs/core/timing/include/hpx/timing/scoped_timer.hpp
    M libs/core/timing/include/hpx/timing/steady_clock.hpp
    M libs/core/timing/include/hpx/timing/tick_counter.hpp
    M libs/core/topology/CMakeLists.txt
    M libs/core/topology/include/hpx/topology/cpu_mask.hpp
    M libs/core/topology/include/hpx/topology/scheduling_properties.hpp
    M libs/core/topology/include/hpx/topology/topology.hpp
    M libs/core/topology/src/cpu_mask.cpp
    M libs/core/topology/src/topology.cpp
    M libs/full/actions/include/hpx/actions/post_helper.hpp
    M libs/full/actions/include/hpx/actions/post_helper_fwd.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/tests/unit/thread_stacksize.cpp
    M libs/full/actions/tests/unit/thread_stacksize_overflow.cpp
    M libs/full/actions/tests/unit/thread_stacksize_overflow_v2.cpp
    M libs/full/actions/tests/unit/zero_copy_serialization.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/traits/action_schedule_thread.hpp
    M 
libs/full/actions_base/include/hpx/actions_base/traits/action_select_direct_execution.hpp
    M libs/full/agas/include/hpx/agas/state.hpp
    M libs/full/agas/src/addressing_service.cpp
    M libs/full/agas/src/route.cpp
    M libs/full/agas_base/src/server/component_namespace_server.cpp
    M libs/full/agas_base/src/server/locality_namespace_server.cpp
    M libs/full/agas_base/src/server/primary_namespace_server.cpp
    M libs/full/agas_base/src/server/symbol_namespace_server.cpp
    M 
libs/full/async_colocated/include/hpx/async_colocated/post_colocated_callback.hpp
    M libs/full/async_colocated/src/get_colocation_id.cpp
    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/async_callback_fwd.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/async_implementations_fwd.hpp
    M 
libs/full/async_distributed/include/hpx/async_distributed/detail/async_unwrap_result_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/post_implementations_fwd.hpp
    M 
libs/full/async_distributed/include/hpx/async_distributed/detail/sync_implementations.hpp
    M libs/full/async_distributed/include/hpx/async_distributed/sync.hpp
    M 
libs/full/async_distributed/include/hpx/async_distributed/transfer_continuation_action.hpp
    M libs/full/collectives/include/hpx/collectives/all_gather.hpp
    M libs/full/collectives/include/hpx/collectives/all_reduce.hpp
    M libs/full/collectives/include/hpx/collectives/all_to_all.hpp
    M libs/full/collectives/include/hpx/collectives/barrier.hpp
    M libs/full/collectives/include/hpx/collectives/broadcast.hpp
    M libs/full/collectives/include/hpx/collectives/channel_communicator.hpp
    M libs/full/collectives/include/hpx/collectives/detail/communicator.hpp
    M libs/full/collectives/include/hpx/collectives/detail/latch.hpp
    M libs/full/collectives/include/hpx/collectives/exclusive_scan.hpp
    M libs/full/collectives/include/hpx/collectives/gather.hpp
    M libs/full/collectives/include/hpx/collectives/inclusive_scan.hpp
    M libs/full/collectives/include/hpx/collectives/reduce.hpp
    M libs/full/collectives/include/hpx/collectives/scatter.hpp
    M libs/full/collectives/include/hpx/collectives/spmd_block.hpp
    M libs/full/collectives/src/barrier.cpp
    M libs/full/collectives/src/channel_communicator.cpp
    M libs/full/collectives/src/create_communicator.cpp
    M libs/full/collectives/src/detail/barrier_node.cpp
    M 
libs/full/command_line_handling/include/hpx/command_line_handling/parse_command_line.hpp
    M libs/full/command_line_handling/src/command_line_handling.cpp
    M libs/full/command_line_handling/src/parse_command_line.cpp
    M libs/full/components/include/hpx/components/client_base.hpp
    M libs/full/components/include/hpx/components/executor_component.hpp
    M libs/full/components/include/hpx/components/get_ptr.hpp
    M libs/full/components/src/client_base.cpp
    M libs/full/components_base/include/hpx/components_base/agas_interface.hpp
    M 
libs/full/components_base/include/hpx/components_base/component_commandline.hpp
    M 
libs/full/components_base/include/hpx/components_base/server/locking_hook.hpp
    M 
libs/full/components_base/include/hpx/components_base/traits/action_decorate_function.hpp
    M libs/full/components_base/src/agas_interface.cpp
    M libs/full/components_base/src/server/component_base.cpp
    M libs/full/components_base/src/server/one_size_heap_list.cpp
    M libs/full/compute/include/hpx/compute/host/distributed_target.hpp
    M libs/full/compute/src/distributed_target.cpp
    M libs/full/compute/src/get_host_targets.cpp
    M 
libs/full/distribution_policies/include/hpx/distribution_policies/colocating_distribution_policy.hpp
    M 
libs/full/distribution_policies/include/hpx/distribution_policies/default_distribution_policy.hpp
    M 
libs/full/distribution_policies/include/hpx/distribution_policies/target_distribution_policy.hpp
    M 
libs/full/distribution_policies/include/hpx/distribution_policies/unwrapping_result_policy.hpp
    M 
libs/full/executors_distributed/include/hpx/executors_distributed/distribution_policy_executor.hpp
    M libs/full/include/include/hpx/include/client.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/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/include/hpx/init_runtime/detail/init_logging.hpp
    M libs/full/init_runtime/include/hpx/init_runtime/pre_main.hpp
    M libs/full/init_runtime/src/hpx_init.cpp
    M libs/full/init_runtime/src/init_logging.cpp
    M libs/full/init_runtime/src/pre_main.cpp
    M libs/full/lcos_distributed/include/hpx/lcos_distributed/channel.hpp
    M libs/full/naming/src/credit_handling.cpp
    M libs/full/naming_base/include/hpx/naming_base/gid_type.hpp
    M 
libs/full/performance_counters/include/hpx/performance_counters/apex_sample_value.hpp
    M 
libs/full/performance_counters/include/hpx/performance_counters/performance_counter.hpp
    M 
libs/full/performance_counters/include/hpx/performance_counters/performance_counter_set.hpp
    M libs/full/performance_counters/src/counters.cpp
    M libs/full/performance_counters/src/performance_counter_set.cpp
    M libs/full/performance_counters/src/query_counters.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/statistics_counter.cpp
    M 
libs/full/plugin_factories/include/hpx/plugin_factories/plugin_factory_base.hpp
    M 
libs/full/runtime_components/include/hpx/runtime_components/component_factory.hpp
    M 
libs/full/runtime_components/include/hpx/runtime_components/component_registry.hpp
    M 
libs/full/runtime_components/include/hpx/runtime_components/components_fwd.hpp
    M libs/full/runtime_components/include/hpx/runtime_components/new.hpp
    M libs/full/runtime_components/src/component_registry.cpp
    M 
libs/full/runtime_components/tests/unit/agas/components/managed_refcnt_checker.hpp
    M 
libs/full/runtime_components/tests/unit/agas/components/simple_refcnt_checker.hpp
    M libs/full/runtime_distributed/include/hpx/runtime_distributed.hpp
    M 
libs/full/runtime_distributed/include/hpx/runtime_distributed/get_num_localities.hpp
    M 
libs/full/runtime_distributed/include/hpx/runtime_distributed/server/runtime_support.hpp
    M libs/full/runtime_distributed/src/applier.cpp
    M libs/full/runtime_distributed/src/big_boot_barrier.cpp
    M libs/full/runtime_distributed/src/runtime_distributed.cpp
    M libs/full/runtime_distributed/src/server/runtime_support_server.cpp
    M libs/full/runtime_distributed/src/stubs/runtime_support_stubs.cpp
    M tests/performance/local/activate_counters.cpp
    M tests/performance/local/libcds_hazard_pointer_overhead.cpp
    M tests/performance/local/openmp_parallel_region.cpp
    M wrap/src/hpx_wrap.cpp

  Log Message:
  -----------
  Merge branch 'STEllAR-GROUP:master' into dev-link


  Commit: 4796a316fc2a8966b95e16a4f93ed771c62590f3
      
https://github.com/STEllAR-GROUP/hpx/commit/4796a316fc2a8966b95e16a4f93ed771c62590f3
  Author: Bharath <[email protected]>
  Date:   2025-11-22 (Sat, 22 Nov 2025)

  Changed paths:
    M CMakeLists.txt
    M docs/sphinx/manual/creating_hpx_projects.rst
    M docs/sphinx/manual/launching_and_configuring_hpx_applications.rst
    M docs/sphinx/manual/starting_the_hpx_runtime.rst
    M libs/CMakeLists.txt
    M tests/unit/init/CMakeLists.txt
    A tests/unit/init/auto_wrap_main.cpp
    M wrap/CMakeLists.txt
    A wrap/src/hpx_auto_wrap.cpp
    M wrap/src/hpx_wrap.cpp

  Log Message:
  -----------
  Removed CMAKE option HPX_WITH_WRAP_MAIN_AUTO_ACTIVATE, and added 
HPX::auto_wrap_main option

Signed-off-by: Bharath <[email protected]>


  Commit: bb09f9da18f8022c66a22696cf10cba8edd4fc40
      
https://github.com/STEllAR-GROUP/hpx/commit/bb09f9da18f8022c66a22696cf10cba8edd4fc40
  Author: Bharath <[email protected]>
  Date:   2025-11-24 (Mon, 24 Nov 2025)

  Changed paths:
    M tests/unit/init/auto_wrap_main.cpp
    M wrap/CMakeLists.txt
    M wrap/src/hpx_auto_wrap.cpp

  Log Message:
  -----------
  Added copyright information and removed unnecessary MSVC related things

Signed-off-by: Bharath <[email protected]>


  Commit: f42d6e88e7b7c6250c286ba53e07894db448ab44
      
https://github.com/STEllAR-GROUP/hpx/commit/f42d6e88e7b7c6250c286ba53e07894db448ab44
  Author: Bharath Kollanur <[email protected]>
  Date:   2025-11-24 (Mon, 24 Nov 2025)

  Changed paths:
    M .jenkins/lsu/Jenkinsfile
    M 
components/component_storage/include/hpx/components/component_storage/component_storage.hpp
    M 
components/component_storage/include/hpx/components/component_storage/migrate_from_storage.hpp
    M 
components/component_storage/include/hpx/components/component_storage/migrate_to_storage.hpp
    M 
components/component_storage/include/hpx/components/component_storage/server/component_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_impl.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/unordered/include/hpx/components/containers/unordered/unordered_map.hpp
    M components/iostreams/include/hpx/components/iostreams/server/buffer.hpp
    M components/iostreams/src/server/output_stream.cpp
    M components/parcel_plugins/coalescing/src/coalescing_message_handler.cpp
    M components/process/include/hpx/components/process/child.hpp
    M components/process/include/hpx/components/process/server/child.hpp
    M examples/async_io/async_io_low_level.cpp
    M libs/core/algorithms/include/hpx/algorithms/traits/projected.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/adjacent_find.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/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/dispatch.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/search.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/fill.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/find.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/for_loop.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/for_loop_induction.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/for_loop_reduction_base.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/for_loop_reduction_bit_and.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/for_loop_reduction_bit_or.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/for_loop_reduction_bit_xor.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/for_loop_reduction_max.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/for_loop_reduction_min.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/for_loop_reduction_multiplies.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/for_loop_reduction_plus.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/generate.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/includes.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/is_heap.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/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/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/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_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/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/contains.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/destroy.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/equal.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/lexicographical_compare.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/mismatch.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/nth_element.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/rotate.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/search.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_move.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/unique.hpp
    M libs/core/algorithms/include/hpx/parallel/datapar/adjacent_difference.hpp
    M libs/core/algorithms/include/hpx/parallel/datapar/adjacent_find.hpp
    M libs/core/algorithms/include/hpx/parallel/datapar/equal.hpp
    M libs/core/algorithms/include/hpx/parallel/datapar/fill.hpp
    M libs/core/algorithms/include/hpx/parallel/datapar/find.hpp
    M libs/core/algorithms/include/hpx/parallel/datapar/generate.hpp
    M 
libs/core/algorithms/include/hpx/parallel/datapar/handle_local_exceptions.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/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/datapar/zip_iterator.hpp
    M libs/core/algorithms/include/hpx/parallel/run_on_all.hpp
    M libs/core/algorithms/include/hpx/parallel/spmd_block.hpp
    M libs/core/algorithms/include/hpx/parallel/task_block.hpp
    M libs/core/algorithms/include/hpx/parallel/task_group.hpp
    M libs/core/algorithms/include/hpx/parallel/unseq/reduce.hpp
    M libs/core/algorithms/include/hpx/parallel/util/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/clear_container.hpp
    M 
libs/core/algorithms/include/hpx/parallel/util/detail/handle_local_exceptions.hpp
    M 
libs/core/algorithms/include/hpx/parallel/util/detail/handle_remote_exceptions.hpp
    M 
libs/core/algorithms/include/hpx/parallel/util/detail/scoped_executor_parameters.hpp
    M 
libs/core/algorithms/include/hpx/parallel/util/detail/select_partitioner.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/ranges_facilities.hpp
    M libs/core/algorithms/include/hpx/parallel/util/result_types.hpp
    M libs/core/algorithms/include/hpx/parallel/util/scan_partitioner.hpp
    M libs/core/algorithms/include/hpx/parallel/util/zip_iterator.hpp
    M libs/core/algorithms/src/task_group.cpp
    M libs/core/algorithms/tests/performance/benchmark_merge.cpp
    M libs/core/async_combinators/CMakeLists.txt
    M 
libs/core/async_combinators/include/hpx/async_combinators/detail/throw_if_exceptional.hpp
    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/CMakeLists.txt
    M libs/core/async_cuda/include/hpx/async_cuda/cublas_executor.hpp
    M libs/core/async_cuda/include/hpx/async_cuda/cuda_executor.hpp
    M libs/core/async_cuda/include/hpx/async_cuda/cuda_future.hpp
    M libs/core/async_cuda/include/hpx/async_cuda/target.hpp
    M libs/core/async_cuda/include/hpx/async_cuda/transform_stream.hpp
    M libs/core/async_cuda/src/cuda_event_callback.cpp
    M libs/core/async_cuda/src/cuda_target.cpp
    M libs/core/async_cuda/src/get_targets.cpp
    M libs/core/async_mpi/CMakeLists.txt
    M libs/core/async_mpi/include/hpx/async_mpi/mpi_executor.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_mpi/src/mpi_future.cpp
    M libs/core/async_sycl/CMakeLists.txt
    M libs/core/async_sycl/include/hpx/async_sycl/sycl_executor.hpp
    M libs/core/async_sycl/include/hpx/async_sycl/sycl_future.hpp
    M libs/core/async_sycl/src/sycl_event_callback.cpp
    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/target.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/compute_local/tests/unit/numa_allocator.cpp
    M libs/core/concurrency/include/hpx/concurrency/concurrentqueue.hpp
    M libs/core/execution/CMakeLists.txt
    M libs/core/execution/include/hpx/execution/algorithms/as_sender.hpp
    M libs/core/execution/include/hpx/execution/algorithms/bulk.hpp
    M 
libs/core/execution/include/hpx/execution/algorithms/detail/is_negative.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/ensure_started.hpp
    M libs/core/execution/include/hpx/execution/algorithms/execute.hpp
    M libs/core/execution/include/hpx/execution/algorithms/just.hpp
    M libs/core/execution/include/hpx/execution/algorithms/keep_future.hpp
    M libs/core/execution/include/hpx/execution/algorithms/let_error.hpp
    M libs/core/execution/include/hpx/execution/algorithms/let_stopped.hpp
    M libs/core/execution/include/hpx/execution/algorithms/let_value.hpp
    M libs/core/execution/include/hpx/execution/algorithms/make_future.hpp
    M libs/core/execution/include/hpx/execution/algorithms/run_loop.hpp
    M libs/core/execution/include/hpx/execution/algorithms/schedule_from.hpp
    M libs/core/execution/include/hpx/execution/algorithms/split.hpp
    M libs/core/execution/include/hpx/execution/algorithms/start_detached.hpp
    M libs/core/execution/include/hpx/execution/algorithms/sync_wait.hpp
    M libs/core/execution/include/hpx/execution/algorithms/then.hpp
    M libs/core/execution/include/hpx/execution/algorithms/transfer.hpp
    M libs/core/execution/include/hpx/execution/algorithms/transfer_just.hpp
    M libs/core/execution/include/hpx/execution/algorithms/when_all.hpp
    M libs/core/execution/include/hpx/execution/algorithms/when_all_vector.hpp
    M 
libs/core/execution/include/hpx/execution/detail/async_launch_policy_dispatch.hpp
    M 
libs/core/execution/include/hpx/execution/detail/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/adaptive_static_chunk_size.hpp
    M libs/core/execution/include/hpx/execution/executors/auto_chunk_size.hpp
    M 
libs/core/execution/include/hpx/execution/executors/collect_chunking_parameters.hpp
    M libs/core/execution/include/hpx/execution/executors/default_parameters.hpp
    M libs/core/execution/include/hpx/execution/executors/dynamic_chunk_size.hpp
    M libs/core/execution/include/hpx/execution/executors/execution.hpp
    M 
libs/core/execution/include/hpx/execution/executors/execution_information.hpp
    M 
libs/core/execution/include/hpx/execution/executors/execution_parameters.hpp
    M 
libs/core/execution/include/hpx/execution/executors/execution_parameters_fwd.hpp
    M libs/core/execution/include/hpx/execution/executors/fused_bulk_execute.hpp
    M libs/core/execution/include/hpx/execution/executors/guided_chunk_size.hpp
    M libs/core/execution/include/hpx/execution/executors/max_num_chunks.hpp
    M libs/core/execution/include/hpx/execution/executors/num_cores.hpp
    M 
libs/core/execution/include/hpx/execution/executors/persistent_auto_chunk_size.hpp
    M 
libs/core/execution/include/hpx/execution/executors/polymorphic_executor.hpp
    M libs/core/execution/include/hpx/execution/executors/rebind_executor.hpp
    M libs/core/execution/include/hpx/execution/executors/static_chunk_size.hpp
    M libs/core/execution/include/hpx/execution/queries/get_allocator.hpp
    M 
libs/core/execution/include/hpx/execution/queries/get_delegatee_scheduler.hpp
    M libs/core/execution/include/hpx/execution/queries/get_scheduler.hpp
    M libs/core/execution/include/hpx/execution/queries/get_stop_token.hpp
    M libs/core/execution/include/hpx/execution/queries/read.hpp
    M 
libs/core/execution/include/hpx/execution/traits/detail/eve/vector_pack_alignment_size.hpp
    M 
libs/core/execution/include/hpx/execution/traits/detail/eve/vector_pack_all_any_none.hpp
    M 
libs/core/execution/include/hpx/execution/traits/detail/eve/vector_pack_conditionals.hpp
    M 
libs/core/execution/include/hpx/execution/traits/detail/eve/vector_pack_count_bits.hpp
    M 
libs/core/execution/include/hpx/execution/traits/detail/eve/vector_pack_find.hpp
    M 
libs/core/execution/include/hpx/execution/traits/detail/eve/vector_pack_get_set.hpp
    M 
libs/core/execution/include/hpx/execution/traits/detail/eve/vector_pack_load_store.hpp
    M 
libs/core/execution/include/hpx/execution/traits/detail/eve/vector_pack_reduce.hpp
    M 
libs/core/execution/include/hpx/execution/traits/detail/eve/vector_pack_type.hpp
    M 
libs/core/execution/include/hpx/execution/traits/detail/simd/vector_pack_alignment_size.hpp
    M 
libs/core/execution/include/hpx/execution/traits/detail/simd/vector_pack_all_any_none.hpp
    M 
libs/core/execution/include/hpx/execution/traits/detail/simd/vector_pack_conditionals.hpp
    M 
libs/core/execution/include/hpx/execution/traits/detail/simd/vector_pack_count_bits.hpp
    M 
libs/core/execution/include/hpx/execution/traits/detail/simd/vector_pack_find.hpp
    M 
libs/core/execution/include/hpx/execution/traits/detail/simd/vector_pack_get_set.hpp
    M 
libs/core/execution/include/hpx/execution/traits/detail/simd/vector_pack_load_store.hpp
    M 
libs/core/execution/include/hpx/execution/traits/detail/simd/vector_pack_reduce.hpp
    M 
libs/core/execution/include/hpx/execution/traits/detail/simd/vector_pack_simd.hpp
    M 
libs/core/execution/include/hpx/execution/traits/detail/simd/vector_pack_type.hpp
    M 
libs/core/execution/include/hpx/execution/traits/detail/vc/vector_pack_alignment_size.hpp
    M 
libs/core/execution/include/hpx/execution/traits/detail/vc/vector_pack_all_any_none.hpp
    M 
libs/core/execution/include/hpx/execution/traits/detail/vc/vector_pack_conditionals.hpp
    M 
libs/core/execution/include/hpx/execution/traits/detail/vc/vector_pack_count_bits.hpp
    M 
libs/core/execution/include/hpx/execution/traits/detail/vc/vector_pack_find.hpp
    M 
libs/core/execution/include/hpx/execution/traits/detail/vc/vector_pack_get_set.hpp
    M 
libs/core/execution/include/hpx/execution/traits/detail/vc/vector_pack_load_store.hpp
    M 
libs/core/execution/include/hpx/execution/traits/detail/vc/vector_pack_reduce.hpp
    M 
libs/core/execution/include/hpx/execution/traits/detail/vc/vector_pack_type.hpp
    M libs/core/execution/include/hpx/execution/traits/executor_traits.hpp
    M 
libs/core/execution/include/hpx/execution/traits/future_then_result_exec.hpp
    M libs/core/execution/include/hpx/execution/traits/is_execution_policy.hpp
    M 
libs/core/execution/include/hpx/execution/traits/vector_pack_alignment_size.hpp
    M 
libs/core/execution/include/hpx/execution/traits/vector_pack_all_any_none.hpp
    M 
libs/core/execution/include/hpx/execution/traits/vector_pack_conditionals.hpp
    M 
libs/core/execution/include/hpx/execution/traits/vector_pack_count_bits.hpp
    M libs/core/execution/include/hpx/execution/traits/vector_pack_find.hpp
    M 
libs/core/execution/include/hpx/execution/traits/vector_pack_load_store.hpp
    M libs/core/execution/include/hpx/execution/traits/vector_pack_reduce.hpp
    M libs/core/execution/include/hpx/execution/traits/vector_pack_type.hpp
    M libs/core/execution/tests/unit/algorithm_execute.cpp
    M libs/core/execution/tests/unit/algorithm_just.cpp
    M libs/core/execution/tests/unit/algorithm_just_error.cpp
    M libs/core/execution/tests/unit/algorithm_just_stopped.cpp
    M libs/core/execution/tests/unit/algorithm_when_all.cpp
    M libs/core/execution/tests/unit/environment_queries.cpp
    M libs/core/execution/tests/unit/forward_progress_guarantee.cpp
    M libs/core/execution/tests/unit/forwarding_env_query.cpp
    M libs/core/execution/tests/unit/forwarding_scheduler_query.cpp
    M libs/core/execution/tests/unit/forwarding_sender_query.cpp
    M libs/core/execution_base/tests/include/algorithm_test_utils.hpp
    M libs/core/execution_base/tests/include/coroutine_task.hpp
    M libs/core/execution_base/tests/unit/coroutine_utils.cpp
    M libs/core/executors/CMakeLists.txt
    M libs/core/executors/include/hpx/executors/annotating_executor.hpp
    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_mappings.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/execution_policy.hpp
    M libs/core/executors/include/hpx/executors/execution_policy_annotation.hpp
    M libs/core/executors/include/hpx/executors/execution_policy_mappings.hpp
    M libs/core/executors/include/hpx/executors/execution_policy_parameters.hpp
    M 
libs/core/executors/include/hpx/executors/execution_policy_scheduling_property.hpp
    M libs/core/executors/include/hpx/executors/explicit_scheduler_executor.hpp
    M libs/core/executors/include/hpx/executors/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/std_execution_policy.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/executors/src/service_executors.cpp
    M libs/core/executors/tests/regressions/service_executor_cuda.cu
    M libs/core/futures/CMakeLists.txt
    M libs/core/futures/include/hpx/futures/detail/future_data.hpp
    M libs/core/futures/include/hpx/futures/future.hpp
    M libs/core/futures/include/hpx/futures/future_fwd.hpp
    M libs/core/futures/include/hpx/futures/future_or_value.hpp
    M libs/core/futures/include/hpx/futures/futures_factory.hpp
    A libs/core/futures/include/hpx/futures/macros.hpp
    M libs/core/futures/include/hpx/futures/packaged_continuation.hpp
    M libs/core/futures/include/hpx/futures/packaged_task.hpp
    M libs/core/futures/include/hpx/futures/promise.hpp
    M libs/core/futures/include/hpx/futures/traits/acquire_future.hpp
    M libs/core/futures/include/hpx/futures/traits/acquire_shared_state.hpp
    M libs/core/futures/include/hpx/futures/traits/future_access.hpp
    M libs/core/futures/include/hpx/futures/traits/future_then_result.hpp
    M libs/core/futures/include/hpx/futures/traits/future_traits.hpp
    M libs/core/futures/include/hpx/futures/traits/get_remote_result.hpp
    M libs/core/futures/include/hpx/futures/traits/is_future.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/include/hpx/futures/traits/promise_local_result.hpp
    M libs/core/futures/include/hpx/futures/traits/promise_remote_result.hpp
    M libs/core/futures/src/future_data.cpp
    M libs/core/gasnet_base/CMakeLists.txt
    M libs/core/gasnet_base/include/hpx/gasnet_base/gasnet_environment.hpp
    M libs/core/include_local/CMakeLists.txt
    M libs/core/include_local/include/hpx/barrier.hpp.in
    M libs/core/include_local/include/hpx/channel.hpp.in
    M libs/core/include_local/include/hpx/condition_variable.hpp
    M libs/core/include_local/include/hpx/latch.hpp.in
    M libs/core/include_local/include/hpx/semaphore.hpp
    M libs/core/include_local/include/hpx/shared_mutex.hpp
    M libs/core/include_local/include/hpx/stop_token.hpp
    M libs/core/include_local/include/hpx/unwrap.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/io_service/CMakeLists.txt
    M libs/core/io_service/include/hpx/io_service/io_service_pool.hpp
    M libs/core/io_service/include/hpx/io_service/io_service_pool_fwd.hpp
    M libs/core/io_service/include/hpx/io_service/io_service_thread_pool.hpp
    M libs/core/lci_base/CMakeLists.txt
    M libs/core/lci_base/include/hpx/lci_base/lci_environment.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/detail/preprocess_future.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/preprocess_future.cpp
    M libs/core/mpi_base/CMakeLists.txt
    M libs/core/mpi_base/include/hpx/mpi_base/mpi_environment.hpp
    M libs/core/pack_traversal/CMakeLists.txt
    M 
libs/core/pack_traversal/include/hpx/pack_traversal/detail/pack_traversal_async_impl.hpp
    M libs/core/pack_traversal/include/hpx/pack_traversal/detail/unwrap_impl.hpp
    M libs/core/pack_traversal/include/hpx/pack_traversal/pack_traversal.hpp
    M 
libs/core/pack_traversal/include/hpx/pack_traversal/pack_traversal_async.hpp
    M 
libs/core/pack_traversal/include/hpx/pack_traversal/traits/pack_traversal_rebind_container.hpp
    M libs/core/pack_traversal/include/hpx/pack_traversal/unwrap.hpp
    M libs/core/pack_traversal/tests/regressions/unwrapped_1528.cpp
    M libs/core/pack_traversal/tests/unit/pack_traversal.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_replicate.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/examples/guided_pool_test.cpp
    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_local/CMakeLists.txt
    M 
libs/core/runtime_local/include/hpx/runtime_local/get_num_all_localities.hpp
    M libs/core/runtime_local/include/hpx/runtime_local/interval_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/run_as_os_thread.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/thread_mapper.hpp
    M libs/core/runtime_local/src/custom_exception_info.cpp
    M libs/core/runtime_local/src/pool_timer.cpp
    M libs/core/runtime_local/src/runtime_handlers.cpp
    M libs/core/runtime_local/src/runtime_local.cpp
    M libs/core/runtime_local/src/service_executors.cpp
    M libs/core/schedulers/CMakeLists.txt
    R libs/core/schedulers/include/hpx/modules/schedulers.hpp
    M libs/core/schedulers/include/hpx/schedulers/background_scheduler.hpp
    M libs/core/schedulers/include/hpx/schedulers/deadlock_detection.hpp
    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/maintain_queue_wait_times.hpp
    M libs/core/schedulers/include/hpx/schedulers/queue_helpers.hpp
    M libs/core/schedulers/include/hpx/schedulers/queue_holder_numa.hpp
    M libs/core/schedulers/include/hpx/schedulers/queue_holder_thread.hpp
    M 
libs/core/schedulers/include/hpx/schedulers/shared_priority_queue_scheduler.hpp
    M 
libs/core/schedulers/include/hpx/schedulers/static_priority_queue_scheduler.hpp
    M libs/core/schedulers/include/hpx/schedulers/static_queue_scheduler.hpp
    M libs/core/schedulers/include/hpx/schedulers/thread_queue.hpp
    M libs/core/schedulers/include/hpx/schedulers/thread_queue_mc.hpp
    M libs/core/synchronization/CMakeLists.txt
    M libs/core/synchronization/include/hpx/synchronization/async_rw_mutex.hpp
    M libs/core/synchronization/include/hpx/synchronization/barrier.hpp
    M libs/core/synchronization/include/hpx/synchronization/binary_semaphore.hpp
    M libs/core/synchronization/include/hpx/synchronization/channel_mpmc.hpp
    M libs/core/synchronization/include/hpx/synchronization/channel_mpsc.hpp
    M libs/core/synchronization/include/hpx/synchronization/channel_spsc.hpp
    M 
libs/core/synchronization/include/hpx/synchronization/condition_variable.hpp
    M 
libs/core/synchronization/include/hpx/synchronization/counting_semaphore.hpp
    M 
libs/core/synchronization/include/hpx/synchronization/detail/condition_variable.hpp
    M 
libs/core/synchronization/include/hpx/synchronization/detail/counting_semaphore.hpp
    M 
libs/core/synchronization/include/hpx/synchronization/detail/sliding_semaphore.hpp
    M libs/core/synchronization/include/hpx/synchronization/event.hpp
    M libs/core/synchronization/include/hpx/synchronization/latch.hpp
    M libs/core/synchronization/include/hpx/synchronization/lock_types.hpp
    A libs/core/synchronization/include/hpx/synchronization/macros.hpp
    M libs/core/synchronization/include/hpx/synchronization/mutex.hpp
    M libs/core/synchronization/include/hpx/synchronization/no_mutex.hpp
    M libs/core/synchronization/include/hpx/synchronization/once.hpp
    M libs/core/synchronization/include/hpx/synchronization/recursive_mutex.hpp
    M libs/core/synchronization/include/hpx/synchronization/shared_mutex.hpp
    M 
libs/core/synchronization/include/hpx/synchronization/sliding_semaphore.hpp
    M libs/core/synchronization/include/hpx/synchronization/spinlock.hpp
    M libs/core/synchronization/include/hpx/synchronization/spinlock_pool.hpp
    M libs/core/synchronization/include/hpx/synchronization/stop_token.hpp
    M libs/core/synchronization/src/mutex.cpp
    M libs/core/synchronization/tests/unit/fail_compile_mutex_move.cpp
    M libs/core/synchronization/tests/unit/fail_compile_spinlock_move.cpp
    M 
libs/core/synchronization/tests/unit/fail_compile_spinlock_no_backoff_move.cpp
    M 
libs/core/synchronization/tests/unit/shared_mutex/shared_mutex_locking_thread.hpp
    M libs/core/synchronization/tests/unit/shared_mutex/thread_group.hpp
    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/thread_pools/CMakeLists.txt
    M libs/core/thread_pools/include/hpx/thread_pools/scheduled_thread_pool.hpp
    M libs/core/thread_pools/src/scheduled_thread_pool.cpp
    M libs/core/threading/CMakeLists.txt
    M libs/core/threading/include/hpx/threading/jthread.hpp
    M libs/core/threading/include/hpx/threading/thread.hpp
    M libs/core/threading/src/thread.cpp
    M libs/core/threadmanager/CMakeLists.txt
    M libs/core/threadmanager/include/hpx/modules/threadmanager.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_execution_fwd.hpp
    M libs/core/timed_execution/include/hpx/timed_execution/timed_executors.hpp
    M libs/full/actions/src/base_action.cpp
    M libs/full/actions_base/include/hpx/actions_base/basic_action.hpp
    M libs/full/actions_base/include/hpx/actions_base/component_action.hpp
    M libs/full/agas/include/hpx/agas/addressing_service.hpp
    M libs/full/agas/src/addressing_service.cpp
    M libs/full/agas_base/include/hpx/agas_base/component_namespace.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/bootstrap_locality_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/detail/hosted_locality_namespace.hpp
    M libs/full/agas_base/include/hpx/agas_base/locality_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/locality_namespace.hpp
    M libs/full/agas_base/include/hpx/agas_base/server/primary_namespace.hpp
    M libs/full/agas_base/include/hpx/agas_base/server/symbol_namespace.hpp
    M libs/full/agas_base/include/hpx/agas_base/symbol_namespace.hpp
    M libs/full/async_colocated/include/hpx/async_colocated/async_colocated.hpp
    M 
libs/full/async_colocated/include/hpx/async_colocated/async_colocated_callback.hpp
    M 
libs/full/async_colocated/include/hpx/async_colocated/async_colocated_callback_fwd.hpp
    M 
libs/full/async_colocated/include/hpx/async_colocated/async_colocated_fwd.hpp
    M 
libs/full/async_colocated/include/hpx/async_colocated/get_colocation_id.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/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_callback.hpp
    M 
libs/full/async_distributed/include/hpx/async_distributed/async_continue_callback_fwd.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/continuation.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/async_implementations_fwd.hpp
    M 
libs/full/async_distributed/include/hpx/async_distributed/detail/promise_base.hpp
    M 
libs/full/async_distributed/include/hpx/async_distributed/detail/promise_lco.hpp
    M libs/full/async_distributed/include/hpx/async_distributed/lcos_fwd.hpp
    M 
libs/full/async_distributed/include/hpx/async_distributed/put_parcel_fwd.hpp
    M libs/full/async_distributed/include/hpx/async_distributed/sync.hpp
    M libs/full/async_distributed/tests/regressions/async_unwrap_1037.cpp
    M libs/full/async_distributed/tests/regressions/dataflow_4436.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_recursion_1613.cpp
    M libs/full/async_distributed/tests/regressions/dataflow_using_774.cpp
    M libs/full/async_distributed/tests/regressions/future_hang_on_then_629.cpp
    M 
libs/full/async_distributed/tests/regressions/future_hang_on_wait_with_callback_629.cpp
    M 
libs/full/async_distributed/tests/regressions/future_serialization_1898.cpp
    M libs/full/async_distributed/tests/regressions/plain_action_1330.cpp
    M libs/full/async_distributed/tests/unit/remote_dataflow.cpp
    M libs/full/checkpoint/include/hpx/checkpoint/checkpoint.hpp
    M libs/full/collectives/include/hpx/collectives/all_gather.hpp
    M libs/full/collectives/include/hpx/collectives/all_reduce.hpp
    M libs/full/collectives/include/hpx/collectives/all_to_all.hpp
    M libs/full/collectives/include/hpx/collectives/barrier.hpp
    M libs/full/collectives/include/hpx/collectives/broadcast.hpp
    M libs/full/collectives/include/hpx/collectives/broadcast_direct.hpp
    M libs/full/collectives/include/hpx/collectives/channel_communicator.hpp
    M libs/full/collectives/include/hpx/collectives/detail/barrier_node.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/detail/latch.hpp
    M libs/full/collectives/include/hpx/collectives/exclusive_scan.hpp
    M libs/full/collectives/include/hpx/collectives/fold.hpp
    M libs/full/collectives/include/hpx/collectives/gather.hpp
    M libs/full/collectives/include/hpx/collectives/inclusive_scan.hpp
    M libs/full/collectives/include/hpx/collectives/latch.hpp
    M libs/full/collectives/include/hpx/collectives/reduce.hpp
    M libs/full/collectives/include/hpx/collectives/reduce_direct.hpp
    M libs/full/collectives/include/hpx/collectives/scatter.hpp
    M libs/full/collectives/include/hpx/collectives/spmd_block.hpp
    M libs/full/collectives/src/barrier.cpp
    M libs/full/collectives/src/channel_communicator.cpp
    M libs/full/collectives/src/create_communicator.cpp
    M libs/full/collectives/src/detail/barrier_node.cpp
    M libs/full/collectives/src/latch.cpp
    M libs/full/collectives/tests/performance/osu/osu_bcast.cpp
    M libs/full/collectives/tests/regressions/barrier_hang.cpp
    M libs/full/components/include/hpx/components/basename_registration.hpp
    M libs/full/components/include/hpx/components/basename_registration_fwd.hpp
    M libs/full/components/include/hpx/components/client.hpp
    M libs/full/components/include/hpx/components/client_base.hpp
    M libs/full/components/include/hpx/components/executor_component.hpp
    M libs/full/components/include/hpx/components/make_client.hpp
    M libs/full/components/src/basename_registration.cpp
    M libs/full/components_base/include/hpx/components_base/agas_interface.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/component_base.hpp
    M 
libs/full/components_base/include/hpx/components_base/server/locking_hook.hpp
    M 
libs/full/components_base/include/hpx/components_base/server/migration_support.hpp
    M 
libs/full/components_base/include/hpx/components_base/server/one_size_heap_list.hpp
    M 
libs/full/components_base/include/hpx/components_base/server/wrapper_heap.hpp
    M 
libs/full/components_base/include/hpx/components_base/server/wrapper_heap_list.hpp
    M libs/full/components_base/src/component_type.cpp
    M libs/full/components_base/src/server/wrapper_heap.cpp
    M 
libs/full/compute/include/hpx/compute/detail/target_distribution_policy.hpp
    M libs/full/compute/include/hpx/compute/host/distributed_target.hpp
    M libs/full/compute/include/hpx/compute/host/get_targets.hpp
    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/include/hpx/distribution_policies/binpacking_distribution_policy.hpp
    M 
libs/full/distribution_policies/include/hpx/distribution_policies/colocating_distribution_policy.hpp
    M 
libs/full/distribution_policies/include/hpx/distribution_policies/default_distribution_policy.hpp
    M 
libs/full/distribution_policies/include/hpx/distribution_policies/target_distribution_policy.hpp
    M 
libs/full/distribution_policies/include/hpx/distribution_policies/unwrapping_result_policy.hpp
    M 
libs/full/executors_distributed/include/hpx/executors_distributed/distribution_policy_executor.hpp
    M libs/full/include/include/hpx/barrier.hpp
    M libs/full/include/include/hpx/channel.hpp
    M libs/full/include/include/hpx/include/lcos_local.hpp
    M libs/full/include/include/hpx/include/parallel_executor_information.hpp
    M libs/full/include/include/hpx/include/parallel_executor_parameters.hpp
    M libs/full/include/include/hpx/include/resource_partitioner.hpp
    M libs/full/include/include/hpx/include/traits.hpp
    M libs/full/include/include/hpx/latch.hpp
    M libs/full/init_runtime/include/hpx/hpx_init.hpp
    M libs/full/init_runtime/include/hpx/hpx_init_params.hpp
    M libs/full/init_runtime/src/hpx_init.cpp
    M libs/full/lcos_distributed/include/hpx/lcos_distributed/channel.hpp
    M libs/full/lcos_distributed/include/hpx/lcos_distributed/server/channel.hpp
    M libs/full/lcos_distributed/tests/regressions/channel_not_empty_2890.cpp
    M libs/full/naming/include/hpx/naming/detail/preprocess_gid_types.hpp
    M libs/full/naming/src/credit_handling.cpp
    M libs/full/naming_base/include/hpx/naming_base/id_type.hpp
    M libs/full/parcelport_lci/include/hpx/parcelport_lci/sender_base.hpp
    M 
libs/full/parcelport_lci/include/hpx/parcelport_lci/sendrecv/sender_sendrecv.hpp
    M libs/full/parcelports/src/static_parcelports.cpp
    M libs/full/parcelset/include/hpx/parcelset/parcelport_impl.hpp
    M libs/full/parcelset/src/detail/parcel_await.cpp
    M libs/full/parcelset_base/include/hpx/parcelset_base/parcelport.hpp
    M 
libs/full/performance_counters/include/hpx/performance_counters/counter_interface.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/detail/counter_interface_functions.hpp
    M 
libs/full/performance_counters/include/hpx/performance_counters/performance_counter.hpp
    M 
libs/full/performance_counters/include/hpx/performance_counters/performance_counter_set.hpp
    M 
libs/full/performance_counters/include/hpx/performance_counters/query_counters.hpp
    M 
libs/full/performance_counters/include/hpx/performance_counters/server/arithmetics_counter.hpp
    M 
libs/full/performance_counters/include/hpx/performance_counters/server/arithmetics_counter_extended.hpp
    M 
libs/full/performance_counters/include/hpx/performance_counters/server/elapsed_time_counter.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/include/hpx/performance_counters/server/statistics_counter.hpp
    M libs/full/performance_counters/src/counter_interface.cpp
    M libs/full/performance_counters/src/counters.cpp
    M libs/full/performance_counters/src/detail/counter_interface_functions.cpp
    M libs/full/performance_counters/src/performance_counter_set.cpp
    M libs/full/performance_counters/src/query_counters.cpp
    M libs/full/performance_counters/src/threadmanager_counter_types.cpp
    M libs/full/plugin_factories/src/parcelport_factory_base.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/include/hpx/runtime_components/new.hpp
    M libs/full/runtime_components/src/console_logging.cpp
    M 
libs/full/runtime_components/tests/unit/components/action_invoke_no_more_than.hpp
    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/copy_component.hpp
    M 
libs/full/runtime_distributed/include/hpx/runtime_distributed/get_num_localities.hpp
    M 
libs/full/runtime_distributed/include/hpx/runtime_distributed/migrate_component.hpp
    M 
libs/full/runtime_distributed/include/hpx/runtime_distributed/server/copy_component.hpp
    M 
libs/full/runtime_distributed/include/hpx/runtime_distributed/server/runtime_support.hpp
    M 
libs/full/runtime_distributed/include/hpx/runtime_distributed/stubs/runtime_support.hpp
    M libs/full/runtime_distributed/src/runtime_distributed.cpp
    M libs/full/runtime_distributed/src/server/runtime_support_server.cpp
    M 
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/detail/scan.hpp
    M tests/performance/local/activate_counters.cpp
    M tests/performance/local/activate_counters.hpp
    M tests/performance/local/spinlock_overhead1.cpp
    M tests/performance/local/spinlock_overhead2.cpp
    M tests/performance/network/network_storage/network_storage.cpp

  Log Message:
  -----------
  Merge branch 'STEllAR-GROUP:master' into dev-link


  Commit: 366bb38dfd8147f63c8176119434538ed5afd899
      
https://github.com/STEllAR-GROUP/hpx/commit/366bb38dfd8147f63c8176119434538ed5afd899
  Author: Bharath <[email protected]>
  Date:   2025-11-25 (Tue, 25 Nov 2025)

  Changed paths:
    M libs/CMakeLists.txt
    M tests/unit/init/auto_wrap_main.cpp
    M wrap/CMakeLists.txt
    R wrap/src/hpx_auto_wrap.cpp
    M wrap/src/hpx_wrap.cpp

  Log Message:
  -----------
  Removed hpx_auto_wrap.cpp and included HPX_AUTO_WRAP_MAIN_ACTIVATE 
functionality in the hpx_wrap.cpp which is defined to the target the with the 
help of target_compile_definitions in the CMakelists.txt file

Signed-off-by: Bharath <[email protected]>


  Commit: ba98a29093a207129ffb7dcc9f87137eede85627
      
https://github.com/STEllAR-GROUP/hpx/commit/ba98a29093a207129ffb7dcc9f87137eede85627
  Author: Bharath <[email protected]>
  Date:   2025-11-26 (Wed, 26 Nov 2025)

  Changed paths:
    M tests/unit/init/auto_wrap_main.cpp
    M wrap/src/hpx_wrap.cpp

  Log Message:
  -----------
  Removed conditional statement for app_name_libhpx_wrap HPX_APPLICATOIN_STRING

Signed-off-by: Bharath <[email protected]>


  Commit: f822d1783a54a9ba5db450004c763cbc07368dac
      
https://github.com/STEllAR-GROUP/hpx/commit/f822d1783a54a9ba5db450004c763cbc07368dac
  Author: Bharath Kollanur <[email protected]>
  Date:   2025-11-26 (Wed, 26 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/CMakeLists.txt
    M libs/core/executors/include/hpx/executors/annotating_executor.hpp
    M libs/core/executors/include/hpx/executors/async.hpp
    M libs/core/executors/include/hpx/executors/current_executor.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/execute_on.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_mappings.hpp
    M libs/core/executors/include/hpx/executors/execution_policy_parameters.hpp
    M 
libs/core/executors/include/hpx/executors/execution_policy_scheduling_property.hpp
    M libs/core/executors/include/hpx/executors/explicit_scheduler_executor.hpp
    M libs/core/executors/include/hpx/executors/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
    A libs/core/runtime_local/include/hpx/runtime_local/macros.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/state.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/runtime_local/src/get_locality_name.cpp
    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:
  -----------
  Merge branch 'STEllAR-GROUP:master' into dev-link


  Commit: 4dacbac0b586eaa6e376203cf181f925a792e92b
      
https://github.com/STEllAR-GROUP/hpx/commit/4dacbac0b586eaa6e376203cf181f925a792e92b
  Author: Hartmut Kaiser <[email protected]>
  Date:   2025-11-27 (Thu, 27 Nov 2025)

  Changed paths:
    M docs/sphinx/manual/creating_hpx_projects.rst
    M docs/sphinx/manual/starting_the_hpx_runtime.rst
    M libs/CMakeLists.txt
    M tests/unit/init/CMakeLists.txt
    A tests/unit/init/auto_wrap_main.cpp
    M wrap/CMakeLists.txt
    M wrap/src/hpx_wrap.cpp

  Log Message:
  -----------
  Merge pull request #6804 from kollanur/dev-link

Added HPX::auto_wrap_main option


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/1cb157b416ca...4dacbac0b586

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

Reply via email to