Branch: refs/heads/master
Home: https://github.com/STEllAR-GROUP/hpx
Commit: f604a13e3ed16951278a536aaf24dcb3484661df
https://github.com/STEllAR-GROUP/hpx/commit/f604a13e3ed16951278a536aaf24dcb3484661df
Author: Mikael Simberg <[email protected]>
Date: 2020-12-16 (Wed, 16 Dec 2020)
Changed paths:
M cmake/templates/conf.py.in
M libs/core/CMakeLists.txt
M libs/core/functional/CMakeLists.txt
A libs/core/functional/include/hpx/functional/tag_override_invoke.hpp
M libs/core/modules.rst
A libs/core/properties/CMakeLists.txt
A libs/core/properties/README.rst
A libs/core/properties/docs/index.rst
A libs/core/properties/examples/CMakeLists.txt
A libs/core/properties/include/hpx/properties/property.hpp
A libs/core/properties/include/hpx/property.hpp
A libs/core/properties/tests/CMakeLists.txt
A libs/core/properties/tests/performance/CMakeLists.txt
A libs/core/properties/tests/regressions/CMakeLists.txt
A libs/core/properties/tests/unit/CMakeLists.txt
A libs/core/properties/tests/unit/properties.cpp
Log Message:
-----------
Add properties module
Commit: d6f7b42fa5ef8bf961b491d415fdf7d9c513b4a7
https://github.com/STEllAR-GROUP/hpx/commit/d6f7b42fa5ef8bf961b491d415fdf7d9c513b4a7
Author: Mikael Simberg <[email protected]>
Date: 2020-12-16 (Wed, 16 Dec 2020)
Changed paths:
R libs/all_modules.rst
Log Message:
-----------
Remove leftover libs/all_modules.rst file
This file is not needed anymore and should have been removed when
modules were split into multiple libraries.
Commit: 1ce28a40414c9db6087020ddba02502ba15caef5
https://github.com/STEllAR-GROUP/hpx/commit/1ce28a40414c9db6087020ddba02502ba15caef5
Author: Mikael Simberg <[email protected]>
Date: 2020-12-16 (Wed, 16 Dec 2020)
Changed paths:
M cmake/templates/conf.py.in
M libs/core/properties/docs/index.rst
M libs/core/properties/include/hpx/properties/property.hpp
M libs/core/properties/tests/unit/properties.cpp
Log Message:
-----------
Reimplement properties module in terms of P2220
Commit: 6b7ff491e25d61f5fd18ad8113da66f85a4c7985
https://github.com/STEllAR-GROUP/hpx/commit/6b7ff491e25d61f5fd18ad8113da66f85a4c7985
Author: Mikael Simberg <[email protected]>
Date: 2020-12-16 (Wed, 16 Dec 2020)
Changed paths:
M libs/core/coroutines/include/hpx/coroutines/thread_enums.hpp
M libs/parallelism/executors/include/hpx/executors/parallel_executor.hpp
Log Message:
-----------
Add experimental support for thread schedule hint as a property on the
parallel executor
Commit: 1de08d36be2dbe8d8554136a2d6378095063bbd1
https://github.com/STEllAR-GROUP/hpx/commit/1de08d36be2dbe8d8554136a2d6378095063bbd1
Author: Mikael Simberg <[email protected]>
Date: 2020-12-16 (Wed, 16 Dec 2020)
Changed paths:
M libs/core/functional/CMakeLists.txt
R libs/core/functional/include/hpx/functional/tag_override_invoke.hpp
Log Message:
-----------
Remove tag_override_invoke implementation
Not required at the moment. Will be reinstated or fused with
tag_fallback_invoke if required.
Commit: 1e7d251792334393cd4577a081d05ee98cd0b1b4
https://github.com/STEllAR-GROUP/hpx/commit/1e7d251792334393cd4577a081d05ee98cd0b1b4
Author: Mikael Simberg <[email protected]>
Date: 2020-12-16 (Wed, 16 Dec 2020)
Changed paths:
M libs/core/coroutines/include/hpx/coroutines/thread_enums.hpp
M
libs/parallelism/execution/include/hpx/execution/executors/execution_parameters.hpp
M libs/parallelism/executors/include/hpx/executors/parallel_executor.hpp
Log Message:
-----------
Update experimental hint property support in parallel_policy_executor to use
P2220
Commit: 92b669862d45466c45c02cf94a5e92a382947caa
https://github.com/STEllAR-GROUP/hpx/commit/92b669862d45466c45c02cf94a5e92a382947caa
Author: Mikael Simberg <[email protected]>
Date: 2020-12-16 (Wed, 16 Dec 2020)
Changed paths:
M libs/core/properties/include/hpx/properties/property.hpp
M libs/core/properties/include/hpx/property.hpp
M libs/core/properties/tests/unit/properties.cpp
Log Message:
-----------
Add license headers to properties module files
Commit: be69c2cd019bb0b1f28c6acdfc49748ef42d039b
https://github.com/STEllAR-GROUP/hpx/commit/be69c2cd019bb0b1f28c6acdfc49748ef42d039b
Author: Mikael Simberg <[email protected]>
Date: 2020-12-16 (Wed, 16 Dec 2020)
Changed paths:
M libs/core/properties/include/hpx/properties/property.hpp
Log Message:
-----------
Format property.hpp file
Commit: e2522aa0eea16d931c13f793239557f878bcab7f
https://github.com/STEllAR-GROUP/hpx/commit/e2522aa0eea16d931c13f793239557f878bcab7f
Author: Mikael Simberg <[email protected]>
Date: 2021-01-05 (Tue, 05 Jan 2021)
Changed paths:
M cmake/templates/conf.py.in
R libs/all_modules.rst
M libs/core/CMakeLists.txt
M libs/core/modules.rst
A libs/core/properties/CMakeLists.txt
A libs/core/properties/README.rst
A libs/core/properties/docs/index.rst
A libs/core/properties/examples/CMakeLists.txt
A libs/core/properties/include/hpx/properties/property.hpp
A libs/core/properties/include/hpx/property.hpp
A libs/core/properties/tests/CMakeLists.txt
A libs/core/properties/tests/performance/CMakeLists.txt
A libs/core/properties/tests/regressions/CMakeLists.txt
A libs/core/properties/tests/unit/CMakeLists.txt
A libs/core/properties/tests/unit/properties.cpp
M
libs/parallelism/execution/include/hpx/execution/executors/execution_parameters.hpp
M libs/parallelism/executors/include/hpx/executors/parallel_executor.hpp
Log Message:
-----------
Merge pull request #5033 from msimberg/p1393-properties
Implement P2220 properties module
Compare:
https://github.com/STEllAR-GROUP/hpx/compare/97ce7acaa5b2...e2522aa0eea1
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits