Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: c76e2f9d43b0dc88df34b533dbdb64f28828ad0d
      
https://github.com/STEllAR-GROUP/hpx/commit/c76e2f9d43b0dc88df34b533dbdb64f28828ad0d
  Author: Hartmut Kaiser <hartmut.kai...@gmail.com>
  Date:   2025-09-13 (Sat, 13 Sep 2025)

  Changed paths:
    M libs/core/algorithms/include/hpx/parallel/algorithms/stable_sort.hpp
    M libs/core/cache/CMakeLists.txt
    M libs/core/cache/include/hpx/cache/entries/entry.hpp
    M libs/core/cache/include/hpx/cache/entries/fifo_entry.hpp
    M libs/core/cache/include/hpx/cache/entries/lfu_entry.hpp
    M libs/core/cache/include/hpx/cache/entries/lru_entry.hpp
    M libs/core/cache/include/hpx/cache/entries/size_entry.hpp
    M libs/core/cache/include/hpx/cache/local_cache.hpp
    M libs/core/cache/include/hpx/cache/lru_cache.hpp
    M libs/core/cache/include/hpx/cache/policies/always.hpp
    M libs/core/cache/include/hpx/cache/statistics/local_full_statistics.hpp
    M libs/core/cache/include/hpx/cache/statistics/local_statistics.hpp
    M libs/core/cache/include/hpx/cache/statistics/no_statistics.hpp
    M libs/core/cache/tests/unit/local_lru_cache.cpp
    M libs/core/cache/tests/unit/local_mru_cache.cpp
    M libs/core/cache/tests/unit/local_statistics.cpp
    M libs/full/agas/include/hpx/agas/addressing_service.hpp
    M tests/performance/local/agas_cache_timings.cpp
    M tools/change_includes.sh

  Log Message:
  -----------
  Converting HPX modules to C++ modules:

- cache module

Signed-off-by: Hartmut Kaiser <hartmut.kai...@gmail.com>


  Commit: 74db10883034c97639ce069a06fbd79a28d62ff7
      
https://github.com/STEllAR-GROUP/hpx/commit/74db10883034c97639ce069a06fbd79a28d62ff7
  Author: Hartmut Kaiser <hartmut.kai...@gmail.com>
  Date:   2025-09-13 (Sat, 13 Sep 2025)

  Changed paths:
    M 
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_component_decl.hpp
    M libs/core/algorithms/include/hpx/algorithms/traits/projected.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/detail/adjacent_difference.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/detail/adjacent_find.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/detail/contains.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/detail/equal.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/detail/fill.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/detail/find.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/detail/generate.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/detail/mismatch.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/detail/reduce.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/detail/reduce_deterministic.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/detail/replace.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/detail/search.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/exclusive_scan.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/for_loop.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/make_heap.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/shift_left.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/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/inclusive_scan.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_reduce.hpp
    M libs/core/algorithms/include/hpx/parallel/datapar/equal.hpp
    M libs/core/algorithms/include/hpx/parallel/datapar/fill.hpp
    M libs/core/algorithms/include/hpx/parallel/datapar/find.hpp
    M libs/core/algorithms/include/hpx/parallel/datapar/generate.hpp
    M libs/core/algorithms/include/hpx/parallel/datapar/iterator_helpers.hpp
    M libs/core/algorithms/include/hpx/parallel/datapar/mismatch.hpp
    M libs/core/algorithms/include/hpx/parallel/datapar/reduce.hpp
    M libs/core/algorithms/include/hpx/parallel/datapar/replace.hpp
    M libs/core/algorithms/include/hpx/parallel/datapar/transfer.hpp
    M libs/core/algorithms/include/hpx/parallel/unseq/reduce_helpers.hpp
    M libs/core/algorithms/include/hpx/parallel/unseq/simd_helpers.hpp
    M libs/core/algorithms/include/hpx/parallel/util/compare_projected.hpp
    M libs/core/algorithms/include/hpx/parallel/util/detail/algorithm_result.hpp
    M libs/core/algorithms/include/hpx/parallel/util/invoke_projected.hpp
    M libs/core/algorithms/include/hpx/parallel/util/loop.hpp
    M libs/core/algorithms/include/hpx/parallel/util/transfer.hpp
    M libs/core/algorithms/include/hpx/parallel/util/transform_loop.hpp
    M libs/core/async_base/include/hpx/async_base/scheduling_properties.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_some.hpp
    M libs/core/async_cuda/include/hpx/async_cuda/transform_stream.hpp
    M libs/core/async_mpi/include/hpx/async_mpi/transform_mpi.hpp
    M libs/core/cache/include/hpx/cache/entries/entry.hpp
    M libs/core/cache/include/hpx/cache/statistics/no_statistics.hpp
    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/ensure_started.hpp
    M libs/core/execution/include/hpx/execution/algorithms/execute.hpp
    M libs/core/execution/include/hpx/execution/algorithms/keep_future.hpp
    M libs/core/execution/include/hpx/execution/algorithms/let_error.hpp
    M libs/core/execution/include/hpx/execution/algorithms/let_stopped.hpp
    M libs/core/execution/include/hpx/execution/algorithms/let_value.hpp
    M libs/core/execution/include/hpx/execution/algorithms/make_future.hpp
    M libs/core/execution/include/hpx/execution/algorithms/schedule_from.hpp
    M libs/core/execution/include/hpx/execution/algorithms/split.hpp
    M libs/core/execution/include/hpx/execution/algorithms/start_detached.hpp
    M libs/core/execution/include/hpx/execution/algorithms/sync_wait.hpp
    M libs/core/execution/include/hpx/execution/algorithms/then.hpp
    M libs/core/execution/include/hpx/execution/algorithms/transfer.hpp
    M libs/core/execution/include/hpx/execution/algorithms/transfer_just.hpp
    M libs/core/execution/include/hpx/execution/algorithms/when_all.hpp
    M libs/core/execution/include/hpx/execution/algorithms/when_all_vector.hpp
    M 
libs/core/execution/include/hpx/execution/detail/async_launch_policy_dispatch.hpp
    M libs/core/execution/include/hpx/execution/detail/future_exec.hpp
    M 
libs/core/execution/include/hpx/execution/detail/sync_launch_policy_dispatch.hpp
    M libs/core/execution/include/hpx/execution/executors/execution.hpp
    M 
libs/core/execution/include/hpx/execution/executors/execution_information.hpp
    M 
libs/core/execution/include/hpx/execution/executors/execution_parameters.hpp
    M 
libs/core/execution/include/hpx/execution/executors/execution_parameters_fwd.hpp
    M libs/core/execution/include/hpx/execution/queries/get_allocator.hpp
    M 
libs/core/execution/include/hpx/execution/queries/get_delegatee_scheduler.hpp
    M libs/core/execution/include/hpx/execution/queries/get_scheduler.hpp
    M libs/core/execution/include/hpx/execution/queries/get_stop_token.hpp
    M libs/core/execution/include/hpx/execution/queries/read.hpp
    M libs/core/execution/include/hpx/execution/traits/executor_traits.hpp
    M 
libs/core/execution/include/hpx/execution/traits/future_then_result_exec.hpp
    M libs/core/execution/tests/unit/forwarding_env_query.cpp
    M libs/core/execution/tests/unit/forwarding_scheduler_query.cpp
    M libs/core/execution/tests/unit/forwarding_sender_query.cpp
    M 
libs/core/execution_base/include/hpx/execution_base/completion_scheduler.hpp
    M 
