Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 35d4e9eb38829b1c55ebce828e99a5e8c1808fbe
      
https://github.com/STEllAR-GROUP/hpx/commit/35d4e9eb38829b1c55ebce828e99a5e8c1808fbe
  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:
  -----------
  Relax iterator requirements for sequential versions of set algorithms


  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


  Commit: 36eb80c7da106604bb995305071762876a07263e
      
https://github.com/STEllAR-GROUP/hpx/commit/36eb80c7da106604bb995305071762876a07263e
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-12-10 (Thu, 10 Dec 2020)

  Changed paths:
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform_reduce.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/transform_reduce.hpp

  Log Message:
  -----------
  Fixing merge issues


  Commit: 3c484c3679847e05f44db2292b389ed7f1fc5fb8
      
https://github.com/STEllAR-GROUP/hpx/commit/3c484c3679847e05f44db2292b389ed7f1fc5fb8
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-12-11 (Fri, 11 Dec 2020)

  Changed paths:
    M libs/core/iterator_support/tests/unit/iterator_tests.hpp

  Log Message:
  -----------
  Fixing iterator tests


  Commit: 82f5e3a343e6990a56777543fe2c44bb2b5375ec
      
https://github.com/STEllAR-GROUP/hpx/commit/82f5e3a343e6990a56777543fe2c44bb2b5375ec
  Author: Mikael Simberg <[email protected]>
  Date:   2020-12-15 (Tue, 15 Dec 2020)

  Changed paths:
    M 
libs/core/iterator_support/include/hpx/iterator_support/traits/is_iterator.hpp
    M libs/core/iterator_support/tests/unit/iterator_tests.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:
  -----------
  Merge pull request #5027 from STEllAR-GROUP/fixing_algorithms

Lessen constraints on certain algorithm arguments


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/6ca32f0e7a78...82f5e3a343e6
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to