Branch: refs/heads/fixing_algorithms
Home: https://github.com/STEllAR-GROUP/hpx
Commit: ff783ab5cc8907fb4a65d323fca1ad87bf7a05bd
https://github.com/STEllAR-GROUP/hpx/commit/ff783ab5cc8907fb4a65d323fca1ad87bf7a05bd
Author: Hartmut Kaiser <[email protected]>
Date: 2020-12-10 (Thu, 10 Dec 2020)
Changed paths:
M
libs/core/iterator_support/include/hpx/iterator_support/traits/is_iterator.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/copy.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/detail/transfer.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_reduce.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/all_any_none.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/copy.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/set_difference.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/set_intersection.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/set_symmetric_difference.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/set_union.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/transform_reduce.hpp
Log Message:
-----------
Lessen constraints on certain algorithm arguments
- some sequential algorithms (copy, etc.) are fully functional if - when
used sequentially - the destination is just an output iterator
- fixing is_output_iterator
- flyby: minor formatting changes
Commit: df2b9961a042773631f30fbbb614c2de9b365630
https://github.com/STEllAR-GROUP/hpx/commit/df2b9961a042773631f30fbbb614c2de9b365630
Author: Hartmut Kaiser <[email protected]>
Date: 2020-12-10 (Thu, 10 Dec 2020)
Changed paths:
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/container_algorithms/set_difference.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/set_intersection.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/set_symmetric_difference.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/set_union.hpp
Log Message:
-----------
Merge branch 'set_algorithms' into fixing_algorithms
Compare:
https://github.com/STEllAR-GROUP/hpx/compare/78313c445638...df2b9961a042
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits