Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 3c8e1d592ab78e0494f6b4d6102e6d29685517ee
      
https://github.com/STEllAR-GROUP/hpx/commit/3c8e1d592ab78e0494f6b4d6102e6d29685517ee
  Author: targetakhil <[email protected]>
  Date:   2021-08-01 (Sun, 01 Aug 2021)

  Changed paths:
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/swap_ranges.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/swapranges.cpp

  Log Message:
  -----------
  added tag_dispatch iterator overloads for swap_ranges and updated base 
implementation to support sentinels


  Commit: 0a2b7e0762364886257ba4f54f435ef30b250a49
      
https://github.com/STEllAR-GROUP/hpx/commit/0a2b7e0762364886257ba4f54f435ef30b250a49
  Author: targetakhil <[email protected]>
  Date:   2021-08-01 (Sun, 01 Aug 2021)

  Changed paths:
    M libs/parallelism/algorithms/CMakeLists.txt
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/swap_ranges.hpp
    A 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/swap_ranges.hpp
    M libs/parallelism/algorithms/tests/unit/container_algorithms/CMakeLists.txt
    A 
libs/parallelism/algorithms/tests/unit/container_algorithms/swap_ranges_range.cpp

  Log Message:
  -----------
  add container overloads and tests


  Commit: e2d6528b988c0981d00a8a5ebf9b7b3a3aad6081
      
https://github.com/STEllAR-GROUP/hpx/commit/e2d6528b988c0981d00a8a5ebf9b7b3a3aad6081
  Author: targetakhil <[email protected]>
  Date:   2021-08-01 (Sun, 01 Aug 2021)

  Changed paths:
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/swap_ranges.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/swap_ranges.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/util/result_types.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/util/zip_iterator.hpp

  Log Message:
  -----------
  change swap_ranges to return in_in_result


  Commit: d746eec725e67b5b1d4b7cf5543ee5a858e56ed8
      
https://github.com/STEllAR-GROUP/hpx/commit/d746eec725e67b5b1d4b7cf5543ee5a858e56ed8
  Author: targetakhil <[email protected]>
  Date:   2021-08-01 (Sun, 01 Aug 2021)

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

  Log Message:
  -----------
  add doxygen documentation


  Commit: bd7b88cd9131b4a780ed3c32fcb79dc463860003
      
https://github.com/STEllAR-GROUP/hpx/commit/bd7b88cd9131b4a780ed3c32fcb79dc463860003
  Author: targetakhil <[email protected]>
  Date:   2021-08-01 (Sun, 01 Aug 2021)

  Changed paths:
    M docs/sphinx/api/public_api.rst
    M docs/sphinx/manual/writing_single_node_hpx_applications.rst
    M libs/full/include_local/include/hpx/local/algorithm.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/container_algorithms.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/util/zip_iterator.hpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/swap_ranges_range.cpp

  Log Message:
  -----------
  update sphinx docs


  Commit: e605a8b2abdbfc29f1fc84b92bf4ecf9c918eef2
      
https://github.com/STEllAR-GROUP/hpx/commit/e605a8b2abdbfc29f1fc84b92bf4ecf9c918eef2
  Author: targetakhil <[email protected]>
  Date:   2021-08-01 (Sun, 01 Aug 2021)

  Changed paths:
    M cmake/HPX_AddConfigTest.cmake
    M cmake/HPX_PerformCxxFeatureTests.cmake
    A cmake/tests/cxx20_std_ranges_iter_swap.cpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/detail/rotate.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/partial_sort.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/partition.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/reverse.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/sort.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/swap_ranges.hpp

  Log Message:
  -----------
  added ranges iter_swap feature tests and added to every usage of iter_swap


  Commit: 3ed027d6b3ade3952f868b77e60d8041a854d309
      
https://github.com/STEllAR-GROUP/hpx/commit/3ed027d6b3ade3952f868b77e60d8041a854d309
  Author: targetakhil <[email protected]>
  Date:   2021-08-01 (Sun, 01 Aug 2021)

  Changed paths:
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/swap_ranges.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/container_algorithms/swap_ranges.hpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/swap_ranges_range.cpp

  Log Message:
  -----------
  use swap_ranges_result in doxygen documentation and range_iterator_t


  Commit: 139c2c1dae1750365a8ab7091092e4854d9e0b9e
      
https://github.com/STEllAR-GROUP/hpx/commit/139c2c1dae1750365a8ab7091092e4854d9e0b9e
  Author: Mikael Simberg <[email protected]>
  Date:   2021-08-19 (Thu, 19 Aug 2021)

  Changed paths:
    M cmake/HPX_AddConfigTest.cmake
    M cmake/HPX_PerformCxxFeatureTests.cmake
    A cmake/tests/cxx20_std_ranges_iter_swap.cpp
    M docs/sphinx/api/public_api.rst
    M docs/sphinx/manual/writing_single_node_hpx_applications.rst
    M libs/full/include_local/include/hpx/local/algorithm.hpp
    M libs/parallelism/algorithms/CMakeLists.txt
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/detail/rotate.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/partial_sort.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/partition.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/reverse.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/sort.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/swap_ranges.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/container_algorithms.hpp
    A 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/swap_ranges.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/util/result_types.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/util/zip_iterator.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/swapranges.cpp
    M libs/parallelism/algorithms/tests/unit/container_algorithms/CMakeLists.txt
    A 
libs/parallelism/algorithms/tests/unit/container_algorithms/swap_ranges_range.cpp

  Log Message:
  -----------
  Merge pull request #5449 from Jedi18/adapt_swap_ranges

Adapt swap_ranges to C++ 20


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

Reply via email to