libs/core/execution_base/include/hpx/execution_base/completion_signatures.hpp
    M libs/core/execution_base/include/hpx/execution_base/execution.hpp
    M libs/core/execution_base/include/hpx/execution_base/get_env.hpp
    M libs/core/execution_base/include/hpx/execution_base/operation_state.hpp
    M libs/core/execution_base/include/hpx/execution_base/receiver.hpp
    M libs/core/execution_base/include/hpx/execution_base/sender.hpp
    M libs/core/execution_base/include/hpx/execution_base/this_thread.hpp
    M libs/core/execution_base/tests/include/coroutine_task.hpp
    M libs/core/execution_base/tests/unit/basic_operation_state.cpp
    M 
libs/core/executors/include/hpx/executors/datapar/execution_policy_mappings.hpp
    M libs/core/executors/include/hpx/executors/detail/index_queue_spawning.hpp
    M libs/core/executors/include/hpx/executors/execute_on.hpp
    M libs/core/executors/include/hpx/executors/execution_policy_annotation.hpp
    M libs/core/executors/include/hpx/executors/execution_policy_mappings.hpp
    M libs/core/executors/include/hpx/executors/execution_policy_parameters.hpp
    M 
libs/core/executors/include/hpx/executors/execution_policy_scheduling_property.hpp
    M libs/core/executors/include/hpx/executors/explicit_scheduler_executor.hpp
    M libs/core/executors/include/hpx/executors/limiting_executor.hpp
    M libs/core/executors/include/hpx/executors/scheduler_executor.hpp
    M libs/core/executors/include/hpx/executors/thread_pool_scheduler_bulk.hpp
    M libs/core/functional/include/hpx/functional/bind.hpp
    M libs/core/functional/include/hpx/functional/bind_back.hpp
    M libs/core/functional/include/hpx/functional/bind_front.hpp
    M libs/core/functional/include/hpx/functional/deferred_call.hpp
    M libs/core/functional/include/hpx/functional/detail/basic_function.hpp
    M libs/core/functional/include/hpx/functional/function.hpp
    M libs/core/functional/include/hpx/functional/function_ref.hpp
    M libs/core/functional/include/hpx/functional/invoke.hpp
    M libs/core/functional/include/hpx/functional/invoke_fused.hpp
    M libs/core/functional/include/hpx/functional/mem_fn.hpp
    M libs/core/functional/include/hpx/functional/move_only_function.hpp
    M libs/core/functional/include/hpx/functional/one_shot.hpp
    M libs/core/functional/src/basic_function.cpp
    M libs/core/functional/tests/regressions/is_callable_1179.cpp
    M libs/core/functional/tests/unit/is_invocable.cpp
    M libs/core/futures/include/hpx/futures/future.hpp
    M libs/core/futures/include/hpx/futures/packaged_task.hpp
    M libs/core/futures/include/hpx/futures/traits/future_then_result.hpp
    M libs/core/include_local/include/hpx/type_traits.hpp
    M 
libs/core/iterator_support/include/hpx/iterator_support/transform_iterator.hpp
    M libs/core/iterator_support/include/hpx/iterator_support/zip_iterator.hpp
    M 
libs/core/pack_traversal/include/hpx/pack_traversal/detail/pack_traversal_async_impl.hpp
    M 
libs/core/pack_traversal/include/hpx/pack_traversal/detail/pack_traversal_impl.hpp
    M libs/core/pack_traversal/include/hpx/pack_traversal/detail/unwrap_impl.hpp
    M libs/core/program_options/src/convert.cpp
    M libs/core/properties/include/hpx/properties/property.hpp
    M libs/core/resiliency/include/hpx/resiliency/async_replay.hpp
    M libs/core/resiliency/include/hpx/resiliency/async_replay_executor.hpp
    M libs/core/resiliency/include/hpx/resiliency/async_replicate.hpp
    M libs/core/resiliency/include/hpx/resiliency/async_replicate_executor.hpp
    M libs/core/resiliency/include/hpx/resiliency/resiliency_cpos.hpp
    M libs/core/runtime_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/synchronization/include/hpx/synchronization/once.hpp
    M libs/core/tag_invoke/CMakeLists.txt
    M libs/core/tag_invoke/include/hpx/functional/detail/invoke.hpp
    M libs/core/tag_invoke/include/hpx/functional/detail/tag_fallback_invoke.hpp
    M libs/core/tag_invoke/include/hpx/functional/detail/tag_priority_invoke.hpp
    M libs/core/tag_invoke/include/hpx/functional/invoke_result.hpp
    A libs/core/tag_invoke/include/hpx/functional/macros.hpp
    M libs/core/tag_invoke/include/hpx/functional/tag_invoke.hpp
    M libs/core/tag_invoke/include/hpx/functional/traits/is_invocable.hpp
    M libs/core/tag_invoke/tests/unit/tag_invoke.cpp
    M 
libs/core/thread_pools/include/hpx/thread_pools/scheduled_thread_pool_impl.hpp
    M libs/core/threading/include/hpx/threading/jthread.hpp
    M libs/core/threading_base/include/hpx/threading_base/annotated_function.hpp
    M 
libs/core/timed_execution/include/hpx/timed_execution/timed_execution_fwd.hpp
    M libs/core/topology/include/hpx/topology/scheduling_properties.hpp
    M libs/full/actions/include/hpx/actions/invoke_function.hpp
    M 
libs/full/async_colocated/include/hpx/async_colocated/functional/colocated_helpers.hpp
    M 
libs/full/async_distributed/include/hpx/async_distributed/async_continue_fwd.hpp
    M 
libs/full/async_distributed/include/hpx/async_distributed/continuation2_impl.hpp
    M 
libs/full/async_distributed/include/hpx/async_distributed/continuation_impl.hpp
    M libs/full/async_distributed/include/hpx/async_distributed/trigger.hpp
    M libs/full/include/include/hpx/include/traits.hpp

  Log Message:
  -----------
  Adapting tag_invoke module

Signed-off-by: Hartmut Kaiser <hartmut.kai...@gmail.com>


  Commit: 12dc8a76fe488440791e33d0911f256afdbb263f
      
https://github.com/STEllAR-GROUP/hpx/commit/12dc8a76fe488440791e33d0911f256afdbb263f
  Author: Hartmut Kaiser <hartmut.kai...@gmail.com>
  Date:   2025-09-14 (Sun, 14 Sep 2025)

  Changed paths:
    M cmake/HPX_AddModule.cmake
    M cmake/templates/global_module_header_modules.hpp.in
    M libs/core/allocator_support/CMakeLists.txt
    M 
libs/core/allocator_support/include/hpx/allocator_support/aligned_allocator.hpp
    M 
libs/core/allocator_support/include/hpx/allocator_support/allocator_deleter.hpp
    M libs/core/allocator_support/include/hpx/allocator_support/detail/new.hpp
    M 
libs/core/allocator_support/include/hpx/allocator_support/internal_allocator.hpp
    M 
libs/core/allocator_support/include/hpx/allocator_support/thread_local_caching_allocator.hpp
    M 
libs/core/allocator_support/include/hpx/allocator_support/traits/is_allocator.hpp
    M libs/core/async_combinators/CMakeLists.txt
    M libs/core/async_combinators/include/hpx/async_combinators/when_all.hpp
    M libs/core/async_cuda/CMakeLists.txt
    M libs/core/async_cuda/include/hpx/async_cuda/target.hpp
    M libs/core/async_cuda/src/cuda_future.cpp
    M libs/core/async_cuda/src/cuda_target.cpp
    M libs/core/async_mpi/CMakeLists.txt
    M libs/core/async_sycl/src/sycl_future.cpp
    M libs/core/cache/include/hpx/cache/entries/lru_entry.hpp
    M libs/core/compute_local/include/hpx/compute_local/host/block_allocator.hpp
    M libs/core/concurrency/include/hpx/concurrency/detail/freelist_stack.hpp
    M libs/core/execution/CMakeLists.txt
    M libs/core/execution/include/hpx/execution/algorithms/ensure_started.hpp
    M libs/core/execution/include/hpx/execution/algorithms/make_future.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/detail/future_exec.hpp
    M libs/core/execution_base/CMakeLists.txt
    M libs/core/executors/CMakeLists.txt
    M libs/core/executors/include/hpx/executors/parallel_executor.hpp
    M libs/core/futures/CMakeLists.txt
    M libs/core/futures/include/hpx/futures/detail/future_data.hpp
    M libs/core/futures/include/hpx/futures/future.hpp
    M libs/core/futures/include/hpx/futures/futures_factory.hpp
    M libs/core/futures/include/hpx/futures/packaged_continuation.hpp
    M libs/core/futures/include/hpx/futures/promise.hpp
    M libs/core/include_local/CMakeLists.txt
    M libs/core/include_local/include/hpx/source_location.hpp
    M libs/core/iterator_support/CMakeLists.txt
    M libs/core/lcos_local/CMakeLists.txt
    M libs/core/lcos_local/include/hpx/lcos_local/and_gate.hpp
    M libs/core/logging/include/hpx/modules/logging.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/program_options/src/convert.cpp
    M libs/core/resiliency/CMakeLists.txt
    M libs/core/runtime_local/CMakeLists.txt
    M libs/core/schedulers/CMakeLists.txt
    M libs/core/schedulers/include/hpx/schedulers/lockfree_queue_backends.hpp
    M libs/core/schedulers/include/hpx/schedulers/thread_queue.hpp
    M libs/core/schedulers/include/hpx/schedulers/thread_queue_mc.hpp
    M libs/core/synchronization/CMakeLists.txt
    M libs/core/synchronization/include/hpx/synchronization/async_rw_mutex.hpp
    M libs/core/thread_pools/CMakeLists.txt
    M libs/core/threading/CMakeLists.txt
    M libs/core/threading_base/CMakeLists.txt
    M 
libs/core/threading_base/include/hpx/threading_base/thread_data_stackful.hpp
    M 
libs/core/threading_base/include/hpx/threading_base/thread_data_stackless.hpp
    M libs/core/threading_base/src/thread_data_stackful.cpp
    M libs/core/threading_base/src/thread_data_stackless.cpp
    M libs/core/timed_execution/CMakeLists.txt
    M libs/core/topology/CMakeLists.txt
    M libs/full/agas_base/include/hpx/agas_base/server/primary_namespace.hpp
    M 
libs/full/async_distributed/include/hpx/async_distributed/packaged_action.hpp
    M libs/full/components_base/include/hpx/components_base/server/component.hpp
    M 
libs/full/components_base/include/hpx/components_base/server/wrapper_heap.hpp
    M 
libs/full/runtime_distributed/include/hpx/runtime_distributed/big_boot_barrier.hpp

  Log Message:
  -----------
  Adapting module allocator_support

Signed-off-by: Hartmut Kaiser <hartmut.kai...@gmail.com>


  Commit: b25fcfd1fa2e4bad133b555b52e104de60c8a2a8
      
https://github.com/STEllAR-GROUP/hpx/commit/b25fcfd1fa2e4bad133b555b52e104de60c8a2a8
  Author: Hartmut Kaiser <hartmut.kai...@gmail.com>
  Date:   2025-09-14 (Sun, 14 Sep 2025)

  Changed paths:
    M libs/core/algorithms/CMakeLists.txt
    M libs/core/algorithms/include/hpx/parallel/util/detail/chunk_size.hpp
    M libs/core/executors/include/hpx/executors/execution_policy_annotation.hpp
    M libs/core/properties/CMakeLists.txt
    M libs/core/properties/include/hpx/properties/property.hpp

  Log Message:
  -----------
  Adapting module properties

Signed-off-by: Hartmut Kaiser <hartmut.kai...@gmail.com>


  Commit: 1abf8b9fcf2ec357f64a9fc0dd1e037343ec43a0
      
https://github.com/STEllAR-GROUP/hpx/commit/1abf8b9fcf2ec357f64a9fc0dd1e037343ec43a0
  Author: Hartmut Kaiser <hartmut.kai...@gmail.com>
  Date:   2025-09-14 (Sun, 14 Sep 2025)

  Changed paths:
    M libs/core/cache/include/hpx/cache/entries/fifo_entry.hpp
    M libs/core/cache/include/hpx/cache/entries/lfu_entry.hpp
    M libs/core/cache/include/hpx/cache/entries/size_entry.hpp

  Log Message:
  -----------
  Fixing cache module

Signed-off-by: Hartmut Kaiser <hartmut.kai...@gmail.com>


  Commit: b1e4a9b287afedff2ae79e75c5f0190c4c955f1f
      
https://github.com/STEllAR-GROUP/hpx/commit/b1e4a9b287afedff2ae79e75c5f0190c4c955f1f
  Author: Hartmut Kaiser <hartmut.kai...@gmail.com>
  Date:   2025-09-15 (Mon, 15 Sep 2025)

  Changed paths:
    M cmake/HPX_AddModule.cmake
    M libs/core/command_line_handling_local/CMakeLists.txt
    M libs/core/command_line_handling_local/src/command_line_handling_local.cpp
    M libs/core/init_runtime_local/src/init_logging.cpp
    M libs/core/logging/CMakeLists.txt
    A libs/core/logging/include/hpx/logging/api.hpp
    M libs/core/logging/include/hpx/logging/detail/logger.hpp
    M libs/core/logging/include/hpx/logging/detail/macros.hpp
    M libs/core/logging/include/hpx/logging/format/destinations.hpp
    M libs/core/logging/include/hpx/logging/format/formatters.hpp
    M libs/core/logging/include/hpx/logging/format/named_write.hpp
    M libs/core/logging/include/hpx/logging/level.hpp
    A libs/core/logging/include/hpx/logging/macros.hpp
    M libs/core/logging/include/hpx/logging/manipulator.hpp
    M libs/core/logging/include/hpx/logging/message.hpp
    R libs/core/logging/include/hpx/modules/logging.hpp
    M libs/core/logging/src/format/destination/defaults_destination.cpp
    M libs/core/logging/src/format/destination/file.cpp
    M libs/core/logging/src/format/formatter/defaults_formatter.cpp
    M libs/core/logging/src/format/formatter/high_precision_time.cpp
    M libs/core/logging/src/format/formatter/thread_id.cpp
    M libs/core/logging/src/format/named_write.cpp
    M libs/core/logging/src/level.cpp
    M libs/core/logging/src/logging.cpp
    M libs/core/logging/src/manipulator.cpp
    M libs/full/command_line_handling/src/command_line_handling.cpp

  Log Message:
  -----------
  Adapting module logging

Signed-off-by: Hartmut Kaiser <hartmut.kai...@gmail.com>


  Commit: d9ae6a5a9bddffe187678b774de6304942de2eae
      
https://github.com/STEllAR-GROUP/hpx/commit/d9ae6a5a9bddffe187678b774de6304942de2eae
  Author: Hartmut Kaiser <hartmut.kai...@gmail.com>
  Date:   2025-09-15 (Mon, 15 Sep 2025)

  Changed paths:
    M 
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_component_decl.hpp
    M 
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_component_impl.hpp
    M 
