Branch: refs/heads/hpx_core_modules
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: cdbb6668f54ef8fa7231f4f7b87565c1694a22b3
      
https://github.com/STEllAR-GROUP/hpx/commit/cdbb6668f54ef8fa7231f4f7b87565c1694a22b3
  Author: Hartmut Kaiser <[email protected]>
  Date:   2025-12-04 (Thu, 04 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: 4ee61b350e954b8ada219d939966dd3a7af36e0f
      
https://github.com/STEllAR-GROUP/hpx/commit/4ee61b350e954b8ada219d939966dd3a7af36e0f
  Author: Hartmut Kaiser <[email protected]>
  Date:   2025-12-04 (Thu, 04 Dec 2025)

  Changed paths:
    M .github/workflows/linux_debug.yml
    M cmake/HPX_SetupEve.cmake
    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/contracts/tests/unit/declaration_contracts_fail_contract_assert.cpp
    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

- flyby: fixing contract tests

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


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/b2ad40a76f8d...4ee61b350e95

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