Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 43f0e22de601ffb38bd05ffa8a2253a08db24b31
      
https://github.com/STEllAR-GROUP/hpx/commit/43f0e22de601ffb38bd05ffa8a2253a08db24b31
  Author: gonidelis <[email protected]>
  Date:   2020-07-04 (Sat, 04 Jul 2020)

  Changed paths:
    M libs/algorithms/include/hpx/parallel/algorithms/for_each.hpp
    M libs/algorithms/tests/unit/container_algorithms/CMakeLists.txt
    A libs/algorithms/tests/unit/container_algorithms/foreach_adapt.cpp
    A libs/algorithms/tests/unit/container_algorithms/iter_sent.hpp

  Log Message:
  -----------
  for_each adaptation


  Commit: 1e40d87c38069637ce5c4c9fa94249928a07b1ec
      
https://github.com/STEllAR-GROUP/hpx/commit/1e40d87c38069637ce5c4c9fa94249928a07b1ec
  Author: gonidelis <[email protected]>
  Date:   2020-07-07 (Tue, 07 Jul 2020)

  Changed paths:
    M libs/algorithms/include/hpx/parallel/algorithms/for_each.hpp
    M libs/algorithms/tests/unit/container_algorithms/foreach_adapt.cpp

  Log Message:
  -----------
  Add for_each iterator adaptation


  Commit: 5bc471739ae3959fa70a7d8be8f696d34d3a3f79
      
https://github.com/STEllAR-GROUP/hpx/commit/5bc471739ae3959fa70a7d8be8f696d34d3a3f79
  Author: gonidelis <[email protected]>
  Date:   2020-07-07 (Tue, 07 Jul 2020)

  Changed paths:
    M libs/algorithms/include/hpx/parallel/algorithms/for_each.hpp
    M libs/algorithms/tests/unit/container_algorithms/foreach_adapt.cpp

  Log Message:
  -----------
  Add license and clang-format code


  Commit: e7081574356926dd5a6eae0c41387f563805aba3
      
https://github.com/STEllAR-GROUP/hpx/commit/e7081574356926dd5a6eae0c41387f563805aba3
  Author: gonidelis <[email protected]>
  Date:   2020-07-07 (Tue, 07 Jul 2020)

  Changed paths:
    M libs/algorithms/tests/unit/container_algorithms/foreach_adapt.cpp

  Log Message:
  -----------
  Improve test


  Commit: 2d5e9a1877fdf1b5a7a9ece03361ae6c74263d85
      
https://github.com/STEllAR-GROUP/hpx/commit/2d5e9a1877fdf1b5a7a9ece03361ae6c74263d85
  Author: gonidelis <[email protected]>
  Date:   2020-07-07 (Tue, 07 Jul 2020)

  Changed paths:
    M libs/algorithms/include/hpx/parallel/algorithms/for_each.hpp
    M libs/algorithms/tests/unit/container_algorithms/foreach_adapt.cpp

  Log Message:
  -----------
  Adapt for parallel execution policy


  Commit: e704cd7e8ac4efbb902808270d9cc260085e4251
      
https://github.com/STEllAR-GROUP/hpx/commit/e704cd7e8ac4efbb902808270d9cc260085e4251
  Author: gonidelis <[email protected]>
  Date:   2020-07-08 (Wed, 08 Jul 2020)

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

  Log Message:
  -----------
  Adapt segmented algorithm version


  Commit: 030f25cdfee0805016cd7be99d874853edaeecfa
      
https://github.com/STEllAR-GROUP/hpx/commit/030f25cdfee0805016cd7be99d874853edaeecfa
  Author: gonidelis <[email protected]>
  Date:   2020-07-08 (Wed, 08 Jul 2020)

  Changed paths:
    M libs/algorithms/include/hpx/parallel/algorithms/for_each.hpp
    M libs/algorithms/tests/unit/container_algorithms/foreach_adapt.cpp

  Log Message:
  -----------
  Add is_sentinel_for and fix testing format


  Commit: 8fd96a4ca460a08fdb83163b350ea4b9a039eb3e
      
https://github.com/STEllAR-GROUP/hpx/commit/8fd96a4ca460a08fdb83163b350ea4b9a039eb3e
  Author: gonidelis <[email protected]>
  Date:   2020-07-10 (Fri, 10 Jul 2020)

  Changed paths:
    M 
libs/segmented_algorithms/include/hpx/parallel/segmented_algorithms/for_each.hpp

  Log Message:
  -----------
  Adapt segmented algorithm version


  Commit: 8c4ef28c786a8ee18f9e3019ec040b268ae31603
      
https://github.com/STEllAR-GROUP/hpx/commit/8c4ef28c786a8ee18f9e3019ec040b268ae31603
  Author: gonidelis <[email protected]>
  Date:   2020-07-11 (Sat, 11 Jul 2020)

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

  Log Message:
  -----------
  Add doxygen comments for begin/end iterators and fix CONCEPT_REQUIRES format


  Commit: f70956306852fa8d77e82e836af70fc6abd8c6cc
      
https://github.com/STEllAR-GROUP/hpx/commit/f70956306852fa8d77e82e836af70fc6abd8c6cc
  Author: gonidelis <[email protected]>
  Date:   2020-07-12 (Sun, 12 Jul 2020)

  Changed paths:
    M libs/algorithms/include/hpx/parallel/algorithms/for_each.hpp
    M libs/algorithms/tests/unit/container_algorithms/foreach_adapt.cpp
    M 
libs/segmented_algorithms/include/hpx/parallel/segmented_algorithms/for_each.hpp

  Log Message:
  -----------
  Fix #4810 - Remove decay used by invoke_projected in parallel::for_each


  Commit: 4016672757075a68728de778d868125233257de7
      
https://github.com/STEllAR-GROUP/hpx/commit/4016672757075a68728de778d868125233257de7
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-07-13 (Mon, 13 Jul 2020)

  Changed paths:
    M libs/algorithms/include/hpx/parallel/algorithms/for_each.hpp
    M libs/algorithms/tests/unit/container_algorithms/CMakeLists.txt
    A libs/algorithms/tests/unit/container_algorithms/foreach_adapt.cpp
    A libs/algorithms/tests/unit/container_algorithms/iter_sent.hpp
    M 
libs/segmented_algorithms/include/hpx/parallel/segmented_algorithms/for_each.hpp

  Log Message:
  -----------
  Merge pull request #4809 from gonidelis/foreach_adapt

Foreach adapt


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

Reply via email to