components/containers/unordered/include/hpx/components/containers/unordered/partition_unordered_map_component.hpp
    M examples/accumulators/server/template_accumulator.hpp
    M libs/core/algorithms/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/equal.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/exclusive_scan.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/fill.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/find.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/for_each.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/for_loop.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/generate.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/includes.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/inclusive_scan.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/is_heap.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/lexicographical_compare.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/make_heap.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/minmax.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/nth_element.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/partial_sort.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/partial_sort_copy.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/partition.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/reduce.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/reduce_deterministic.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/remove.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/remove_copy.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/replace.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/reverse.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/rotate.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/set_difference.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/set_intersection.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/set_symmetric_difference.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/set_union.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/shift_left.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/shift_right.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/sort.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/stable_sort.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/transform.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/transform_exclusive_scan.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/transform_inclusive_scan.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/transform_reduce.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_copy.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_fill.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_move.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_relocate.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/unique.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/all_any_none.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/copy.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/count.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/destroy.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/ends_with.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/equal.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/find.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/for_each.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/generate.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/includes.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/is_heap.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/make_heap.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/merge.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/minmax.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/mismatch.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/move.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/partial_sort.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/partial_sort_copy.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/partition.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/reduce.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/remove.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/remove_copy.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/replace.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/reverse.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/rotate.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/set_difference.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/set_intersection.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/set_symmetric_difference.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/set_union.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/shift_left.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/shift_right.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/sort.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/stable_sort.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/starts_with.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/swap_ranges.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/transform.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/transform_reduce.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/unique.hpp
    M libs/core/algorithms/include/hpx/parallel/datapar/adjacent_difference.hpp
    M libs/core/algorithms/include/hpx/parallel/datapar/adjacent_find.hpp
    M libs/core/algorithms/include/hpx/parallel/run_on_all.hpp
    M libs/core/algorithms/include/hpx/parallel/task_block.hpp
    M libs/core/algorithms/include/hpx/parallel/task_group.hpp
    M libs/core/algorithms/include/hpx/parallel/util/adapt_placement_mode.hpp
    M libs/core/algorithms/include/hpx/parallel/util/adapt_sharing_mode.hpp
    M libs/core/algorithms/include/hpx/parallel/util/adapt_thread_priority.hpp
    M libs/core/algorithms/include/hpx/parallel/util/detail/algorithm_result.hpp
    M 
libs/core/algorithms/include/hpx/parallel/util/detail/chunk_size_iterator.hpp
    M libs/core/algorithms/include/hpx/parallel/util/detail/sender_util.hpp
    M libs/core/algorithms/include/hpx/parallel/util/ranges_facilities.hpp
    M libs/core/algorithms/include/hpx/parallel/util/transfer.hpp
    M libs/core/algorithms/tests/unit/container_algorithms/test_utils.hpp
    M 
libs/core/allocator_support/include/hpx/allocator_support/internal_allocator.hpp
    M libs/core/async_combinators/CMakeLists.txt
    M libs/core/async_combinators/include/hpx/async_combinators/wait_any.hpp
    M libs/core/async_mpi/CMakeLists.txt
    M libs/core/async_mpi/include/hpx/async_mpi/transform_mpi.hpp
    M libs/core/command_line_handling_local/CMakeLists.txt
    M libs/core/command_line_handling_local/src/command_line_handling_local.cpp
    M 
libs/core/compute_local/include/hpx/compute_local/host/block_fork_join_executor.hpp
    M libs/core/concepts/include/hpx/concepts/concepts.hpp
    M libs/core/config/cmake/templates/config_version.hpp.in
    M libs/core/config/include/hpx/config.hpp
    M libs/core/config/include/hpx/config/deprecation.hpp
    M libs/core/config/include/hpx/config/lambda_capture_this.hpp
    M libs/core/config/src/version.cpp
    M libs/core/execution/CMakeLists.txt
    M libs/core/execution/include/hpx/execution/algorithms/as_sender.hpp
    M libs/core/execution/include/hpx/execution/algorithms/bulk.hpp
    M 
libs/core/execution/include/hpx/execution/algorithms/detail/inject_scheduler.hpp
    M 
libs/core/execution/include/hpx/execution/algorithms/detail/partial_algorithm.hpp
    M libs/core/execution/include/hpx/execution/algorithms/ensure_started.hpp
    M libs/core/execution/include/hpx/execution/algorithms/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/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/when_all.hpp
    M libs/core/execution/include/hpx/execution/algorithms/when_all_vector.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/traits/detail/eve/vector_pack_get_set.hpp
    M 
libs/core/execution/include/hpx/execution/traits/detail/simd/vector_pack_get_set.hpp
    M 
libs/core/execution/include/hpx/execution/traits/detail/vc/vector_pack_get_set.hpp
    M libs/core/execution/include/hpx/execution/traits/executor_traits.hpp
    M libs/core/execution_base/CMakeLists.txt
    M 
libs/core/execution_base/include/hpx/execution_base/completion_scheduler.hpp
    M 
libs/core/execution_base/include/hpx/execution_base/completion_signatures.hpp
    M libs/core/execution_base/include/hpx/execution_base/execution.hpp
    M 
libs/core/execution_base/include/hpx/execution_base/traits/coroutine_traits.hpp
    M libs/core/execution_base/include/hpx/execution_base/traits/is_executor.hpp
    M libs/core/execution_base/tests/include/coroutine_task.hpp
    M libs/core/executors/include/hpx/executors/execute_on.hpp
    M libs/core/executors/include/hpx/executors/execution_policy_annotation.hpp
    M 
libs/core/executors/include/hpx/executors/execution_policy_scheduling_property.hpp
    M libs/core/executors/include/hpx/executors/limiting_executor.hpp
    M libs/core/executors/include/hpx/executors/thread_pool_scheduler.hpp
    M libs/core/executors/include/hpx/executors/thread_pool_scheduler_bulk.hpp
    M libs/core/functional/CMakeLists.txt
    M 
libs/core/functional/include/hpx/functional/detail/function_registration.hpp
    M libs/core/futures/include/hpx/futures/future.hpp
    M libs/core/futures/include/hpx/futures/traits/acquire_future.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/iterator_support/CMakeLists.txt
    M 
libs/core/iterator_support/include/hpx/iterator_support/iterator_facade.hpp
    M 
libs/core/lock_registration/include/hpx/lock_registration/detail/register_locks.hpp
    M libs/core/mpi_base/CMakeLists.txt
    M libs/core/mpi_base/src/mpi_environment.cpp
    M libs/core/plugin/CMakeLists.txt
    M libs/core/plugin/include/hpx/plugin/config.hpp
    M libs/core/plugin/include/hpx/plugin/export_plugin.hpp
    M libs/core/prefix/CMakeLists.txt
    M libs/core/prefix/include/hpx/prefix/find_prefix.hpp
    M libs/core/program_options/examples/config_file_types.cpp
    M libs/core/program_options/tests/unit/winmain.cpp
    M libs/core/resiliency/CMakeLists.txt
    M libs/core/resiliency/include/hpx/resiliency/async_replay_executor.hpp
    M libs/core/resiliency/include/hpx/resiliency/async_replicate_executor.hpp
    M libs/core/runtime_configuration/CMakeLists.txt
    M 
libs/core/runtime_configuration/include/hpx/runtime_configuration/static_factory_data.hpp
    M libs/core/runtime_configuration/src/runtime_configuration.cpp
    M libs/core/serialization/CMakeLists.txt
    M 
libs/core/serialization/include/hpx/serialization/detail/polymorphic_id_factory.hpp
    M 
libs/core/serialization/include/hpx/serialization/detail/polymorphic_intrusive_factory.hpp
    M 
libs/core/serialization/include/hpx/serialization/detail/serialize_collection.hpp
    M libs/core/serialization/include/hpx/serialization/serialization_fwd.hpp
    M 
libs/core/serialization/include/hpx/serialization/traits/polymorphic_traits.hpp
    M libs/core/testing/include/hpx/modules/testing.hpp
    M 
libs/core/timed_execution/include/hpx/timed_execution/timed_execution_fwd.hpp
    M libs/core/type_support/include/hpx/type_support/assert_owns_lock.hpp
    M libs/core/type_support/include/hpx/type_support/relocate_at.hpp
    M libs/core/util/include/hpx/util/detail/reserve.hpp
    M libs/core/version/CMakeLists.txt
    M libs/core/version/src/version.cpp
    M libs/full/actions_base/include/hpx/actions_base/basic_action.hpp
    M libs/full/actions_base/include/hpx/actions_base/component_action.hpp
    M libs/full/actions_base/include/hpx/actions_base/detail/action_factory.hpp
    M libs/full/actions_base/include/hpx/actions_base/plain_action.hpp
    M 
libs/full/actions_base/include/hpx/actions_base/traits/action_was_object_migrated.hpp
    M 
libs/full/async_distributed/include/hpx/async_distributed/base_lco_with_value.hpp
    M libs/full/async_distributed/include/hpx/async_distributed/continuation.hpp
    M libs/full/collectives/include/hpx/collectives/broadcast_direct.hpp
    M libs/full/collectives/include/hpx/collectives/fold.hpp
    M libs/full/collectives/include/hpx/collectives/reduce_direct.hpp
    M libs/full/collectives/include/hpx/collectives/spmd_block.hpp
    M libs/full/collectives/tests/performance/osu/broadcast.hpp
    M 
libs/full/components_base/include/hpx/components_base/component_startup_shutdown.hpp
    M libs/full/components_base/include/hpx/components_base/component_type.hpp
    M 
libs/full/components_base/include/hpx/components_base/traits/action_decorate_function.hpp
    M libs/full/include/include/hpx/include/traits.hpp
    M libs/full/lcos_distributed/include/hpx/lcos_distributed/server/channel.hpp
    M 
libs/full/runtime_components/include/hpx/runtime_components/component_factory.hpp
    M 
libs/full/runtime_components/include/hpx/runtime_components/component_registry.hpp
    M 
libs/full/runtime_components/include/hpx/runtime_components/derived_component_factory.hpp
    M 
libs/full/runtime_components/include/hpx/runtime_components/distributed_metadata_base.hpp
    M tests/performance/local/agas_cache_timings.cpp
    M tests/performance/local/sizeof.cpp

  Log Message:
  -----------
  Fixing #includes for processor and concepts modules

Signed-off-by: Hartmut Kaiser <hartmut.kai...@gmail.com>


  Commit: 773572e396d8274ffeadb8d6d8ff821191cec237
      
https://github.com/STEllAR-GROUP/hpx/commit/773572e396d8274ffeadb8d6d8ff821191cec237
  Author: Hartmut Kaiser <hartmut.kai...@gmail.com>
  Date:   2025-09-18 (Thu, 18 Sep 2025)

  Changed paths:
    M cmake/HPX_AddModule.cmake
    M cmake/templates/global_module_header_modules.hpp.in
    M 
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_component_decl.hpp
    M 
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_component_impl.hpp
    M 
components/containers/unordered/include/hpx/components/containers/unordered/partition_unordered_map_component.hpp
    M examples/accumulators/server/template_accumulator.hpp
    M libs/core/algorithms/CMakeLists.txt
    M libs/core/algorithms/include/hpx/algorithms/traits/projected.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/all_any_none.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/copy.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/count.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/destroy.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/detail/adjacent_difference.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/detail/adjacent_find.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/detail/contains.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/detail/equal.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/detail/fill.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/detail/find.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/detail/generate.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/detail/mismatch.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/detail/reduce.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/detail/reduce_deterministic.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/detail/replace.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/detail/search.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/equal.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/exclusive_scan.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/fill.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/find.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/for_each.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/for_loop.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/generate.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/includes.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/inclusive_scan.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/is_heap.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/lexicographical_compare.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/make_heap.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/minmax.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/nth_element.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/partial_sort.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/partial_sort_copy.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/partition.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/reduce.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/reduce_deterministic.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/remove.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/remove_copy.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/replace.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/reverse.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/rotate.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/set_difference.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/set_intersection.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/set_symmetric_difference.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/set_union.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/shift_left.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/shift_right.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/sort.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/stable_sort.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/transform.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/transform_exclusive_scan.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/transform_inclusive_scan.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/transform_reduce.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_copy.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_fill.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_move.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_relocate.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/unique.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/all_any_none.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/copy.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/count.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/destroy.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/ends_with.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/equal.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/exclusive_scan.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/find.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/for_each.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/generate.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/includes.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/inclusive_scan.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/is_heap.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/make_heap.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/merge.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/minmax.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/mismatch.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/move.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/partial_sort.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/partial_sort_copy.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/partition.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/reduce.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/remove.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/remove_copy.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/replace.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/reverse.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/rotate.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/set_difference.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/set_intersection.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/set_symmetric_difference.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/set_union.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/shift_left.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/shift_right.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/sort.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/stable_sort.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/starts_with.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/swap_ranges.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/transform.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/transform_exclusive_scan.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/transform_reduce.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/unique.hpp
    M libs/core/algorithms/include/hpx/parallel/datapar/adjacent_difference.hpp
    M libs/core/algorithms/include/hpx/parallel/datapar/adjacent_find.hpp
    M libs/core/algorithms/include/hpx/parallel/datapar/equal.hpp
    M libs/core/algorithms/include/hpx/parallel/datapar/fill.hpp
    M libs/core/algorithms/include/hpx/parallel/datapar/find.hpp
    M libs/core/algorithms/include/hpx/parallel/datapar/generate.hpp
    M libs/core/algorithms/include/hpx/parallel/datapar/iterator_helpers.hpp
    M libs/core/algorithms/include/hpx/parallel/datapar/mismatch.hpp
    M libs/core/algorithms/include/hpx/parallel/datapar/reduce.hpp
    M libs/core/algorithms/include/hpx/parallel/datapar/replace.hpp
    M libs/core/algorithms/include/hpx/parallel/datapar/transfer.hpp
    M libs/core/algorithms/include/hpx/parallel/run_on_all.hpp
    M libs/core/algorithms/include/hpx/parallel/task_block.hpp
    M libs/core/algorithms/include/hpx/parallel/task_group.hpp
    M libs/core/algorithms/include/hpx/parallel/unseq/reduce_helpers.hpp
    M libs/core/algorithms/include/hpx/parallel/unseq/simd_helpers.hpp
    M libs/core/algorithms/include/hpx/parallel/util/adapt_placement_mode.hpp
    M libs/core/algorithms/include/hpx/parallel/util/adapt_sharing_mode.hpp
    M libs/core/algorithms/include/hpx/parallel/util/adapt_thread_priority.hpp
    M libs/core/algorithms/include/hpx/parallel/util/compare_projected.hpp
    M libs/core/algorithms/include/hpx/parallel/util/detail/algorithm_result.hpp
    M libs/core/algorithms/include/hpx/parallel/util/detail/chunk_size.hpp
    M 
libs/core/algorithms/include/hpx/parallel/util/detail/chunk_size_iterator.hpp
    M libs/core/algorithms/include/hpx/parallel/util/detail/sender_util.hpp
    M libs/core/algorithms/include/hpx/parallel/util/invoke_projected.hpp
    M libs/core/algorithms/include/hpx/parallel/util/loop.hpp
    M libs/core/algorithms/include/hpx/parallel/util/ranges_facilities.hpp
    M libs/core/algorithms/include/hpx/parallel/util/transfer.hpp
    M libs/core/algorithms/include/hpx/parallel/util/transform_loop.hpp
    M libs/core/algorithms/tests/unit/container_algorithms/test_utils.hpp
    M libs/core/allocator_support/CMakeLists.txt
    M 
libs/core/allocator_support/include/hpx/allocator_support/aligned_allocator.hpp
    M 
libs/core/allocator_support/include/hpx/allocator_support/allocator_deleter.hpp
    M libs/core/allocator_support/include/hpx/allocator_support/detail/new.hpp
    M 
libs/core/allocator_support/include/hpx/allocator_support/internal_allocator.hpp
    M 
libs/core/allocator_support/include/hpx/allocator_support/thread_local_caching_allocator.hpp
    M 
libs/core/allocator_support/include/hpx/allocator_support/traits/is_allocator.hpp
    M libs/core/async_base/include/hpx/async_base/scheduling_properties.hpp
    M libs/core/async_combinators/CMakeLists.txt
    M libs/core/async_combinators/include/hpx/async_combinators/wait_all.hpp
    M libs/core/async_combinators/include/hpx/async_combinators/wait_any.hpp
    M libs/core/async_combinators/include/hpx/async_combinators/wait_each.hpp
    M libs/core/async_combinators/include/hpx/async_combinators/wait_some.hpp
    M libs/core/async_combinators/include/hpx/async_combinators/when_all.hpp
    M libs/core/async_combinators/include/hpx/async_combinators/when_any.hpp
    M libs/core/async_combinators/include/hpx/async_combinators/when_some.hpp
    M libs/core/async_cuda/CMakeLists.txt
    M libs/core/async_cuda/include/hpx/async_cuda/target.hpp
    M libs/core/async_cuda/include/hpx/async_cuda/transform_stream.hpp
    M libs/core/async_cuda/src/cuda_future.cpp
    M libs/core/async_cuda/src/cuda_target.cpp
    M libs/core/async_mpi/CMakeLists.txt
    M libs/core/async_mpi/include/hpx/async_mpi/transform_mpi.hpp
    M libs/core/async_sycl/src/sycl_future.cpp
    M libs/core/cache/CMakeLists.txt
    M libs/core/cache/include/hpx/cache/entries/entry.hpp
    M libs/core/cache/include/hpx/cache/entries/fifo_entry.hpp
    M libs/core/cache/include/hpx/cache/entries/lfu_entry.hpp
    M libs/core/cache/include/hpx/cache/entries/lru_entry.hpp
    M libs/core/cache/include/hpx/cache/entries/size_entry.hpp
    M libs/core/cache/include/hpx/cache/local_cache.hpp
    M libs/core/cache/include/hpx/cache/lru_cache.hpp
    M libs/core/cache/include/hpx/cache/policies/always.hpp
    M libs/core/cache/include/hpx/cache/statistics/local_full_statistics.hpp
    M libs/core/cache/include/hpx/cache/statistics/local_statistics.hpp
    M libs/core/cache/include/hpx/cache/statistics/no_statistics.hpp
    M libs/core/cache/tests/unit/local_lru_cache.cpp
    M libs/core/cache/tests/unit/local_mru_cache.cpp
    M libs/core/cache/tests/unit/local_statistics.cpp
    M libs/core/command_line_handling_local/CMakeLists.txt
    M libs/core/command_line_handling_local/src/command_line_handling_local.cpp
    M libs/core/compute_local/include/hpx/compute_local/host/block_allocator.hpp
    M 
libs/core/compute_local/include/hpx/compute_local/host/block_fork_join_executor.hpp
    M libs/core/concepts/include/hpx/concepts/concepts.hpp
    M libs/core/concurrency/include/hpx/concurrency/detail/freelist_stack.hpp
    M libs/core/config/cmake/templates/config_version.hpp.in
    M libs/core/config/include/hpx/config.hpp
    M libs/core/config/include/hpx/config/deprecation.hpp
    M libs/core/config/include/hpx/config/lambda_capture_this.hpp
    M libs/core/config/src/version.cpp
    M libs/core/execution/CMakeLists.txt
    M libs/core/execution/include/hpx/execution/algorithms/as_sender.hpp
    M libs/core/execution/include/hpx/execution/algorithms/bulk.hpp
    M 
libs/core/execution/include/hpx/execution/algorithms/detail/inject_scheduler.hpp
    M 
libs/core/execution/include/hpx/execution/algorithms/detail/partial_algorithm.hpp
    M libs/core/execution/include/hpx/execution/algorithms/ensure_started.hpp
    M libs/core/execution/include/hpx/execution/algorithms/execute.hpp
    M libs/core/execution/include/hpx/execution/algorithms/keep_future.hpp
    M libs/core/execution/include/hpx/execution/algorithms/let_error.hpp
    M libs/core/execution/include/hpx/execution/algorithms/let_stopped.hpp
    M libs/core/execution/include/hpx/execution/algorithms/let_value.hpp
    M libs/core/execution/include/hpx/execution/algorithms/make_future.hpp
    M libs/core/execution/include/hpx/execution/algorithms/run_loop.hpp
    M libs/core/execution/include/hpx/execution/algorithms/schedule_from.hpp
    M libs/core/execution/include/hpx/execution/algorithms/split.hpp
    M libs/core/execution/include/hpx/execution/algorithms/start_detached.hpp
    M libs/core/execution/include/hpx/execution/algorithms/sync_wait.hpp
    M libs/core/execution/include/hpx/execution/algorithms/then.hpp
    M libs/core/execution/include/hpx/execution/algorithms/transfer.hpp
    M libs/core/execution/include/hpx/execution/algorithms/transfer_just.hpp
    M libs/core/execution/include/hpx/execution/algorithms/when_all.hpp
    M libs/core/execution/include/hpx/execution/algorithms/when_all_vector.hpp
    M 
libs/core/execution/include/hpx/execution/detail/async_launch_policy_dispatch.hpp
    M libs/core/execution/include/hpx/execution/detail/future_exec.hpp
    M 
libs/core/execution/include/hpx/execution/detail/sync_launch_policy_dispatch.hpp
    M libs/core/execution/include/hpx/execution/executors/execution.hpp
    M 
libs/core/execution/include/hpx/execution/executors/execution_information.hpp
    M 
libs/core/execution/include/hpx/execution/executors/execution_parameters.hpp
    M 
libs/core/execution/include/hpx/execution/executors/execution_parameters_fwd.hpp
    M libs/core/execution/include/hpx/execution/queries/get_allocator.hpp
    M 
libs/core/execution/include/hpx/execution/queries/get_delegatee_scheduler.hpp
    M libs/core/execution/include/hpx/execution/queries/get_scheduler.hpp
    M libs/core/execution/include/hpx/execution/queries/get_stop_token.hpp
    M libs/core/execution/include/hpx/execution/queries/read.hpp
    M 
libs/core/execution/include/hpx/execution/traits/detail/eve/vector_pack_get_set.hpp
    M 
libs/core/execution/include/hpx/execution/traits/detail/simd/vector_pack_get_set.hpp
    M 
libs/core/execution/include/hpx/execution/traits/detail/vc/vector_pack_get_set.hpp
    M libs/core/execution/include/hpx/execution/traits/executor_traits.hpp
    M 
libs/core/execution/include/hpx/execution/traits/future_then_result_exec.hpp
    M libs/core/execution/tests/unit/forwarding_env_query.cpp
    M libs/core/execution/tests/unit/forwarding_scheduler_query.cpp
    M libs/core/execution/tests/unit/forwarding_sender_query.cpp
    M libs/core/execution_base/CMakeLists.txt
    M 
