Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 79d0fbc8149bab35c176e95185bf5bec4dbb4ebd
      
https://github.com/STEllAR-GROUP/hpx/commit/79d0fbc8149bab35c176e95185bf5bec4dbb4ebd
  Author: zhekemist <[email protected]>
  Date:   2024-05-22 (Wed, 22 May 2024)

  Changed paths:
    M libs/core/algorithms/tests/unit/algorithms/CMakeLists.txt
    A libs/core/algorithms/tests/unit/algorithms/adjacentfind_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/adjacentfind_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/all_of_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/all_of_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/any_of_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/any_of_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/copy_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/copy_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/copyif_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/copyn_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/copyn_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/count_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/count_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/countif_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/countif_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/destroy_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/destroy_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/destroyn_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/equal_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/equal_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/fill_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/fill_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/filln_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/filln_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/findend_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/findend_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/findfirstof_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/findfirstof_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/findif_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/findif_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/findifnot_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/findifnot_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/for_loop_n_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/for_loop_n_strided_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/for_loop_strided_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/foreach_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/foreachn_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/generate_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/generate_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/generaten_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/generaten_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/includes_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/inplace_merge_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/inplace_merge_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/is_heap_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/is_heap_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/is_heap_until_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/is_partitioned_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/is_sorted_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/is_sorted_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/is_sorted_until_sender.cpp
    A 
libs/core/algorithms/tests/unit/algorithms/lexicographical_compare_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/make_heap_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/max_element_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/merge_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/merge_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/min_element_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/minmax_element_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/none_of_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/none_of_tests.hpp

  Log Message:
  -----------
  Add more unit tests for S/R algorithms

This commit introduces simple unit test cases for the S/R (Sender
and Receiver) versions of the parallel algorithms where they did not
exist yet. Note that this is only the first part of these additional
test cases, they have not been implemented for every algorithm yet.


  Commit: 0314c064256fbbb80a0b929304c61dd55f68dcee
      
https://github.com/STEllAR-GROUP/hpx/commit/0314c064256fbbb80a0b929304c61dd55f68dcee
  Author: zhekemist <[email protected]>
  Date:   2024-05-22 (Wed, 22 May 2024)

  Changed paths:
    M libs/core/algorithms/tests/unit/algorithms/adjacentfind_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/adjacentfind_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/all_of_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/any_of_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/copy_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/copy_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/copyif_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/copyn_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/count_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/count_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/countif_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/countif_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/destroy_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/destroy_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/destroyn_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/equal_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/equal_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/fill_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/fill_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/filln_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/filln_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/findend_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/findend_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/findfirstof_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/findfirstof_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/findif_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/findif_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/findifnot_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/findifnot_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/for_loop_n_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/for_loop_n_strided_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/for_loop_strided_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/foreach_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/foreachn_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/generate_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/generate_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/generaten_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/generaten_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/includes_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/inplace_merge_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/inplace_merge_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/is_heap_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/is_heap_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/is_heap_until_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/is_partitioned_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/is_sorted_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/is_sorted_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/is_sorted_until_sender.cpp
    M 
libs/core/algorithms/tests/unit/algorithms/lexicographical_compare_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/make_heap_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/max_element_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/merge_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/merge_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/min_element_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/minmax_element_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/none_of_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/none_of_tests.hpp

  Log Message:
  -----------
  fix whitespace issues indicated by "inspect"


  Commit: 56b72490228664abdc75d62e4c8e9f291b736eb9
      
https://github.com/STEllAR-GROUP/hpx/commit/56b72490228664abdc75d62e4c8e9f291b736eb9
  Author: zhekemist <[email protected]>
  Date:   2024-05-25 (Sat, 25 May 2024)

  Changed paths:
    M libs/core/algorithms/tests/unit/algorithms/adjacentfind_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/all_of_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/any_of_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/copy_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/copyif_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/copyn_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/count_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/countif_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/destroy_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/destroyn_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/equal_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/fill_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/filln_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/findend_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/findfirstof_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/findif_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/findifnot_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/for_loop_n_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/for_loop_n_strided_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/for_loop_strided_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/foreach_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/generate_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/generaten_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/includes_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/inplace_merge_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/is_heap_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/is_partitioned_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/is_sorted_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/is_sorted_until_sender.cpp
    M 
libs/core/algorithms/tests/unit/algorithms/lexicographical_compare_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/make_heap_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/max_element_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/merge_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/min_element_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/minmax_element_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/none_of_tests.hpp

  Log Message:
  -----------
  Change usages of tt::sync_wait to function calls

All usages of the tt::sync_wait sender consumer in the recently
added unit tests were replaced with equivalent function calls
in order to make the tests compatible with NVIDIA's stdexec.


  Commit: dadf0733375153603cfb59dedca20d965e9e1be1
      
https://github.com/STEllAR-GROUP/hpx/commit/dadf0733375153603cfb59dedca20d965e9e1be1
  Author: zhekemist <[email protected]>
  Date:   2024-05-28 (Tue, 28 May 2024)

  Changed paths:
    M libs/core/algorithms/tests/unit/algorithms/CMakeLists.txt
    M libs/core/algorithms/tests/unit/algorithms/findfirstof_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/findifnot_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/for_loop_n_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/for_loop_n_strided_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/for_loop_strided_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/includes_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/inplace_merge_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/is_heap_until_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/is_partitioned_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/is_sorted_until_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/minmax_element_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/mismatch_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/mismatch_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/move_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/nth_element_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/partial_sort_copy_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/partial_sort_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/partition_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/partition_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/reduce_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/reduce_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/remove_if_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/remove_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/remove_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/replace_copy_if_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/replace_copy_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/replace_if_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/replace_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/reverse_copy_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/rotate_copy_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/search_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/searchn_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/set_difference_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/set_intersection_sender.cpp
    A 
libs/core/algorithms/tests/unit/algorithms/set_symmetric_difference_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/set_union_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/shift_left_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/shift_right_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/sort_by_key_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/sort_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/sort_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/stable_partition_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/stable_partition_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/stable_sort_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/stable_sort_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/starts_with_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/swapranges_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/transform_reduce_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/transform_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/transform_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/unique_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/unique_tests.hpp

  Log Message:
  -----------
  Add the remaining S/R test cases

This commit adds the remaining sender adaptor test cases. As of now,
it is not planned to add further test cases, as test cases were
added to all the algorithms where they are currently of interest.


  Commit: 75605fe53916f020629474f397d4f5a3c551271a
      
https://github.com/STEllAR-GROUP/hpx/commit/75605fe53916f020629474f397d4f5a3c551271a
  Author: zhekemist <[email protected]>
  Date:   2024-05-28 (Tue, 28 May 2024)

  Changed paths:
    M libs/core/algorithms/tests/unit/algorithms/sort_by_key_sender.cpp

  Log Message:
  -----------
  Add missing include


  Commit: e5a7f757e25bb9cc4f2160083e99ef0b0c330a3d
      
https://github.com/STEllAR-GROUP/hpx/commit/e5a7f757e25bb9cc4f2160083e99ef0b0c330a3d
  Author: Tobias <[email protected]>
  Date:   2024-06-28 (Fri, 28 Jun 2024)

  Changed paths:
    M CITATION.cff
    M CMakeLists.txt
    M cmake/CacheLineSize.cmake
    M cmake/FindBreathe.cmake
    M cmake/HPX_AddDefinitions.cmake
    M cmake/HPX_SetupBoost.cmake
    M cmake/HPX_SetupHwloc.cmake
    M cmake/HPX_UpdateGitDocs.cmake
    M cmake/TargetArch.cmake
    M cmake/packaging/rpm/Changelog.txt
    M cmake/templates/HPXMacros.cmake.in
    M cmake/templates/conf.py.in
    M docs/CMakeLists.txt
    M docs/sphinx/api/public_distributed_api.rst
    M docs/sphinx/contributing/release_procedure.rst
    M docs/sphinx/manual/building_hpx.rst
    M docs/sphinx/manual/creating_hpx_projects.rst
    M docs/sphinx/manual/debugging_hpx_applications.rst
    M docs/sphinx/manual/launching_and_configuring_hpx_applications.rst
    M docs/sphinx/manual/optimizing_hpx_applications.rst
    M docs/sphinx/manual/starting_the_hpx_runtime.rst
    M docs/sphinx/manual/troubleshooting.rst
    M docs/sphinx/manual/using_the_lci_parcelport.rst
    M docs/sphinx/quickstart.rst
    M docs/sphinx/releases/whats_new_1_10_0.rst
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_relocate.hpp
    M libs/core/debugging/tests/unit/print.cpp
    M libs/core/prefix/src/find_prefix.cpp
    M libs/core/program_options/tests/unit/parsers.cpp
    M libs/full/async_distributed/include/hpx/async_distributed/async.hpp
    M libs/full/async_distributed/include/hpx/async_distributed/dataflow.hpp
    M libs/full/async_distributed/include/hpx/async_distributed/post.hpp
    M libs/full/async_distributed/include/hpx/async_distributed/sync.hpp
    M libs/full/collectives/include/hpx/collectives/latch.hpp
    M tools/hpxdep/CMakeLists.txt

  Log Message:
  -----------
  Merge branch 'STEllAR-GROUP:master' into add-sr-unit-tests


  Commit: 9405f50542bb7e61fc2fd8149bc832be65d743ca
      
https://github.com/STEllAR-GROUP/hpx/commit/9405f50542bb7e61fc2fd8149bc832be65d743ca
  Author: zhekemist <[email protected]>
  Date:   2024-07-09 (Tue, 09 Jul 2024)

  Changed paths:
    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/util/result_types.hpp
    M libs/core/algorithms/tests/unit/algorithms/none_of_sender.cpp
    M libs/core/execution/include/hpx/execution/algorithms/then.hpp
    M libs/core/executors/include/hpx/executors/explicit_scheduler_executor.hpp

  Log Message:
  -----------
  Fix S/R adaptors of some parallel algorithms

This commit introduces a first batch of fixes for the
S/R versions of some parallel algorithms. However,
they are currently all build on a temporary solution
for an issue in the "then sender" and therefore not
final yet.


  Commit: 2baa8be89a8bc7b2e5a5f382042252fcedcb238b
      
https://github.com/STEllAR-GROUP/hpx/commit/2baa8be89a8bc7b2e5a5f382042252fcedcb238b
  Author: zhekemist <[email protected]>
  Date:   2024-07-09 (Tue, 09 Jul 2024)

  Changed paths:
    M libs/core/executors/include/hpx/executors/explicit_scheduler_executor.hpp

  Log Message:
  -----------
  Add missing include


  Commit: 5aa62d60ab76213acbbd3e956721ae3bfe283ffd
      
