Branch: refs/heads/level12_modules
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 0f7a06c82a6747b57cc4da2badd2fdeaed67cfb6
      
https://github.com/STEllAR-GROUP/hpx/commit/0f7a06c82a6747b57cc4da2badd2fdeaed67cfb6
  Author: Hartmut Kaiser <[email protected]>
  Date:   2025-11-16 (Sun, 16 Nov 2025)

  Changed paths:
    M CMakeLists.txt
    M cmake/HPX_AddComponent.cmake
    M cmake/HPX_AddExecutable.cmake
    M cmake/HPX_AddLibrary.cmake
    M cmake/HPX_SetupTarget.cmake
    M components/component_storage/CMakeLists.txt
    M components/component_storage/tests/unit/CMakeLists.txt
    M components/containers/partitioned_vector/CMakeLists.txt
    M components/containers/partitioned_vector/tests/regressions/CMakeLists.txt
    M components/containers/partitioned_vector/tests/unit/CMakeLists.txt
    M components/containers/unordered/CMakeLists.txt
    M components/containers/unordered/tests/regressions/CMakeLists.txt
    M components/containers/unordered/tests/unit/CMakeLists.txt
    M components/iostreams/CMakeLists.txt
    M components/iostreams/tests/regressions/CMakeLists.txt
    M components/parcel_plugins/binary_filter/bzip2/CMakeLists.txt
    M 
components/parcel_plugins/binary_filter/bzip2/tests/regressions/CMakeLists.txt
    M components/parcel_plugins/binary_filter/bzip2/tests/unit/CMakeLists.txt
    M components/parcel_plugins/binary_filter/snappy/CMakeLists.txt
    M 
components/parcel_plugins/binary_filter/snappy/tests/regressions/CMakeLists.txt
    M components/parcel_plugins/binary_filter/snappy/tests/unit/CMakeLists.txt
    M components/parcel_plugins/binary_filter/zlib/CMakeLists.txt
    M 
components/parcel_plugins/binary_filter/zlib/tests/regressions/CMakeLists.txt
    M components/parcel_plugins/binary_filter/zlib/tests/unit/CMakeLists.txt
    M components/parcel_plugins/coalescing/CMakeLists.txt
    M components/parcel_plugins/coalescing/tests/regressions/CMakeLists.txt
    M components/parcel_plugins/coalescing/tests/unit/CMakeLists.txt
    M components/performance_counters/io/CMakeLists.txt
    M components/performance_counters/memory_counters/CMakeLists.txt
    M components/performance_counters/papi/CMakeLists.txt
    M components/performance_counters/papi/tests/regressions/CMakeLists.txt
    M components/performance_counters/power/CMakeLists.txt
    M components/performance_counters/power/tests/unit/CMakeLists.txt
    M components/process/CMakeLists.txt
    M init/src/hpx_init.cpp
    M init/src/hpx_main.cpp
    M init/src/hpx_main_variables_map.cpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/for_loop_reduction_base.hpp
    M libs/core/algorithms/include/hpx/parallel/util/prefetching.hpp
    M libs/core/async_base/include/hpx/async_base/dataflow.hpp
    M libs/core/async_combinators/include/hpx/async_combinators/when_all.hpp
    M libs/core/async_cuda/include/hpx/async_cuda/cuda_event.hpp
    M libs/core/async_cuda/src/cuda_event_callback.cpp
    M libs/core/async_sycl/src/sycl_event_callback.cpp
    M libs/core/batch_environments/CMakeLists.txt
    R 
libs/core/batch_environments/include/hpx/batch_environments/alps_environment.hpp
    M 
libs/core/batch_environments/include/hpx/batch_environments/batch_environment.hpp
    A 
libs/core/batch_environments/include/hpx/batch_environments/detail/alps_environment.hpp
    A 
libs/core/batch_environments/include/hpx/batch_environments/detail/flux_environment.hpp
    A 
libs/core/batch_environments/include/hpx/batch_environments/detail/pbs_environment.hpp
    A 
libs/core/batch_environments/include/hpx/batch_environments/detail/pjm_environment.hpp
    A 
