Branch: refs/heads/master Home: https://github.com/STEllAR-GROUP/hpx Commit: afd1334171c6c1272dfea5fe5350a21a1cb3b5ba https://github.com/STEllAR-GROUP/hpx/commit/afd1334171c6c1272dfea5fe5350a21a1cb3b5ba Author: Haokun Wu <kylewh...@gmail.com> Date: 2025-08-17 (Sun, 17 Aug 2025)
Changed paths: M CMakeLists.txt M libs/CMakeLists.txt M libs/core/config/include/hpx/config/export_definitions.hpp A libs/core/hpx_core.ixx M libs/core/version/include/hpx/version.hpp Log Message: ----------- Expose HPX version module using c++ 20 modules Signed-off-by: Haokun Wu <kylewh...@gmail.com> Commit: c33dfc9b03ab46a9d76a28597cb3cf20a905c926 https://github.com/STEllAR-GROUP/hpx/commit/c33dfc9b03ab46a9d76a28597cb3cf20a905c926 Author: Haokun Wu <kylewh...@gmail.com> Date: 2025-08-18 (Mon, 18 Aug 2025) Changed paths: M CMakeLists.txt M libs/CMakeLists.txt M libs/core/config/include/hpx/config/export_definitions.hpp M libs/core/hpx_core.ixx M libs/core/version/include/hpx/version.hpp Log Message: ----------- WIP - addressed requested changes in PR Signed-off-by: Haokun Wu <kylewh...@gmail.com> Commit: 357fa3a89fb92439d985fa16f4f792bff1901a24 https://github.com/STEllAR-GROUP/hpx/commit/357fa3a89fb92439d985fa16f4f792bff1901a24 Author: Haokun Wu <kylewh...@gmail.com> Date: 2025-08-18 (Mon, 18 Aug 2025) Changed paths: M .cmake-format.py M CMakeLists.txt M cmake/HPX_AddModule.cmake A cmake/templates/global_module_header_modules.hpp.in M libs/CMakeLists.txt M libs/core/config/include/hpx/config/export_definitions.hpp M libs/core/hpx_core.ixx M libs/core/version/CMakeLists.txt M libs/core/version/tests/unit/version_api.cpp Log Message: ----------- Address review feedback for PR #6761 Signed-off-by: Haokun Wu <kylewh...@gmail.com> Commit: 75d5b725cf9402db22cdb93bbe56af42e092d983 https://github.com/STEllAR-GROUP/hpx/commit/75d5b725cf9402db22cdb93bbe56af42e092d983 Author: Haokun Wu <kylewh...@gmail.com> Date: 2025-08-18 (Mon, 18 Aug 2025) Changed paths: A .github/workflows/linux_debug_modules.yml M CMakeLists.txt M cmake/HPX_AddModule.cmake M cmake/templates/global_module_header_modules.hpp.in M libs/core/hpx_core.ixx M libs/core/version/CMakeLists.txt M libs/core/version/include/hpx/version.hpp M libs/core/version/tests/unit/version_api.cpp Log Message: ----------- Address review feedback and enable C++20 modules in GitHub Actions CI Signed-off-by: Haokun Wu <kylewh...@gmail.com> Commit: 39742971ec09be3416f0fca58e2e41ac2326973c https://github.com/STEllAR-GROUP/hpx/commit/39742971ec09be3416f0fca58e2e41ac2326973c Author: Haokun Wu <kylewh...@gmail.com> Date: 2025-08-18 (Mon, 18 Aug 2025) Changed paths: M .github/workflows/linux_debug_modules.yml M libs/core/hpx_core.ixx M libs/core/version/include/hpx/version.hpp M libs/core/version/tests/unit/CMakeLists.txt M libs/core/version/tests/unit/version_api.cpp Log Message: ----------- Fix consumer import HPX.Core issues; fix CI Signed-off-by: Haokun Wu <kylewh...@gmail.com> Commit: 97e446041305341bcf2c8af29c7317ceee77b2bf https://github.com/STEllAR-GROUP/hpx/commit/97e446041305341bcf2c8af29c7317ceee77b2bf Author: Haokun Wu <kylewh...@gmail.com> Date: 2025-08-18 (Mon, 18 Aug 2025) Changed paths: M cmake/HPX_AddModule.cmake M cmake/templates/global_module_header_modules.hpp.in M libs/core/config/include/hpx/config/export_definitions.hpp M libs/core/hpx_core.ixx M libs/core/version/CMakeLists.txt A libs/core/version/include/hpx/version_definitions.hpp M libs/core/version/tests/unit/CMakeLists.txt Log Message: ----------- provider/consumer modules header; scan only moduleized subtrees; fix nodiscard/export ordering Signed-off-by: Haokun Wu <kylewh...@gmail.com> Commit: 31bd19650878a3763ef46bb10531f0be1f797072 https://github.com/STEllAR-GROUP/hpx/commit/31bd19650878a3763ef46bb10531f0be1f797072 Author: Haokun Wu <kylewh...@gmail.com> Date: 2025-08-22 (Fri, 22 Aug 2025) Changed paths: M .github/workflows/linux_debug_modules.yml M cmake/templates/global_module_header_modules.hpp.in M libs/core/config/include/hpx/config/export_definitions.hpp M libs/core/version/CMakeLists.txt M libs/core/version/include/hpx/version.hpp A libs/core/version/include/hpx/version_api.hpp R libs/core/version/include/hpx/version_definitions.hpp Log Message: ----------- fix provider/consumer modules header; fix nodiscard/export ordering guard Signed-off-by: Haokun Wu <kylewh...@gmail.com> Commit: 811eb8f6b12c731898ac1c166b1c3536acf0f3fd https://github.com/STEllAR-GROUP/hpx/commit/811eb8f6b12c731898ac1c166b1c3536acf0f3fd Author: Hartmut Kaiser <hartmut.kai...@gmail.com> Date: 2025-08-22 (Fri, 22 Aug 2025) Changed paths: M cmake/HPX_AddExecutable.cmake M cmake/templates/global_module_header_modules.hpp.in M init/CMakeLists.txt M libs/CMakeLists.txt M libs/core/config/include/hpx/config/export_definitions.hpp M libs/core/hpx_core.ixx M libs/core/version/include/hpx/version.hpp M wrap/CMakeLists.txt Log Message: ----------- Making things work for MSVC - this hopefully fixes the compilation for clang and gcc as well Signed-off-by: Hartmut Kaiser <hartmut.kai...@gmail.com> Commit: f4521419e5182491a8c624629340b05c3f7f8f89 https://github.com/STEllAR-GROUP/hpx/commit/f4521419e5182491a8c624629340b05c3f7f8f89 Author: Haokun Wu <kylewh...@gmail.com> Date: 2025-08-23 (Sat, 23 Aug 2025) Changed paths: A .github/workflows/windows_clang_debug_modules.yml A .github/workflows/windows_debug_vs2022_modules.yml M libs/core/config/include/hpx/config/export_definitions.hpp Log Message: ----------- add Windows MSVC/ClangCL module jobs and unify HPX_MODULE_EXTERN_CORE Signed-off-by: Haokun Wu <kylewh...@gmail.com> Commit: 529080cbf60b45a7dfb96784946b40a6e40d953d https://github.com/STEllAR-GROUP/hpx/commit/529080cbf60b45a7dfb96784946b40a6e40d953d Author: Haokun Wu <kylewh...@gmail.com> Date: 2025-08-23 (Sat, 23 Aug 2025) Changed paths: M CMakeLists.txt Log Message: ----------- move CMake version guard after corresponding hpx_option() Signed-off-by: Haokun Wu <kylewh...@gmail.com> Commit: 2f09107dfe90f0230eb60f31f61fd49fdb99e030 https://github.com/STEllAR-GROUP/hpx/commit/2f09107dfe90f0230eb60f31f61fd49fdb99e030 Author: Haokun Wu <kylewh...@gmail.com> Date: 2025-08-23 (Sat, 23 Aug 2025) Changed paths: R .github/workflows/windows_clang_debug_modules.yml Log Message: ----------- remove Windows/ClangCL CI Signed-off-by: Haokun Wu <kylewh...@gmail.com> Commit: d601a5a3718318d64db1a8235074b530f8c781f2 https://github.com/STEllAR-GROUP/hpx/commit/d601a5a3718318d64db1a8235074b530f8c781f2 Author: kylehaokunwu <123599865+kylehaoku...@users.noreply.github.com> Date: 2025-08-23 (Sat, 23 Aug 2025) Changed paths: M tools/inspect/apple_macro_check.cpp M tools/inspect/ascii_check.cpp M tools/inspect/assert_macro_check.cpp M tools/inspect/deprecated_include_check.cpp M tools/inspect/deprecated_macro_check.cpp M tools/inspect/deprecated_name_check.cpp M tools/inspect/end_check.cpp M tools/inspect/endline_whitespace_check.cpp M tools/inspect/include_check.cpp M tools/inspect/inspect.cpp M tools/inspect/length_check.cpp M tools/inspect/minmax_check.cpp M tools/inspect/tab_check.cpp M tools/inspect/unnamed_namespace_check.cpp M tools/inspect/windows_macro_check.cpp Log Message: ----------- Merge branch 'master' into expose/version-module Commit: bb97eec8bb25c7e8bae98f8e998c76919f5154ba https://github.com/STEllAR-GROUP/hpx/commit/bb97eec8bb25c7e8bae98f8e998c76919f5154ba Author: Haokun Wu <kylewh...@gmail.com> Date: 2025-08-23 (Sat, 23 Aug 2025) Changed paths: M tools/inspect/inspect.cpp Log Message: ----------- remove .ixx extension from header_inspector Signed-off-by: Haokun Wu <kylewh...@gmail.com> Commit: e71edfffe8479a77fa34f49f323668f3a5e7d133 https://github.com/STEllAR-GROUP/hpx/commit/e71edfffe8479a77fa34f49f323668f3a5e7d133 Author: Hartmut Kaiser <hartmut.kai...@gmail.com> Date: 2025-08-24 (Sun, 24 Aug 2025) Changed paths: M .cmake-format.py A .github/workflows/linux_debug_modules.yml A .github/workflows/windows_debug_vs2022_modules.yml M CMakeLists.txt M cmake/HPX_AddExecutable.cmake M cmake/HPX_AddModule.cmake A cmake/templates/global_module_header_modules.hpp.in M init/CMakeLists.txt M libs/CMakeLists.txt M libs/core/config/include/hpx/config/export_definitions.hpp A libs/core/hpx_core.ixx M libs/core/version/CMakeLists.txt M libs/core/version/include/hpx/version.hpp A libs/core/version/include/hpx/version_api.hpp M libs/core/version/tests/unit/version_api.cpp M tools/inspect/inspect.cpp M wrap/CMakeLists.txt Log Message: ----------- Merge pull request #6761 from kylehaokunwu/expose/version-module Expose version module using C++20 modules Compare: https://github.com/STEllAR-GROUP/hpx/compare/4633b7d3407d...e71edfffe847 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