Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 1d71063f9e23f3f10b9111199014ef13c7d320f7
      
https://github.com/STEllAR-GROUP/hpx/commit/1d71063f9e23f3f10b9111199014ef13c7d320f7
  Author: Agustin Berge <[email protected]>
  Date:   2025-04-15 (Tue, 15 Apr 2025)

  Changed paths:
    M libs/full/init_runtime/CMakeLists.txt
    M libs/full/init_runtime/include/hpx/init.hpp
    A libs/full/init_runtime/include/hpx/manage_runtime.hpp

  Log Message:
  -----------
  Add manage_runtime


  Commit: a28e397a0f81fb4ab2547e150519a2ad73c3fc4f
      
https://github.com/STEllAR-GROUP/hpx/commit/a28e397a0f81fb4ab2547e150519a2ad73c3fc4f
  Author: Agustin Berge <[email protected]>
  Date:   2025-04-15 (Tue, 15 Apr 2025)

  Changed paths:
    M examples/quickstart/init_globally.cpp
    M tests/regressions/threads/run_as_hpx_thread_exceptions_3304.cpp

  Log Message:
  -----------
  Adopt manage_runtime in examples and tests


  Commit: d73104308fb175cd6ec747e69cc94efa381a660b
      
https://github.com/STEllAR-GROUP/hpx/commit/d73104308fb175cd6ec747e69cc94efa381a660b
  Author: Agustin Berge <[email protected]>
  Date:   2025-04-15 (Tue, 15 Apr 2025)

  Changed paths:
    M examples/quickstart/init_globally.cpp
    M libs/full/init_runtime/include/hpx/manage_runtime.hpp
    M tests/regressions/threads/run_as_hpx_thread_exceptions_3304.cpp

  Log Message:
  -----------
  Explicit start/stop interface


  Commit: ed2f787efad3cf7d780db3ff239d30d62a724148
      
https://github.com/STEllAR-GROUP/hpx/commit/ed2f787efad3cf7d780db3ff239d30d62a724148
  Author: Agustin Berge <[email protected]>
  Date:   2025-04-16 (Wed, 16 Apr 2025)

  Changed paths:
    M examples/quickstart/init_globally.cpp
    M libs/full/init_runtime/include/hpx/manage_runtime.hpp

  Log Message:
  -----------
  tweaks


  Commit: 53d5cfeda5414415a04939457897b2d04c8ebbc3
      
https://github.com/STEllAR-GROUP/hpx/commit/53d5cfeda5414415a04939457897b2d04c8ebbc3
  Author: Agustin Berge <[email protected]>
  Date:   2025-04-16 (Wed, 16 Apr 2025)

  Changed paths:
    M libs/full/init_runtime/tests/unit/CMakeLists.txt
    A libs/full/init_runtime/tests/unit/manage_runtime.cpp
    M tests/regressions/threads/run_as_hpx_thread_exceptions_3304.cpp

  Log Message:
  -----------
  Add test


  Commit: 68ce1cb4e27185cb2ab9172a7be4cc273f71d2ee
      
https://github.com/STEllAR-GROUP/hpx/commit/68ce1cb4e27185cb2ab9172a7be4cc273f71d2ee
  Author: Agustin Berge <[email protected]>
  Date:   2025-04-16 (Wed, 16 Apr 2025)

  Changed paths:
    M libs/full/init_runtime/CMakeLists.txt
    M libs/full/init_runtime/include/hpx/manage_runtime.hpp
    A libs/full/init_runtime/src/manage_runtime.cpp

  Log Message:
  -----------
  Move impl to source file


  Commit: 9a9dfff01a30d24886a510335a652048c1877984
      
https://github.com/STEllAR-GROUP/hpx/commit/9a9dfff01a30d24886a510335a652048c1877984
  Author: Agustin Berge <[email protected]>
  Date:   2025-04-16 (Wed, 16 Apr 2025)

  Changed paths:
    M libs/full/init_runtime/src/manage_runtime.cpp

  Log Message:
  -----------
  oops


  Commit: d6a454d8696b7978af1637aa10c57a7b7a102771
      
https://github.com/STEllAR-GROUP/hpx/commit/d6a454d8696b7978af1637aa10c57a7b7a102771
  Author: Agustin Berge <[email protected]>
  Date:   2025-04-16 (Wed, 16 Apr 2025)

  Changed paths:
    M libs/full/init_runtime/include/hpx/manage_runtime.hpp
    M libs/full/init_runtime/src/manage_runtime.cpp
    M libs/full/init_runtime/tests/unit/manage_runtime.cpp

  Log Message:
  -----------
  Add docs


  Commit: 3db2c8ab8b36b35d11c692aad14479c8f3ff4a57
      
