Branch: refs/heads/release
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: fb5f73f23d48ab9780cde0aab90033ce2f3aea9c
      
https://github.com/STEllAR-GROUP/hpx/commit/fb5f73f23d48ab9780cde0aab90033ce2f3aea9c
  Author: Mikael Simberg <[email protected]>
  Date:   2021-02-09 (Tue, 09 Feb 2021)

  Changed paths:
    M tests/unit/apex/annotation_check.cpp

  Log Message:
  -----------
  Test that annotations can be dynamically allocated


  Commit: 4851dabe3a0e5d5dc62275d080d7ab6e486d64e8
      
https://github.com/STEllAR-GROUP/hpx/commit/4851dabe3a0e5d5dc62275d080d7ab6e486d64e8
  Author: Mikael Simberg <[email protected]>
  Date:   2021-02-09 (Tue, 09 Feb 2021)

  Changed paths:
    M libs/core/threading_base/include/hpx/threading_base/annotated_function.hpp

  Log Message:
  -----------
  Store annotations as std::strings in annotate{,d}_function


  Commit: d1236f9f3b6236a0ddb9251d5b53f18e67db18c3
      
https://github.com/STEllAR-GROUP/hpx/commit/d1236f9f3b6236a0ddb9251d5b53f18e67db18c3
  Author: Mikael Simberg <[email protected]>
  Date:   2021-02-09 (Tue, 09 Feb 2021)

  Changed paths:
    M libs/core/threading_base/include/hpx/threading_base/annotated_function.hpp

  Log Message:
  -----------
  Take annotated_function annotations by value


  Commit: c2fb8a88a828730b162d064744f389e002bdde7b
      
https://github.com/STEllAR-GROUP/hpx/commit/c2fb8a88a828730b162d064744f389e002bdde7b
  Author: Mikael Simberg <[email protected]>
  Date:   2021-02-09 (Tue, 09 Feb 2021)

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  Bump 1.6.0-rc2 release date again


  Commit: fce289242d8d01d4d2834dd473ca3c80c97d28ef
      
https://github.com/STEllAR-GROUP/hpx/commit/fce289242d8d01d4d2834dd473ca3c80c97d28ef
  Author: Mikael Simberg <[email protected]>
  Date:   2021-02-10 (Wed, 10 Feb 2021)

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  Update APEX tag to 2.3.1


  Commit: 3ba5500b890cea804f0743ab9e64a08559641499
      
https://github.com/STEllAR-GROUP/hpx/commit/3ba5500b890cea804f0743ab9e64a08559641499
  Author: Mikael Simberg <[email protected]>
  Date:   2021-02-10 (Wed, 10 Feb 2021)

  Changed paths:
    M libs/core/threading_base/CMakeLists.txt
    M libs/core/threading_base/include/hpx/threading_base/annotated_function.hpp
    A libs/core/threading_base/src/annotated_function.cpp

  Log Message:
  -----------
  Store std::string function annotations in thread_local sets


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

  Changed paths:
    M cmake/HPX_AddModule.cmake
    M libs/core/allocator_support/CMakeLists.txt

  Log Message:
  -----------
  Adding checks ensuring modules are not cross-referenced from other module 
categories

- flyby: fixing dependencies for hpx_allocator_support


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

  Changed paths:
    M .circleci/config.yml
    M .github/workflows/linux_debug.yml
    M .github/workflows/linux_release_fetchcontent.yml
    M .github/workflows/linux_sanitizers.yml
    M .github/workflows/macos_debug.yml
    M .github/workflows/windows_debug.yml
    M .github/workflows/windows_release.yml
    M CMakeLists.txt
    M cmake/HPX_AddModule.cmake

  Log Message:
  -----------
  Introduce HPX_WITH_CHECK_MODULE_DEPENDENCIES enabling the check

- adding the new flag to all github builders


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

  Changed paths:
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/remove.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/remove.hpp

  Log Message:
  -----------
  Fixing deprecation warnings that slipped through the net


  Commit: aa6b68265746609960f44ff35902eddacef20479
      
https://github.com/STEllAR-GROUP/hpx/commit/aa6b68265746609960f44ff35902eddacef20479
  Author: aurianer <[email protected]>
  Date:   2021-02-11 (Thu, 11 Feb 2021)

  Changed paths:
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/remove.hpp

  Log Message:
  -----------
  Remove include of itself


  Commit: 82180becd5bbaee6529304eacdeff5cb8dcb5892
      
https://github.com/STEllAR-GROUP/hpx/commit/82180becd5bbaee6529304eacdeff5cb8dcb5892
  Author: Mikael Simberg <[email protected]>
  Date:   2021-02-11 (Thu, 11 Feb 2021)

  Changed paths:
    M .circleci/config.yml
    M .github/workflows/linux_debug.yml
    M .github/workflows/linux_release_fetchcontent.yml
    M .github/workflows/linux_sanitizers.yml
    M .github/workflows/macos_debug.yml
    M .github/workflows/windows_debug.yml
    M .github/workflows/windows_release.yml
    M CMakeLists.txt
    M cmake/HPX_AddModule.cmake
    M libs/core/allocator_support/CMakeLists.txt

  Log Message:
  -----------
  Merge pull request #5160 from STEllAR-GROUP/module_dependency_check

Adding checks ensuring modules are not cross-referenced from other module 
categories


  Commit: 94aef2b45e9a6b13e9e941de825ef19b1a4db4b8
      
https://github.com/STEllAR-GROUP/hpx/commit/94aef2b45e9a6b13e9e941de825ef19b1a4db4b8
  Author: Mikael Simberg <[email protected]>
  Date:   2021-02-11 (Thu, 11 Feb 2021)

  Changed paths:
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/remove.hpp

  Log Message:
  -----------
  Merge pull request #5168 from aurianer/remove_unecessary_include

Remove include of itself


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

  Changed paths:
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/remove.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/remove.hpp

  Log Message:
  -----------
  Merge pull request #5167 from STEllAR-GROUP/deprecations

Fixing deprecation warnings that slipped through the net


  Commit: b89f0df0d7f6d3d84c40c910524da80e88bc2511
      
https://github.com/STEllAR-GROUP/hpx/commit/b89f0df0d7f6d3d84c40c910524da80e88bc2511
  Author: Mikael Simberg <[email protected]>
  Date:   2021-02-11 (Thu, 11 Feb 2021)

  Changed paths:
    M .jenkins/cscs/entry.sh

  Log Message:
  -----------
  Attempt to get Piz Daint jenkins setup running after maintenance

Specify the account.


  Commit: b676667a7e2432eb3242a00dddf539a48f019089
      
https://github.com/STEllAR-GROUP/hpx/commit/b676667a7e2432eb3242a00dddf539a48f019089
  Author: Mikael Simberg <[email protected]>
  Date:   2021-02-11 (Thu, 11 Feb 2021)

  Changed paths:
    M .jenkins/cscs/entry.sh

  Log Message:
  -----------
  Merge pull request #5169 from STEllAR-GROUP/msimberg-patch-6

Attempt to get Piz Daint jenkins setup running after maintenance


  Commit: 530628bf6e6c053961e3ac83a9e51f4e79c3c429
      
https://github.com/STEllAR-GROUP/hpx/commit/530628bf6e6c053961e3ac83a9e51f4e79c3c429
  Author: Mikael Simberg <[email protected]>
  Date:   2021-02-12 (Fri, 12 Feb 2021)

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  Merge pull request #5159 from STEllAR-GROUP/msimberg-patch-4

Update APEX tag to 2.3.1


  Commit: 4a64539a84a013d5d9647fc945a4e8c0d19a486d
      
https://github.com/STEllAR-GROUP/hpx/commit/4a64539a84a013d5d9647fc945a4e8c0d19a486d
  Author: Mikael Simberg <[email protected]>
  Date:   2021-02-12 (Fri, 12 Feb 2021)

  Changed paths:
    M libs/core/threading_base/CMakeLists.txt
    M libs/core/threading_base/include/hpx/threading_base/annotated_function.hpp
    A libs/core/threading_base/src/annotated_function.cpp
    M tests/unit/apex/annotation_check.cpp

  Log Message:
  -----------
  Merge pull request #5142 from msimberg/std-string-annotations

Store annotated_function annotations as std::strings


  Commit: 3924f30fdb1c2786f0ddf6f1c99fc123f17abf88
      
https://github.com/STEllAR-GROUP/hpx/commit/3924f30fdb1c2786f0ddf6f1c99fc123f17abf88
  Author: Mikael Simberg <[email protected]>
  Date:   2021-02-12 (Fri, 12 Feb 2021)

  Changed paths:
    M .circleci/config.yml
    M .github/workflows/linux_debug.yml
    M .github/workflows/linux_release_fetchcontent.yml
    M .github/workflows/linux_sanitizers.yml
    M .github/workflows/macos_debug.yml
    M .github/workflows/windows_debug.yml
    M .github/workflows/windows_release.yml
    M .jenkins/cscs/entry.sh
    M CMakeLists.txt
    M cmake/HPX_AddModule.cmake
    M libs/core/allocator_support/CMakeLists.txt
    M libs/core/threading_base/CMakeLists.txt
    M libs/core/threading_base/include/hpx/threading_base/annotated_function.hpp
    A libs/core/threading_base/src/annotated_function.cpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/remove.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/remove.hpp
    M tests/unit/apex/annotation_check.cpp

  Log Message:
  -----------
  Merge commit '4a64539a84a' into release


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/c38a98b99c20...3924f30fdb1c
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to