Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 47b8552e022684b638ccf238cce9026e9c2ec099
      
https://github.com/STEllAR-GROUP/hpx/commit/47b8552e022684b638ccf238cce9026e9c2ec099
  Author: targetakhil <[email protected]>
  Date:   2021-06-26 (Sat, 26 Jun 2021)

  Changed paths:
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/uninitialized_move.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/container_memory.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/util/result_types.hpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/uninitialized_move_tests.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/uninitialized_moven.cpp

  Log Message:
  -----------
  updated base implementations to return an in_out_result


  Commit: b8edb51c1082b13a5b5d461145ce372c6a023261
      
https://github.com/STEllAR-GROUP/hpx/commit/b8edb51c1082b13a5b5d461145ce372c6a023261
  Author: targetakhil <[email protected]>
  Date:   2021-06-26 (Sat, 26 Jun 2021)

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

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


  Commit: 8ee3a597a33c09d9ce27f2fa3e8d09b7582445be
      
https://github.com/STEllAR-GROUP/hpx/commit/8ee3a597a33c09d9ce27f2fa3e8d09b7582445be
  Author: targetakhil <[email protected]>
  Date:   2021-06-26 (Sat, 26 Jun 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/memory.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/uninitialized_move.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/uninitialized_move.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/container_memory.hpp

  Log Message:
  -----------
  updated documentation


  Commit: 73bf162621a8e4b3dcac2ef01669652a31555def
      
https://github.com/STEllAR-GROUP/hpx/commit/73bf162621a8e4b3dcac2ef01669652a31555def
  Author: targetakhil <[email protected]>
  Date:   2021-06-26 (Sat, 26 Jun 2021)

  Changed paths:
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/uninitialized_move.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/uninitialized_move.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/uninitialized_move.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/uninitialized_move_tests.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/uninitialized_moven.cpp

  Log Message:
  -----------
  add test for overload not taking in an expolicy


  Commit: 0fa12911c8da4bdb50945538b48e9075310abaa8
      
https://github.com/STEllAR-GROUP/hpx/commit/0fa12911c8da4bdb50945538b48e9075310abaa8
  Author: targetakhil <[email protected]>
  Date:   2021-06-26 (Sat, 26 Jun 2021)

  Changed paths:
    M docs/sphinx/api/public_api.rst
    M libs/parallelism/algorithms/include/hpx/parallel/util/result_types.hpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/uninitialized_move_tests.hpp

  Log Message:
  -----------
  clang format fix and update documentation with range overloads


  Commit: 9ac79828dc09d6c4234858a1e1e875b57696ba84
      
https://github.com/STEllAR-GROUP/hpx/commit/9ac79828dc09d6c4234858a1e1e875b57696ba84
  Author: targetakhil <[email protected]>
  Date:   2021-07-01 (Thu, 01 Jul 2021)

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

  Log Message:
  -----------
  use HPX_INVOKE instead of directly calling cond


  Commit: c5e9daefa7de0a8f94468cc66ad8ec0c2585ea0a
      
https://github.com/STEllAR-GROUP/hpx/commit/c5e9daefa7de0a8f94468cc66ad8ec0c2585ea0a
  Author: Mikael Simberg <[email protected]>
  Date:   2021-07-05 (Mon, 05 Jul 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/memory.hpp
    M libs/parallelism/algorithms/CMakeLists.txt
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/uninitialized_move.hpp
    A 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/uninitialized_move.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/container_memory.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/util/result_types.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/uninitialized_move.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/uninitialized_move_tests.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/uninitialized_moven.cpp
    M libs/parallelism/algorithms/tests/unit/container_algorithms/CMakeLists.txt
    A 
libs/parallelism/algorithms/tests/unit/container_algorithms/uninitialized_move_n_range.cpp
    A 
libs/parallelism/algorithms/tests/unit/container_algorithms/uninitialized_move_range.cpp

  Log Message:
  -----------
  Merge pull request #5389 from Jedi18/adapt_uninitialized_move

Adapt uninitialized_move and uninitialized_move_n to C++ 20


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

Reply via email to