libs/core/execution_base/include/hpx/execution_base/completion_scheduler.hpp
    M 
libs/core/execution_base/include/hpx/execution_base/completion_signatures.hpp
    M libs/core/execution_base/include/hpx/execution_base/execution.hpp
    M libs/core/execution_base/include/hpx/execution_base/get_env.hpp
    M libs/core/execution_base/include/hpx/execution_base/operation_state.hpp
    M libs/core/execution_base/include/hpx/execution_base/receiver.hpp
    M libs/core/execution_base/include/hpx/execution_base/sender.hpp
    M libs/core/execution_base/include/hpx/execution_base/this_thread.hpp
    M 
libs/core/execution_base/include/hpx/execution_base/traits/coroutine_traits.hpp
    M libs/core/execution_base/include/hpx/execution_base/traits/is_executor.hpp
    M libs/core/execution_base/tests/include/coroutine_task.hpp
    M libs/core/execution_base/tests/unit/basic_operation_state.cpp
    M libs/core/executors/CMakeLists.txt
    M 
libs/core/executors/include/hpx/executors/datapar/execution_policy_mappings.hpp
    M libs/core/executors/include/hpx/executors/detail/index_queue_spawning.hpp
    M libs/core/executors/include/hpx/executors/execute_on.hpp
    M libs/core/executors/include/hpx/executors/execution_policy_annotation.hpp
    M libs/core/executors/include/hpx/executors/execution_policy_mappings.hpp
    M libs/core/executors/include/hpx/executors/execution_policy_parameters.hpp
    M 
libs/core/executors/include/hpx/executors/execution_policy_scheduling_property.hpp
    M libs/core/executors/include/hpx/executors/explicit_scheduler_executor.hpp
    M libs/core/executors/include/hpx/executors/limiting_executor.hpp
    M libs/core/executors/include/hpx/executors/parallel_executor.hpp
    M libs/core/executors/include/hpx/executors/scheduler_executor.hpp
    M libs/core/executors/include/hpx/executors/thread_pool_scheduler.hpp
    M libs/core/executors/include/hpx/executors/thread_pool_scheduler_bulk.hpp
    M libs/core/functional/CMakeLists.txt
    M libs/core/functional/include/hpx/functional/bind.hpp
    M libs/core/functional/include/hpx/functional/bind_back.hpp
    M libs/core/functional/include/hpx/functional/bind_front.hpp
    M libs/core/functional/include/hpx/functional/deferred_call.hpp
    M libs/core/functional/include/hpx/functional/detail/basic_function.hpp
    M 
libs/core/functional/include/hpx/functional/detail/function_registration.hpp
    M libs/core/functional/include/hpx/functional/function.hpp
    M libs/core/functional/include/hpx/functional/function_ref.hpp
    M libs/core/functional/include/hpx/functional/invoke.hpp
    M libs/core/functional/include/hpx/functional/invoke_fused.hpp
    M libs/core/functional/include/hpx/functional/mem_fn.hpp
    M libs/core/functional/include/hpx/functional/move_only_function.hpp
    M libs/core/functional/include/hpx/functional/one_shot.hpp
    M libs/core/functional/src/basic_function.cpp
    M libs/core/functional/tests/regressions/is_callable_1179.cpp
    M libs/core/functional/tests/unit/is_invocable.cpp
    M libs/core/futures/CMakeLists.txt
    M libs/core/futures/include/hpx/futures/detail/future_data.hpp
    M libs/core/futures/include/hpx/futures/future.hpp
    M libs/core/futures/include/hpx/futures/futures_factory.hpp
    M libs/core/futures/include/hpx/futures/packaged_continuation.hpp
    M libs/core/futures/include/hpx/futures/packaged_task.hpp
    M libs/core/futures/include/hpx/futures/promise.hpp
    M libs/core/futures/include/hpx/futures/traits/acquire_future.hpp
    M libs/core/futures/include/hpx/futures/traits/future_then_result.hpp
    M libs/core/include_local/CMakeLists.txt
    M libs/core/include_local/include/hpx/source_location.hpp
    M libs/core/include_local/include/hpx/type_traits.hpp
    M libs/core/init_runtime_local/CMakeLists.txt
    M 
libs/core/init_runtime_local/include/hpx/init_runtime_local/init_runtime_local.hpp
    M libs/core/init_runtime_local/src/init_logging.cpp
    M libs/core/iterator_support/CMakeLists.txt
    M 
libs/core/iterator_support/include/hpx/iterator_support/iterator_facade.hpp
    M 
libs/core/iterator_support/include/hpx/iterator_support/transform_iterator.hpp
    M libs/core/iterator_support/include/hpx/iterator_support/zip_iterator.hpp
    M libs/core/lcos_local/CMakeLists.txt
    M libs/core/lcos_local/include/hpx/lcos_local/and_gate.hpp
    M 
libs/core/lock_registration/include/hpx/lock_registration/detail/register_locks.hpp
    M libs/core/logging/CMakeLists.txt
    A libs/core/logging/include/hpx/logging/api.hpp
    M libs/core/logging/include/hpx/logging/detail/logger.hpp
    M libs/core/logging/include/hpx/logging/detail/macros.hpp
    M libs/core/logging/include/hpx/logging/format/destinations.hpp
    M libs/core/logging/include/hpx/logging/format/formatters.hpp
    M libs/core/logging/include/hpx/logging/format/named_write.hpp
    M libs/core/logging/include/hpx/logging/level.hpp
    A libs/core/logging/include/hpx/logging/macros.hpp
    M libs/core/logging/include/hpx/logging/manipulator.hpp
    M libs/core/logging/include/hpx/logging/message.hpp
    R libs/core/logging/include/hpx/modules/logging.hpp
    M libs/core/logging/src/format/destination/defaults_destination.cpp
    M libs/core/logging/src/format/destination/file.cpp
    M libs/core/logging/src/format/formatter/defaults_formatter.cpp
    M libs/core/logging/src/format/formatter/high_precision_time.cpp
    M libs/core/logging/src/format/formatter/thread_id.cpp
    M libs/core/logging/src/format/named_write.cpp
    M libs/core/logging/src/level.cpp
    M libs/core/logging/src/logging.cpp
    M libs/core/logging/src/manipulator.cpp
    M libs/core/mpi_base/CMakeLists.txt
    M libs/core/mpi_base/src/mpi_environment.cpp
    M libs/core/pack_traversal/CMakeLists.txt
    M 
libs/core/pack_traversal/include/hpx/pack_traversal/detail/pack_traversal_async_impl.hpp
    M 
libs/core/pack_traversal/include/hpx/pack_traversal/detail/pack_traversal_impl.hpp
    M libs/core/pack_traversal/include/hpx/pack_traversal/detail/unwrap_impl.hpp
    M libs/core/plugin/CMakeLists.txt
    M libs/core/plugin/include/hpx/plugin/config.hpp
    M libs/core/plugin/include/hpx/plugin/export_plugin.hpp
    M libs/core/prefix/CMakeLists.txt
    M libs/core/prefix/include/hpx/prefix/find_prefix.hpp
    M libs/core/program_options/examples/config_file_types.cpp
    M libs/core/program_options/src/convert.cpp
    M libs/core/program_options/tests/unit/winmain.cpp
    M libs/core/properties/CMakeLists.txt
    M libs/core/properties/include/hpx/properties/property.hpp
    M libs/core/resiliency/CMakeLists.txt
    M libs/core/resiliency/include/hpx/resiliency/async_replay.hpp
    M libs/core/resiliency/include/hpx/resiliency/async_replay_executor.hpp
    M libs/core/resiliency/include/hpx/resiliency/async_replicate.hpp
    M libs/core/resiliency/include/hpx/resiliency/async_replicate_executor.hpp
    M libs/core/resiliency/include/hpx/resiliency/resiliency_cpos.hpp
    M libs/core/runtime_configuration/CMakeLists.txt
    M 
