Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 4a6b898b9ac8d17e707474c24911baa5d2870a6f
      
https://github.com/STEllAR-GROUP/hpx/commit/4a6b898b9ac8d17e707474c24911baa5d2870a6f
  Author: Sidhi Kumari <[email protected]>
  Date:   2025-07-29 (Tue, 29 Jul 2025)

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

  Log Message:
  -----------
  updated adjacent difference to use c++20 concepts


  Commit: 96d9344deea67717a624bc456d2a8a3be1d47538
      
https://github.com/STEllAR-GROUP/hpx/commit/96d9344deea67717a624bc456d2a8a3be1d47538
  Author: Sidhi Kumari <[email protected]>
  Date:   2025-07-29 (Tue, 29 Jul 2025)

  Changed paths:
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/adjacent_difference.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/adjacent_find.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/all_any_none.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/copy.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/count.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/destroy.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/ends_with.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/equal.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/exclusive_scan.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/fill.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/find.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/for_each.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/for_loop.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/generate.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/includes.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/inclusive_scan.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/is_heap.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/is_partitioned.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/is_sorted.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/lexicographical_compare.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/make_heap.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/merge.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/minmax.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/mismatch.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/move.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/nth_element.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/partial_sort.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/partial_sort_copy.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/partition.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/reduce.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/reduce_by_key.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/reduce_deterministic.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/remove.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/remove_copy.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/replace.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/reverse.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/rotate.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/search.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/set_difference.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/set_intersection.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/set_symmetric_difference.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/set_union.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/shift_left.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/shift_right.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/sort.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/stable_sort.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/starts_with.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/swap_ranges.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/transform.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/transform_exclusive_scan.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/transform_inclusive_scan.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/transform_reduce.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_copy.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_default_construct.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_fill.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_move.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_relocate.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_value_construct.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/unique.hpp
    M libs/core/algorithms/include/hpx/parallel/run_on_all.hpp
    M libs/core/algorithms/include/hpx/parallel/task_block.hpp
    M libs/core/algorithms/include/hpx/parallel/task_group.hpp

  Log Message:
  -----------
  Updated parallel algorithms to use c++20 concepts


  Commit: 46de5c69c77526d26b1dc1709d088425494af6af
      
https://github.com/STEllAR-GROUP/hpx/commit/46de5c69c77526d26b1dc1709d088425494af6af
  Author: Sidhi Kumari <[email protected]>
  Date:   2025-07-29 (Tue, 29 Jul 2025)

  Changed paths:
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/adjacent_difference.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/adjacent_find.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/all_any_none.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/contains.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/copy.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/count.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/destroy.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/ends_with.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/equal.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/exclusive_scan.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/fill.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/find.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/for_each.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/for_loop.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/generate.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/includes.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/inclusive_scan.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/is_heap.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/is_partitioned.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/is_sorted.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/lexicographical_compare.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/make_heap.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/merge.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/minmax.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/mismatch.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/move.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/nth_element.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/partial_sort.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/partial_sort_copy.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/partition.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/reduce.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/remove.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/remove_copy.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/replace.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/reverse.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/rotate.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/search.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/set_difference.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/set_intersection.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/set_symmetric_difference.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/set_union.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/shift_left.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/shift_right.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/sort.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/stable_sort.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/starts_with.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/swap_ranges.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/transform.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/transform_exclusive_scan.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/transform_inclusive_scan.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/transform_reduce.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/uninitialized_copy.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/uninitialized_default_construct.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/uninitialized_fill.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/uninitialized_move.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/uninitialized_value_construct.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/unique.hpp

  Log Message:
  -----------
  Updated parallel container_algorithms to use c++20 concepts


  Commit: cde7de24e1bac7e41ec4e41c77bb9f0779876a51
      
https://github.com/STEllAR-GROUP/hpx/commit/cde7de24e1bac7e41ec4e41c77bb9f0779876a51
  Author: isidorostsa <[email protected]>
  Date:   2025-07-29 (Tue, 29 Jul 2025)

  Changed paths:
    M libs/core/execution_base/include/hpx/execution_base/stdexec_forward.hpp

  Log Message:
  -----------
  fwd opstate tag


  Commit: 167f1c76b42fa750c67eceacc39bc25188183d8b
      
