Branch: refs/heads/joss_review
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 6050a36b3a5706c08e470115076e7d4b30fdc384
      
https://github.com/STEllAR-GROUP/hpx/commit/6050a36b3a5706c08e470115076e7d4b30fdc384
  Author: Mikael Simberg <[email protected]>
  Date:   2020-07-29 (Wed, 29 Jul 2020)

  Changed paths:
    M .jenkins/lsu/env-gcc-9-cuda-11.sh

  Log Message:
  -----------
  Set CUDA compute capability on rostam Jenkins builds


  Commit: f2645e388836bb2ab7b3ba38bae7a80f5e0d84bc
      
https://github.com/STEllAR-GROUP/hpx/commit/f2645e388836bb2ab7b3ba38bae7a80f5e0d84bc
  Author: Mikael Simberg <[email protected]>
  Date:   2020-07-29 (Wed, 29 Jul 2020)

  Changed paths:
    M .jenkins/cscs/ctest.cmake
    M .jenkins/lsu/ctest.cmake

  Log Message:
  -----------
  Increase test timeouts in Jenkins configurations

Compile-only tests sometimes require more time if the filesystem is
slow.


  Commit: f2e47740b32b4464b5a4f8a19dffe1997b6c1e50
      
https://github.com/STEllAR-GROUP/hpx/commit/f2e47740b32b4464b5a4f8a19dffe1997b6c1e50
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-07-29 (Wed, 29 Jul 2020)

  Changed paths:
    M libs/algorithms/include/hpx/parallel/algorithms/all_any_none.hpp
    M libs/algorithms/tests/unit/algorithms/all_of.cpp
    M libs/algorithms/tests/unit/algorithms/any_of.cpp
    M libs/algorithms/tests/unit/algorithms/none_of.cpp
    M libs/algorithms/tests/unit/container_algorithms/all_of_range.cpp
    M libs/algorithms/tests/unit/container_algorithms/any_of_range.cpp
    M libs/algorithms/tests/unit/container_algorithms/none_of_range.cpp

  Log Message:
  -----------
  Adding non-policy tests to all_of, any_of, and none_of


  Commit: 37a0c281bade5df03303adb971b3d24004d3e24a
      
https://github.com/STEllAR-GROUP/hpx/commit/37a0c281bade5df03303adb971b3d24004d3e24a
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-07-30 (Thu, 30 Jul 2020)

  Changed paths:
    M examples/quickstart/CMakeLists.txt
    A examples/quickstart/disable_thread_stealing_executor.cpp

  Log Message:
  -----------
  Adding example demonstrating how to disable thread stealing during the 
execution of parallel algorithms


  Commit: f651b3908ee17daec105e2e70d39090777ad90a5
      
https://github.com/STEllAR-GROUP/hpx/commit/f651b3908ee17daec105e2e70d39090777ad90a5
  Author: Nikunj Gupta <[email protected]>
  Date:   2020-08-02 (Sun, 02 Aug 2020)

  Changed paths:
    M libs/threading_base/src/register_thread.cpp
    M wrap/include/hpx/wrap_main.hpp
    M wrap/src/hpx_wrap.cpp

  Log Message:
  -----------
  Adds different runtime exception when registering thread without linking to 
libhpx_wrap


  Commit: a7fd36254cc620f7da2d59017bd2b3dd4d8328a3
      
https://github.com/STEllAR-GROUP/hpx/commit/a7fd36254cc620f7da2d59017bd2b3dd4d8328a3
  Author: Nikunj Gupta <[email protected]>
  Date:   2020-08-02 (Sun, 02 Aug 2020)

  Changed paths:
    M libs/threading_base/src/register_thread.cpp
    M wrap/src/hpx_wrap.cpp

  Log Message:
  -----------
  Fix clang-format error


  Commit: 731d51bd915e2547d636ababd600990bea187cf2
      
https://github.com/STEllAR-GROUP/hpx/commit/731d51bd915e2547d636ababd600990bea187cf2
  Author: Nikunj Gupta <[email protected]>
  Date:   2020-08-02 (Sun, 02 Aug 2020)

  Changed paths:
    M libs/threading_base/src/register_thread.cpp

  Log Message:
  -----------
  Fix errors on windows


  Commit: 2bf0b3054659b837a41794e21c06e695c3fbbf8f
      
https://github.com/STEllAR-GROUP/hpx/commit/2bf0b3054659b837a41794e21c06e695c3fbbf8f
  Author: Nikunj Gupta <[email protected]>
  Date:   2020-08-03 (Mon, 03 Aug 2020)

  Changed paths:
    M libs/threading_base/src/register_thread.cpp

  Log Message:
  -----------
  Make suggested changes


  Commit: 068768e416b8917f9faabde822b34ec85271f6bc
      
https://github.com/STEllAR-GROUP/hpx/commit/068768e416b8917f9faabde822b34ec85271f6bc
  Author: Nikunj Gupta <[email protected]>
  Date:   2020-08-03 (Mon, 03 Aug 2020)

  Changed paths:
    M libs/threading_base/src/register_thread.cpp

  Log Message:
  -----------
  Add instruction for explicit linking


  Commit: 5b2d87df4b140144072a572cc72cd3f1fc6254d4
      
https://github.com/STEllAR-GROUP/hpx/commit/5b2d87df4b140144072a572cc72cd3f1fc6254d4
  Author: Nikunj Gupta <[email protected]>
  Date:   2020-08-03 (Mon, 03 Aug 2020)

  Changed paths:
    M libs/threading_base/src/register_thread.cpp

  Log Message:
  -----------
  fix clang-format errors


  Commit: cad0c35971aa74b1f4a6ef987b5dedbde21df501
      
https://github.com/STEllAR-GROUP/hpx/commit/cad0c35971aa74b1f4a6ef987b5dedbde21df501
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-08-03 (Mon, 03 Aug 2020)

  Changed paths:
    M libs/algorithms/include/hpx/parallel/algorithms/all_any_none.hpp
    M libs/algorithms/tests/unit/algorithms/all_of.cpp
    M libs/algorithms/tests/unit/algorithms/any_of.cpp
    M libs/algorithms/tests/unit/algorithms/none_of.cpp
    M libs/algorithms/tests/unit/container_algorithms/all_of_range.cpp
    M libs/algorithms/tests/unit/container_algorithms/any_of_range.cpp
    M libs/algorithms/tests/unit/container_algorithms/none_of_range.cpp

  Log Message:
  -----------
  Merge pull request #4874 from STEllAR-GROUP/all_any_none_of_tests

Adding non-policy tests to all_of, any_of, and none_of


  Commit: 1dc70229082a02511e52214a87c82c2be9daf955
      
https://github.com/STEllAR-GROUP/hpx/commit/1dc70229082a02511e52214a87c82c2be9daf955
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-08-03 (Mon, 03 Aug 2020)

  Changed paths:
    M libs/algorithms/CMakeLists.txt
    M libs/algorithms/include/hpx/parallel/algorithms/equal.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/copy.hpp
    A libs/algorithms/include/hpx/parallel/container_algorithms/equal.hpp
    M libs/algorithms/tests/unit/algorithms/equal.cpp
    M libs/algorithms/tests/unit/algorithms/equal_binary.cpp
    M libs/algorithms/tests/unit/container_algorithms/CMakeLists.txt
    A libs/algorithms/tests/unit/container_algorithms/equal_binary_range.cpp
    A libs/algorithms/tests/unit/container_algorithms/equal_range.cpp
    M libs/include/include/hpx/algorithm.hpp
    M libs/include/include/hpx/include/parallel_equal.hpp

  Log Message:
  -----------
  Adapting hpx::equal to be conforming to C++20

- add hpx::ranges::equal


  Commit: 30668fd5b01d3d3b033aa72f41daf34a53e0bc70
      
https://github.com/STEllAR-GROUP/hpx/commit/30668fd5b01d3d3b033aa72f41daf34a53e0bc70
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-08-04 (Tue, 04 Aug 2020)

  Changed paths:
    M libs/threading_base/src/register_thread.cpp
    M wrap/include/hpx/wrap_main.hpp
    M wrap/src/hpx_wrap.cpp

  Log Message:
  -----------
  Merge pull request #4881 from STEllAR-GROUP/runtime_exception

Adds different runtime exception when registering thread with the HPX runtime


  Commit: 151be0439061e2e8124fdafa4a206ab946f741ae
      
https://github.com/STEllAR-GROUP/hpx/commit/151be0439061e2e8124fdafa4a206ab946f741ae
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-08-04 (Tue, 04 Aug 2020)

  Changed paths:
    M libs/algorithms/include/hpx/parallel/algorithms/copy.hpp
    M libs/algorithms/tests/unit/algorithms/copy.cpp
    M libs/algorithms/tests/unit/algorithms/copyif_exception.cpp
    M libs/algorithms/tests/unit/algorithms/copyif_forward.cpp
    M libs/algorithms/tests/unit/algorithms/copyif_random.cpp
    M libs/algorithms/tests/unit/algorithms/copyn.cpp
    M libs/algorithms/tests/unit/container_algorithms/copy_range.cpp
    M libs/algorithms/tests/unit/container_algorithms/copyif_range.cpp
    M libs/algorithms/tests/unit/container_algorithms/copyn_range.cpp

  Log Message:
  -----------
  Fixing exception handling for hpx::copy and adding missing tests


  Commit: deed9bce42e47f08cfa65b263a17b4b2f154898f
      
https://github.com/STEllAR-GROUP/hpx/commit/deed9bce42e47f08cfa65b263a17b4b2f154898f
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-08-05 (Wed, 05 Aug 2020)

  Changed paths:
    M .jenkins/cscs/ctest.cmake
    M .jenkins/lsu/ctest.cmake
    M .jenkins/lsu/env-gcc-9-cuda-11.sh

  Log Message:
  -----------
  Merge pull request #4873 from msimberg/rostam-cuda-set-arch

Set CUDA compute capability on rostam Jenkins builds


  Commit: f274daafc37f9be8f75c3525540795c0bb41f5ea
      
https://github.com/STEllAR-GROUP/hpx/commit/f274daafc37f9be8f75c3525540795c0bb41f5ea
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-08-05 (Wed, 05 Aug 2020)

  Changed paths:
    M examples/quickstart/CMakeLists.txt
    A examples/quickstart/disable_thread_stealing_executor.cpp

  Log Message:
  -----------
  Merge pull request #4876 from STEllAR-GROUP/disable_thread_stealing_executor

Adding example demonstrating how to disable thread stealing during the 
execution of parallel algorithms


  Commit: 4c9f09855ee7221b40367f8b9f8f36f9f0a286ad
      
https://github.com/STEllAR-GROUP/hpx/commit/4c9f09855ee7221b40367f8b9f8f36f9f0a286ad
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-08-06 (Thu, 06 Aug 2020)

  Changed paths:
    M libs/algorithms/include/hpx/parallel/algorithms/copy.hpp
    M libs/algorithms/tests/unit/algorithms/copy.cpp
    M libs/algorithms/tests/unit/algorithms/copyif_exception.cpp
    M libs/algorithms/tests/unit/algorithms/copyif_forward.cpp
    M libs/algorithms/tests/unit/algorithms/copyif_random.cpp
    M libs/algorithms/tests/unit/algorithms/copyn.cpp
    M libs/algorithms/tests/unit/container_algorithms/copy_range.cpp
    M libs/algorithms/tests/unit/container_algorithms/copyif_range.cpp
    M libs/algorithms/tests/unit/container_algorithms/copyn_range.cpp

  Log Message:
  -----------
  Merge pull request #4882 from STEllAR-GROUP/copy_exceptions

Fixing exception handling for hpx::copy and adding missing tests


  Commit: 0b3d8cd59a29d20748e3324d213ec29a2c93d107
      
https://github.com/STEllAR-GROUP/hpx/commit/0b3d8cd59a29d20748e3324d213ec29a2c93d107
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-08-06 (Thu, 06 Aug 2020)

  Changed paths:
    M libs/algorithms/CMakeLists.txt
    M libs/algorithms/include/hpx/parallel/algorithms/equal.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/copy.hpp
    A libs/algorithms/include/hpx/parallel/container_algorithms/equal.hpp
    M libs/algorithms/tests/unit/algorithms/equal.cpp
    M libs/algorithms/tests/unit/algorithms/equal_binary.cpp
    M libs/algorithms/tests/unit/container_algorithms/CMakeLists.txt
    A libs/algorithms/tests/unit/container_algorithms/equal_binary_range.cpp
    A libs/algorithms/tests/unit/container_algorithms/equal_range.cpp
    M libs/include/include/hpx/algorithm.hpp
    M libs/include/include/hpx/include/parallel_equal.hpp

  Log Message:
  -----------
  Merge pull request #4883 from STEllAR-GROUP/equal_cpos

Adapting hpx::equal to be conforming to C++20


  Commit: 7b9197ffaaf62c95b805ccfe196a97d51eba59b1
      
https://github.com/STEllAR-GROUP/hpx/commit/7b9197ffaaf62c95b805ccfe196a97d51eba59b1
  Author: Patrick Diehl <[email protected]>
  Date:   2020-08-07 (Fri, 07 Aug 2020)

  Changed paths:
    M .jenkins/cscs/ctest.cmake
    M .jenkins/lsu/ctest.cmake
    M .jenkins/lsu/env-gcc-9-cuda-11.sh
    M examples/quickstart/CMakeLists.txt
    A examples/quickstart/disable_thread_stealing_executor.cpp
    M libs/algorithms/CMakeLists.txt
    M libs/algorithms/include/hpx/parallel/algorithms/all_any_none.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/copy.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/equal.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/copy.hpp
    A libs/algorithms/include/hpx/parallel/container_algorithms/equal.hpp
    M libs/algorithms/tests/unit/algorithms/all_of.cpp
    M libs/algorithms/tests/unit/algorithms/any_of.cpp
    M libs/algorithms/tests/unit/algorithms/copy.cpp
    M libs/algorithms/tests/unit/algorithms/copyif_exception.cpp
    M libs/algorithms/tests/unit/algorithms/copyif_forward.cpp
    M libs/algorithms/tests/unit/algorithms/copyif_random.cpp
    M libs/algorithms/tests/unit/algorithms/copyn.cpp
    M libs/algorithms/tests/unit/algorithms/equal.cpp
    M libs/algorithms/tests/unit/algorithms/equal_binary.cpp
    M libs/algorithms/tests/unit/algorithms/none_of.cpp
    M libs/algorithms/tests/unit/container_algorithms/CMakeLists.txt
    M libs/algorithms/tests/unit/container_algorithms/all_of_range.cpp
    M libs/algorithms/tests/unit/container_algorithms/any_of_range.cpp
    M libs/algorithms/tests/unit/container_algorithms/copy_range.cpp
    M libs/algorithms/tests/unit/container_algorithms/copyif_range.cpp
    M libs/algorithms/tests/unit/container_algorithms/copyn_range.cpp
    A libs/algorithms/tests/unit/container_algorithms/equal_binary_range.cpp
    A libs/algorithms/tests/unit/container_algorithms/equal_range.cpp
    M libs/algorithms/tests/unit/container_algorithms/none_of_range.cpp
    M libs/include/include/hpx/algorithm.hpp
    M libs/include/include/hpx/include/parallel_equal.hpp
    M libs/threading_base/src/register_thread.cpp
    M wrap/include/hpx/wrap_main.hpp
    M wrap/src/hpx_wrap.cpp

  Log Message:
  -----------
  Merge branch 'master' into joss_review


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/0957db212520...7b9197ffaaf6
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to