libs/core/batch_environments/include/hpx/batch_environments/detail/slurm_environment.hpp
    R 
libs/core/batch_environments/include/hpx/batch_environments/flux_environment.hpp
    R 
libs/core/batch_environments/include/hpx/batch_environments/pbs_environment.hpp
    R 
libs/core/batch_environments/include/hpx/batch_environments/pjm_environment.hpp
    R 
libs/core/batch_environments/include/hpx/batch_environments/slurm_environment.hpp
    R libs/core/batch_environments/src/alps_environment.cpp
    M libs/core/batch_environments/src/batch_environment.cpp
    A libs/core/batch_environments/src/detail/alps_environment.cpp
    A libs/core/batch_environments/src/detail/flux_environment.cpp
    A libs/core/batch_environments/src/detail/pbs_environment.cpp
    A libs/core/batch_environments/src/detail/pjm_environment.cpp
    A libs/core/batch_environments/src/detail/slurm_environment.cpp
    R libs/core/batch_environments/src/flux_environment.cpp
    R libs/core/batch_environments/src/pbs_environment.cpp
    R libs/core/batch_environments/src/pjm_environment.cpp
    R libs/core/batch_environments/src/slurm_environment.cpp
    M libs/core/batch_environments/tests/unit/parse_slurm_environment.cpp
    M libs/core/command_line_handling_local/src/parse_command_line_local.cpp
    M libs/core/concurrency/CMakeLists.txt
    M libs/core/concurrency/include/hpx/concurrency/barrier.hpp
    M libs/core/concurrency/include/hpx/concurrency/cache_line_data.hpp
    M libs/core/concurrency/include/hpx/concurrency/concurrentqueue.hpp
    M libs/core/concurrency/include/hpx/concurrency/deque.hpp
    M 
libs/core/concurrency/include/hpx/concurrency/detail/contiguous_index_queue.hpp
    M libs/core/concurrency/include/hpx/concurrency/detail/copy_payload.hpp
    M libs/core/concurrency/include/hpx/concurrency/detail/freelist.hpp
    M libs/core/concurrency/include/hpx/concurrency/detail/freelist_stack.hpp
    M 
libs/core/concurrency/include/hpx/concurrency/detail/non_contiguous_index_queue.hpp
    M libs/core/concurrency/include/hpx/concurrency/detail/tagged_ptr_dcas.hpp
    M libs/core/concurrency/include/hpx/concurrency/detail/tagged_ptr_pair.hpp
    M 
libs/core/concurrency/include/hpx/concurrency/detail/tagged_ptr_ptrcompression.hpp
    M libs/core/concurrency/include/hpx/concurrency/queue.hpp
    M libs/core/concurrency/include/hpx/concurrency/spinlock.hpp
    M libs/core/concurrency/include/hpx/concurrency/spinlock_pool.hpp
    M libs/core/concurrency/include/hpx/concurrency/stack.hpp
    M libs/core/execution/include/hpx/execution/detail/future_exec.hpp
    M libs/core/executors/include/hpx/executors/detail/index_queue_spawning.hpp
    M libs/core/executors/include/hpx/executors/fork_join_executor.hpp
    M libs/core/executors/include/hpx/executors/parallel_executor.hpp
    M libs/core/executors/include/hpx/executors/thread_pool_scheduler_bulk.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/ini/include/hpx/ini/ini.hpp
    M libs/core/init_runtime_local/src/init_runtime_local.cpp
    M libs/core/io_service/include/hpx/io_service/io_service_pool.hpp
    M libs/core/io_service/src/io_service_pool.cpp
    M libs/core/io_service/src/io_service_thread_pool.cpp
    M libs/core/lcos_local/include/hpx/lcos_local/and_gate.hpp
    M libs/core/prefix/CMakeLists.txt
    M libs/core/prefix/include/hpx/prefix/find_prefix.hpp
    A libs/core/prefix/include/hpx/prefix/macros.hpp
    M libs/core/program_options/CMakeLists.txt
    M libs/core/program_options/examples/config_file_types.cpp
    R libs/core/program_options/include/hpx/modules/program_options.hpp
    M libs/core/program_options/include/hpx/program_options/config.hpp
    M libs/core/program_options/include/hpx/program_options/detail/convert.hpp
    M libs/core/program_options/include/hpx/program_options/detail/parsers.hpp
    M 
