Branch: refs/heads/includes
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 05fd0c014ec8ebe60be7d98bfd75e9759ff0ff38
      
https://github.com/STEllAR-GROUP/hpx/commit/05fd0c014ec8ebe60be7d98bfd75e9759ff0ff38
  Author: Hartmut Kaiser <hartmut.kai...@gmail.com>
  Date:   2023-04-10 (Mon, 10 Apr 2023)

  Changed paths:
    M examples/1d_stencil/1d_stencil_1.cpp
    M examples/1d_stencil/1d_stencil_2.cpp
    M examples/1d_stencil/1d_stencil_3.cpp
    M examples/1d_stencil/1d_stencil_4.cpp
    M examples/1d_stencil/1d_stencil_4_parallel.cpp
    M examples/1d_stencil/1d_stencil_channel.cpp
    M examples/1d_stencil/stencil.hpp
    M examples/balancing/hpx_thread_phase.cpp
    M examples/balancing/os_thread_num.cpp
    M examples/future_reduce/rnd_future_reduce.cpp
    M examples/hello_world_component/hello_world_client.cpp
    M examples/jacobi/jacobi.cpp
    M examples/jacobi_smp/jacobi.cpp
    M examples/jacobi_smp/jacobi_hpx.cpp
    M examples/jacobi_smp/jacobi_nonuniform.cpp
    M examples/jacobi_smp/jacobi_nonuniform_hpx.cpp
    M examples/jacobi_smp/jacobi_nonuniform_omp.hpp
    M examples/jacobi_smp/jacobi_omp.hpp
    M examples/quickstart/barrier_docs.cpp
    M examples/quickstart/composable_guard.cpp
    M examples/quickstart/condition_variable_docs.cpp
    M examples/quickstart/counting_semaphore_docs.cpp
    M examples/quickstart/customize_async.cpp
    M examples/quickstart/enumerate_threads.cpp
    M examples/quickstart/event_synchronization.cpp
    M examples/quickstart/fibonacci_await.cpp
    M examples/quickstart/fibonacci_dataflow.cpp
    M examples/quickstart/fibonacci_futures.cpp
    M examples/quickstart/fibonacci_local.cpp
    M examples/quickstart/file_serialization.cpp
    M examples/quickstart/for_each_docs.cpp
    M examples/quickstart/hello_world_3.cpp
    M examples/quickstart/init_globally.cpp
    M examples/quickstart/interval_timer.cpp
    M examples/quickstart/latch_local.cpp
    M examples/quickstart/local_channel.cpp
    M examples/quickstart/local_channel_docs.cpp
    M examples/quickstart/matrix_multiplication.cpp
    M examples/quickstart/mutex_docs.cpp
    M examples/quickstart/pipeline1.cpp
    M examples/quickstart/potpourri.cpp
    M examples/quickstart/safe_object.cpp
    M examples/quickstart/shared_mutex.cpp
    M examples/quickstart/simple_future_continuation.cpp
    M examples/quickstart/sort_by_key_demo.cpp
    M examples/quickstart/task_group_docs.cpp
    M examples/quickstart/timed_futures.cpp
    M examples/quickstart/timed_wake.cpp
    M examples/quickstart/use_main_thread.cpp
    M examples/quickstart/vector_counting_dotproduct.cpp
    M examples/quickstart/vector_zip_dotproduct.cpp
    M examples/quickstart/wait_composition.cpp
    M examples/transpose/transpose_serial.cpp
    M examples/transpose/transpose_serial_block.cpp
    M examples/transpose/transpose_serial_vector.cpp
    M examples/transpose/transpose_smp.cpp
    M examples/transpose/transpose_smp_block.cpp
    M init/src/hpx_main.cpp
    M init/src/hpx_main_variables_map.cpp
    M libs/core/affinity/tests/unit/parse_affinity_options.cpp
    M libs/core/algorithms/tests/performance/benchmark_inplace_merge.cpp
    M libs/core/algorithms/tests/performance/benchmark_is_heap.cpp
    M libs/core/algorithms/tests/performance/benchmark_is_heap_until.cpp
    M libs/core/algorithms/tests/performance/benchmark_merge.cpp
    M libs/core/algorithms/tests/performance/benchmark_nth_element.cpp
    M libs/core/algorithms/tests/performance/benchmark_nth_element_parallel.cpp
    M libs/core/algorithms/tests/performance/benchmark_partial_sort.cpp
    M libs/core/algorithms/tests/performance/benchmark_partial_sort_parallel.cpp
    M libs/core/algorithms/tests/performance/benchmark_partition.cpp
    M libs/core/algorithms/tests/performance/benchmark_partition_copy.cpp
    M libs/core/algorithms/tests/performance/benchmark_remove.cpp
    M libs/core/algorithms/tests/performance/benchmark_remove_if.cpp
    M libs/core/algorithms/tests/performance/benchmark_scan_algorithms.cpp
    M libs/core/algorithms/tests/performance/benchmark_unique.cpp
    M libs/core/algorithms/tests/performance/benchmark_unique_copy.cpp
    M libs/core/algorithms/tests/performance/foreach_report.cpp
    M libs/core/algorithms/tests/performance/foreach_scaling.cpp
    M libs/core/algorithms/tests/performance/foreach_scaling_helpers.hpp
    M libs/core/algorithms/tests/performance/transform_reduce_scaling.cpp
    M libs/core/algorithms/tests/regressions/count_3646.cpp
    M libs/core/algorithms/tests/regressions/fill_executor_5016.cpp
    M libs/core/algorithms/tests/regressions/for_each_annotated_function.cpp
    M libs/core/algorithms/tests/regressions/for_each_datapar.cpp
    M libs/core/algorithms/tests/regressions/for_loop_2281.cpp
    M libs/core/algorithms/tests/regressions/for_loop_5735.cpp
    M libs/core/algorithms/tests/regressions/for_loop_with_auto_chunk_size.cpp
    M libs/core/algorithms/tests/regressions/minimal_findend.cpp
    M libs/core/algorithms/tests/regressions/reduce_3641.cpp
    M libs/core/algorithms/tests/regressions/scan_different_inits.cpp
    M libs/core/algorithms/tests/regressions/scan_non_commutative.cpp
    M libs/core/algorithms/tests/regressions/scan_shortlength.cpp
    M libs/core/algorithms/tests/regressions/search_zerolength.cpp
    M libs/core/algorithms/tests/regressions/set_operations_3442.cpp
    M libs/core/algorithms/tests/regressions/stable_merge_2964.cpp
    M libs/core/algorithms/tests/regressions/static_chunker_2282.cpp
    M libs/core/algorithms/tests/regressions/transform_inclusive_scan_4786.cpp
    M libs/core/algorithms/tests/regressions/transform_inclusive_scan_4787.cpp
    M libs/core/algorithms/tests/unit/algorithms/adjacentdifference.cpp
    M 
libs/core/algorithms/tests/unit/algorithms/adjacentdifference_bad_alloc.cpp
    M 
libs/core/algorithms/tests/unit/algorithms/adjacentdifference_exception.cpp
    M libs/core/algorithms/tests/unit/algorithms/adjacentdifference_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/adjacentdifference_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/adjacentfind.cpp
    M libs/core/algorithms/tests/unit/algorithms/adjacentfind_bad_alloc.cpp
    M libs/core/algorithms/tests/unit/algorithms/adjacentfind_binary.cpp
    M 
libs/core/algorithms/tests/unit/algorithms/adjacentfind_binary_bad_alloc.cpp
    M 
libs/core/algorithms/tests/unit/algorithms/adjacentfind_binary_exception.cpp
    M libs/core/algorithms/tests/unit/algorithms/adjacentfind_binary_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/adjacentfind_exception.cpp
    M libs/core/algorithms/tests/unit/algorithms/adjacentfind_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/all_of.cpp
    M libs/core/algorithms/tests/unit/algorithms/any_of.cpp
    M libs/core/algorithms/tests/unit/algorithms/any_of_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/copy.cpp
    M libs/core/algorithms/tests/unit/algorithms/copyif_bad_alloc.cpp
    M libs/core/algorithms/tests/unit/algorithms/copyif_exception.cpp
    M libs/core/algorithms/tests/unit/algorithms/copyif_forward.cpp
    M libs/core/algorithms/tests/unit/algorithms/copyif_random.cpp
    M libs/core/algorithms/tests/unit/algorithms/copyn.cpp
    M libs/core/algorithms/tests/unit/algorithms/copyn_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/count.cpp
    M libs/core/algorithms/tests/unit/algorithms/countif.cpp
    M libs/core/algorithms/tests/unit/algorithms/destroy.cpp
    M libs/core/algorithms/tests/unit/algorithms/destroy_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/destroyn.cpp
    M libs/core/algorithms/tests/unit/algorithms/detail/test_insertion_sort.cpp
    M 
libs/core/algorithms/tests/unit/algorithms/detail/test_parallel_stable_sort.cpp
    M libs/core/algorithms/tests/unit/algorithms/detail/test_sample_sort.cpp
    M libs/core/algorithms/tests/unit/algorithms/detail/test_spin_sort.cpp
    M libs/core/algorithms/tests/unit/algorithms/ends_with.cpp
    M libs/core/algorithms/tests/unit/algorithms/equal.cpp
    M libs/core/algorithms/tests/unit/algorithms/equal_binary.cpp
    M libs/core/algorithms/tests/unit/algorithms/exclusive_scan.cpp
    M libs/core/algorithms/tests/unit/algorithms/exclusive_scan2.cpp
    M libs/core/algorithms/tests/unit/algorithms/exclusive_scan_bad_alloc.cpp
    M libs/core/algorithms/tests/unit/algorithms/exclusive_scan_exception.cpp
    M libs/core/algorithms/tests/unit/algorithms/exclusive_scan_validate.cpp
    M libs/core/algorithms/tests/unit/algorithms/fill.cpp
    M libs/core/algorithms/tests/unit/algorithms/filln.cpp
    M libs/core/algorithms/tests/unit/algorithms/find.cpp
    M libs/core/algorithms/tests/unit/algorithms/find_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/find_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/findend.cpp
    M libs/core/algorithms/tests/unit/algorithms/findfirstof.cpp
    M libs/core/algorithms/tests/unit/algorithms/findfirstof_binary.cpp
    M libs/core/algorithms/tests/unit/algorithms/findif.cpp
    M libs/core/algorithms/tests/unit/algorithms/findifnot.cpp
    M libs/core/algorithms/tests/unit/algorithms/findifnot_bad_alloc.cpp
    M libs/core/algorithms/tests/unit/algorithms/findifnot_exception.cpp
    M libs/core/algorithms/tests/unit/algorithms/for_loop.cpp
    M libs/core/algorithms/tests/unit/algorithms/for_loop_exception.cpp
    M libs/core/algorithms/tests/unit/algorithms/for_loop_induction.cpp
    M libs/core/algorithms/tests/unit/algorithms/for_loop_induction_async.cpp
    M libs/core/algorithms/tests/unit/algorithms/for_loop_n.cpp
    M libs/core/algorithms/tests/unit/algorithms/for_loop_n_strided.cpp
    M libs/core/algorithms/tests/unit/algorithms/for_loop_reduction.cpp
    M libs/core/algorithms/tests/unit/algorithms/for_loop_reduction_async.cpp
    M libs/core/algorithms/tests/unit/algorithms/for_loop_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/for_loop_strided.cpp
    M libs/core/algorithms/tests/unit/algorithms/foreach.cpp
    M libs/core/algorithms/tests/unit/algorithms/foreach_executors.cpp
    M libs/core/algorithms/tests/unit/algorithms/foreach_prefetching.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/foreach_std_policies.cpp
    M libs/core/algorithms/tests/unit/algorithms/foreach_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/foreach_tests_prefetching.hpp
    M libs/core/algorithms/tests/unit/algorithms/foreachn.cpp
    M libs/core/algorithms/tests/unit/algorithms/foreachn_bad_alloc.cpp
    M libs/core/algorithms/tests/unit/algorithms/foreachn_exception.cpp
    M libs/core/algorithms/tests/unit/algorithms/generate.cpp
    M libs/core/algorithms/tests/unit/algorithms/generate_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/generaten.cpp
    M libs/core/algorithms/tests/unit/algorithms/generaten_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/includes.cpp
    M libs/core/algorithms/tests/unit/algorithms/inclusive_scan.cpp
    M libs/core/algorithms/tests/unit/algorithms/inclusive_scan_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/inplace_merge.cpp
    M libs/core/algorithms/tests/unit/algorithms/is_heap.cpp
    M libs/core/algorithms/tests/unit/algorithms/is_heap_until.cpp
    M libs/core/algorithms/tests/unit/algorithms/is_partitioned.cpp
    M libs/core/algorithms/tests/unit/algorithms/is_sorted.cpp
    M libs/core/algorithms/tests/unit/algorithms/is_sorted_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/is_sorted_until.cpp
    M libs/core/algorithms/tests/unit/algorithms/lexicographical_compare.cpp
    M libs/core/algorithms/tests/unit/algorithms/make_heap.cpp
    M libs/core/algorithms/tests/unit/algorithms/max_element.cpp
    M libs/core/algorithms/tests/unit/algorithms/merge.cpp
    M libs/core/algorithms/tests/unit/algorithms/min_element.cpp
    M libs/core/algorithms/tests/unit/algorithms/minmax_element.cpp
    M libs/core/algorithms/tests/unit/algorithms/mismatch.cpp
    M libs/core/algorithms/tests/unit/algorithms/mismatch_binary.cpp
    M libs/core/algorithms/tests/unit/algorithms/move.cpp
    M libs/core/algorithms/tests/unit/algorithms/none_of.cpp
    M libs/core/algorithms/tests/unit/algorithms/none_of_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/nth_element.cpp
    M libs/core/algorithms/tests/unit/algorithms/parallel_sort.cpp
    M libs/core/algorithms/tests/unit/algorithms/partial_sort.cpp
    M libs/core/algorithms/tests/unit/algorithms/partial_sort_copy.cpp
    M libs/core/algorithms/tests/unit/algorithms/partition.cpp
    M libs/core/algorithms/tests/unit/algorithms/partition_copy.cpp
    M libs/core/algorithms/tests/unit/algorithms/reduce_.cpp
    M libs/core/algorithms/tests/unit/algorithms/reduce_by_key.cpp
    M libs/core/algorithms/tests/unit/algorithms/remove.cpp
    M libs/core/algorithms/tests/unit/algorithms/remove1.cpp
    M libs/core/algorithms/tests/unit/algorithms/remove2.cpp
    M libs/core/algorithms/tests/unit/algorithms/remove_copy.cpp
    M libs/core/algorithms/tests/unit/algorithms/remove_copy_if.cpp
    M libs/core/algorithms/tests/unit/algorithms/remove_if.cpp
    M libs/core/algorithms/tests/unit/algorithms/remove_if1.cpp
    M libs/core/algorithms/tests/unit/algorithms/replace.cpp
    M libs/core/algorithms/tests/unit/algorithms/replace_copy.cpp
    M libs/core/algorithms/tests/unit/algorithms/replace_copy_if.cpp
    M libs/core/algorithms/tests/unit/algorithms/replace_if.cpp
    M libs/core/algorithms/tests/unit/algorithms/reverse.cpp
    M libs/core/algorithms/tests/unit/algorithms/reverse_copy.cpp
    M libs/core/algorithms/tests/unit/algorithms/reverse_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/rotate.cpp
    M libs/core/algorithms/tests/unit/algorithms/rotate_copy.cpp
    M libs/core/algorithms/tests/unit/algorithms/rotate_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/search.cpp
    M libs/core/algorithms/tests/unit/algorithms/searchn.cpp
    M libs/core/algorithms/tests/unit/algorithms/set_difference.cpp
    M libs/core/algorithms/tests/unit/algorithms/set_intersection.cpp
    M libs/core/algorithms/tests/unit/algorithms/set_symmetric_difference.cpp
    M libs/core/algorithms/tests/unit/algorithms/set_union.cpp
    M libs/core/algorithms/tests/unit/algorithms/shift_left.cpp
    M libs/core/algorithms/tests/unit/algorithms/shift_right.cpp
    M libs/core/algorithms/tests/unit/algorithms/sort.cpp
    M libs/core/algorithms/tests/unit/algorithms/sort_by_key.cpp
    M libs/core/algorithms/tests/unit/algorithms/sort_exceptions.cpp
    M libs/core/algorithms/tests/unit/algorithms/stable_partition.cpp
    M libs/core/algorithms/tests/unit/algorithms/stable_sort.cpp
    M libs/core/algorithms/tests/unit/algorithms/stable_sort_exceptions.cpp
    M libs/core/algorithms/tests/unit/algorithms/stable_sort_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/starts_with.cpp
    M libs/core/algorithms/tests/unit/algorithms/swapranges.cpp
    M libs/core/algorithms/tests/unit/algorithms/test_utils.hpp
    M libs/core/algorithms/tests/unit/algorithms/transform.cpp
    M libs/core/algorithms/tests/unit/algorithms/transform_binary.cpp
    M libs/core/algorithms/tests/unit/algorithms/transform_binary2.cpp
    M libs/core/algorithms/tests/unit/algorithms/transform_exclusive_scan.cpp
    M libs/core/algorithms/tests/unit/algorithms/transform_inclusive_scan.cpp
    M libs/core/algorithms/tests/unit/algorithms/transform_reduce.cpp
    M libs/core/algorithms/tests/unit/algorithms/transform_reduce_binary.cpp
    M 
libs/core/algorithms/tests/unit/algorithms/transform_reduce_binary_bad_alloc.cpp
    M 
libs/core/algorithms/tests/unit/algorithms/transform_reduce_binary_exception.cpp
    M libs/core/algorithms/tests/unit/algorithms/uninitialized_copy.cpp
    M libs/core/algorithms/tests/unit/algorithms/uninitialized_copy_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/uninitialized_copyn.cpp
    M 
libs/core/algorithms/tests/unit/algorithms/uninitialized_default_construct.cpp
    M 
libs/core/algorithms/tests/unit/algorithms/uninitialized_default_construct_tests.hpp
    M 
libs/core/algorithms/tests/unit/algorithms/uninitialized_default_constructn.cpp
    M libs/core/algorithms/tests/unit/algorithms/uninitialized_fill.cpp
    M libs/core/algorithms/tests/unit/algorithms/uninitialized_filln.cpp
    M libs/core/algorithms/tests/unit/algorithms/uninitialized_move.cpp
    M libs/core/algorithms/tests/unit/algorithms/uninitialized_move_tests.hpp
    M libs/core/algorithms/tests/unit/algorithms/uninitialized_moven.cpp
    M 
libs/core/algorithms/tests/unit/algorithms/uninitialized_value_construct.cpp
    M 
libs/core/algorithms/tests/unit/algorithms/uninitialized_value_construct_tests.hpp
    M 
libs/core/algorithms/tests/unit/algorithms/uninitialized_value_constructn.cpp
    M libs/core/algorithms/tests/unit/algorithms/unique.cpp
    M libs/core/algorithms/tests/unit/algorithms/unique_copy.cpp
    M libs/core/algorithms/tests/unit/block/spmd_block.cpp
    M libs/core/algorithms/tests/unit/block/task_block.cpp
    M libs/core/algorithms/tests/unit/block/task_block_executor.cpp
    M libs/core/algorithms/tests/unit/block/task_block_par.cpp
    M libs/core/algorithms/tests/unit/block/task_group.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/adjacentdifference_range.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/adjacentdifference_range_sender.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/adjacentfind_bad_alloc_range.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/adjacentfind_binary_bad_alloc_range.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/adjacentfind_binary_exception_range.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/adjacentfind_binary_projection_range.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/adjacentfind_binary_range.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/adjacentfind_exception_range.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/adjacentfind_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/all_of_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/any_of_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/copy_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/copyif_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/copyn_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/count_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/countif_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/destroy_range.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/destroy_range_tests.hpp
    M libs/core/algorithms/tests/unit/container_algorithms/destroyn_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/ends_with_range.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/equal_binary_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/equal_range.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/exclusive_scan_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/fill_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/filln_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/find_end_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/find_end_range2.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/find_first_of_range.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/find_first_of_range2.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/find_if_not_exception_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/find_if_not_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/find_if_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/find_range.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/for_loop_exception_range.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/for_loop_induction_async_range.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/for_loop_induction_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/for_loop_range.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/for_loop_range_generator.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/for_loop_reduction_async_range.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/for_loop_reduction_range.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/for_loop_strided_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/foreach_adapt.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/foreach_range.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/foreach_range_projection.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/foreach_range_sender.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/generate_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/includes_range.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/inclusive_scan_range.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/inplace_merge_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/is_heap_range.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/is_heap_until_range.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/is_partitioned_projection_range.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/is_partitioned_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/is_sorted_range.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/is_sorted_range_tests.hpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/is_sorted_until_range.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/lexicographical_compare_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/make_heap_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/max_element_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/merge_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/min_element_range.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/minmax_element_range.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/mismatch_binary_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/mismatch_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/move_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/none_of_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/nth_element_range.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/partial_sort_copy_range.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/partial_sort_range.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/partition_copy_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/partition_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/reduce_range.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/remove_copy_if_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/remove_copy_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/remove_if_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/remove_range.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/replace_copy_if_range.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/replace_copy_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/replace_if_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/replace_range.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/reverse_copy_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/reverse_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/rotate_copy_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/rotate_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/search_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/searchn_range.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/set_difference_range.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/set_intersection_range.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/set_symmetric_difference_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/set_union_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/shift_left_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/shift_right_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/sort_range.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/stable_partition_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/stable_sort_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/starts_with_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/swap_ranges_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/test_utils.hpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/transform_exclusive_scan_range.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/transform_inclusive_scan_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/transform_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/transform_range2.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/transform_range_binary.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/transform_range_binary2.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/transform_reduce_binary_bad_alloc_range.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/transform_reduce_binary_exception_range.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/transform_reduce_binary_range.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/transform_reduce_range.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/uninitialized_copy_n_range.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/uninitialized_copy_range.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/uninitialized_default_construct_range.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/uninitialized_default_constructn_range.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/uninitialized_fill_range.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/uninitialized_filln_range.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/uninitialized_move_n_range.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/uninitialized_move_range.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/uninitialized_value_construct_range.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/uninitialized_value_constructn_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/unique_copy_range.cpp
    M libs/core/algorithms/tests/unit/container_algorithms/unique_range.cpp
    M 
libs/core/algorithms/tests/unit/datapar_algorithms/adjacentdifference_datapar.cpp
    M 
libs/core/algorithms/tests/unit/datapar_algorithms/adjacentfind_datapar.cpp
    M libs/core/algorithms/tests/unit/datapar_algorithms/all_of_datapar.cpp
    M libs/core/algorithms/tests/unit/datapar_algorithms/any_of_datapar.cpp
    M libs/core/algorithms/tests/unit/datapar_algorithms/copy_datapar.cpp
    M libs/core/algorithms/tests/unit/datapar_algorithms/copyn_datapar.cpp
    M libs/core/algorithms/tests/unit/datapar_algorithms/count_datapar.cpp
    M libs/core/algorithms/tests/unit/datapar_algorithms/countif_datapar.cpp
    M 
libs/core/algorithms/tests/unit/datapar_algorithms/equal_binary_datapar.cpp
    M libs/core/algorithms/tests/unit/datapar_algorithms/equal_datapar.cpp
    M libs/core/algorithms/tests/unit/datapar_algorithms/fill_datapar.cpp
    M libs/core/algorithms/tests/unit/datapar_algorithms/filln_datapar.cpp
    M libs/core/algorithms/tests/unit/datapar_algorithms/find_datapar.cpp
    M libs/core/algorithms/tests/unit/datapar_algorithms/findend_datapar.cpp
    M libs/core/algorithms/tests/unit/datapar_algorithms/findfirstof_datapar.cpp
    M libs/core/algorithms/tests/unit/datapar_algorithms/findif_datapar.cpp
    M libs/core/algorithms/tests/unit/datapar_algorithms/findifnot_datapar.cpp
    M libs/core/algorithms/tests/unit/datapar_algorithms/foreach_datapar.cpp
    M 
libs/core/algorithms/tests/unit/datapar_algorithms/foreach_datapar_zipiter.cpp
    M libs/core/algorithms/tests/unit/datapar_algorithms/foreachn_datapar.cpp
    M libs/core/algorithms/tests/unit/datapar_algorithms/generate_datapar.cpp
    M libs/core/algorithms/tests/unit/datapar_algorithms/generate_tests.hpp
    M libs/core/algorithms/tests/unit/datapar_algorithms/generaten_datapar.cpp
    M libs/core/algorithms/tests/unit/datapar_algorithms/generaten_tests.hpp
    M 
libs/core/algorithms/tests/unit/datapar_algorithms/mismatch_binary_datapar.cpp
    M libs/core/algorithms/tests/unit/datapar_algorithms/mismatch_datapar.cpp
    M libs/core/algorithms/tests/unit/datapar_algorithms/none_of_datapar.cpp
    M libs/core/algorithms/tests/unit/datapar_algorithms/reduce_datapar.cpp
    M 
libs/core/algorithms/tests/unit/datapar_algorithms/replace_copy_datapar.cpp
    M 
libs/core/algorithms/tests/unit/datapar_algorithms/replace_copy_if_datapar.cpp
    M libs/core/algorithms/tests/unit/datapar_algorithms/replace_datapar.cpp
    M libs/core/algorithms/tests/unit/datapar_algorithms/replace_if_datapar.cpp
    M 
libs/core/algorithms/tests/unit/datapar_algorithms/transform_binary2_datapar.cpp
    M 
libs/core/algorithms/tests/unit/datapar_algorithms/transform_binary_datapar.cpp
    M libs/core/algorithms/tests/unit/datapar_algorithms/transform_datapar.cpp
    M 
libs/core/algorithms/tests/unit/datapar_algorithms/transform_reduce_binary_datapar.cpp
    M 
libs/core/algorithms/tests/unit/datapar_algorithms/transform_reduce_datapar.cpp
    M libs/core/algorithms/tests/unit/unseq_algorithms/foreach_unseq.cpp
    M libs/core/algorithms/tests/unit/unseq_algorithms/foreach_unseq_zipiter.cpp
    M libs/core/algorithms/tests/unit/unseq_algorithms/foreachn_unseq.cpp
    M libs/core/algorithms/tests/unit/unseq_algorithms/reduce_unseq.cpp
    M 
libs/core/algorithms/tests/unit/unseq_algorithms/transform_binary2_unseq.cpp
    M 
libs/core/algorithms/tests/unit/unseq_algorithms/transform_binary_unseq.cpp
    M 
libs/core/algorithms/tests/unit/unseq_algorithms/transform_reduce_binary_unseq.cpp
    M 
libs/core/algorithms/tests/unit/unseq_algorithms/transform_reduce_unseq.cpp
    M libs/core/algorithms/tests/unit/unseq_algorithms/transform_unseq.cpp
    M libs/core/async_combinators/tests/regressions/split_future_2246.cpp
    M libs/core/async_combinators/tests/regressions/wait_all_std_array_2035.cpp
    M libs/core/async_combinators/tests/regressions/when_all_vectors_1623.cpp
    M libs/core/async_combinators/tests/unit/split_shared_future.cpp
    M libs/core/async_combinators/tests/unit/wait_all.cpp
    M libs/core/async_combinators/tests/unit/wait_all_std_array.cpp
    M libs/core/async_combinators/tests/unit/wait_any.cpp
    M libs/core/async_combinators/tests/unit/wait_any_std_array.cpp
    M libs/core/async_combinators/tests/unit/wait_each.cpp
    M libs/core/async_combinators/tests/unit/wait_some.cpp
    M libs/core/async_combinators/tests/unit/wait_some_std_array.cpp
    M libs/core/async_combinators/tests/unit/when_all.cpp
    M libs/core/async_combinators/tests/unit/when_all_std_array.cpp
    M libs/core/async_combinators/tests/unit/when_any.cpp
    M libs/core/async_combinators/tests/unit/when_any_std_array.cpp
    M libs/core/async_combinators/tests/unit/when_each.cpp
    M libs/core/async_combinators/tests/unit/when_some.cpp
    M libs/core/async_combinators/tests/unit/when_some_std_array.cpp
    M libs/core/async_cuda/tests/performance/cuda_executor_throughput.cpp
    M libs/core/async_cuda/tests/performance/synchronize.cu
    M libs/core/async_cuda/tests/unit/cublas_matmul.cpp
    M libs/core/async_cuda/tests/unit/cuda_future.cpp
    M libs/core/async_cuda/tests/unit/saxpy.cu
    M libs/core/async_cuda/tests/unit/transform_stream.cu
    M libs/core/async_local/tests/unit/apply_local.cpp
    M libs/core/async_local/tests/unit/apply_local_executor.cpp
    M libs/core/async_local/tests/unit/async_local.cpp
    M libs/core/async_local/tests/unit/async_local_executor.cpp
    M 
libs/core/async_local/tests/unit/async_local_executor_additional_arguments.cpp
    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/async_sycl/tests/unit/sycl_stream.cpp
    M libs/core/async_sycl/tests/unit/sycl_vector_add_concurrent_executors.cpp
    M libs/core/async_sycl/tests/unit/sycl_vector_add_executor.cpp
    M libs/core/async_sycl/tests/unit/sycl_vector_add_get_future.cpp
    M 
libs/core/command_line_handling_local/tests/regressions/ignore_aliases_local.cpp
    M libs/core/compute_local/CMakeLists.txt
    M libs/core/compute_local/tests/regressions/for_each_value_proxy.cpp
    M libs/core/compute_local/tests/regressions/parallel_fill_4132.cpp
    M libs/core/compute_local/tests/unit/block_fork_join_executor.cpp
    M libs/core/compute_local/tests/unit/numa_allocator.cpp
    M libs/core/concurrency/tests/unit/contiguous_index_queue.cpp
    M libs/core/concurrency/tests/unit/freelist.cpp
    M libs/core/concurrency/tests/unit/non_contiguous_index_queue.cpp
    M libs/core/concurrency/tests/unit/queue_stress.cpp
    M libs/core/concurrency/tests/unit/stack_stress.cpp
    M 
libs/core/coroutines/tests/regressions/coroutine_function_destructor_yield_4800.cpp
    M libs/core/datastructures/tests/performance/small_vector_benchmark.cpp
    M 
libs/core/datastructures/tests/regressions/non_default_constructible_tuple_5886.cpp
    M libs/core/datastructures/tests/unit/any_serialization.cpp
    M libs/core/datastructures/tests/unit/serialization_raw_pointer_tuple.cpp
    M libs/core/execution/tests/regressions/annotated_minmax_2593.cpp
    M libs/core/execution/tests/regressions/chunk_size_4118.cpp
    M libs/core/execution/tests/regressions/fibonacci_sr.cpp
    M libs/core/execution/tests/regressions/is_executor_1691.cpp
    M libs/core/execution/tests/regressions/lambda_arguments_2403.cpp
    M libs/core/execution/tests/regressions/lambda_return_type_2402.cpp
    M libs/core/execution/tests/regressions/rebind_par_simd.cpp
    M libs/core/execution/tests/unit/algorithm_as_sender.cpp
    M libs/core/execution/tests/unit/algorithm_run_loop.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/bulk_async.cpp
    M libs/core/execution/tests/unit/executor_parameters.cpp
    M libs/core/execution/tests/unit/executor_parameters_dispatching.cpp
    M libs/core/execution/tests/unit/executor_parameters_timer_hooks.cpp
    M libs/core/execution/tests/unit/foreach_tests.hpp
    M libs/core/execution/tests/unit/future_then_executor.cpp
    M libs/core/execution/tests/unit/minimal_async_executor.cpp
    M libs/core/execution/tests/unit/minimal_sync_executor.cpp
    M libs/core/execution/tests/unit/persistent_executor_parameters.cpp
    M libs/core/execution/tests/unit/test_utils.hpp
    M libs/core/execution_base/tests/unit/any_sender.cpp
    M libs/core/executors/examples/disable_thread_stealing_executor.cpp
    M libs/core/executors/examples/executor_with_thread_hooks.cpp
    M libs/core/executors/tests/regressions/bulk_sync_wait.cpp
    M libs/core/executors/tests/regressions/bulk_then_execute_3182.cpp
    M libs/core/executors/tests/regressions/future_then_async_executor.cpp
    M libs/core/executors/tests/regressions/parallel_executor_1781.cpp
    M libs/core/executors/tests/regressions/pu_count_6184.cpp
    M libs/core/executors/tests/regressions/wrapping_executor.cpp
    M libs/core/executors/tests/unit/annotating_executor.cpp
    M libs/core/executors/tests/unit/annotation_property.cpp
    M libs/core/executors/tests/unit/created_executor.cpp
    M libs/core/executors/tests/unit/execution_policy_mappings.cpp
    M libs/core/executors/tests/unit/explicit_scheduler_executor.cpp
    M libs/core/executors/tests/unit/fork_join_executor.cpp
    M libs/core/executors/tests/unit/limiting_executor.cpp
    M libs/core/executors/tests/unit/parallel_executor.cpp
    M libs/core/executors/tests/unit/parallel_executor_parameters.cpp
    M libs/core/executors/tests/unit/parallel_fork_executor.cpp
    M libs/core/executors/tests/unit/parallel_policy_executor.cpp
    M libs/core/executors/tests/unit/polymorphic_executor.cpp
    M libs/core/executors/tests/unit/scheduler_executor.cpp
    M libs/core/executors/tests/unit/sequenced_executor.cpp
    M libs/core/executors/tests/unit/service_executors.cpp
    M libs/core/executors/tests/unit/shared_parallel_executor.cpp
    M libs/core/executors/tests/unit/standalone_thread_pool_executor.cpp
    M libs/core/executors/tests/unit/std_execution_policies.cpp
    M libs/core/executors/tests/unit/thread_pool_scheduler.cpp
    M libs/core/functional/tests/regressions/protect_with_nullary_pfo.cpp
    M libs/core/futures/tests/regressions/exception_from_continuation_1613.cpp
    M libs/core/futures/tests/regressions/fail_future_2667.cpp
    M libs/core/futures/tests/regressions/future_2667.cpp
    M libs/core/futures/tests/regressions/future_790.cpp
    M libs/core/futures/tests/regressions/future_range_ambiguity_2032.cpp
    M libs/core/futures/tests/regressions/future_unwrap_1182.cpp
    M libs/core/futures/tests/regressions/future_unwrap_878.cpp
    M libs/core/futures/tests/regressions/set_hpx_limit_798.cpp
    M libs/core/futures/tests/regressions/shared_future_continuation_order.cpp
    M libs/core/futures/tests/regressions/shared_future_then_2166.cpp
    M libs/core/futures/tests/regressions/wait_for_1751.cpp
    M libs/core/futures/tests/unit/await.cpp
    M libs/core/futures/tests/unit/future.cpp
    M libs/core/futures/tests/unit/future_ref.cpp
    M libs/core/futures/tests/unit/future_then.cpp
    M libs/core/futures/tests/unit/local_promise_allocator.cpp
    M libs/core/futures/tests/unit/local_use_allocator.cpp
    M libs/core/futures/tests/unit/make_future.cpp
    M libs/core/futures/tests/unit/make_ready_future.cpp
    M libs/core/futures/tests/unit/shared_future.cpp
    M libs/core/include_local/CMakeLists.txt
    A libs/core/include_local/include/hpx/algorithm.hpp
    A libs/core/include_local/include/hpx/any.hpp
    A libs/core/include_local/include/hpx/barrier.hpp
    A libs/core/include_local/include/hpx/channel.hpp
    A libs/core/include_local/include/hpx/chrono.hpp
    A libs/core/include_local/include/hpx/compute.hpp
    A libs/core/include_local/include/hpx/condition_variable.hpp
    A libs/core/include_local/include/hpx/datapar.hpp
    A libs/core/include_local/include/hpx/exception.hpp
    A libs/core/include_local/include/hpx/execution.hpp
    A libs/core/include_local/include/hpx/experimental/task_group.hpp
    A libs/core/include_local/include/hpx/format.hpp
    A libs/core/include_local/include/hpx/functional.hpp
    A libs/core/include_local/include/hpx/future.hpp
    A libs/core/include_local/include/hpx/generator.hpp
    A libs/core/include_local/include/hpx/latch.hpp
    R libs/core/include_local/include/hpx/local/algorithm.hpp
    R libs/core/include_local/include/hpx/local/any.hpp
    R libs/core/include_local/include/hpx/local/barrier.hpp
    R libs/core/include_local/include/hpx/local/channel.hpp
    R libs/core/include_local/include/hpx/local/chrono.hpp
    R libs/core/include_local/include/hpx/local/compute.hpp
    R libs/core/include_local/include/hpx/local/condition_variable.hpp
    R libs/core/include_local/include/hpx/local/datapar.hpp
    R libs/core/include_local/include/hpx/local/exception.hpp
    R libs/core/include_local/include/hpx/local/execution.hpp
    R libs/core/include_local/include/hpx/local/functional.hpp
    R libs/core/include_local/include/hpx/local/future.hpp
    R libs/core/include_local/include/hpx/local/generator.hpp
    R libs/core/include_local/include/hpx/local/latch.hpp
    R libs/core/include_local/include/hpx/local/memory.hpp
    R libs/core/include_local/include/hpx/local/mutex.hpp
    R libs/core/include_local/include/hpx/local/numeric.hpp
    R libs/core/include_local/include/hpx/local/optional.hpp
    R libs/core/include_local/include/hpx/local/runtime.hpp
    R libs/core/include_local/include/hpx/local/semaphore.hpp
    R libs/core/include_local/include/hpx/local/shared_mutex.hpp
    R libs/core/include_local/include/hpx/local/source_location.hpp
    R libs/core/include_local/include/hpx/local/stop_token.hpp
    R libs/core/include_local/include/hpx/local/system_error.hpp
    R libs/core/include_local/include/hpx/local/task_block.hpp
    R libs/core/include_local/include/hpx/local/thread.hpp
    R libs/core/include_local/include/hpx/local/tuple.hpp
    R libs/core/include_local/include/hpx/local/type_traits.hpp
    R libs/core/include_local/include/hpx/local/unwrap.hpp
    A libs/core/include_local/include/hpx/memory.hpp
    A libs/core/include_local/include/hpx/mutex.hpp
    A libs/core/include_local/include/hpx/numeric.hpp
    A libs/core/include_local/include/hpx/optional.hpp
    A libs/core/include_local/include/hpx/runtime.hpp
    A libs/core/include_local/include/hpx/semaphore.hpp
    A libs/core/include_local/include/hpx/shared_mutex.hpp
    A libs/core/include_local/include/hpx/source_location.hpp
    A libs/core/include_local/include/hpx/stop_token.hpp
    A libs/core/include_local/include/hpx/system_error.hpp
    A libs/core/include_local/include/hpx/task_block.hpp
    A libs/core/include_local/include/hpx/thread.hpp
    A libs/core/include_local/include/hpx/tuple.hpp
    A libs/core/include_local/include/hpx/type_traits.hpp
    A libs/core/include_local/include/hpx/unwrap.hpp
    M libs/core/init_runtime_local/CMakeLists.txt
    A libs/core/init_runtime_local/include/hpx/init.hpp
    R libs/core/init_runtime_local/include/hpx/local/init.hpp
    M 
libs/core/init_runtime_local/tests/unit/shutdown_suspended_thread_local.cpp
    M libs/core/iterator_support/tests/performance/stencil3_iterators.cpp
    M libs/core/iterator_support/tests/unit/counting_iterator.cpp
    M libs/core/iterator_support/tests/unit/stencil3_iterator.cpp
    M libs/core/iterator_support/tests/unit/transform_iterator.cpp
    M libs/core/lcos_local/tests/regressions/safely_destroy_promise_1481.cpp
    M libs/core/lcos_local/tests/unit/channel_local.cpp
    M libs/core/lcos_local/tests/unit/local_dataflow.cpp
    M libs/core/lcos_local/tests/unit/local_dataflow_executor.cpp
    M 
libs/core/lcos_local/tests/unit/local_dataflow_executor_additional_arguments.cpp
    M libs/core/lcos_local/tests/unit/local_dataflow_external_future.cpp
    M libs/core/lcos_local/tests/unit/local_dataflow_small_vector.cpp
    M libs/core/lcos_local/tests/unit/local_dataflow_std_array.cpp
    M libs/core/lcos_local/tests/unit/run_guarded.cpp
    M libs/core/lcos_local/tests/unit/split_future.cpp
    M libs/core/pack_traversal/tests/unit/unwrap.cpp
    M libs/core/program_options/tests/regressions/command_line_arguments_706.cpp
    M 
libs/core/program_options/tests/regressions/command_line_required_arguments_2990.cpp
    M libs/core/program_options/tests/regressions/commandline_options_1437.cpp
    M libs/core/resiliency/examples/1d_stencil_replay_exception.cpp
    M libs/core/resiliency/examples/1d_stencil_replay_validate.cpp
    M libs/core/resiliency/examples/async_replay.cpp
    M libs/core/resiliency/examples/async_replicate.cpp
    M libs/core/resiliency/examples/async_replicate_vote.cpp
    M libs/core/resiliency/examples/dataflow_replicate.cpp
    M libs/core/resiliency/examples/version.cpp
    M libs/core/resiliency/tests/performance/replay/1d_stencil.cpp
    M libs/core/resiliency/tests/performance/replay/1d_stencil_checksum.cpp
    M libs/core/resiliency/tests/performance/replay/1d_stencil_replay.cpp
    M libs/core/resiliency/tests/performance/replay/async_replay.cpp
    M libs/core/resiliency/tests/performance/replay/async_replay_validate.cpp
    M libs/core/resiliency/tests/performance/replay/dataflow_replay.cpp
    M libs/core/resiliency/tests/performance/replay/dataflow_replay_validate.cpp
    M libs/core/resiliency/tests/performance/replay/pure_async_for_replay.cpp
    M libs/core/resiliency/tests/performance/replay/pure_dataflow.cpp
    M libs/core/resiliency/tests/performance/replicate/1d_stencil_replicate.cpp
    M 
libs/core/resiliency/tests/performance/replicate/1d_stencil_replicate_checksum.cpp
    M libs/core/resiliency/tests/performance/replicate/async_replicate.cpp
    M 
libs/core/resiliency/tests/performance/replicate/async_replicate_validate.cpp
    M libs/core/resiliency/tests/performance/replicate/async_replicate_vote.cpp
    M 
libs/core/resiliency/tests/performance/replicate/async_replicate_vote_validate.cpp
    M 
libs/core/resiliency/tests/performance/replicate/pure_async_for_replicate.cpp
    M libs/core/resiliency/tests/unit/async_replay_executor.cpp
    M libs/core/resiliency/tests/unit/async_replay_plain.cpp
    M libs/core/resiliency/tests/unit/async_replicate_executor.cpp
    M libs/core/resiliency/tests/unit/async_replicate_plain.cpp
    M libs/core/resiliency/tests/unit/async_replicate_vote_executor.cpp
    M libs/core/resiliency/tests/unit/async_replicate_vote_plain.cpp
    M libs/core/resiliency/tests/unit/dataflow_replay_executor.cpp
    M libs/core/resiliency/tests/unit/dataflow_replay_plain.cpp
    M libs/core/resiliency/tests/unit/dataflow_replicate_executor.cpp
    M libs/core/resiliency/tests/unit/dataflow_replicate_plain.cpp
    M libs/core/resiliency/tests/unit/replay_executor.cpp
    M libs/core/resiliency/tests/unit/replicate_executor.cpp
    M libs/core/resource_partitioner/examples/async_customization.cpp
    M libs/core/resource_partitioner/examples/guided_pool_test.cpp
    M 
libs/core/resource_partitioner/examples/oversubscribing_resource_partitioner.cpp
    M libs/core/resource_partitioner/examples/simple_resource_partitioner.cpp
    M 
libs/core/resource_partitioner/examples/simplest_resource_partitioner_1.cpp
    M 
libs/core/resource_partitioner/examples/simplest_resource_partitioner_2.cpp
    M libs/core/resource_partitioner/examples/system_characteristics.hpp
    M libs/core/resource_partitioner/tests/regressions/help_exit_4317_1.cpp
    M libs/core/resource_partitioner/tests/regressions/help_exit_4317_2.cpp
    M libs/core/resource_partitioner/tests/unit/background_scheduler.cpp
    M libs/core/resource_partitioner/tests/unit/cross_pool_injection.cpp
    M libs/core/resource_partitioner/tests/unit/named_pool_executor.cpp
    M libs/core/resource_partitioner/tests/unit/resource_partitioner_info.cpp
    M libs/core/resource_partitioner/tests/unit/scheduler_binding_check.cpp
    M libs/core/resource_partitioner/tests/unit/scheduler_priority_check.cpp
    M libs/core/resource_partitioner/tests/unit/shutdown_suspended_pus.cpp
    M libs/core/resource_partitioner/tests/unit/suspend_disabled.cpp
    M libs/core/resource_partitioner/tests/unit/suspend_pool.cpp
    M libs/core/resource_partitioner/tests/unit/suspend_pool_external.cpp
    M libs/core/resource_partitioner/tests/unit/suspend_runtime.cpp
    M libs/core/resource_partitioner/tests/unit/suspend_thread.cpp
    M libs/core/resource_partitioner/tests/unit/suspend_thread_external.cpp
    M libs/core/resource_partitioner/tests/unit/suspend_thread_timed.cpp
    M libs/core/resource_partitioner/tests/unit/used_pus.cpp
    M libs/core/runtime_local/tests/unit/thread_mapper.cpp
    M libs/core/schedulers/tests/unit/schedule_last.cpp
    M libs/core/serialization/tests/regressions/buffer_overrun_2839.cpp
    M 
libs/core/serialization/tests/regressions/non_default_constructible_5886.cpp
    M 
libs/core/serialization/tests/regressions/not_bitwise_shared_ptr_serialization.cpp
    M libs/core/serialization/tests/unit/serialization_raw_pointer.cpp
    M libs/core/synchronization/tests/performance/channel_mpmc_throughput.cpp
    M libs/core/synchronization/tests/performance/channel_mpsc_throughput.cpp
    M libs/core/synchronization/tests/performance/channel_spsc_throughput.cpp
    M libs/core/synchronization/tests/regressions/ignore_while_locked_1485.cpp
    M libs/core/synchronization/tests/regressions/shared_mutex_1702.cpp
    M libs/core/synchronization/tests/unit/async_rw_mutex.cpp
    M libs/core/synchronization/tests/unit/barrier_cpp20.cpp
    M libs/core/synchronization/tests/unit/binary_semaphore_cpp20.cpp
    M libs/core/synchronization/tests/unit/channel_mpmc_fib.cpp
    M libs/core/synchronization/tests/unit/channel_mpmc_shift.cpp
    M libs/core/synchronization/tests/unit/channel_mpsc_fib.cpp
    M libs/core/synchronization/tests/unit/channel_mpsc_shift.cpp
    M libs/core/synchronization/tests/unit/channel_spsc_fib.cpp
    M libs/core/synchronization/tests/unit/channel_spsc_shift.cpp
    M libs/core/synchronization/tests/unit/condition_variable.cpp
    M libs/core/synchronization/tests/unit/counting_semaphore.cpp
    M libs/core/synchronization/tests/unit/counting_semaphore_cpp20.cpp
    M libs/core/synchronization/tests/unit/in_place_stop_token.cpp
    M libs/core/synchronization/tests/unit/in_place_stop_token_cb2.cpp
    M libs/core/synchronization/tests/unit/latch_cpp20.cpp
    M libs/core/synchronization/tests/unit/local_barrier.cpp
    M libs/core/synchronization/tests/unit/local_barrier_count_up.cpp
    M libs/core/synchronization/tests/unit/local_barrier_reset.cpp
    M libs/core/synchronization/tests/unit/local_event.cpp
    M libs/core/synchronization/tests/unit/local_latch.cpp
    M libs/core/synchronization/tests/unit/local_mutex.cpp
    M libs/core/synchronization/tests/unit/shared_mutex/shared_mutex1.cpp
    M libs/core/synchronization/tests/unit/shared_mutex/shared_mutex2.cpp
    M libs/core/synchronization/tests/unit/sliding_semaphore.cpp
    M libs/core/synchronization/tests/unit/stop_token.cpp
    M libs/core/synchronization/tests/unit/stop_token_cb2.cpp
    M libs/core/threading/tests/unit/condition_variable2.cpp
    M libs/core/threading/tests/unit/condition_variable3.cpp
    M libs/core/threading/tests/unit/condition_variable4.cpp
    M libs/core/threading/tests/unit/condition_variable_race.cpp
    M libs/core/threading/tests/unit/error_callback.cpp
    M libs/core/threading/tests/unit/in_place_stop_token_cb1.cpp
    M libs/core/threading/tests/unit/in_place_stop_token_race.cpp
    M libs/core/threading/tests/unit/in_place_stop_token_race2.cpp
    M libs/core/threading/tests/unit/jthread1.cpp
    M libs/core/threading/tests/unit/jthread2.cpp
    M libs/core/threading/tests/unit/stack_check.cpp
    M libs/core/threading/tests/unit/stop_token_cb1.cpp
    M libs/core/threading/tests/unit/stop_token_race.cpp
    M libs/core/threading/tests/unit/stop_token_race2.cpp
    M libs/core/threading/tests/unit/thread.cpp
    M libs/core/threading/tests/unit/thread_id.cpp
    M libs/core/threading/tests/unit/thread_launching.cpp
    M libs/core/threading/tests/unit/thread_mf.cpp
    M libs/core/threading/tests/unit/thread_yield.cpp
    M libs/core/threading/tests/unit/tss.cpp
    M libs/core/threading_base/tests/regressions/thread_local_data.cpp
    M libs/core/threading_base/tests/regressions/thread_stacksize_current.cpp
    M libs/core/timed_execution/tests/unit/minimal_timed_async_executor.cpp
    M libs/core/timed_execution/tests/unit/minimal_timed_sync_executor.cpp
    M libs/core/timed_execution/tests/unit/timed_parallel_executor.cpp
    M libs/core/type_support/tests/unit/generator.cpp
    M libs/full/command_line_handling/tests/regressions/configuration_1572.cpp
    M 
libs/full/command_line_handling/tests/regressions/late_commandline_options_5257.cpp
    M 
libs/full/command_line_handling/tests/regressions/options_as_config_3339.cpp
    M libs/full/command_line_handling/tests/regressions/use_all_cores_2262.cpp
    M libs/full/compute/CMakeLists.txt
    M libs/full/include/CMakeLists.txt
    M libs/full/include/include/hpx/algorithm.hpp
    R libs/full/include/include/hpx/any.hpp
    M libs/full/include/include/hpx/barrier.hpp
    M libs/full/include/include/hpx/channel.hpp
    R libs/full/include/include/hpx/chrono.hpp
    A libs/full/include/include/hpx/compute.hpp
    R libs/full/include/include/hpx/condition_variable.hpp
    R libs/full/include/include/hpx/exception.hpp
    R libs/full/include/include/hpx/execution.hpp
    R libs/full/include/include/hpx/functional.hpp
    M libs/full/include/include/hpx/future.hpp
    R libs/full/include/include/hpx/generator.hpp
    M libs/full/include/include/hpx/hpx.hpp
    M libs/full/include/include/hpx/latch.hpp
    R libs/full/include/include/hpx/memory.hpp
    R libs/full/include/include/hpx/mutex.hpp
    R libs/full/include/include/hpx/numeric.hpp
    R libs/full/include/include/hpx/optional.hpp
    M libs/full/include/include/hpx/runtime.hpp
    R libs/full/include/include/hpx/semaphore.hpp
    R libs/full/include/include/hpx/shared_mutex.hpp
    R libs/full/include/include/hpx/source_location.hpp
    R libs/full/include/include/hpx/stop_token.hpp
    R libs/full/include/include/hpx/system_error.hpp
    R libs/full/include/include/hpx/task_block.hpp
    R libs/full/include/include/hpx/thread.hpp
    R libs/full/include/include/hpx/tuple.hpp
    R libs/full/include/include/hpx/type_traits.hpp
    R libs/full/include/include/hpx/unwrap.hpp
    M libs/full/init_runtime/include/hpx/hpx_init.hpp
    M libs/full/init_runtime/include/hpx/hpx_init_params.hpp
    M libs/full/init_runtime/include/hpx/hpx_start.hpp
    M libs/full/init_runtime/include/hpx/init.hpp
    M libs/full/init_runtime/tests/unit/parcel_pool.cpp
    M libs/full/init_runtime/tests/unit/runtime_type.cpp
    M libs/full/init_runtime/tests/unit/shutdown_suspended_thread.cpp
    M libs/full/init_runtime/tests/unit/start_stop_callbacks.cpp
    M libs/full/parcelset/tests/unit/put_parcels.cpp
    M 
libs/full/runtime_distributed/tests/regressions/unhandled_exception_582.cpp
    M libs/full/segmented_algorithms/tests/unit/partitioned_vector_target.cpp
    M tests/performance/local/async_overheads.cpp
    M tests/performance/local/future_overhead.cpp
    M tests/performance/local/future_overhead_report.cpp
    M tests/performance/local/hpx_heterogeneous_timed_task_spawn.cpp
    M tests/performance/local/htts_v2/htts2_hpx.cpp
    M tests/performance/local/parent_vs_child_stealing.cpp
    M tests/performance/local/resume_suspend.cpp
    M tests/performance/local/skynet.cpp
    M tests/performance/local/start_stop.cpp
    M tests/performance/local/stream.cpp
    M tests/performance/local/stream_report.cpp
    M tests/performance/local/transform_reduce_binary_scaling.cpp
    M tests/performance/local/wait_all_timings.cpp
    M tests/regressions/stack_size_config_4543.cpp
    M tests/regressions/threads/block_os_threads_1036.cpp
    M tests/regressions/threads/run_as_hpx_thread_exceptions_3304.cpp
    M tests/regressions/threads/stackless_self_4155.cpp
    M tests/regressions/threads/thread_data_1111.cpp
    M tests/regressions/threads/thread_rescheduling.cpp
    M tests/regressions/threads/thread_suspend_duration.cpp
    M tests/regressions/threads/thread_suspend_pending.cpp
    M tests/regressions/threads/threads_all_1422.cpp

  Log Message:
  -----------
  Cleaning up #includes in hpx/ folder

- unifying `<hpx/local/...>` and `<hpx/...>`


_______________________________________________
hpx-commits mailing list
hpx-commits@mail.cct.lsu.edu
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to