Branch: refs/heads/master
Home: https://github.com/STEllAR-GROUP/hpx
Commit: cce66a7d4e99cdce4d36e507974e6285201cdb22
https://github.com/STEllAR-GROUP/hpx/commit/cce66a7d4e99cdce4d36e507974e6285201cdb22
Author: Hartmut Kaiser <[email protected]>
Date: 2020-07-30 (Thu, 30 Jul 2020)
Changed paths:
M .github/CONTRIBUTING.md
M docs/sphinx/contributing.rst
A docs/sphinx/contributing/contributing.rst
A docs/sphinx/contributing/governance.rst
Log Message:
-----------
Adding link to governance document to CONTRIBUTING.md
Commit: abe0580aa0e1415ce57645991244d6c6aa27fe85
https://github.com/STEllAR-GROUP/hpx/commit/abe0580aa0e1415ce57645991244d6c6aa27fe85
Author: Patrick Diehl <[email protected]>
Date: 2020-07-31 (Fri, 31 Jul 2020)
Changed paths:
M
components/containers/partitioned_vector/tests/unit/serialization_partitioned_vector.cpp
M libs/algorithms/CMakeLists.txt
A libs/algorithms/include/hpx/parallel/algorithms/detail/fill.hpp
M libs/algorithms/include/hpx/parallel/algorithms/fill.hpp
M libs/algorithms/include/hpx/parallel/container_algorithms/fill.hpp
M libs/algorithms/tests/regressions/static_chunker_2282.cpp
M libs/algorithms/tests/unit/algorithms/fill.cpp
M libs/algorithms/tests/unit/algorithms/filln.cpp
M libs/algorithms/tests/unit/container_algorithms/CMakeLists.txt
M libs/algorithms/tests/unit/container_algorithms/fill_range.cpp
M libs/algorithms/tests/unit/container_algorithms/filln_range.cpp
M libs/compute/tests/regressions/parallel_fill_4132.cpp
M libs/include/include/hpx/algorithm.hpp
M
libs/segmented_algorithms/include/hpx/parallel/segmented_algorithms/fill.hpp
M libs/segmented_algorithms/tests/unit/partitioned_vector_fill.cpp
M tests/performance/local/stream.cpp
Log Message:
-----------
Merge branch 'master' into joss_review
Commit: 0957db212520c408b98d3f8e029c3e2ae71f2096
https://github.com/STEllAR-GROUP/hpx/commit/0957db212520c408b98d3f8e029c3e2ae71f2096
Author: Patrick Diehl <[email protected]>
Date: 2020-08-03 (Mon, 03 Aug 2020)
Changed paths:
M .circleci/config.yml
M .jenkins/cscs/env-clang-apex.sh
M CMakeLists.txt
M libs/algorithms/CMakeLists.txt
M libs/algorithms/include/hpx/parallel/algorithms/copy.hpp
M libs/algorithms/include/hpx/parallel/algorithms/count.hpp
M libs/algorithms/include/hpx/parallel/algorithms/destroy.hpp
M libs/algorithms/include/hpx/parallel/algorithms/move.hpp
M libs/algorithms/include/hpx/parallel/container_algorithms/count.hpp
A libs/algorithms/include/hpx/parallel/container_algorithms/destroy.hpp
M libs/algorithms/include/hpx/parallel/container_algorithms/move.hpp
A libs/algorithms/include/hpx/parallel/container_memory.hpp
M libs/algorithms/tests/regressions/count_3646.cpp
M libs/algorithms/tests/unit/algorithms/count.cpp
M libs/algorithms/tests/unit/algorithms/count_tests.hpp
M libs/algorithms/tests/unit/algorithms/countif.cpp
M libs/algorithms/tests/unit/algorithms/countif_tests.hpp
M libs/algorithms/tests/unit/algorithms/destroy.cpp
M libs/algorithms/tests/unit/algorithms/destroy_tests.hpp
M libs/algorithms/tests/unit/algorithms/destroyn.cpp
M libs/algorithms/tests/unit/algorithms/move.cpp
M libs/algorithms/tests/unit/container_algorithms/CMakeLists.txt
M libs/algorithms/tests/unit/container_algorithms/count_range.cpp
M libs/algorithms/tests/unit/container_algorithms/countif_range.cpp
A libs/algorithms/tests/unit/container_algorithms/destroy_range.cpp
A libs/algorithms/tests/unit/container_algorithms/destroy_range_tests.hpp
A libs/algorithms/tests/unit/container_algorithms/destroyn_range.cpp
M libs/algorithms/tests/unit/container_algorithms/move_range.cpp
M libs/algorithms/tests/unit/container_algorithms/test_utils.hpp
M libs/include/include/hpx/algorithm.hpp
M libs/include/include/hpx/include/parallel_destroy.hpp
M libs/include/include/hpx/memory.hpp
M libs/segmented_algorithms/tests/unit/partitioned_vector_for_each.cpp
M libs/segmented_algorithms/tests/unit/partitioned_vector_move.cpp
M libs/segmented_algorithms/tests/unit/partitioned_vector_transform1.cpp
M libs/segmented_algorithms/tests/unit/partitioned_vector_transform2.cpp
M libs/segmented_algorithms/tests/unit/test_transform_binary.hpp
M libs/segmented_algorithms/tests/unit/test_transform_binary2.hpp
Log Message:
-----------
Merge branch 'master' into joss_review
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
Commit: d1dfd684c18cf73b84995784e33bb3a880d1d39c
https://github.com/STEllAR-GROUP/hpx/commit/d1dfd684c18cf73b84995784e33bb3a880d1d39c
Author: Hartmut Kaiser <[email protected]>
Date: 2020-08-10 (Mon, 10 Aug 2020)
Changed paths:
M docs/sphinx/contributing/contributing.rst
Log Message:
-----------
Update docs/sphinx/contributing/contributing.rst
Co-authored-by: Mikael Simberg <[email protected]>
Commit: ab48f747dc456224cabc93078843cfb634a57b8e
https://github.com/STEllAR-GROUP/hpx/commit/ab48f747dc456224cabc93078843cfb634a57b8e
Author: Hartmut Kaiser <[email protected]>
Date: 2020-08-10 (Mon, 10 Aug 2020)
Changed paths:
M docs/sphinx/contributing/governance.rst
Log Message:
-----------
Update docs/sphinx/contributing/governance.rst
Co-authored-by: Mikael Simberg <[email protected]>
Commit: 8cb68664aae8fbc84e7d7e369c06981b54b4c6ff
https://github.com/STEllAR-GROUP/hpx/commit/8cb68664aae8fbc84e7d7e369c06981b54b4c6ff
Author: Hartmut Kaiser <[email protected]>
Date: 2020-08-10 (Mon, 10 Aug 2020)
Changed paths:
M docs/sphinx/contributing/governance.rst
Log Message:
-----------
Update docs/sphinx/contributing/governance.rst
Co-authored-by: Mikael Simberg <[email protected]>
Commit: abd8ea02f987bbfe0397c4d485160feea2bed438
https://github.com/STEllAR-GROUP/hpx/commit/abd8ea02f987bbfe0397c4d485160feea2bed438
Author: Mikael Simberg <[email protected]>
Date: 2020-08-11 (Tue, 11 Aug 2020)
Changed paths:
M docs/sphinx/contributing/contributing.rst
M docs/sphinx/contributing/governance.rst
Log Message:
-----------
Align heading underlines with heading length
Commit: 3d88ac86d20ba35b25698852976e2f0d67874659
https://github.com/STEllAR-GROUP/hpx/commit/3d88ac86d20ba35b25698852976e2f0d67874659
Author: Mikael Simberg <[email protected]>
Date: 2020-08-11 (Tue, 11 Aug 2020)
Changed paths:
M .github/CONTRIBUTING.md
M docs/sphinx/contributing.rst
A docs/sphinx/contributing/contributing.rst
A docs/sphinx/contributing/governance.rst
Log Message:
-----------
Merge pull request #4875 from STEllAR-GROUP/joss_review
JOSS paper review responses
Compare:
https://github.com/STEllAR-GROUP/hpx/compare/b95f3a064032...3d88ac86d20b
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits