Branch: refs/heads/hpx_core_modules
Home: https://github.com/STEllAR-GROUP/hpx
Commit: 454cb46d95d0504b550d9c152a78dcfae5feed6b
https://github.com/STEllAR-GROUP/hpx/commit/454cb46d95d0504b550d9c152a78dcfae5feed6b
Author: Hartmut Kaiser <[email protected]>
Date: 2025-12-01 (Mon, 01 Dec 2025)
Changed paths:
M libs/CMakeLists.txt
M libs/core/async_mpi/include/hpx/async_mpi/mpi_future.hpp
M libs/core/compute_local/CMakeLists.txt
M
libs/core/compute_local/include/hpx/compute_local/detail/get_proxy_type.hpp
M libs/core/compute_local/include/hpx/compute_local/detail/iterator.hpp
M libs/core/compute_local/include/hpx/compute_local/host/block_allocator.hpp
M libs/core/compute_local/include/hpx/compute_local/host/block_executor.hpp
M
libs/core/compute_local/include/hpx/compute_local/host/block_fork_join_executor.hpp
M libs/core/compute_local/include/hpx/compute_local/host/get_targets.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/numa_domains.hpp
M libs/core/compute_local/include/hpx/compute_local/host/target.hpp
M libs/core/compute_local/include/hpx/compute_local/serialization/vector.hpp
M libs/core/compute_local/include/hpx/compute_local/traits/access_target.hpp
M
libs/core/compute_local/include/hpx/compute_local/traits/allocator_traits.hpp
M libs/core/compute_local/include/hpx/compute_local/vector.hpp
M libs/core/debugging/tests/unit/print.cpp
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.hpp.in
M
libs/core/init_runtime_local/include/hpx/init_runtime_local/detail/init_logging.hpp
M
libs/core/init_runtime_local/include/hpx/init_runtime_local/init_runtime_local.hpp
A libs/core/init_runtime_local/include/hpx/init_runtime_local/macros.hpp
M libs/core/program_options/CMakeLists.txt
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/tests/unit/cmdline.cpp
M libs/core/program_options/tests/unit/options_description.cpp
M libs/core/program_options/tests/unit/options_exception.cpp
M libs/core/program_options/tests/unit/parsers.cpp
M libs/core/program_options/tests/unit/positional_options.cpp
M libs/core/program_options/tests/unit/split.cpp
M libs/core/program_options/tests/unit/unicode.cpp
M libs/core/program_options/tests/unit/unrecognized.cpp
M libs/core/program_options/tests/unit/variable_map.cpp
M libs/core/program_options/tests/unit/winmain.cpp
M libs/core/resiliency/CMakeLists.txt
M libs/full/compute/include/hpx/compute/host.hpp
M libs/full/compute/include/hpx/compute/host/get_targets.hpp
M libs/full/compute/include/hpx/compute/traits.hpp
M libs/full/include/include/hpx/include/compute.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_impl.hpp
M libs/full/init_runtime/include/hpx/init.hpp
M libs/full/init_runtime/include/hpx/init_runtime/detail/init_logging.hpp
M libs/full/init_runtime/src/hpx_init.cpp
Log Message:
-----------
Adapt last HPX modules of the HPX core library to C++ modules
Signed-off-by: Hartmut Kaiser <[email protected]>
Commit: e7a92511a42b1f98282820212225f7b7dd10c644
https://github.com/STEllAR-GROUP/hpx/commit/e7a92511a42b1f98282820212225f7b7dd10c644
Author: Hartmut Kaiser <[email protected]>
Date: 2025-12-01 (Mon, 01 Dec 2025)
Changed paths:
M examples/1d_stencil/CMakeLists.txt
M examples/accumulators/CMakeLists.txt
M examples/apex/CMakeLists.txt
M examples/async_io/CMakeLists.txt
M examples/balancing/CMakeLists.txt
M examples/cancelable_action/CMakeLists.txt
M examples/cancelable_action/cancelable_action/CMakeLists.txt
M examples/future_reduce/CMakeLists.txt
M examples/heartbeat/CMakeLists.txt
M examples/hello_world_component/CMakeLists.txt
M examples/interpolate1d/CMakeLists.txt
M examples/interpolate1d/interpolate1d/CMakeLists.txt
M examples/jacobi/CMakeLists.txt
M examples/jacobi/jacobi_component/CMakeLists.txt
M examples/jacobi/jacobi_component/row_range.hpp
M examples/jacobi_smp/CMakeLists.txt
M examples/nqueen/CMakeLists.txt
M examples/performance_counters/CMakeLists.txt
M examples/performance_counters/sine/CMakeLists.txt
M examples/pipeline/CMakeLists.txt
M examples/qt/CMakeLists.txt
M examples/quickstart/CMakeLists.txt
M examples/random_mem_access/CMakeLists.txt
M examples/random_mem_access/random_mem_access/CMakeLists.txt
M examples/sheneos/CMakeLists.txt
M examples/sheneos/sheneos/CMakeLists.txt
M examples/spell_check/CMakeLists.txt
M examples/spell_check/spell_check_file.cpp
M examples/spell_check/spell_check_simple.cpp
M examples/startup_shutdown/CMakeLists.txt
M examples/throttle/CMakeLists.txt
M examples/throttle/throttle/CMakeLists.txt
M examples/transpose/CMakeLists.txt
M examples/tuplespace/CMakeLists.txt
M examples/tuplespace/central_tuplespace/CMakeLists.txt
M libs/core/execution_base/include/hpx/execution_base/this_thread.hpp
M
libs/core/program_options/include/hpx/program_options/detail/value_semantic.hpp
M tests/performance/local/CMakeLists.txt
M tests/performance/local/htts_v2/CMakeLists.txt
M tests/performance/network/CMakeLists.txt
M tests/performance/network/network_storage/CMakeLists.txt
M tests/regressions/CMakeLists.txt
M tests/regressions/block_matrix/CMakeLists.txt
M tests/regressions/component/CMakeLists.txt
M tests/regressions/lcos/CMakeLists.txt
M tests/regressions/threads/CMakeLists.txt
M tests/regressions/util/CMakeLists.txt
M tests/unit/apex/CMakeLists.txt
M tests/unit/init/CMakeLists.txt
Log Message:
-----------
Enable compiling examples and tests using C++ modules
Signed-off-by: Hartmut Kaiser <[email protected]>
Compare:
https://github.com/STEllAR-GROUP/hpx/compare/ae3756fba45a...e7a92511a42b
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