libs/core/runtime_configuration/include/hpx/runtime_configuration/static_factory_data.hpp
    M libs/core/runtime_configuration/src/runtime_configuration.cpp
    M libs/core/runtime_local/CMakeLists.txt
    M libs/core/runtime_local/include/hpx/runtime_local/run_as_hpx_thread.hpp
    M libs/core/runtime_local/include/hpx/runtime_local/run_as_os_thread.hpp
    M libs/core/schedulers/CMakeLists.txt
    M libs/core/schedulers/include/hpx/schedulers/lockfree_queue_backends.hpp
    M libs/core/schedulers/include/hpx/schedulers/thread_queue.hpp
    M libs/core/schedulers/include/hpx/schedulers/thread_queue_mc.hpp
    M libs/core/serialization/CMakeLists.txt
    M 
libs/core/serialization/include/hpx/serialization/detail/polymorphic_id_factory.hpp
    M 
libs/core/serialization/include/hpx/serialization/detail/polymorphic_intrusive_factory.hpp
    M 
libs/core/serialization/include/hpx/serialization/detail/serialize_collection.hpp
    M libs/core/serialization/include/hpx/serialization/serialization_fwd.hpp
    M 
libs/core/serialization/include/hpx/serialization/traits/polymorphic_traits.hpp
    M libs/core/synchronization/CMakeLists.txt
    M libs/core/synchronization/include/hpx/synchronization/async_rw_mutex.hpp
    M libs/core/synchronization/include/hpx/synchronization/once.hpp
    M libs/core/tag_invoke/CMakeLists.txt
    M libs/core/tag_invoke/include/hpx/functional/detail/invoke.hpp
    M libs/core/tag_invoke/include/hpx/functional/detail/tag_fallback_invoke.hpp
    M libs/core/tag_invoke/include/hpx/functional/detail/tag_priority_invoke.hpp
    M libs/core/tag_invoke/include/hpx/functional/invoke_result.hpp
    A libs/core/tag_invoke/include/hpx/functional/macros.hpp
    M libs/core/tag_invoke/include/hpx/functional/tag_invoke.hpp
    M libs/core/tag_invoke/include/hpx/functional/traits/is_invocable.hpp
    M libs/core/tag_invoke/tests/unit/tag_invoke.cpp
    M libs/core/testing/include/hpx/modules/testing.hpp
    M libs/core/thread_pools/CMakeLists.txt
    M 
libs/core/thread_pools/include/hpx/thread_pools/scheduled_thread_pool_impl.hpp
    M libs/core/threading/CMakeLists.txt
    M libs/core/threading/include/hpx/threading/jthread.hpp
    M libs/core/threading_base/CMakeLists.txt
    M libs/core/threading_base/include/hpx/threading_base/annotated_function.hpp
    M 
libs/core/threading_base/include/hpx/threading_base/thread_data_stackful.hpp
    M 
libs/core/threading_base/include/hpx/threading_base/thread_data_stackless.hpp
    M libs/core/threading_base/src/thread_data_stackful.cpp
    M libs/core/threading_base/src/thread_data_stackless.cpp
    M libs/core/timed_execution/CMakeLists.txt
    M 
libs/core/timed_execution/include/hpx/timed_execution/timed_execution_fwd.hpp
    M libs/core/topology/CMakeLists.txt
    M libs/core/topology/include/hpx/topology/scheduling_properties.hpp
    M libs/core/type_support/include/hpx/type_support/assert_owns_lock.hpp
    M libs/core/type_support/include/hpx/type_support/relocate_at.hpp
    M libs/core/util/include/hpx/util/detail/reserve.hpp
    M libs/core/version/CMakeLists.txt
    M libs/core/version/src/version.cpp
    M libs/full/actions/include/hpx/actions/invoke_function.hpp
    M libs/full/actions_base/include/hpx/actions_base/basic_action.hpp
    M libs/full/actions_base/include/hpx/actions_base/component_action.hpp
    M libs/full/actions_base/include/hpx/actions_base/detail/action_factory.hpp
    M libs/full/actions_base/include/hpx/actions_base/plain_action.hpp
    M 
libs/full/actions_base/include/hpx/actions_base/traits/action_was_object_migrated.hpp
    M libs/full/agas/include/hpx/agas/addressing_service.hpp
    M libs/full/agas_base/include/hpx/agas_base/server/primary_namespace.hpp
    M 
libs/full/async_colocated/include/hpx/async_colocated/functional/colocated_helpers.hpp
    M 
libs/full/async_distributed/include/hpx/async_distributed/async_continue_fwd.hpp
    M 
libs/full/async_distributed/include/hpx/async_distributed/base_lco_with_value.hpp
    M libs/full/async_distributed/include/hpx/async_distributed/continuation.hpp
    M 
libs/full/async_distributed/include/hpx/async_distributed/continuation2_impl.hpp
    M 
libs/full/async_distributed/include/hpx/async_distributed/continuation_impl.hpp
    M 
libs/full/async_distributed/include/hpx/async_distributed/packaged_action.hpp
    M libs/full/async_distributed/include/hpx/async_distributed/trigger.hpp
    M libs/full/collectives/include/hpx/collectives/broadcast_direct.hpp
    M libs/full/collectives/include/hpx/collectives/fold.hpp
    M libs/full/collectives/include/hpx/collectives/reduce_direct.hpp
    M libs/full/collectives/include/hpx/collectives/spmd_block.hpp
    M libs/full/collectives/tests/performance/osu/broadcast.hpp
    M libs/full/command_line_handling/src/command_line_handling.cpp
    M 
libs/full/components_base/include/hpx/components_base/component_startup_shutdown.hpp
    M libs/full/components_base/include/hpx/components_base/component_type.hpp
    M libs/full/components_base/include/hpx/components_base/server/component.hpp
    M 
libs/full/components_base/include/hpx/components_base/server/wrapper_heap.hpp
    M 
libs/full/components_base/include/hpx/components_base/traits/action_decorate_function.hpp
    M libs/full/include/include/hpx/include/traits.hpp
    M libs/full/lcos_distributed/include/hpx/lcos_distributed/server/channel.hpp
    M 
libs/full/runtime_components/include/hpx/runtime_components/component_factory.hpp
    M 
libs/full/runtime_components/include/hpx/runtime_components/component_registry.hpp
    M 
libs/full/runtime_components/include/hpx/runtime_components/derived_component_factory.hpp
    M 
libs/full/runtime_components/include/hpx/runtime_components/distributed_metadata_base.hpp
    M 
libs/full/runtime_distributed/include/hpx/runtime_distributed/big_boot_barrier.hpp
    M tests/performance/local/agas_cache_timings.cpp
    M tests/performance/local/sizeof.cpp
    M tools/change_includes.sh

  Log Message:
  -----------
  Merge pull request #6781 from STEllAR-GROUP/cxx_modules

Converting HPX modules to C++ modules


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/e07d113c8614...773572e396d8

To unsubscribe from these emails, change your notification settings at 
https://github.com/STEllAR-GROUP/hpx/settings/notifications
_______________________________________________
hpx-commits mailing list
hpx-commits@mail.cct.lsu.edu
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to