libs/core/program_options/include/hpx/program_options/detail/utf8_codecvt_facet.hpp
    M 
libs/core/program_options/include/hpx/program_options/detail/value_semantic.hpp
    M 
libs/core/program_options/include/hpx/program_options/environment_iterator.hpp
    M libs/core/program_options/include/hpx/program_options/eof_iterator.hpp
    M libs/core/program_options/include/hpx/program_options/errors.hpp
    M libs/core/program_options/include/hpx/program_options/option.hpp
    M 
libs/core/program_options/include/hpx/program_options/options_description.hpp
    M libs/core/program_options/include/hpx/program_options/parsers.hpp
    M 
libs/core/program_options/include/hpx/program_options/positional_options.hpp
    M libs/core/program_options/include/hpx/program_options/value_semantic.hpp
    M libs/core/program_options/include/hpx/program_options/variables_map.hpp
    M libs/core/program_options/include/hpx/program_options/version.hpp
    M libs/core/program_options/src/convert.cpp
    M libs/core/program_options/src/parsers.cpp
    M libs/core/program_options/src/value_semantic.cpp
    M libs/core/program_options/src/winmain.cpp
    M libs/core/program_options/tests/unit/parsers.cpp
    M libs/core/program_options/tests/unit/unrecognized.cpp
    M 
libs/core/resource_partitioner/include/hpx/resource_partitioner/detail/create_partitioner.hpp
    M libs/core/runtime_configuration/src/init_ini_data.cpp
    M libs/core/runtime_configuration/src/runtime_configuration.cpp
    M 
libs/core/schedulers/include/hpx/schedulers/local_priority_queue_scheduler.hpp
    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/static_reinit/src/static_reinit.cpp
    M 
libs/core/synchronization/include/hpx/synchronization/detail/condition_variable.hpp
    M libs/core/synchronization/include/hpx/synchronization/latch.hpp
    M libs/core/synchronization/include/hpx/synchronization/shared_mutex.hpp
    M libs/core/synchronization/include/hpx/synchronization/spinlock_pool.hpp
    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/include/hpx/thread_pools/scheduled_thread_pool_impl.hpp
    M libs/core/threading_base/include/hpx/threading_base/scheduler_base.hpp
    M libs/core/threading_base/include/hpx/threading_base/thread_data.hpp
    M libs/core/topology/include/hpx/topology/topology.hpp
    M libs/core/version/src/version.cpp
    M 
libs/full/async_distributed/include/hpx/async_distributed/detail/async_implementations.hpp
    M 
libs/full/components_base/include/hpx/components_base/generate_unique_ids.hpp
    M 
libs/full/components_base/include/hpx/components_base/server/wrapper_heap.hpp
    M libs/full/init_runtime/src/hpx_init.cpp
    M libs/full/naming_base/include/hpx/naming_base/gid_type.hpp
    M 
libs/full/runtime_components/include/hpx/runtime_components/server/console_error_sink_singleton.hpp
    M libs/full/runtime_components/src/component_registry.cpp
    M libs/full/runtime_components/src/console_logging.cpp
    M libs/full/runtime_components/src/server/console_logging_server.cpp
    M 
libs/full/runtime_distributed/include/hpx/runtime_distributed/big_boot_barrier.hpp
    M libs/full/runtime_distributed/src/server/runtime_support_server.cpp
    M tests/performance/local/delay_baseline_threaded.cpp
    M tests/performance/local/native_tls_overhead.cpp
    M tests/performance/local/nonconcurrent_fifo_overhead.cpp
    M tests/performance/local/nonconcurrent_lifo_overhead.cpp

  Log Message:
  -----------
  Adapting HPX modules from level 12 to C++ modules

- flyby: fixing propagation of SCAN_FOR_MODULES to HPX targets

Signed-off-by: Hartmut Kaiser <[email protected]>



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

Reply via email to