Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 060b47baef9ec9b524231935e85dda96cf4b6263
      
https://github.com/STEllAR-GROUP/hpx/commit/060b47baef9ec9b524231935e85dda96cf4b6263
  Author: Arpit Khandelwal <[email protected]>
  Date:   2026-02-09 (Mon, 09 Feb 2026)

  Changed paths:
    A examples/quickstart/termination_detection.cpp
    M libs/core/execution_base/include/hpx/execution_base/this_thread.hpp
    M libs/core/runtime_local/CMakeLists.txt
    A 
libs/core/runtime_local/include/hpx/runtime_local/termination_detection.hpp
    M libs/core/runtime_local/src/runtime_local.cpp
    M libs/core/runtime_local/tests/unit/CMakeLists.txt
    A libs/core/runtime_local/tests/unit/test_termination_detection.cpp
    M libs/core/threadmanager/include/hpx/threadmanager/threadmanager.hpp

  Log Message:
  -----------
  feat: Expose termination detection API

- Implemented
- Added comprehensive unit tests
- Added public API header
- Updated documentation with examples for timeout, deadline, and cancellation


  Commit: d141d65b8664cf01258d61b812928268f0bc8dd6
      
https://github.com/STEllAR-GROUP/hpx/commit/d141d65b8664cf01258d61b812928268f0bc8dd6
  Author: Arpit Khandelwal <[email protected]>
  Date:   2026-02-10 (Tue, 10 Feb 2026)

  Changed paths:
    M examples/quickstart/termination_detection.cpp
    M 
libs/core/runtime_local/include/hpx/runtime_local/termination_detection.hpp
    M libs/core/runtime_local/src/runtime_local.cpp

  Log Message:
  -----------
  fix: Address maintainer review comments

- Use module headers for runtime_local and synchronization
- Fix Windows build failure by protecting max() from macro expansion


  Commit: a826ef7326051f2967b0c9f27c9fa0a971d97580
      
https://github.com/STEllAR-GROUP/hpx/commit/a826ef7326051f2967b0c9f27c9fa0a971d97580
  Author: Arpit Khandelwal <[email protected]>
  Date:   2026-02-10 (Tue, 10 Feb 2026)

  Changed paths:
    M docs/sphinx/api/public_api.rst
    M docs/sphinx/examples.rst
    A docs/sphinx/examples/termination_detection.rst

  Log Message:
  -----------
  docs: Add comprehensive documentation for termination detection API

- Created detailed example walkthrough in termination_detection.rst
- Added API reference to public_api.rst
- Included usage examples for timeout, deadline, and cancellation


  Commit: ac1efb74b00ab94e3f69340e07f67f616ccc7ecb
      
https://github.com/STEllAR-GROUP/hpx/commit/ac1efb74b00ab94e3f69340e07f67f616ccc7ecb
  Author: Arpit Khandelwal <[email protected]>
  Date:   2026-02-11 (Wed, 11 Feb 2026)

  Changed paths:
    M 
libs/core/runtime_local/include/hpx/runtime_local/termination_detection.hpp
    M libs/core/runtime_local/src/runtime_local.cpp
    M libs/core/runtime_local/tests/unit/test_termination_detection.cpp

  Log Message:
  -----------
  Fix termination_detection: handle 0s timeout and robustify test for macOS


  Commit: 963b3c545d0b3f4e5f696f982a699e88ec0ee2ec
      
https://github.com/STEllAR-GROUP/hpx/commit/963b3c545d0b3f4e5f696f982a699e88ec0ee2ec
  Author: Arpit Khandelwal <[email protected]>
  Date:   2026-02-11 (Wed, 11 Feb 2026)

  Changed paths:
    M docs/sphinx/examples/termination_detection.rst
    M 
libs/core/runtime_local/include/hpx/runtime_local/termination_detection.hpp

  Log Message:
  -----------
  docs: Update copyright year and add HPX_CXX_CORE_EXPORT macro

- Updated copyright year in termination_detection.rst to 2026
- Added HPX_CXX_CORE_EXPORT macro to all termination_detection overloads
  in termination_detection.hpp for proper module export

Signed-off-by: Arpit Khandelwal <[email protected]>


  Commit: e93e447d131871ff11f8f784efff4e56600ab412
      
https://github.com/STEllAR-GROUP/hpx/commit/e93e447d131871ff11f8f784efff4e56600ab412
  Author: Arpit Khandelwal <[email protected]>
  Date:   2026-02-11 (Wed, 11 Feb 2026)

  Changed paths:
    M 
libs/core/runtime_local/include/hpx/runtime_local/termination_detection.hpp

  Log Message:
  -----------
  style: Fix clang-format whitespace issue

- Add space between (max) and () in steady_duration constructor
  to satisfy clang-format check


  Commit: f8abb3269efd53f80ba6c2c6e873f315f548d206
      
https://github.com/STEllAR-GROUP/hpx/commit/f8abb3269efd53f80ba6c2c6e873f315f548d206
  Author: Hartmut Kaiser <[email protected]>
  Date:   2026-02-11 (Wed, 11 Feb 2026)

  Changed paths:
    M docs/sphinx/api/public_api.rst
    M docs/sphinx/examples.rst
    A docs/sphinx/examples/termination_detection.rst
    A examples/quickstart/termination_detection.cpp
    M libs/core/execution_base/include/hpx/execution_base/this_thread.hpp
    M libs/core/runtime_local/CMakeLists.txt
    A 
libs/core/runtime_local/include/hpx/runtime_local/termination_detection.hpp
    M libs/core/runtime_local/src/runtime_local.cpp
    M libs/core/runtime_local/tests/unit/CMakeLists.txt
    A libs/core/runtime_local/tests/unit/test_termination_detection.cpp
    M libs/core/threadmanager/include/hpx/threadmanager/threadmanager.hpp

  Log Message:
  -----------
  Merge pull request #6886 from 
arpittkhandelwal/feature/expose-termination-detection-api

Expose global termination detection through new API (#6163)


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/8e7c2a7cf113...f8abb3269efd

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