Branch: refs/heads/set_algorithms
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 8c673efd0ea2c709efe6ca52743942ef750771ee
      
https://github.com/STEllAR-GROUP/hpx/commit/8c673efd0ea2c709efe6ca52743942ef750771ee
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-09-21 (Mon, 21 Sep 2020)

  Changed paths:
    M docs/sphinx/api/public_api.rst
    M docs/sphinx/manual/writing_single_node_hpx_applications.rst
    M libs/full/include/include/hpx/algorithm.hpp
    M libs/full/include/include/hpx/include/parallel_set_operations.hpp
    M libs/parallelism/algorithms/CMakeLists.txt
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/detail/set_operation.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/set_intersection.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/container_algorithms.hpp
    A 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/set_intersection.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/util/result_types.hpp
    M libs/parallelism/algorithms/tests/regressions/set_operations_3442.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/set_intersection.cpp
    M libs/parallelism/algorithms/tests/unit/container_algorithms/CMakeLists.txt
    A 
libs/parallelism/algorithms/tests/unit/container_algorithms/set_intersection_range.cpp

  Log Message:
  -----------
  Making set_intersection conform to C++20

- adding range-based overloads


  Commit: a5d8e1acef162a0cf77bff7b3d1408d8e1201b44
      
https://github.com/STEllAR-GROUP/hpx/commit/a5d8e1acef162a0cf77bff7b3d1408d8e1201b44
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-09-21 (Mon, 21 Sep 2020)

  Changed paths:
    M docs/sphinx/api/public_api.rst
    M docs/sphinx/manual/writing_single_node_hpx_applications.rst
    M libs/full/include/include/hpx/algorithm.hpp
    M libs/full/include/include/hpx/include/parallel_set_operations.hpp
    M libs/parallelism/algorithms/CMakeLists.txt
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/includes.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/container_algorithms.hpp
    A 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/includes.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/includes.cpp
    M libs/parallelism/algorithms/tests/unit/container_algorithms/CMakeLists.txt
    A 
libs/parallelism/algorithms/tests/unit/container_algorithms/includes_range.cpp

  Log Message:
  -----------
  Making includes conforming to C++20


  Commit: 7cb87ae11a08c4f00848cec70817aaa8133bd4bd
      
https://github.com/STEllAR-GROUP/hpx/commit/7cb87ae11a08c4f00848cec70817aaa8133bd4bd
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-09-21 (Mon, 21 Sep 2020)

  Changed paths:
    M libs/full/include/include/hpx/algorithm.hpp
    M libs/full/include/include/hpx/include/parallel_set_operations.hpp
    M libs/parallelism/algorithms/CMakeLists.txt
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/copy.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/move.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/container_algorithms.hpp
    A 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/set_difference.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/util/result_types.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/set_difference.cpp
    M libs/parallelism/algorithms/tests/unit/container_algorithms/CMakeLists.txt
    A 
libs/parallelism/algorithms/tests/unit/container_algorithms/set_difference_range.cpp

  Log Message:
  -----------
  Make set_difference conform to C++20


  Commit: f26037c6a8ecf875136b4fea21c822ab0adf70cd
      
https://github.com/STEllAR-GROUP/hpx/commit/f26037c6a8ecf875136b4fea21c822ab0adf70cd
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-09-21 (Mon, 21 Sep 2020)

  Changed paths:
    M docs/sphinx/api/public_api.rst
    M docs/sphinx/manual/writing_single_node_hpx_applications.rst
    M libs/full/include/include/hpx/algorithm.hpp
    M libs/full/include/include/hpx/include/parallel_set_operations.hpp
    M libs/parallelism/algorithms/CMakeLists.txt
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/detail/set_operation.hpp
    A 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/detail/upper_lower_bound.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/includes.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/container_algorithms.hpp
    A 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/set_symmetric_difference.hpp
    A 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/set_union.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/util/detail/algorithm_result.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/util/result_types.hpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/set_symmetric_difference.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/set_union.cpp
    M libs/parallelism/algorithms/tests/unit/container_algorithms/CMakeLists.txt
    A 
libs/parallelism/algorithms/tests/unit/container_algorithms/set_symmetric_difference_range.cpp
    A 
libs/parallelism/algorithms/tests/unit/container_algorithms/set_union_range.cpp

  Log Message:
  -----------
  set_symmetric_difference and set_union adaptations for C++20

- fixing set_operations to use projections
- fixing includes (lower_bound/upper_bound use projections)
- fixing return values for all set operations


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

Reply via email to