https://github.com/STEllAR-GROUP/hpx/commit/167f1c76b42fa750c67eceacc39bc25188183d8b
  Author: isidorostsa <[email protected]>
  Date:   2025-07-29 (Tue, 29 Jul 2025)

  Changed paths:
    M libs/core/execution/include/hpx/execution/algorithms/when_all_vector.hpp

  Log Message:
  -----------
  Add missing concept tags


  Commit: c8e115d65be1a336dd648119eb570b1ff456d361
      
https://github.com/STEllAR-GROUP/hpx/commit/c8e115d65be1a336dd648119eb570b1ff456d361
  Author: Sidhi Kumari <[email protected]>
  Date:   2025-07-29 (Tue, 29 Jul 2025)

  Changed paths:
    M libs/core/algorithms/include/hpx/parallel/datapar/adjacent_difference.hpp
    M libs/core/algorithms/include/hpx/parallel/datapar/adjacent_find.hpp
    M libs/core/algorithms/include/hpx/parallel/datapar/equal.hpp
    M libs/core/algorithms/include/hpx/parallel/datapar/fill.hpp
    M libs/core/algorithms/include/hpx/parallel/datapar/find.hpp
    M libs/core/algorithms/include/hpx/parallel/datapar/mismatch.hpp
    M libs/core/algorithms/include/hpx/parallel/datapar/reduce.hpp
    M libs/core/algorithms/include/hpx/parallel/datapar/replace.hpp
    M libs/core/algorithms/include/hpx/parallel/unseq/reduce.hpp

  Log Message:
  -----------
  Updated parallel datapar and unseq to use c++20 concepts


  Commit: 40feaf72bd12ff9dbed7c3c057f343f584d8f91a
      
https://github.com/STEllAR-GROUP/hpx/commit/40feaf72bd12ff9dbed7c3c057f343f584d8f91a
  Author: Sidhi Kumari <[email protected]>
  Date:   2025-07-29 (Tue, 29 Jul 2025)

  Changed paths:
    M libs/core/algorithms/include/hpx/parallel/util/adapt_placement_mode.hpp
    M libs/core/algorithms/include/hpx/parallel/util/adapt_sharing_mode.hpp
    M libs/core/algorithms/include/hpx/parallel/util/adapt_thread_priority.hpp
    M libs/core/algorithms/include/hpx/parallel/util/detail/algorithm_result.hpp
    M 
libs/core/algorithms/include/hpx/parallel/util/detail/chunk_size_iterator.hpp
    M libs/core/algorithms/include/hpx/parallel/util/loop.hpp
    M libs/core/algorithms/include/hpx/parallel/util/ranges_facilities.hpp
    M libs/core/algorithms/include/hpx/parallel/util/result_types.hpp
    M libs/core/algorithms/include/hpx/parallel/util/zip_iterator.hpp

  Log Message:
  -----------
   Updated parallel util to use c++20 concepts


  Commit: eca09f745fcfb1e6254b886bc3afc1f1a9fab1eb
      
https://github.com/STEllAR-GROUP/hpx/commit/eca09f745fcfb1e6254b886bc3afc1f1a9fab1eb
  Author: Sidhi Kumari <[email protected]>
  Date:   2025-07-29 (Tue, 29 Jul 2025)

  Changed paths:
    M libs/core/algorithms/include/hpx/parallel/algorithms/detail/transfer.hpp

  Log Message:
  -----------
   Updated transfer.hpp in parallel algorithms to use c++20 concepts


  Commit: e40ed6f454a5583075aea9167747351e3af23b54
      
https://github.com/STEllAR-GROUP/hpx/commit/e40ed6f454a5583075aea9167747351e3af23b54
  Author: Sidhi Kumari <[email protected]>
  Date:   2025-07-29 (Tue, 29 Jul 2025)

  Changed paths:
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/partition.hpp

  Log Message:
  -----------
   Updated partition.hpp in parallel container_algorithms to use cpp20 concepts


  Commit: 288eda2e3ca9109a437c4ace22a082aa2bdb3cd2
      
https://github.com/STEllAR-GROUP/hpx/commit/288eda2e3ca9109a437c4ace22a082aa2bdb3cd2
  Author: Sidhi Kumari <[email protected]>
  Date:   2025-07-29 (Tue, 29 Jul 2025)

  Changed paths:
    M libs/core/algorithms/tests/unit/container_algorithms/test_utils.hpp

  Log Message:
  -----------
  Update test_utils.hpp to use c++20 concepts


  Commit: e2899f61e3cf203c4d67b692bb66bbbda45bd6e1
      
https://github.com/STEllAR-GROUP/hpx/commit/e2899f61e3cf203c4d67b692bb66bbbda45bd6e1
  Author: Sidhi Kumari <[email protected]>
  Date:   2025-07-29 (Tue, 29 Jul 2025)

  Changed paths:
    M libs/core/algorithms/include/hpx/parallel/util/detail/sender_util.hpp

  Log Message:
  -----------
   Update sender_util.hpp to use c++20 concepts


  Commit: d20e954fda377d0302ada56e6c1104da607bcfd7
      
https://github.com/STEllAR-GROUP/hpx/commit/d20e954fda377d0302ada56e6c1104da607bcfd7
  Author: Hartmut Kaiser <[email protected]>
  Date:   2025-07-29 (Tue, 29 Jul 2025)

  Changed paths:
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/adjacent_difference.hpp
    M libs/core/execution/include/hpx/execution/traits/is_execution_policy.hpp

  Log Message:
  -----------
  Remove requires clause, replace it with std concepts

- Adding hpx::execution_policy concept


  Commit: 8c1906b0e8cccad433bc3b11e0e3653c3ddec217
      
https://github.com/STEllAR-GROUP/hpx/commit/8c1906b0e8cccad433bc3b11e0e3653c3ddec217
  Author: Hartmut Kaiser <[email protected]>
  Date:   2025-07-29 (Tue, 29 Jul 2025)

  Changed paths:
    M libs/core/algorithms/include/hpx/parallel/algorithms/detail/transfer.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/set_intersection.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/sort.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/starts_with.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_move.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_relocate.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_value_construct.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/unique.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/contains.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/copy.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/destroy.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/ends_with.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/equal.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/exclusive_scan.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/find.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/inclusive_scan.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/is_heap.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/is_partitioned.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/partition.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/reduce.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/remove.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/remove_copy.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/replace.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/reverse.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/rotate.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/search.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/set_difference.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/set_intersection.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/set_symmetric_difference.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/set_union.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/shift_left.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/shift_right.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/sort.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/stable_sort.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/starts_with.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/swap_ranges.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/transform.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/transform_exclusive_scan.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/transform_inclusive_scan.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/transform_reduce.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/uninitialized_copy.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/uninitialized_default_construct.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/uninitialized_fill.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/uninitialized_move.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/uninitialized_value_construct.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/unique.hpp
    M libs/core/algorithms/include/hpx/parallel/datapar/adjacent_find.hpp
    M libs/core/algorithms/include/hpx/parallel/datapar/equal.hpp
    M libs/core/algorithms/include/hpx/parallel/run_on_all.hpp
    M libs/core/algorithms/include/hpx/parallel/task_group.hpp
    M libs/core/algorithms/include/hpx/parallel/unseq/reduce.hpp
    M libs/core/algorithms/include/hpx/parallel/util/adapt_placement_mode.hpp
    M libs/core/algorithms/include/hpx/parallel/util/adapt_sharing_mode.hpp
    M libs/core/algorithms/include/hpx/parallel/util/adapt_thread_priority.hpp
    M libs/core/algorithms/include/hpx/parallel/util/detail/algorithm_result.hpp
    M libs/core/algorithms/include/hpx/parallel/util/detail/sender_util.hpp
    M libs/core/algorithms/include/hpx/parallel/util/ranges_facilities.hpp
    M libs/core/algorithms/include/hpx/parallel/util/result_types.hpp
    M libs/core/algorithms/tests/unit/container_algorithms/test_utils.hpp

  Log Message:
  -----------
  Applying clang-format-20


  Commit: abd8129c295ea0bc9fa0ab8819e2221e93040ba8
      
https://github.com/STEllAR-GROUP/hpx/commit/abd8129c295ea0bc9fa0ab8819e2221e93040ba8
  Author: Hartmut Kaiser <[email protected]>
  Date:   2025-07-29 (Tue, 29 Jul 2025)

  Changed paths:
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/adjacent_difference.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/adjacent_find.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/find.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/for_loop.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/make_heap.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/partition.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/reduce_deterministic.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/transform_reduce.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_copy.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/adjacent_find.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/all_any_none.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/destroy.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/exclusive_scan.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/is_sorted.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/rotate.hpp
    M libs/core/algorithms/include/hpx/parallel/datapar/equal.hpp
    M libs/core/algorithms/include/hpx/parallel/datapar/fill.hpp
    M libs/core/algorithms/include/hpx/parallel/datapar/find.hpp
    M libs/core/algorithms/include/hpx/parallel/datapar/mismatch.hpp
    M libs/core/algorithms/include/hpx/parallel/datapar/reduce.hpp
    M libs/core/algorithms/include/hpx/parallel/datapar/replace.hpp
    M libs/core/algorithms/include/hpx/parallel/run_on_all.hpp
    M libs/core/algorithms/include/hpx/parallel/task_block.hpp
    M libs/core/algorithms/include/hpx/parallel/util/adapt_placement_mode.hpp
    M libs/core/algorithms/include/hpx/parallel/util/adapt_sharing_mode.hpp
    M libs/core/algorithms/include/hpx/parallel/util/adapt_thread_priority.hpp
    M 
libs/core/algorithms/include/hpx/parallel/util/detail/chunk_size_iterator.hpp
    M libs/core/algorithms/include/hpx/parallel/util/loop.hpp
    M libs/core/algorithms/tests/unit/container_algorithms/test_utils.hpp

  Log Message:
  -----------
  Fixing CI problems


  Commit: b491fc634d1498880196b4aeec7731a0c0ca844f
      
https://github.com/STEllAR-GROUP/hpx/commit/b491fc634d1498880196b4aeec7731a0c0ca844f
  Author: Hartmut Kaiser <[email protected]>
  Date:   2025-07-31 (Thu, 31 Jul 2025)

  Changed paths:
    M .github/workflows/linux_hip.yml
    M cmake/tests/cxx11_std_atomic.cpp

  Log Message:
  -----------
  Trying new HIP CI image

Signed-off-by: Hartmut Kaiser <[email protected]>


  Commit: 54a0c604a4c0ab2f5314d5caeda16e83e9e0ce1c
      
https://github.com/STEllAR-GROUP/hpx/commit/54a0c604a4c0ab2f5314d5caeda16e83e9e0ce1c
  Author: Hartmut Kaiser <[email protected]>
  Date:   2025-08-01 (Fri, 01 Aug 2025)

  Changed paths:
    M .github/workflows/linux_hip.yml
    M cmake/tests/cxx11_std_atomic.cpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/adjacent_difference.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/adjacent_find.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/all_any_none.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/copy.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/count.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/destroy.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/detail/transfer.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/ends_with.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/equal.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/exclusive_scan.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/fill.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/find.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/for_each.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/for_loop.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/generate.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/includes.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/inclusive_scan.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/is_heap.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/is_partitioned.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/is_sorted.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/lexicographical_compare.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/make_heap.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/merge.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/minmax.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/mismatch.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/move.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/nth_element.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/partial_sort.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/partial_sort_copy.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/partition.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/reduce.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/reduce_by_key.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/reduce_deterministic.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/remove.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/remove_copy.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/replace.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/reverse.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/rotate.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/search.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/set_difference.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/set_intersection.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/set_symmetric_difference.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/set_union.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/shift_left.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/shift_right.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/sort.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/stable_sort.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/starts_with.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/swap_ranges.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/transform.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/transform_exclusive_scan.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/transform_inclusive_scan.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/transform_reduce.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_copy.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_default_construct.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_fill.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_move.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_relocate.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_value_construct.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/unique.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/adjacent_difference.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/adjacent_find.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/all_any_none.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/contains.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/copy.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/count.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/destroy.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/ends_with.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/equal.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/exclusive_scan.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/fill.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/find.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/for_each.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/for_loop.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/generate.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/includes.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/inclusive_scan.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/is_heap.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/is_partitioned.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/is_sorted.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/lexicographical_compare.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/make_heap.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/merge.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/minmax.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/mismatch.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/move.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/nth_element.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/partial_sort.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/partial_sort_copy.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/partition.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/reduce.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/remove.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/remove_copy.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/replace.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/reverse.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/rotate.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/search.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/set_difference.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/set_intersection.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/set_symmetric_difference.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/set_union.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/shift_left.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/shift_right.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/sort.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/stable_sort.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/starts_with.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/swap_ranges.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/transform.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/transform_exclusive_scan.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/transform_inclusive_scan.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/transform_reduce.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/uninitialized_copy.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/uninitialized_default_construct.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/uninitialized_fill.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/uninitialized_move.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/uninitialized_value_construct.hpp
    M libs/core/algorithms/include/hpx/parallel/container_algorithms/unique.hpp
    M libs/core/algorithms/include/hpx/parallel/datapar/adjacent_difference.hpp
    M libs/core/algorithms/include/hpx/parallel/datapar/adjacent_find.hpp
    M libs/core/algorithms/include/hpx/parallel/datapar/equal.hpp
    M libs/core/algorithms/include/hpx/parallel/datapar/fill.hpp
    M libs/core/algorithms/include/hpx/parallel/datapar/find.hpp
    M libs/core/algorithms/include/hpx/parallel/datapar/mismatch.hpp
    M libs/core/algorithms/include/hpx/parallel/datapar/reduce.hpp
    M libs/core/algorithms/include/hpx/parallel/datapar/replace.hpp
    M libs/core/algorithms/include/hpx/parallel/run_on_all.hpp
    M libs/core/algorithms/include/hpx/parallel/task_block.hpp
    M libs/core/algorithms/include/hpx/parallel/task_group.hpp
    M libs/core/algorithms/include/hpx/parallel/unseq/reduce.hpp
    M libs/core/algorithms/include/hpx/parallel/util/adapt_placement_mode.hpp
    M libs/core/algorithms/include/hpx/parallel/util/adapt_sharing_mode.hpp
    M libs/core/algorithms/include/hpx/parallel/util/adapt_thread_priority.hpp
    M libs/core/algorithms/include/hpx/parallel/util/detail/algorithm_result.hpp
    M 
libs/core/algorithms/include/hpx/parallel/util/detail/chunk_size_iterator.hpp
    M libs/core/algorithms/include/hpx/parallel/util/detail/sender_util.hpp
    M libs/core/algorithms/include/hpx/parallel/util/loop.hpp
    M libs/core/algorithms/include/hpx/parallel/util/ranges_facilities.hpp
    M libs/core/algorithms/include/hpx/parallel/util/result_types.hpp
    M libs/core/algorithms/include/hpx/parallel/util/zip_iterator.hpp
    M libs/core/algorithms/tests/unit/container_algorithms/test_utils.hpp
    M libs/core/execution/include/hpx/execution/algorithms/when_all_vector.hpp
    M libs/core/execution/include/hpx/execution/traits/is_execution_policy.hpp
    M libs/core/execution_base/include/hpx/execution_base/stdexec_forward.hpp

  Log Message:
  -----------
  Merge pull request #6700 from sidhikumari5/algo_cpp20_concepts

Update parallel algorithms to use cpp20 concepts


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/0c07c0774587...54a0c604a4c0

To unsubscribe from these emails, change your notification settings at 
https://github.com/STEllAR-GROUP/hpx/settings/notifications
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to