https://github.com/STEllAR-GROUP/hpx/commit/3db2c8ab8b36b35d11c692aad14479c8f3ff4a57
  Author: Agustin Berge <[email protected]>
  Date:   2025-04-16 (Wed, 16 Apr 2025)

  Changed paths:
    M libs/full/init_runtime/CMakeLists.txt
    M libs/full/init_runtime/include/hpx/manage_runtime.hpp
    M libs/full/init_runtime/src/manage_runtime.cpp
    M libs/full/init_runtime/tests/unit/manage_runtime.cpp

  Log Message:
  -----------
  fix checks


  Commit: f2d73165a114382225bb9e2adac2b8840753a3a7
      
https://github.com/STEllAR-GROUP/hpx/commit/f2d73165a114382225bb9e2adac2b8840753a3a7
  Author: Agustin Berge <[email protected]>
  Date:   2025-04-17 (Thu, 17 Apr 2025)

  Changed paths:
    M libs/full/init_runtime/src/manage_runtime.cpp

  Log Message:
  -----------
  more


  Commit: f04ec54c6428150e2723d93322fba4bffb91e28b
      
https://github.com/STEllAR-GROUP/hpx/commit/f04ec54c6428150e2723d93322fba4bffb91e28b
  Author: Agustin Berge <[email protected]>
  Date:   2025-04-18 (Fri, 18 Apr 2025)

  Changed paths:
    M init/CMakeLists.txt
    A init/include/hpx/manage_runtime.hpp
    A init/src/manage_runtime.cpp
    M libs/full/init_runtime/CMakeLists.txt
    R libs/full/init_runtime/include/hpx/manage_runtime.hpp
    R libs/full/init_runtime/src/manage_runtime.cpp

  Log Message:
  -----------
  Move to hpx/init


  Commit: 457987393397e8ae639bfc0e3a6b8f523fd4d586
      
https://github.com/STEllAR-GROUP/hpx/commit/457987393397e8ae639bfc0e3a6b8f523fd4d586
  Author: Agustin Berge <[email protected]>
  Date:   2025-04-24 (Thu, 24 Apr 2025)

  Changed paths:
    M libs/full/init_runtime/include/hpx/init.hpp

  Log Message:
  -----------
  Remove leftover include


  Commit: f5acbb1eeeb289c609dae5ad61468646696a77c9
      
https://github.com/STEllAR-GROUP/hpx/commit/f5acbb1eeeb289c609dae5ad61468646696a77c9
  Author: Agustin Berge <[email protected]>
  Date:   2025-04-24 (Thu, 24 Apr 2025)

  Changed paths:
    M examples/quickstart/init_globally.cpp
    M tests/regressions/threads/run_as_hpx_thread_exceptions_3304.cpp

  Log Message:
  -----------
  more includes...


  Commit: 32a924d9ba6cf5082ece9cbe26f767b0eb514b69
      
https://github.com/STEllAR-GROUP/hpx/commit/32a924d9ba6cf5082ece9cbe26f767b0eb514b69
  Author: Agustin Berge <[email protected]>
  Date:   2025-04-24 (Thu, 24 Apr 2025)

  Changed paths:
    M libs/full/init_runtime/tests/unit/CMakeLists.txt
    R libs/full/init_runtime/tests/unit/manage_runtime.cpp
    M tests/unit/CMakeLists.txt
    A tests/unit/init/CMakeLists.txt
    A tests/unit/init/manage_runtime.cpp

  Log Message:
  -----------
  Move test


  Commit: 205bbcb09592896aba80b89b892bf93d78612322
      
https://github.com/STEllAR-GROUP/hpx/commit/205bbcb09592896aba80b89b892bf93d78612322
  Author: Hartmut Kaiser <[email protected]>
  Date:   2025-04-26 (Sat, 26 Apr 2025)

  Changed paths:
    M examples/quickstart/init_globally.cpp
    M init/CMakeLists.txt
    A init/include/hpx/manage_runtime.hpp
    A init/src/manage_runtime.cpp
    M libs/full/init_runtime/CMakeLists.txt
    M tests/regressions/threads/run_as_hpx_thread_exceptions_3304.cpp
    M tests/unit/CMakeLists.txt
    A tests/unit/init/CMakeLists.txt
    A tests/unit/init/manage_runtime.cpp

  Log Message:
  -----------
  Merge pull request #6677 from STEllAR-GROUP/manage_runtime

Offer a runtime manager object


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/cbd2256d1dcb...205bbcb09592

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