https://github.com/STEllAR-GROUP/hpx/commit/5aa62d60ab76213acbbd3e956721ae3bfe283ffd
  Author: zhekemist <[email protected]>
  Date:   2024-07-09 (Tue, 09 Jul 2024)

  Changed paths:
    M libs/core/algorithms/include/hpx/parallel/algorithms/adjacent_find.hpp
    M libs/core/algorithms/tests/unit/algorithms/CMakeLists.txt

  Log Message:
  -----------
  Fix error in `adjacent_find`

- Fly-by: comment out sender tests for algorithms that are not fixed yet


  Commit: 679c8ac9e058369dc643939c7d7520b96aa98d9a
      
https://github.com/STEllAR-GROUP/hpx/commit/679c8ac9e058369dc643939c7d7520b96aa98d9a
  Author: zhekemist <[email protected]>
  Date:   2024-07-09 (Tue, 09 Jul 2024)

  Changed paths:
    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/util/result_types.hpp
    M libs/core/algorithms/tests/unit/algorithms/adjacentfind_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/adjacentfind_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/all_of_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/all_of_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/any_of_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/any_of_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/copy_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/copy_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/copyif_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/copyn_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/copyn_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/count_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/count_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/countif_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/countif_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/destroy_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/destroy_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/destroyn_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/equal_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/equal_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/fill_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/fill_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/filln_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/filln_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/findend_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/findend_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/findfirstof_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/findfirstof_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/findif_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/findif_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/findifnot_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/findifnot_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/for_loop_n_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/for_loop_n_strided_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/for_loop_strided_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/foreach_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/foreachn_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/generate_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/generate_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/generaten_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/generaten_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/includes_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/inplace_merge_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/inplace_merge_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/is_heap_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/is_heap_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/is_heap_until_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/is_partitioned_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/is_sorted_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/is_sorted_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/is_sorted_until_sender.cpp
    M 
libs/core/algorithms/tests/unit/algorithms/lexicographical_compare_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/make_heap_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/max_element_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/merge_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/merge_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/min_element_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/minmax_element_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/mismatch_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/mismatch_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/move_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/none_of_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/none_of_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/nth_element_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/partial_sort_copy_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/partial_sort_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/partition_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/partition_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/reduce_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/reduce_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/remove_if_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/remove_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/remove_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/replace_copy_if_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/replace_copy_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/replace_if_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/replace_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/reverse_copy_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/rotate_copy_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/search_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/searchn_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/set_difference_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/set_intersection_sender.cpp
    M 
libs/core/algorithms/tests/unit/algorithms/set_symmetric_difference_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/set_union_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/shift_left_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/shift_right_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/sort_by_key_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/sort_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/sort_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/stable_partition_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/stable_partition_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/stable_sort_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/stable_sort_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/starts_with_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/swapranges_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/transform_reduce_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/transform_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/transform_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/unique_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/unique_tests.hpp
    M libs/core/execution/include/hpx/execution/algorithms/then.hpp
    M libs/core/executors/include/hpx/executors/explicit_scheduler_executor.hpp

  Log Message:
  -----------
  Fix formatting issues


  Commit: 1f3738aa87111ce666bef7b7379a37142ab4560e
      
https://github.com/STEllAR-GROUP/hpx/commit/1f3738aa87111ce666bef7b7379a37142ab4560e
  Author: zhekemist <[email protected]>
  Date:   2024-07-09 (Tue, 09 Jul 2024)

  Changed paths:
    M libs/core/algorithms/tests/unit/algorithms/CMakeLists.txt

  Log Message:
  -----------
  Fix CMake formatting issues


  Commit: f3248dbbd4d448d1fb4bfbc50f1a6a9255c0aabd
      
https://github.com/STEllAR-GROUP/hpx/commit/f3248dbbd4d448d1fb4bfbc50f1a6a9255c0aabd
  Author: zhekemist <[email protected]>
  Date:   2024-07-09 (Tue, 09 Jul 2024)

  Changed paths:
    M .circleci/tests.unit1.algorithms
    M .circleci/tests.unit2.algorithms
    M libs/core/algorithms/tests/unit/algorithms/CMakeLists.txt

  Log Message:
  -----------
  Add CircleCI targets, fix `CMakeLists` for algorithm unit tests


  Commit: 83a180f932479654d86bf750763b698a2d292566
      
https://github.com/STEllAR-GROUP/hpx/commit/83a180f932479654d86bf750763b698a2d292566
  Author: zhekemist <[email protected]>
  Date:   2024-07-29 (Mon, 29 Jul 2024)

  Changed paths:
    M .github/workflows/macos_debug.yml
    M .github/workflows/macos_debug_fetch_boost.yml
    M .github/workflows/macos_debug_fetch_hwloc.yml
    M .jenkins/lsu-perftests/env-perftests.sh
    M .jenkins/lsu-perftests/launch_perftests.sh
    M .jenkins/lsu/Jenkinsfile
    R .jenkins/lsu/env-clang-12-apex.sh
    R .jenkins/lsu/env-clang-12.sh
    R .jenkins/lsu/env-clang-13.sh
    R .jenkins/lsu/env-clang-14.sh
    R .jenkins/lsu/env-clang-15.sh
    M .jenkins/lsu/env-clang-16.sh
    A .jenkins/lsu/env-clang-17-apex.sh
    M .jenkins/lsu/env-clang-17.sh
    A .jenkins/lsu/env-clang-18.sh
    R .jenkins/lsu/env-gcc-10.sh
    M .jenkins/lsu/env-gcc-11.sh
    A .jenkins/lsu/env-gcc-12-cuda-12-dgx.sh
    M .jenkins/lsu/env-gcc-12-cuda-12.sh
    M .jenkins/lsu/env-gcc-12.sh
    R .jenkins/lsu/env-gcc-13-cuda-12-dgx.sh
    M .jenkins/lsu/env-gcc-13.sh
    A .jenkins/lsu/env-gcc-14.sh
    M .jenkins/lsu/env-hipcc.sh
    R .jenkins/lsu/slurm-configuration-clang-11.sh
    R .jenkins/lsu/slurm-configuration-clang-12-apex.sh
    R .jenkins/lsu/slurm-configuration-clang-12.sh
    R .jenkins/lsu/slurm-configuration-clang-13.sh
    R .jenkins/lsu/slurm-configuration-clang-14.sh
    R .jenkins/lsu/slurm-configuration-clang-15.sh
    A .jenkins/lsu/slurm-configuration-clang-16.sh
    A .jenkins/lsu/slurm-configuration-clang-17-apex.sh
    A .jenkins/lsu/slurm-configuration-clang-17.sh
    A .jenkins/lsu/slurm-configuration-clang-18.sh
    R .jenkins/lsu/slurm-configuration-gcc-10-cuda-11.sh
    R .jenkins/lsu/slurm-configuration-gcc-10.sh
    M .jenkins/lsu/slurm-configuration-gcc-12-cuda-12-dgx.sh
    A .jenkins/lsu/slurm-configuration-gcc-12-cuda-12.sh
    A .jenkins/lsu/slurm-configuration-gcc-14.sh
    R .jenkins/lsu/slurm-configuration-gcc-9.sh
    M CMakeLists.txt
    A cmake/FindStdexec.cmake
    M cmake/HPX_AddConfigTest.cmake
    M cmake/HPX_PerformCxxFeatureTests.cmake
    A cmake/HPX_SetupStdexec.cmake
    A cmake/tests/cxx20_std_identity.cpp
    M libs/CMakeLists.txt
    M libs/core/algorithms/include/hpx/parallel/algorithms/rotate.hpp
    M libs/core/algorithms/include/hpx/parallel/util/detail/algorithm_result.hpp
    M libs/core/algorithms/tests/regressions/minimal_findend.cpp
    M libs/core/algorithms/tests/unit/algorithms/adjacentdifference_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/find_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/for_loop_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/foreach_scheduler.cpp
    M libs/core/algorithms/tests/unit/algorithms/foreach_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/reverse_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/rotate_sender.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/adjacentdifference_range_sender.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/foreach_range_sender.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/foreach_tests.hpp
    M libs/core/async_combinators/include/hpx/async_combinators/wait_some.hpp
    M libs/core/async_cuda/include/hpx/async_cuda/transform_stream.hpp
    M libs/core/async_cuda/tests/unit/transform_stream.cu
    M libs/core/async_mpi/include/hpx/async_mpi/transform_mpi.hpp
    M libs/core/async_mpi/tests/unit/algorithm_transform_mpi.cpp
    M libs/core/config/include/hpx/config/compiler_specific.hpp
    M libs/core/execution/include/hpx/execution/algorithms/as_sender.hpp
    M libs/core/execution/include/hpx/execution/algorithms/bulk.hpp
    M 
libs/core/execution/include/hpx/execution/algorithms/detail/partial_algorithm.hpp
    M libs/core/execution/include/hpx/execution/algorithms/ensure_started.hpp
    M libs/core/execution/include/hpx/execution/algorithms/execute.hpp
    M libs/core/execution/include/hpx/execution/algorithms/just.hpp
    M libs/core/execution/include/hpx/execution/algorithms/keep_future.hpp
    M libs/core/execution/include/hpx/execution/algorithms/let_error.hpp
    M libs/core/execution/include/hpx/execution/algorithms/let_stopped.hpp
    M libs/core/execution/include/hpx/execution/algorithms/let_value.hpp
    M libs/core/execution/include/hpx/execution/algorithms/make_future.hpp
    M libs/core/execution/include/hpx/execution/algorithms/run_loop.hpp
    M libs/core/execution/include/hpx/execution/algorithms/schedule_from.hpp
    M libs/core/execution/include/hpx/execution/algorithms/split.hpp
    M libs/core/execution/include/hpx/execution/algorithms/start_detached.hpp
    M libs/core/execution/include/hpx/execution/algorithms/sync_wait.hpp
    M libs/core/execution/include/hpx/execution/algorithms/then.hpp
    M libs/core/execution/include/hpx/execution/algorithms/transfer.hpp
    M libs/core/execution/include/hpx/execution/algorithms/transfer_just.hpp
    M libs/core/execution/include/hpx/execution/algorithms/when_all.hpp
    M libs/core/execution/include/hpx/execution/algorithms/when_all_vector.hpp
    M libs/core/execution/include/hpx/execution/queries/get_allocator.hpp
    M 
libs/core/execution/include/hpx/execution/queries/get_delegatee_scheduler.hpp
    M libs/core/execution/include/hpx/execution/queries/get_scheduler.hpp
    M libs/core/execution/include/hpx/execution/queries/get_stop_token.hpp
    M libs/core/execution/include/hpx/execution/queries/read.hpp
    M libs/core/execution/src/run_loop.cpp
    M libs/core/execution/tests/unit/algorithm_as_sender.cpp
    M libs/core/execution/tests/unit/algorithm_bulk.cpp
    M libs/core/execution/tests/unit/algorithm_ensure_started.cpp
    M libs/core/execution/tests/unit/algorithm_execute.cpp
    M libs/core/execution/tests/unit/algorithm_just.cpp
    M libs/core/execution/tests/unit/algorithm_just_error.cpp
    M libs/core/execution/tests/unit/algorithm_just_stopped.cpp
    M libs/core/execution/tests/unit/algorithm_let_error.cpp
    M libs/core/execution/tests/unit/algorithm_let_stopped.cpp
    M libs/core/execution/tests/unit/algorithm_let_value.cpp
    M libs/core/execution/tests/unit/algorithm_run_loop.cpp
    M libs/core/execution/tests/unit/algorithm_split.cpp
    M libs/core/execution/tests/unit/algorithm_start_detached.cpp
    M libs/core/execution/tests/unit/algorithm_sync_wait.cpp
    M libs/core/execution/tests/unit/algorithm_sync_wait_with_variant.cpp
    M libs/core/execution/tests/unit/algorithm_then.cpp
    M libs/core/execution/tests/unit/algorithm_transfer.cpp
    M libs/core/execution/tests/unit/algorithm_transfer_just.cpp
    M libs/core/execution/tests/unit/algorithm_transfer_when_all.cpp
    M libs/core/execution/tests/unit/algorithm_when_all.cpp
    M libs/core/execution/tests/unit/algorithm_when_all_vector.cpp
    M libs/core/execution/tests/unit/environment_queries.cpp
    M libs/core/execution/tests/unit/forward_progress_guarantee.cpp
    M libs/core/execution/tests/unit/forwarding_env_query.cpp
    M libs/core/execution/tests/unit/forwarding_scheduler_query.cpp
    M libs/core/execution/tests/unit/forwarding_sender_query.cpp
    M libs/core/execution_base/CMakeLists.txt
    M libs/core/execution_base/include/hpx/execution_base/any_sender.hpp
    M 
libs/core/execution_base/include/hpx/execution_base/completion_scheduler.hpp
    M 
libs/core/execution_base/include/hpx/execution_base/completion_signatures.hpp
    M libs/core/execution_base/include/hpx/execution_base/coroutine_utils.hpp
    M libs/core/execution_base/include/hpx/execution_base/get_env.hpp
    M libs/core/execution_base/include/hpx/execution_base/operation_state.hpp
    M libs/core/execution_base/include/hpx/execution_base/receiver.hpp
    M libs/core/execution_base/include/hpx/execution_base/sender.hpp
    A libs/core/execution_base/include/hpx/execution_base/stdexec_forward.hpp
    M libs/core/execution_base/include/hpx/execution_base/this_thread.hpp
    M 
libs/core/execution_base/include/hpx/execution_base/traits/coroutine_traits.hpp
    M libs/core/execution_base/tests/include/algorithm_test_utils.hpp
    M libs/core/execution_base/tests/include/coroutine_task.hpp
    M libs/core/execution_base/tests/unit/CMakeLists.txt
    M libs/core/execution_base/tests/unit/any_sender.cpp
    M libs/core/execution_base/tests/unit/basic_operation_state.cpp
    M libs/core/execution_base/tests/unit/basic_receiver.cpp
    M libs/core/execution_base/tests/unit/basic_schedule.cpp
    M libs/core/execution_base/tests/unit/basic_sender.cpp
    M libs/core/execution_base/tests/unit/completion_signatures.cpp
    M libs/core/execution_base/tests/unit/coroutine_traits.cpp
    M libs/core/execution_base/tests/unit/coroutine_utils.cpp
    M libs/core/execution_base/tests/unit/execute_may_block_caller.cpp
    M libs/core/execution_base/tests/unit/execution_context.cpp
    M libs/core/execution_base/tests/unit/get_env.cpp
    A libs/core/execution_base/tests/unit/stdexec.cpp
    M libs/core/executors/include/hpx/executors/execute_on.hpp
    M libs/core/executors/include/hpx/executors/explicit_scheduler_executor.hpp
    M libs/core/executors/include/hpx/executors/thread_pool_scheduler.hpp
    M libs/core/executors/include/hpx/executors/thread_pool_scheduler_bulk.hpp
    M libs/core/executors/tests/regressions/fork_join_with_result.cpp
    M libs/core/executors/tests/unit/explicit_scheduler_executor.cpp
    M libs/core/executors/tests/unit/thread_pool_scheduler.cpp
    M libs/core/format/include/hpx/modules/format.hpp
    M libs/core/format/tests/unit/format.cpp
    M libs/core/futures/include/hpx/futures/detail/future_data.hpp
    M libs/core/futures/include/hpx/futures/futures_factory.hpp
    M libs/core/futures/include/hpx/futures/packaged_continuation.hpp
    M libs/core/futures/src/future_data.cpp
    M 
libs/core/pack_traversal/include/hpx/pack_traversal/detail/pack_traversal_impl.hpp
    M libs/core/synchronization/include/hpx/synchronization/async_rw_mutex.hpp
    M libs/core/synchronization/tests/unit/async_rw_mutex.cpp
    M libs/core/type_support/include/hpx/type_support/meta.hpp
    M libs/core/type_support/include/hpx/type_support/pack.hpp
    M libs/core/type_support/tests/unit/generator.cpp
    M libs/full/components/include/hpx/components/client_base.hpp
    M tools/perftests_ci/driver.py

  Log Message:
  -----------
  Squash merge PR #6431, switching to NVIDIA's S/R implementation

Co-authored-by: isidorostsa <[email protected]>


  Commit: e4b3eb92513a9940dd0c49e14f380a2bf3c779ef
      
https://github.com/STEllAR-GROUP/hpx/commit/e4b3eb92513a9940dd0c49e14f380a2bf3c779ef
  Author: zhekemist <[email protected]>
  Date:   2024-07-29 (Mon, 29 Jul 2024)

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

  Log Message:
  -----------
  Revert temporary fix of then sender


  Commit: 8bf92e84b9d2ad4240fa36597ea9306de2b00967
      
https://github.com/STEllAR-GROUP/hpx/commit/8bf92e84b9d2ad4240fa36597ea9306de2b00967
  Author: zhekemist <[email protected]>
  Date:   2024-07-29 (Mon, 29 Jul 2024)

  Changed paths:
    M libs/core/executors/include/hpx/executors/explicit_scheduler_executor.hpp

  Log Message:
  -----------
  Add guard against invocables returning booleans

The guard prevents the use of invocables returning bool in the
bulk_async_execute method of the explicit_scheduler_executor to
avoid data races. Using such invocables can cause issues because
std::vector<return type of the invocable> may be simultaneously
written to by multiple threads, which is problematic
with std::vector<bool> due to its space optimizations.


  Commit: ffd78420dfde9336ddc4f4eb973ba9ca4d905ca2
      
https://github.com/STEllAR-GROUP/hpx/commit/ffd78420dfde9336ddc4f4eb973ba9ca4d905ca2
  Author: zhekemist <[email protected]>
  Date:   2024-07-29 (Mon, 29 Jul 2024)

  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/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/generate.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/minmax.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/reduce.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/util/detail/algorithm_result.hpp
    M libs/core/algorithms/tests/regressions/CMakeLists.txt
    A libs/core/algorithms/tests/regressions/findfirstof_more_searched_for.cpp
    M libs/core/algorithms/tests/unit/algorithms/CMakeLists.txt
    M libs/core/algorithms/tests/unit/algorithms/adjacentdifference_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/adjacentfind_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/copyn_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/destroyn_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/ends_with_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/equal_binary.cpp
    A libs/core/algorithms/tests/unit/algorithms/equal_binary_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/equal_binary_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/equal_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/findend_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/is_partitioned_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/is_sorted_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/is_sorted_until_sender.cpp
    M 
libs/core/algorithms/tests/unit/algorithms/lexicographical_compare_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/max_element_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/min_element_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/minmax_element_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/reduce_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/reverse_copy_sender.cpp

  Log Message:
  -----------
  Fix S/R adaptors of more parallel algorithms

This commit introduces a new set of fixes for the
S/R versions of several more parallel algorithms and
reworks of some previous, buggy fixes. Additionally,
new unit test cases have been added for some of the
algorithms to cover edge cases such as empty ranges in
case they could become pitfalls for the S/R adaptations.
This led to the discovery of some general bugs in the
algorithms, which were fixed as flybys:
* `first_first_of` (+ regression test case)
* `ends_with`


  Commit: 087c8b276985b8c6be86c5cb0e1ec24a7e61348e
      
https://github.com/STEllAR-GROUP/hpx/commit/087c8b276985b8c6be86c5cb0e1ec24a7e61348e
  Author: zhekemist <[email protected]>
  Date:   2024-07-29 (Mon, 29 Jul 2024)

  Changed paths:
    M .circleci/tests.unit1.algorithms
    M .circleci/tests.unit2.algorithms

  Log Message:
  -----------
  Update CircleCI targets

Fly-by: Rebalance the two target lists


  Commit: a1010364786c1e1a2f6a21775e1ac0a127ddd398
      
https://github.com/STEllAR-GROUP/hpx/commit/a1010364786c1e1a2f6a21775e1ac0a127ddd398
  Author: zhekemist <[email protected]>
  Date:   2024-07-29 (Mon, 29 Jul 2024)

  Changed paths:
    M .circleci/tests.unit1.algorithms
    M .circleci/tests.unit2.algorithms
    M cmake/tests/cxx20_std_identity.cpp
    M libs/core/algorithms/tests/unit/algorithms/equal_binary_tests.hpp

  Log Message:
  -----------
  Fix CircleCI targets

Flybys: add missing newline at EOF, fix typo


  Commit: 65e35d814dd430b1150fc30c3833158863545d38
      
https://github.com/STEllAR-GROUP/hpx/commit/65e35d814dd430b1150fc30c3833158863545d38
  Author: Tobias <[email protected]>
  Date:   2024-07-29 (Mon, 29 Jul 2024)

  Changed paths:
    M .jenkins/lsu/env-clang-16.sh
    M .jenkins/lsu/env-clang-18.sh
    M .jenkins/lsu/env-gcc-12.sh
    M .jenkins/lsu/env-gcc-14.sh
    M CMakeLists.txt
    M cmake/HPX_SetupAsio.cmake
    M cmake/HPX_SetupBoost.cmake
    M cmake/HPX_SetupBoostFilesystem.cmake
    M cmake/HPX_SetupBoostIostreams.cmake
    M cmake/HPX_SetupBoostRegex.cmake
    M cmake/HPX_SetupTarget.cmake
    M docs/sphinx/api/public_distributed_api.rst
    M docs/sphinx/examples/accumulator.rst
    M docs/sphinx/manual/launching_and_configuring_hpx_applications.rst
    M examples/accumulators/accumulator.hpp
    M examples/accumulators/server/template_accumulator.hpp
    M examples/accumulators/server/template_function_accumulator.hpp
    M examples/accumulators/template_function_accumulator.cpp
    M libs/core/algorithms/CMakeLists.txt
    M libs/core/algorithms/tests/unit/algorithms/CMakeLists.txt
    M libs/core/algorithms/tests/unit/algorithms/adjacentdifference_tests.hpp
    M libs/core/algorithms/tests/unit/container_algorithms/CMakeLists.txt
    R libs/core/algorithms/tests/unit/container_algorithms/distance.cpp
    A libs/core/algorithms/tests/unit/container_algorithms/distance_range.cpp
    M libs/core/command_line_handling_local/src/command_line_handling_local.cpp
    M libs/core/mpi_base/CMakeLists.txt
    M libs/core/mpi_base/include/hpx/mpi_base/mpi_environment.hpp
    M libs/core/mpi_base/src/mpi_environment.cpp
    M 
libs/core/runtime_configuration/include/hpx/runtime_configuration/component_commandline_base.hpp
    M 
libs/core/runtime_configuration/include/hpx/runtime_configuration/component_factory_base.hpp
    M libs/full/actions_base/include/hpx/actions_base/basic_action.hpp
    M libs/full/actions_base/include/hpx/actions_base/component_action.hpp
    M libs/full/command_line_handling/src/command_line_handling.cpp
    M libs/full/components/include/hpx/components/client.hpp
    M libs/full/components/include/hpx/components/client_base.hpp
    M 
libs/full/components_base/include/hpx/components_base/component_commandline.hpp
    M 
libs/full/components_base/include/hpx/components_base/component_startup_shutdown.hpp
    M 
libs/full/components_base/include/hpx/components_base/components_base_fwd.hpp
    M libs/full/parcelport_mpi/include/hpx/parcelport_mpi/header.hpp
    M libs/full/parcelport_mpi/include/hpx/parcelport_mpi/receiver.hpp
    M 
libs/full/parcelport_mpi/include/hpx/parcelport_mpi/receiver_connection.hpp
    M libs/full/parcelport_mpi/include/hpx/parcelport_mpi/sender.hpp
    M libs/full/parcelport_mpi/include/hpx/parcelport_mpi/sender_connection.hpp
    M libs/full/parcelport_mpi/include/hpx/parcelport_mpi/tag_provider.hpp
    M libs/full/parcelport_mpi/src/parcelport_mpi.cpp
    M 
libs/full/runtime_components/include/hpx/runtime_components/component_factory.hpp
    M libs/full/runtime_components/include/hpx/runtime_components/new.hpp

  Log Message:
  -----------
  Merge branch 'master' into add-sr-unit-tests


  Commit: 03cc5aa46081949925b2ed6a82d57f1c86e13d39
      
https://github.com/STEllAR-GROUP/hpx/commit/03cc5aa46081949925b2ed6a82d57f1c86e13d39
  Author: zhekemist <[email protected]>
  Date:   2024-07-29 (Mon, 29 Jul 2024)

  Changed paths:
    M .circleci/config.yml

  Log Message:
  -----------
  Use C++20 for HPX in CircleCI


  Commit: 22e5bc322e117d8bf65288ee51cfb835d44398d3
      
https://github.com/STEllAR-GROUP/hpx/commit/22e5bc322e117d8bf65288ee51cfb835d44398d3
  Author: zhekemist <[email protected]>
  Date:   2024-07-30 (Tue, 30 Jul 2024)

  Changed paths:
    M .circleci/config.yml

  Log Message:
  -----------
  Upgrade CircleCI build environment

`stellargroup/build_env:14` uses Clang 10, which lacks support for
`std::identity`, a type explicitly required for enabling stdexec in
HPX. Since `stellargroup/build_env:16` uses Clang 12, switching
to it should resolve this issue.


  Commit: a60d958c2f7797e0b9053407bceda0e9c580e7fd
      
https://github.com/STEllAR-GROUP/hpx/commit/a60d958c2f7797e0b9053407bceda0e9c580e7fd
  Author: zhekemist <[email protected]>
  Date:   2024-07-30 (Tue, 30 Jul 2024)

  Changed paths:
    M .circleci/config.yml

  Log Message:
  -----------
  Fix tool versions in CircleCI config


  Commit: c41aac72aff8beeea819e74513a4645440cd8adc
      
https://github.com/STEllAR-GROUP/hpx/commit/c41aac72aff8beeea819e74513a4645440cd8adc
  Author: zhekemist <[email protected]>
  Date:   2024-07-30 (Tue, 30 Jul 2024)

  Changed paths:
    M .circleci/config.yml

  Log Message:
  -----------
  Try experimental, temporary CircleCI fix

This experimental fix uses an updated version of the build environment to
address the issues arising with Clnag-Format 12. Additionally, as flybys,
the compiler and the tools were upgraded to their most recent versions.
This build environment might therefore not be suitable for getting merged
and may be reverted in future commits.


  Commit: 30d71fbd5ccf9374984ebd03096f0f4fccdd7b5b
      
https://github.com/STEllAR-GROUP/hpx/commit/30d71fbd5ccf9374984ebd03096f0f4fccdd7b5b
  Author: zhekemist <[email protected]>
  Date:   2024-07-30 (Tue, 30 Jul 2024)

  Changed paths:
    M .clang-tidy

  Log Message:
  -----------
  Temporarily adjust clang-tidy config

This temporary commit disables that clang-tidy treats warnings as errors.
The reason for this is that the upgraded clang-tidy reports many new
warnings in various parts of HPX, causing the compilation to fail,
and addressing this is probably out of this PR's scope.


  Commit: 6880e02daedbd773a51245cac703df6e49e9db1a
      
https://github.com/STEllAR-GROUP/hpx/commit/6880e02daedbd773a51245cac703df6e49e9db1a
  Author: zhekemist <[email protected]>
  Date:   2024-07-31 (Wed, 31 Jul 2024)

  Changed paths:
    M .circleci/config.yml
    M libs/core/algorithms/tests/unit/algorithms/count_tests.hpp
    M libs/core/execution/include/hpx/execution/algorithms/when_all.hpp
    M libs/core/execution/tests/unit/algorithm_transfer.cpp
    M libs/core/execution_base/tests/unit/any_sender.cpp

  Log Message:
  -----------
  Temporarily disable clang-tidy, clang-format

This commit temporarily disables clang-tidy and clang-format
in CircleCI to make the CI usable for this PR. These changes
will therefore be reverted later. Additionally, the spelling
mistakes were fixed and the Python dependencies in the build
environment adapted, so that building the documentation should
work again.


  Commit: e193798888230544ee1540bea61179fb3b2a6b13
      
https://github.com/STEllAR-GROUP/hpx/commit/e193798888230544ee1540bea61179fb3b2a6b13
  Author: zhekemist <[email protected]>
  Date:   2024-08-01 (Thu, 01 Aug 2024)

  Changed paths:
    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/util/foreach_partitioner.hpp
    M libs/core/algorithms/include/hpx/parallel/util/partitioner.hpp

  Log Message:
  -----------
  Fix minor errors


  Commit: c4f52765ab97281d3eaac37d9906c3a6f16c3b86
      
https://github.com/STEllAR-GROUP/hpx/commit/c4f52765ab97281d3eaac37d9906c3a6f16c3b86
  Author: zhekemist <[email protected]>
  Date:   2024-08-01 (Thu, 01 Aug 2024)

  Changed paths:
    M .circleci/config.yml

  Log Message:
  -----------
  Temporarily disable work requesting scheduling policy

stdexec's implementation of sync_wait blocks the entire OS thread,
in accordance with P2300 [exec.sync.wait]. Without work stealing,
this causes deadlocks at the PX-thread level, leading to timeouts
in many of the sender-related tests. In the long term, this should
probably be fixed by implementing a custom sync_wait for HPX that
is compatible with stdexec's senders.


  Commit: 1085a10735b46276b528b0c2402da0698e0d4656
      
https://github.com/STEllAR-GROUP/hpx/commit/1085a10735b46276b528b0c2402da0698e0d4656
  Author: zhekemist <[email protected]>
  Date:   2024-08-06 (Tue, 06 Aug 2024)

  Changed paths:
    M libs/core/algorithms/include/hpx/parallel/algorithms/detail/search.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/includes.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/move.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/remove.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/search.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/unique.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/transform.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/regressions/CMakeLists.txt
    A libs/core/algorithms/tests/regressions/includes_empty_ranges.cpp
    A libs/core/algorithms/tests/regressions/search_larger_2nd_range.cpp
    M libs/core/algorithms/tests/unit/algorithms/CMakeLists.txt
    M libs/core/algorithms/tests/unit/algorithms/includes_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/search_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/transform_binary2_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/transform_binary2_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/transform_binary_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/transform_binary_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/unique_tests.hpp
    M libs/core/type_support/include/hpx/type_support/unused.hpp

  Log Message:
  -----------
  Fix S/R adaptors of more parallel algorithms

Flyby: fix bugs in `includes` and `search` algorithms


  Commit: c590cdddb452cd8d21ac2fc2aaab6cd9918046a4
      
https://github.com/STEllAR-GROUP/hpx/commit/c590cdddb452cd8d21ac2fc2aaab6cd9918046a4
  Author: zhekemist <[email protected]>
  Date:   2024-08-06 (Tue, 06 Aug 2024)

  Changed paths:
    M .circleci/tests.unit1.algorithms
    M .circleci/tests.unit2.algorithms

  Log Message:
  -----------
  Update CircleCI configuration


  Commit: ecfaf5c14ab1e79cdf0cc94e1f762ae0a5825587
      
https://github.com/STEllAR-GROUP/hpx/commit/ecfaf5c14ab1e79cdf0cc94e1f762ae0a5825587
  Author: zhekemist <[email protected]>
  Date:   2024-08-06 (Tue, 06 Aug 2024)

  Changed paths:
    M .circleci/tests.unit1.algorithms
    M libs/core/algorithms/include/hpx/parallel/algorithms/swap_ranges.hpp

  Log Message:
  -----------
  Fix minor problems


  Commit: f20e649c12f0a18823ac2e5a4fd730e3ce15ae33
      
https://github.com/STEllAR-GROUP/hpx/commit/f20e649c12f0a18823ac2e5a4fd730e3ce15ae33
  Author: zhekemist <[email protected]>
  Date:   2024-08-08 (Thu, 08 Aug 2024)

  Changed paths:
    M libs/core/algorithms/include/hpx/parallel/algorithms/is_heap.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/mismatch.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/starts_with.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/transform_reduce.hpp
    M libs/core/algorithms/tests/regressions/CMakeLists.txt
    A 
libs/core/algorithms/tests/regressions/mismatch_differently_sized_ranges.cpp
    M libs/core/algorithms/tests/unit/algorithms/CMakeLists.txt
    M libs/core/algorithms/tests/unit/algorithms/is_heap_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/is_heap_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/is_heap_until_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/mismatch_binary_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/mismatch_binary_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/mismatch_tests.hpp
    A 
libs/core/algorithms/tests/unit/algorithms/transform_reduce_binary_sender.cpp
    M 
libs/core/algorithms/tests/unit/algorithms/transform_reduce_binary_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/transform_reduce_sender.cpp

  Log Message:
  -----------
  Fix S/R adaptors of more parallel algorithms

Flyby: Fix bug in `mismatch` algorithm


  Commit: 568201c03d3fbfae1b8c334f2d4de1bf20ce7cff
      
https://github.com/STEllAR-GROUP/hpx/commit/568201c03d3fbfae1b8c334f2d4de1bf20ce7cff
  Author: zhekemist <[email protected]>
  Date:   2024-08-09 (Fri, 09 Aug 2024)

  Changed paths:
    M libs/core/algorithms/include/hpx/parallel/algorithms/remove.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/unique.hpp
    M libs/core/type_support/include/hpx/type_support/unused.hpp

  Log Message:
  -----------
  Remove HPX_UNUSED_PACK macro

This macro was introduced for usage in some of the algorithm
fixes, but is actually unnecessary as one can simply
omit the parameter name.


  Commit: e2baf86a94aad98b1661348e709ecef1a2eebe42
      
https://github.com/STEllAR-GROUP/hpx/commit/e2baf86a94aad98b1661348e709ecef1a2eebe42
  Author: zhekemist <[email protected]>
  Date:   2024-08-15 (Thu, 15 Aug 2024)

  Changed paths:
    M .circleci/tests.unit1.algorithms
    M .circleci/tests.unit2.algorithms

  Log Message:
  -----------
  Update CircleCI targets


  Commit: 1dcd2571f809830809a7f9d4ecdce7f2b555ca2e
      
https://github.com/STEllAR-GROUP/hpx/commit/1dcd2571f809830809a7f9d4ecdce7f2b555ca2e
  Author: zhekemist <[email protected]>
  Date:   2024-08-17 (Sat, 17 Aug 2024)

  Changed paths:
    M .circleci/tests.unit2.algorithms
    M libs/core/algorithms/include/hpx/parallel/algorithms/rotate.hpp
    M libs/core/algorithms/tests/unit/algorithms/CMakeLists.txt

  Log Message:
  -----------
  Fix S/R version of rotate_copy

Fly-by: Reenable S/R unit test for rotate


  Commit: a20f1b4da8e49de5d4380dd23a5c928525106768
      
https://github.com/STEllAR-GROUP/hpx/commit/a20f1b4da8e49de5d4380dd23a5c928525106768
  Author: zhekemist <[email protected]>
  Date:   2024-08-18 (Sun, 18 Aug 2024)

  Changed paths:
    M libs/core/algorithms/tests/unit/algorithms/CMakeLists.txt
    R libs/core/algorithms/tests/unit/algorithms/copyif_sender.cpp
    R libs/core/algorithms/tests/unit/algorithms/for_loop_n_sender.cpp
    R libs/core/algorithms/tests/unit/algorithms/for_loop_n_strided_sender.cpp
    R libs/core/algorithms/tests/unit/algorithms/for_loop_sender.cpp
    R libs/core/algorithms/tests/unit/algorithms/for_loop_strided_sender.cpp
    R libs/core/algorithms/tests/unit/algorithms/inplace_merge_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/inplace_merge_tests.hpp
    R libs/core/algorithms/tests/unit/algorithms/make_heap_sender.cpp
    R libs/core/algorithms/tests/unit/algorithms/merge_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/merge_tests.hpp
    R libs/core/algorithms/tests/unit/algorithms/nth_element_sender.cpp
    R libs/core/algorithms/tests/unit/algorithms/partial_sort_copy_sender.cpp
    R libs/core/algorithms/tests/unit/algorithms/partial_sort_sender.cpp
    R libs/core/algorithms/tests/unit/algorithms/partition_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/partition_tests.hpp
    R libs/core/algorithms/tests/unit/algorithms/searchn_sender.cpp
    R libs/core/algorithms/tests/unit/algorithms/set_difference_sender.cpp
    R libs/core/algorithms/tests/unit/algorithms/set_intersection_sender.cpp
    R 
libs/core/algorithms/tests/unit/algorithms/set_symmetric_difference_sender.cpp
    R libs/core/algorithms/tests/unit/algorithms/set_union_sender.cpp
    R libs/core/algorithms/tests/unit/algorithms/shift_left_sender.cpp
    R libs/core/algorithms/tests/unit/algorithms/shift_right_sender.cpp
    R libs/core/algorithms/tests/unit/algorithms/sort_by_key_sender.cpp
    R libs/core/algorithms/tests/unit/algorithms/sort_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/sort_tests.hpp
    R libs/core/algorithms/tests/unit/algorithms/stable_partition_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/stable_partition_tests.hpp
    R libs/core/algorithms/tests/unit/algorithms/stable_sort_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/stable_sort_tests.hpp

  Log Message:
  -----------
  Remove currently pointless S/R unit tests

Remove the S/R unit tests of the algorithms that are not fixed yet,
since they will fail anyways and currently only pollute the test
folder. To resume work on these tests in the future, simply revert
this commit.


  Commit: 34435860b01709a1d7119855ea2033acdd65f511
      
https://github.com/STEllAR-GROUP/hpx/commit/34435860b01709a1d7119855ea2033acdd65f511
  Author: zhekemist <[email protected]>
  Date:   2024-08-18 (Sun, 18 Aug 2024)

  Changed paths:
    M libs/core/algorithms/tests/unit/algorithms/CMakeLists.txt
    M libs/core/algorithms/tests/unit/algorithms/adjacentdifference_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/adjacentfind_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/all_of_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/any_of_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/copy_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/copyn_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/count_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/countif_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/destroy_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/equal_binary_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/equal_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/fill_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/filln_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/find_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/findend_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/findfirstof_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/findif_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/findifnot_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/foreach_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/foreach_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/generate_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/generaten_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/is_heap_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/is_sorted_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/mismatch_binary_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/mismatch_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/none_of_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/reduce_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/remove_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/reverse_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/rotate_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/transform_binary2_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/transform_binary_tests.hpp
    M 
libs/core/algorithms/tests/unit/algorithms/transform_reduce_binary_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/transform_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/unique_tests.hpp

  Log Message:
  -----------
  Conditionally disable S/R algorithm unit tests

The unit tests for the S/R versions of the parallel algorithms are only 
configured
if HPX_WITH_STDEXEC is enabled. Additionally, the tests cases that are in 
headers
shared with the non-S/R tests are surrounded with macro guards checking if 
stdexec
is available.


  Commit: 15b4be5fd68db6c78cb91b9e47e32f4cc4b20136
      
https://github.com/STEllAR-GROUP/hpx/commit/15b4be5fd68db6c78cb91b9e47e32f4cc4b20136
  Author: zhekemist <[email protected]>
  Date:   2024-08-18 (Sun, 18 Aug 2024)

  Changed paths:
    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/mismatch.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/remove.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/rotate.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/starts_with.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/transform_reduce.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/unique.hpp
    M libs/core/algorithms/tests/unit/algorithms/adjacentdifference_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/adjacentfind_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/any_of_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/copyn_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/destroy_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/find_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/generate_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/generaten_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/is_sorted_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/none_of_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/reverse_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/rotate_sender.cpp
    M 
libs/core/algorithms/tests/unit/algorithms/transform_reduce_binary_sender.cpp
    M 
libs/core/algorithms/tests/unit/algorithms/transform_reduce_binary_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/transform_reduce_sender.cpp

  Log Message:
  -----------
  Fix formatting


  Commit: e0178e378c9996316a1ee7aa74cebc1143050822
      
https://github.com/STEllAR-GROUP/hpx/commit/e0178e378c9996316a1ee7aa74cebc1143050822
  Author: zhekemist <[email protected]>
  Date:   2024-08-18 (Sun, 18 Aug 2024)

  Changed paths:
    M libs/core/algorithms/tests/regressions/findfirstof_more_searched_for.cpp
    M libs/core/algorithms/tests/regressions/includes_empty_ranges.cpp
    M 
libs/core/algorithms/tests/regressions/mismatch_differently_sized_ranges.cpp
    M libs/core/algorithms/tests/regressions/search_larger_2nd_range.cpp
    M libs/core/algorithms/tests/unit/algorithms/adjacentdifference_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/adjacentfind_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/all_of_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/any_of_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/copy_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/copyn_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/count_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/countif_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/destroy_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/destroyn_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/ends_with_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/equal_binary.cpp
    M libs/core/algorithms/tests/unit/algorithms/equal_binary_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/equal_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/fill_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/filln_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/find_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/findend_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/findfirstof_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/findif_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/findifnot_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/foreach_scheduler.cpp
    M libs/core/algorithms/tests/unit/algorithms/foreach_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/foreach_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/generate_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/generaten_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/includes_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/is_heap_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/is_partitioned_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/is_sorted_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/is_sorted_until_sender.cpp
    M 
libs/core/algorithms/tests/unit/algorithms/lexicographical_compare_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/max_element_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/min_element_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/minmax_element_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/mismatch_binary_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/mismatch_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/move_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/none_of_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/none_of_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/reduce_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/remove_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/replace_copy_if_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/replace_copy_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/replace_if.cpp
    M libs/core/algorithms/tests/unit/algorithms/replace_if_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/replace_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/reverse_copy_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/rotate_copy_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/search_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/starts_with_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/swapranges_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/transform_binary2_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/transform_binary_tests.hpp
    M 
libs/core/algorithms/tests/unit/algorithms/transform_reduce_binary_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/transform_reduce_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/transform_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/unique_tests.hpp

  Log Message:
  -----------
  Make minor adjustments in unit tests

* Add missing headers
* Update copyright comments
* Make formatting and naming more consistent


  Commit: 1cfafeef922c1c5fed01d66392be2278da2fb6b3
      
https://github.com/STEllAR-GROUP/hpx/commit/1cfafeef922c1c5fed01d66392be2278da2fb6b3
  Author: zhekemist <[email protected]>
  Date:   2024-08-19 (Mon, 19 Aug 2024)

  Changed paths:
    M libs/core/algorithms/tests/unit/algorithms/adjacentdifference_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/adjacentfind_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/any_of_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/destroy_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/find_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/findend_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/foreach_scheduler.cpp
    M libs/core/algorithms/tests/unit/algorithms/foreach_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/generate_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/generaten_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/is_sorted_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/max_element_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/min_element_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/minmax_element_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/none_of_tests.hpp
    M 
libs/core/algorithms/tests/unit/algorithms/transform_reduce_binary_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/transform_reduce_sender.cpp

  Log Message:
  -----------
  Fix minor errors


  Commit: a219c74fc14e82e0e142b9eb2823b158a1f89f42
      
https://github.com/STEllAR-GROUP/hpx/commit/a219c74fc14e82e0e142b9eb2823b158a1f89f42
  Author: zhekemist <[email protected]>
  Date:   2024-08-19 (Mon, 19 Aug 2024)

  Changed paths:
    M libs/core/algorithms/include/hpx/parallel/algorithms/adjacent_find.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/count.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/equal.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/find.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/is_heap.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/is_sorted.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/minmax.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/transform.hpp
    M libs/core/algorithms/include/hpx/parallel/util/detail/algorithm_result.hpp
    M libs/core/algorithms/include/hpx/parallel/util/result_types.hpp

  Log Message:
  -----------
  Make minor cleanups


  Commit: 2f41d32304d45c7f91b2627afe24f6df206f19fa
      
https://github.com/STEllAR-GROUP/hpx/commit/2f41d32304d45c7f91b2627afe24f6df206f19fa
  Author: zhekemist <[email protected]>
  Date:   2024-08-20 (Tue, 20 Aug 2024)

  Changed paths:
    M .github/workflows/macos_debug.yml
    M .github/workflows/macos_debug_fetch_boost.yml
    M .github/workflows/macos_debug_fetch_hwloc.yml
    M .jenkins/lsu-perftests/env-perftests.sh
    M .jenkins/lsu-perftests/launch_perftests.sh
    M .jenkins/lsu/Jenkinsfile
    A .jenkins/lsu/env-clang-12-apex.sh
    A .jenkins/lsu/env-clang-12.sh
    A .jenkins/lsu/env-clang-13.sh
    A .jenkins/lsu/env-clang-14.sh
    A .jenkins/lsu/env-clang-15.sh
    M .jenkins/lsu/env-clang-16.sh
    R .jenkins/lsu/env-clang-17-apex.sh
    M .jenkins/lsu/env-clang-17.sh
    R .jenkins/lsu/env-clang-18.sh
    A .jenkins/lsu/env-gcc-10.sh
    M .jenkins/lsu/env-gcc-11.sh
    R .jenkins/lsu/env-gcc-12-cuda-12-dgx.sh
    M .jenkins/lsu/env-gcc-12-cuda-12.sh
    M .jenkins/lsu/env-gcc-12.sh
    A .jenkins/lsu/env-gcc-13-cuda-12-dgx.sh
    M .jenkins/lsu/env-gcc-13.sh
    R .jenkins/lsu/env-gcc-14.sh
    M .jenkins/lsu/env-hipcc.sh
    A .jenkins/lsu/slurm-configuration-clang-11.sh
    A .jenkins/lsu/slurm-configuration-clang-12-apex.sh
    A .jenkins/lsu/slurm-configuration-clang-12.sh
    A .jenkins/lsu/slurm-configuration-clang-13.sh
    A .jenkins/lsu/slurm-configuration-clang-14.sh
    A .jenkins/lsu/slurm-configuration-clang-15.sh
    R .jenkins/lsu/slurm-configuration-clang-16.sh
    R .jenkins/lsu/slurm-configuration-clang-17-apex.sh
    R .jenkins/lsu/slurm-configuration-clang-17.sh
    R .jenkins/lsu/slurm-configuration-clang-18.sh
    A .jenkins/lsu/slurm-configuration-gcc-10-cuda-11.sh
    A .jenkins/lsu/slurm-configuration-gcc-10.sh
    M .jenkins/lsu/slurm-configuration-gcc-12-cuda-12-dgx.sh
    R .jenkins/lsu/slurm-configuration-gcc-12-cuda-12.sh
    R .jenkins/lsu/slurm-configuration-gcc-14.sh
    A .jenkins/lsu/slurm-configuration-gcc-9.sh
    M CMakeLists.txt
    R cmake/FindStdexec.cmake
    M cmake/HPX_AddConfigTest.cmake
    M cmake/HPX_PerformCxxFeatureTests.cmake
    R cmake/HPX_SetupStdexec.cmake
    R cmake/tests/cxx20_std_identity.cpp
    M libs/CMakeLists.txt
    M libs/core/algorithms/include/hpx/parallel/algorithms/rotate.hpp
    M libs/core/algorithms/tests/regressions/minimal_findend.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/adjacentdifference_range_sender.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/foreach_range_sender.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/foreach_tests.hpp
    M libs/core/async_combinators/include/hpx/async_combinators/wait_some.hpp
    M libs/core/async_cuda/include/hpx/async_cuda/transform_stream.hpp
    M libs/core/async_cuda/tests/unit/transform_stream.cu
    M libs/core/async_mpi/include/hpx/async_mpi/transform_mpi.hpp
    M libs/core/async_mpi/tests/unit/algorithm_transform_mpi.cpp
    M libs/core/config/include/hpx/config/compiler_specific.hpp
    M libs/core/execution/include/hpx/execution/algorithms/as_sender.hpp
    M libs/core/execution/include/hpx/execution/algorithms/bulk.hpp
    M 
libs/core/execution/include/hpx/execution/algorithms/detail/partial_algorithm.hpp
    M libs/core/execution/include/hpx/execution/algorithms/ensure_started.hpp
    M libs/core/execution/include/hpx/execution/algorithms/execute.hpp
    M libs/core/execution/include/hpx/execution/algorithms/just.hpp
    M libs/core/execution/include/hpx/execution/algorithms/keep_future.hpp
    M libs/core/execution/include/hpx/execution/algorithms/let_error.hpp
    M libs/core/execution/include/hpx/execution/algorithms/let_stopped.hpp
    M libs/core/execution/include/hpx/execution/algorithms/let_value.hpp
    M libs/core/execution/include/hpx/execution/algorithms/make_future.hpp
    M libs/core/execution/include/hpx/execution/algorithms/run_loop.hpp
    M libs/core/execution/include/hpx/execution/algorithms/schedule_from.hpp
    M libs/core/execution/include/hpx/execution/algorithms/split.hpp
    M libs/core/execution/include/hpx/execution/algorithms/start_detached.hpp
    M libs/core/execution/include/hpx/execution/algorithms/sync_wait.hpp
    M libs/core/execution/include/hpx/execution/algorithms/then.hpp
    M libs/core/execution/include/hpx/execution/algorithms/transfer.hpp
    M libs/core/execution/include/hpx/execution/algorithms/transfer_just.hpp
    M libs/core/execution/include/hpx/execution/algorithms/when_all.hpp
    M libs/core/execution/include/hpx/execution/algorithms/when_all_vector.hpp
    M libs/core/execution/include/hpx/execution/queries/get_allocator.hpp
    M 
libs/core/execution/include/hpx/execution/queries/get_delegatee_scheduler.hpp
    M libs/core/execution/include/hpx/execution/queries/get_scheduler.hpp
    M libs/core/execution/include/hpx/execution/queries/get_stop_token.hpp
    M libs/core/execution/include/hpx/execution/queries/read.hpp
    M libs/core/execution/src/run_loop.cpp
    M libs/core/execution/tests/unit/algorithm_as_sender.cpp
    M libs/core/execution/tests/unit/algorithm_bulk.cpp
    M libs/core/execution/tests/unit/algorithm_ensure_started.cpp
    M libs/core/execution/tests/unit/algorithm_execute.cpp
    M libs/core/execution/tests/unit/algorithm_just.cpp
    M libs/core/execution/tests/unit/algorithm_just_error.cpp
    M libs/core/execution/tests/unit/algorithm_just_stopped.cpp
    M libs/core/execution/tests/unit/algorithm_let_error.cpp
    M libs/core/execution/tests/unit/algorithm_let_stopped.cpp
    M libs/core/execution/tests/unit/algorithm_let_value.cpp
    M libs/core/execution/tests/unit/algorithm_run_loop.cpp
    M libs/core/execution/tests/unit/algorithm_split.cpp
    M libs/core/execution/tests/unit/algorithm_start_detached.cpp
    M libs/core/execution/tests/unit/algorithm_sync_wait.cpp
    M libs/core/execution/tests/unit/algorithm_sync_wait_with_variant.cpp
    M libs/core/execution/tests/unit/algorithm_then.cpp
    M libs/core/execution/tests/unit/algorithm_transfer.cpp
    M libs/core/execution/tests/unit/algorithm_transfer_just.cpp
    M libs/core/execution/tests/unit/algorithm_transfer_when_all.cpp
    M libs/core/execution/tests/unit/algorithm_when_all.cpp
    M libs/core/execution/tests/unit/algorithm_when_all_vector.cpp
    M libs/core/execution/tests/unit/environment_queries.cpp
    M libs/core/execution/tests/unit/forward_progress_guarantee.cpp
    M libs/core/execution/tests/unit/forwarding_env_query.cpp
    M libs/core/execution/tests/unit/forwarding_scheduler_query.cpp
    M libs/core/execution/tests/unit/forwarding_sender_query.cpp
    M libs/core/execution_base/CMakeLists.txt
    M libs/core/execution_base/include/hpx/execution_base/any_sender.hpp
    M 
libs/core/execution_base/include/hpx/execution_base/completion_scheduler.hpp
    M 
libs/core/execution_base/include/hpx/execution_base/completion_signatures.hpp
    M libs/core/execution_base/include/hpx/execution_base/coroutine_utils.hpp
    M libs/core/execution_base/include/hpx/execution_base/get_env.hpp
    M libs/core/execution_base/include/hpx/execution_base/operation_state.hpp
    M libs/core/execution_base/include/hpx/execution_base/receiver.hpp
    M libs/core/execution_base/include/hpx/execution_base/sender.hpp
    R libs/core/execution_base/include/hpx/execution_base/stdexec_forward.hpp
    M libs/core/execution_base/include/hpx/execution_base/this_thread.hpp
    M 
libs/core/execution_base/include/hpx/execution_base/traits/coroutine_traits.hpp
    M libs/core/execution_base/tests/include/algorithm_test_utils.hpp
    M libs/core/execution_base/tests/include/coroutine_task.hpp
    M libs/core/execution_base/tests/unit/CMakeLists.txt
    M libs/core/execution_base/tests/unit/any_sender.cpp
    M libs/core/execution_base/tests/unit/basic_operation_state.cpp
    M libs/core/execution_base/tests/unit/basic_receiver.cpp
    M libs/core/execution_base/tests/unit/basic_schedule.cpp
    M libs/core/execution_base/tests/unit/basic_sender.cpp
    M libs/core/execution_base/tests/unit/completion_signatures.cpp
    M libs/core/execution_base/tests/unit/coroutine_traits.cpp
    M libs/core/execution_base/tests/unit/coroutine_utils.cpp
    M libs/core/execution_base/tests/unit/execute_may_block_caller.cpp
    M libs/core/execution_base/tests/unit/execution_context.cpp
    M libs/core/execution_base/tests/unit/get_env.cpp
    R libs/core/execution_base/tests/unit/stdexec.cpp
    M libs/core/executors/include/hpx/executors/execute_on.hpp
    M libs/core/executors/include/hpx/executors/explicit_scheduler_executor.hpp
    M libs/core/executors/include/hpx/executors/thread_pool_scheduler.hpp
    M libs/core/executors/include/hpx/executors/thread_pool_scheduler_bulk.hpp
    M libs/core/executors/tests/regressions/fork_join_with_result.cpp
    M libs/core/executors/tests/unit/explicit_scheduler_executor.cpp
    M libs/core/executors/tests/unit/thread_pool_scheduler.cpp
    M libs/core/format/include/hpx/modules/format.hpp
    M libs/core/format/tests/unit/format.cpp
    M libs/core/futures/include/hpx/futures/detail/future_data.hpp
    M libs/core/futures/include/hpx/futures/futures_factory.hpp
    M libs/core/futures/include/hpx/futures/packaged_continuation.hpp
    M libs/core/futures/src/future_data.cpp
    M 
libs/core/pack_traversal/include/hpx/pack_traversal/detail/pack_traversal_impl.hpp
    M libs/core/synchronization/include/hpx/synchronization/async_rw_mutex.hpp
    M libs/core/synchronization/tests/unit/async_rw_mutex.cpp
    M libs/core/type_support/include/hpx/type_support/meta.hpp
    M libs/core/type_support/include/hpx/type_support/pack.hpp
    M libs/core/type_support/tests/unit/generator.cpp
    M libs/full/components/include/hpx/components/client_base.hpp
    M tools/perftests_ci/driver.py

  Log Message:
  -----------
  Revert squash merging PR #6431

This reverts commit 83a180f932479654d86bf750763b698a2d292566.


  Commit: c4aad3ae12a9203503ddb7fef82b8241bdbcd0bc
      
https://github.com/STEllAR-GROUP/hpx/commit/c4aad3ae12a9203503ddb7fef82b8241bdbcd0bc
  Author: zhekemist <[email protected]>
  Date:   2024-08-20 (Tue, 20 Aug 2024)

  Changed paths:
    M .circleci/config.yml
    M .clang-tidy

  Log Message:
  -----------
  Revert CircleCI configuration changes

This reverts the following commits:
c4f52765ab97281d3eaac37d9906c3a6f16c3b86
6880e02daedbd773a51245cac703df6e49e9db1a
30d71fbd5ccf9374984ebd03096f0f4fccdd7b5b
c41aac72aff8beeea819e74513a4645440cd8adc
a60d958c2f7797e0b9053407bceda0e9c580e7fd
22e5bc322e117d8bf65288ee51cfb835d44398d3
03cc5aa46081949925b2ed6a82d57f1c86e13d39


  Commit: c2afce05b0c6ca9eab98c45a69cb89d8886e9229
      
https://github.com/STEllAR-GROUP/hpx/commit/c2afce05b0c6ca9eab98c45a69cb89d8886e9229
  Author: zhekemist <[email protected]>
  Date:   2024-08-20 (Tue, 20 Aug 2024)

  Changed paths:
    M .circleci/tests.unit1.algorithms
    M .circleci/tests.unit2.algorithms
    M libs/core/algorithms/include/hpx/parallel/util/foreach_partitioner.hpp
    M libs/core/algorithms/include/hpx/parallel/util/partitioner.hpp

  Log Message:
  -----------
  Remove S/R tests from CircleCI targets

Flyby: Fix formatting issues


  Commit: 1c2459503c1b87fbc8a2db55e1f1428014f9406a
      
https://github.com/STEllAR-GROUP/hpx/commit/1c2459503c1b87fbc8a2db55e1f1428014f9406a
  Author: Tobias <[email protected]>
  Date:   2024-08-20 (Tue, 20 Aug 2024)

  Changed paths:
    M docs/sphinx/manual/using_the_lci_parcelport.rst

  Log Message:
  -----------
  Merge branch 'STEllAR-GROUP:master' into add-sr-unit-tests


  Commit: 5a2d96572f22da314a4687739803589aee571e2a
      
https://github.com/STEllAR-GROUP/hpx/commit/5a2d96572f22da314a4687739803589aee571e2a
  Author: zhekemist <[email protected]>
  Date:   2024-08-20 (Tue, 20 Aug 2024)

  Changed paths:
    M .circleci/tests.unit1.algorithms
    M .github/workflows/macos_debug.yml
    M .github/workflows/macos_debug_fetch_boost.yml
    M .github/workflows/macos_debug_fetch_hwloc.yml
    M .jenkins/lsu-perftests/env-perftests.sh
    M .jenkins/lsu-perftests/launch_perftests.sh
    M .jenkins/lsu/Jenkinsfile
    R .jenkins/lsu/env-clang-12-apex.sh
    R .jenkins/lsu/env-clang-12.sh
    R .jenkins/lsu/env-clang-13.sh
    R .jenkins/lsu/env-clang-14.sh
    R .jenkins/lsu/env-clang-15.sh
    M .jenkins/lsu/env-clang-16.sh
    A .jenkins/lsu/env-clang-17-apex.sh
    M .jenkins/lsu/env-clang-17.sh
    A .jenkins/lsu/env-clang-18.sh
    R .jenkins/lsu/env-gcc-10.sh
    M .jenkins/lsu/env-gcc-11.sh
    A .jenkins/lsu/env-gcc-12-cuda-12-dgx.sh
    M .jenkins/lsu/env-gcc-12-cuda-12.sh
    M .jenkins/lsu/env-gcc-12.sh
    R .jenkins/lsu/env-gcc-13-cuda-12-dgx.sh
    M .jenkins/lsu/env-gcc-13.sh
    A .jenkins/lsu/env-gcc-14.sh
    M .jenkins/lsu/env-hipcc.sh
    R .jenkins/lsu/slurm-configuration-clang-11.sh
    R .jenkins/lsu/slurm-configuration-clang-12-apex.sh
    R .jenkins/lsu/slurm-configuration-clang-12.sh
    R .jenkins/lsu/slurm-configuration-clang-13.sh
    R .jenkins/lsu/slurm-configuration-clang-14.sh
    R .jenkins/lsu/slurm-configuration-clang-15.sh
    A .jenkins/lsu/slurm-configuration-clang-16.sh
    A .jenkins/lsu/slurm-configuration-clang-17-apex.sh
    A .jenkins/lsu/slurm-configuration-clang-17.sh
    A .jenkins/lsu/slurm-configuration-clang-18.sh
    R .jenkins/lsu/slurm-configuration-gcc-10-cuda-11.sh
    R .jenkins/lsu/slurm-configuration-gcc-10.sh
    M .jenkins/lsu/slurm-configuration-gcc-12-cuda-12-dgx.sh
    A .jenkins/lsu/slurm-configuration-gcc-12-cuda-12.sh
    A .jenkins/lsu/slurm-configuration-gcc-14.sh
    R .jenkins/lsu/slurm-configuration-gcc-9.sh
    M libs/core/async_combinators/include/hpx/async_combinators/wait_some.hpp
    M libs/core/execution/include/hpx/execution/algorithms/when_all_vector.hpp
    M libs/core/executors/tests/regressions/fork_join_with_result.cpp
    M libs/core/format/include/hpx/modules/format.hpp
    M libs/core/format/tests/unit/format.cpp
    M libs/core/futures/include/hpx/futures/detail/future_data.hpp
    M libs/core/futures/include/hpx/futures/futures_factory.hpp
    M libs/core/futures/include/hpx/futures/packaged_continuation.hpp
    M libs/core/futures/src/future_data.cpp
    M 
libs/core/pack_traversal/include/hpx/pack_traversal/detail/pack_traversal_impl.hpp
    M libs/core/type_support/tests/unit/generator.cpp
    M libs/full/components/include/hpx/components/client_base.hpp
    M tools/perftests_ci/driver.py

  Log Message:
  -----------
  Revert remaining unrelated changes

This commits reverts other changes that are not related to the aims of
this PR, but which were not undone by the previous git reverts.


  Commit: 46a4883350aef5fe75798f2505d19821eeb3c3da
      
https://github.com/STEllAR-GROUP/hpx/commit/46a4883350aef5fe75798f2505d19821eeb3c3da
  Author: zhekemist <[email protected]>
  Date:   2024-08-21 (Wed, 21 Aug 2024)

  Changed paths:
    M libs/core/algorithms/tests/regressions/minimal_findend.cpp

  Log Message:
  -----------
  Fix findend regression test


  Commit: 0344d005ecab48fdad2bd35d3f4dfb2a6d22e3d2
      
https://github.com/STEllAR-GROUP/hpx/commit/0344d005ecab48fdad2bd35d3f4dfb2a6d22e3d2
  Author: zhekemist <[email protected]>
  Date:   2024-08-26 (Mon, 26 Aug 2024)

  Changed paths:
    M CMakeLists.txt
    A cmake/FindStdexec.cmake
    M cmake/HPX_AddConfigTest.cmake
    M cmake/HPX_PerformCxxFeatureTests.cmake
    M cmake/HPX_SetupBoost.cmake
    A cmake/HPX_SetupStdexec.cmake
    M cmake/templates/HPXConfig.cmake.in
    A cmake/tests/cxx20_std_identity.cpp
    M libs/CMakeLists.txt
    M libs/core/algorithms/include/hpx/parallel/algorithms/rotate.hpp
    M libs/core/algorithms/include/hpx/parallel/util/detail/algorithm_result.hpp
    M libs/core/algorithms/tests/unit/algorithms/adjacentdifference_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/foreach_scheduler.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/adjacentdifference_range_sender.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/foreach_range_sender.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/foreach_tests.hpp
    M libs/core/async_cuda/include/hpx/async_cuda/transform_stream.hpp
    M libs/core/async_cuda/tests/unit/transform_stream.cu
    M libs/core/async_mpi/include/hpx/async_mpi/transform_mpi.hpp
    M libs/core/async_mpi/tests/unit/algorithm_transform_mpi.cpp
    M libs/core/async_mpi/tests/unit/mpi_ring_async_executor.cpp
    M libs/core/batch_environments/src/batch_environment.cpp
    M libs/core/config/include/hpx/config/compiler_specific.hpp
    M libs/core/execution/include/hpx/execution/algorithms/as_sender.hpp
    M libs/core/execution/include/hpx/execution/algorithms/bulk.hpp
    M 
libs/core/execution/include/hpx/execution/algorithms/detail/partial_algorithm.hpp
    M libs/core/execution/include/hpx/execution/algorithms/ensure_started.hpp
    M libs/core/execution/include/hpx/execution/algorithms/execute.hpp
    M libs/core/execution/include/hpx/execution/algorithms/just.hpp
    M libs/core/execution/include/hpx/execution/algorithms/keep_future.hpp
    M libs/core/execution/include/hpx/execution/algorithms/let_error.hpp
    M libs/core/execution/include/hpx/execution/algorithms/let_stopped.hpp
    M libs/core/execution/include/hpx/execution/algorithms/let_value.hpp
    M libs/core/execution/include/hpx/execution/algorithms/make_future.hpp
    M libs/core/execution/include/hpx/execution/algorithms/run_loop.hpp
    M libs/core/execution/include/hpx/execution/algorithms/schedule_from.hpp
    M libs/core/execution/include/hpx/execution/algorithms/split.hpp
    M libs/core/execution/include/hpx/execution/algorithms/start_detached.hpp
    M libs/core/execution/include/hpx/execution/algorithms/sync_wait.hpp
    M libs/core/execution/include/hpx/execution/algorithms/then.hpp
    M libs/core/execution/include/hpx/execution/algorithms/transfer.hpp
    M libs/core/execution/include/hpx/execution/algorithms/transfer_just.hpp
    M libs/core/execution/include/hpx/execution/algorithms/when_all.hpp
    M libs/core/execution/include/hpx/execution/algorithms/when_all_vector.hpp
    M libs/core/execution/include/hpx/execution/queries/get_allocator.hpp
    M 
libs/core/execution/include/hpx/execution/queries/get_delegatee_scheduler.hpp
    M libs/core/execution/include/hpx/execution/queries/get_scheduler.hpp
    M libs/core/execution/include/hpx/execution/queries/get_stop_token.hpp
    M libs/core/execution/include/hpx/execution/queries/read.hpp
    M libs/core/execution/src/run_loop.cpp
    M libs/core/execution/tests/unit/algorithm_as_sender.cpp
    M libs/core/execution/tests/unit/algorithm_bulk.cpp
    M libs/core/execution/tests/unit/algorithm_ensure_started.cpp
    M libs/core/execution/tests/unit/algorithm_execute.cpp
    M libs/core/execution/tests/unit/algorithm_just.cpp
    M libs/core/execution/tests/unit/algorithm_just_error.cpp
    M libs/core/execution/tests/unit/algorithm_just_stopped.cpp
    M libs/core/execution/tests/unit/algorithm_let_error.cpp
    M libs/core/execution/tests/unit/algorithm_let_stopped.cpp
    M libs/core/execution/tests/unit/algorithm_let_value.cpp
    M libs/core/execution/tests/unit/algorithm_run_loop.cpp
    M libs/core/execution/tests/unit/algorithm_split.cpp
    M libs/core/execution/tests/unit/algorithm_start_detached.cpp
    M libs/core/execution/tests/unit/algorithm_sync_wait.cpp
    M libs/core/execution/tests/unit/algorithm_sync_wait_with_variant.cpp
    M libs/core/execution/tests/unit/algorithm_then.cpp
    M libs/core/execution/tests/unit/algorithm_transfer.cpp
    M libs/core/execution/tests/unit/algorithm_transfer_just.cpp
    M libs/core/execution/tests/unit/algorithm_transfer_when_all.cpp
    M libs/core/execution/tests/unit/algorithm_when_all.cpp
    M libs/core/execution/tests/unit/algorithm_when_all_vector.cpp
    M libs/core/execution/tests/unit/environment_queries.cpp
    M libs/core/execution/tests/unit/forward_progress_guarantee.cpp
    M libs/core/execution/tests/unit/forwarding_env_query.cpp
    M libs/core/execution/tests/unit/forwarding_scheduler_query.cpp
    M libs/core/execution/tests/unit/forwarding_sender_query.cpp
    M libs/core/execution_base/CMakeLists.txt
    M libs/core/execution_base/include/hpx/execution_base/any_sender.hpp
    M 
libs/core/execution_base/include/hpx/execution_base/completion_scheduler.hpp
    M 
libs/core/execution_base/include/hpx/execution_base/completion_signatures.hpp
    M libs/core/execution_base/include/hpx/execution_base/coroutine_utils.hpp
    M libs/core/execution_base/include/hpx/execution_base/get_env.hpp
    M libs/core/execution_base/include/hpx/execution_base/operation_state.hpp
    M libs/core/execution_base/include/hpx/execution_base/receiver.hpp
    M libs/core/execution_base/include/hpx/execution_base/sender.hpp
    A libs/core/execution_base/include/hpx/execution_base/stdexec_forward.hpp
    M libs/core/execution_base/include/hpx/execution_base/this_thread.hpp
    M 
libs/core/execution_base/include/hpx/execution_base/traits/coroutine_traits.hpp
    M libs/core/execution_base/tests/include/algorithm_test_utils.hpp
    M libs/core/execution_base/tests/include/coroutine_task.hpp
    M libs/core/execution_base/tests/unit/CMakeLists.txt
    M libs/core/execution_base/tests/unit/any_sender.cpp
    M libs/core/execution_base/tests/unit/basic_operation_state.cpp
    M libs/core/execution_base/tests/unit/basic_receiver.cpp
    M libs/core/execution_base/tests/unit/basic_schedule.cpp
    M libs/core/execution_base/tests/unit/basic_sender.cpp
    M libs/core/execution_base/tests/unit/completion_signatures.cpp
    M libs/core/execution_base/tests/unit/coroutine_traits.cpp
    M libs/core/execution_base/tests/unit/coroutine_utils.cpp
    M libs/core/execution_base/tests/unit/execute_may_block_caller.cpp
    M libs/core/execution_base/tests/unit/execution_context.cpp
    M libs/core/execution_base/tests/unit/get_env.cpp
    A libs/core/execution_base/tests/unit/stdexec.cpp
    M libs/core/executors/include/hpx/executors/execute_on.hpp
    M libs/core/executors/include/hpx/executors/explicit_scheduler_executor.hpp
    M libs/core/executors/include/hpx/executors/thread_pool_scheduler.hpp
    M libs/core/executors/include/hpx/executors/thread_pool_scheduler_bulk.hpp
    M libs/core/executors/tests/unit/explicit_scheduler_executor.cpp
    M libs/core/executors/tests/unit/thread_pool_scheduler.cpp
    M libs/core/futures/include/hpx/futures/detail/future_data.hpp
    M libs/core/futures/src/future_data.cpp
    M libs/core/synchronization/include/hpx/synchronization/async_rw_mutex.hpp
    M libs/core/synchronization/tests/unit/async_rw_mutex.cpp
    M libs/core/type_support/include/hpx/type_support/meta.hpp
    M libs/core/type_support/include/hpx/type_support/pack.hpp
    M libs/full/command_line_handling/src/command_line_handling.cpp
    M libs/full/components/include/hpx/components/client_base.hpp

  Log Message:
  -----------
  Merge branch 'STEllAR-GROUP:master' into add-sr-unit-tests


  Commit: e35074dc7933e003ffb4978faafb258a12eb396d
      
https://github.com/STEllAR-GROUP/hpx/commit/e35074dc7933e003ffb4978faafb258a12eb396d
  Author: zhekemist <[email protected]>
  Date:   2024-08-28 (Wed, 28 Aug 2024)

  Changed paths:
    M libs/core/executors/include/hpx/executors/explicit_scheduler_executor.hpp

  Log Message:
  -----------
  Accommodate removal of transfer_just

`transfer_just` was removed in the 10th revision of P2300, this
commit replaces its usage in the `explicit_scheduler_executor`.


  Commit: f4ff6e807302faddc58b39f3c3e20950d73b9813
      
https://github.com/STEllAR-GROUP/hpx/commit/f4ff6e807302faddc58b39f3c3e20950d73b9813
  Author: Hartmut Kaiser <[email protected]>
  Date:   2024-09-03 (Tue, 03 Sep 2024)

  Changed paths:
    M .circleci/tests.unit1.algorithms
    M .circleci/tests.unit2.algorithms
    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/search.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/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/generate.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/includes.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/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/reduce.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/remove.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/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_reduce.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/unique.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/transform.hpp
    M libs/core/algorithms/include/hpx/parallel/util/detail/algorithm_result.hpp
    M libs/core/algorithms/include/hpx/parallel/util/foreach_partitioner.hpp
    M libs/core/algorithms/include/hpx/parallel/util/partitioner.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/regressions/CMakeLists.txt
    A libs/core/algorithms/tests/regressions/findfirstof_more_searched_for.cpp
    A libs/core/algorithms/tests/regressions/includes_empty_ranges.cpp
    M libs/core/algorithms/tests/regressions/minimal_findend.cpp
    A 
libs/core/algorithms/tests/regressions/mismatch_differently_sized_ranges.cpp
    A libs/core/algorithms/tests/regressions/search_larger_2nd_range.cpp
    M libs/core/algorithms/tests/unit/algorithms/CMakeLists.txt
    M libs/core/algorithms/tests/unit/algorithms/adjacentdifference_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/adjacentfind_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/adjacentfind_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/all_of_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/all_of_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/any_of_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/any_of_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/copy_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/copy_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/copyn_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/copyn_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/count_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/count_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/countif_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/countif_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/destroy_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/destroy_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/destroyn_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/ends_with_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/equal_binary.cpp
    A libs/core/algorithms/tests/unit/algorithms/equal_binary_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/equal_binary_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/equal_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/equal_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/fill_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/fill_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/filln_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/filln_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/find_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/findend_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/findend_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/findfirstof_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/findfirstof_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/findif_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/findif_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/findifnot_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/findifnot_tests.hpp
    R libs/core/algorithms/tests/unit/algorithms/for_loop_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/foreach_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/foreach_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/foreachn_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/generate_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/generate_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/generaten_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/generaten_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/includes_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/is_heap_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/is_heap_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/is_heap_until_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/is_partitioned_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/is_sorted_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/is_sorted_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/is_sorted_until_sender.cpp
    A 
libs/core/algorithms/tests/unit/algorithms/lexicographical_compare_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/max_element_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/merge_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/min_element_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/minmax_element_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/mismatch_binary_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/mismatch_binary_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/mismatch_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/mismatch_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/move_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/none_of_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/none_of_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/reduce_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/reduce_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/remove_if_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/remove_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/remove_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/replace_copy_if_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/replace_copy_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/replace_if.cpp
    A libs/core/algorithms/tests/unit/algorithms/replace_if_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/replace_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/reverse_copy_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/reverse_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/rotate_copy_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/rotate_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/search_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/starts_with_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/swapranges_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/transform_binary2_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/transform_binary2_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/transform_binary_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/transform_binary_tests.hpp
    A 
libs/core/algorithms/tests/unit/algorithms/transform_reduce_binary_sender.cpp
    M 
libs/core/algorithms/tests/unit/algorithms/transform_reduce_binary_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/transform_reduce_sender.cpp
    A libs/core/algorithms/tests/unit/algorithms/transform_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/transform_tests.hpp
    A libs/core/algorithms/tests/unit/algorithms/unique_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/unique_tests.hpp
    M libs/core/execution_base/tests/unit/any_sender.cpp
    M libs/core/executors/include/hpx/executors/explicit_scheduler_executor.hpp

  Log Message:
  -----------
  Merge pull request #6494 from zhekemist/add-sr-unit-tests

Add unit test cases and fixes for the S/R versions of the parallel algorithms


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/e43a4ec0a218...f4ff6e807302

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