Branch: refs/heads/master
Home: https://github.com/STEllAR-GROUP/hpx
Commit: 31e8f3a7cf5d37e2158dfb45e6f31673b43b8ba6
https://github.com/STEllAR-GROUP/hpx/commit/31e8f3a7cf5d37e2158dfb45e6f31673b43b8ba6
Author: Mikael Simberg <[email protected]>
Date: 2020-11-05 (Thu, 05 Nov 2020)
Changed paths:
M docs/sphinx/api/public_api.rst
M libs/core/execution_base/include/hpx/execution_base/operation_state.hpp
M libs/core/execution_base/include/hpx/execution_base/receiver.hpp
M libs/core/execution_base/include/hpx/execution_base/sender.hpp
M libs/core/functional/include/hpx/functional/detail/basic_function.hpp
M libs/core/functional/include/hpx/functional/function.hpp
M libs/core/functional/include/hpx/functional/function_ref.hpp
M libs/core/functional/include/hpx/functional/tag_fallback_invoke.hpp
M libs/core/functional/include/hpx/functional/tag_invoke.hpp
M libs/core/functional/include/hpx/functional/traits/is_invocable.hpp
M libs/core/functional/include/hpx/functional/unique_function.hpp
M libs/full/include/include/hpx/type_traits.hpp
M libs/parallelism/algorithms/include/hpx/algorithms/traits/projected.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/copy.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/count.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/equal.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/find.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/includes.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/inclusive_scan.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/is_heap.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/is_sorted.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/make_heap.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/merge.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/mismatch.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/partial_sort.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/set_difference.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/set_intersection.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/set_symmetric_difference.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/set_union.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform_exclusive_scan.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform_inclusive_scan.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform_reduce.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/find.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/transform_reduce.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/util/detail/algorithm_result.hpp
M
libs/parallelism/algorithms/tests/unit/datapar_algorithms/foreach_datapar_zipiter.cpp
M
libs/parallelism/async_combinators/include/hpx/async_combinators/when_each.hpp
M libs/parallelism/futures/include/hpx/futures/future.hpp
M libs/parallelism/lcos_local/include/hpx/lcos_local/packaged_task.hpp
M
libs/parallelism/pack_traversal/include/hpx/pack_traversal/detail/pack_traversal_impl.hpp
M libs/parallelism/threading/include/hpx/threading/jthread.hpp
M tests/regressions/traits/is_callable_1179.cpp
M tests/unit/traits/is_invocable.cpp
M tools/inspect/deprecated_name_check.cpp
Log Message:
-----------
Deprecate hpx::traits::is_invocable and move definition to top-level hpx
namespace
Commit: ac68021aad9cb7dcb2b3d2d4a4e23ff1cf9ddd4b
https://github.com/STEllAR-GROUP/hpx/commit/ac68021aad9cb7dcb2b3d2d4a4e23ff1cf9ddd4b
Author: Mikael Simberg <[email protected]>
Date: 2020-11-05 (Thu, 05 Nov 2020)
Changed paths:
M .jenkins/cscs/entry.sh
M .jenkins/lsu/entry.sh
Log Message:
-----------
Make sure Jenkins reports and error to GitHub if the CDash status file is not
written
Commit: e907e3227dd0b22e4e3c7c662a608490de8adb5b
https://github.com/STEllAR-GROUP/hpx/commit/e907e3227dd0b22e4e3c7c662a608490de8adb5b
Author: Mikael Simberg <[email protected]>
Date: 2020-11-06 (Fri, 06 Nov 2020)
Changed paths:
M .jenkins/cscs/entry.sh
M .jenkins/lsu/entry.sh
M docs/sphinx/api/public_api.rst
M libs/core/execution_base/include/hpx/execution_base/operation_state.hpp
M libs/core/execution_base/include/hpx/execution_base/receiver.hpp
M libs/core/execution_base/include/hpx/execution_base/sender.hpp
M libs/core/functional/include/hpx/functional/detail/basic_function.hpp
M libs/core/functional/include/hpx/functional/function.hpp
M libs/core/functional/include/hpx/functional/function_ref.hpp
M libs/core/functional/include/hpx/functional/tag_fallback_invoke.hpp
M libs/core/functional/include/hpx/functional/tag_invoke.hpp
M libs/core/functional/include/hpx/functional/traits/is_invocable.hpp
M libs/core/functional/include/hpx/functional/unique_function.hpp
M libs/full/include/include/hpx/type_traits.hpp
M libs/parallelism/algorithms/include/hpx/algorithms/traits/projected.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/copy.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/count.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/equal.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/find.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/includes.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/inclusive_scan.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/is_heap.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/is_sorted.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/make_heap.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/merge.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/mismatch.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/partial_sort.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/set_difference.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/set_intersection.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/set_symmetric_difference.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/set_union.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform_exclusive_scan.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform_inclusive_scan.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform_reduce.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/find.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/transform_reduce.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/util/detail/algorithm_result.hpp
M
libs/parallelism/algorithms/tests/unit/datapar_algorithms/foreach_datapar_zipiter.cpp
M
libs/parallelism/async_combinators/include/hpx/async_combinators/when_each.hpp
M libs/parallelism/futures/include/hpx/futures/future.hpp
M libs/parallelism/lcos_local/include/hpx/lcos_local/packaged_task.hpp
M
libs/parallelism/pack_traversal/include/hpx/pack_traversal/detail/pack_traversal_impl.hpp
M libs/parallelism/threading/include/hpx/threading/jthread.hpp
M tests/regressions/traits/is_callable_1179.cpp
M tests/unit/traits/is_invocable.cpp
M tools/inspect/deprecated_name_check.cpp
Log Message:
-----------
Merge pull request #5037 from msimberg/is-invocable-api
Add is_invocable typedefs to top-level hpx namespace and public API list
Compare:
https://github.com/STEllAR-GROUP/hpx/compare/93815ebcd787...e907e3227dd0
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits