Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: c599fbb4e972d37d75ad62d2cdabbfb1d8aafd4d
      
https://github.com/STEllAR-GROUP/hpx/commit/c599fbb4e972d37d75ad62d2cdabbfb1d8aafd4d
  Author: Mikael Simberg <[email protected]>
  Date:   2021-05-18 (Tue, 18 May 2021)

  Changed paths:
    M libs/core/synchronization/CMakeLists.txt
    M libs/core/synchronization/include/hpx/condition_variable.hpp
    A libs/core/synchronization/include/hpx/local/condition_variable.hpp
    A libs/core/synchronization/include/hpx/local/mutex.hpp
    A libs/core/synchronization/include/hpx/local/semaphore.hpp
    A libs/core/synchronization/include/hpx/local/shared_mutex.hpp
    A libs/core/synchronization/include/hpx/local/stop_token.hpp
    M libs/core/synchronization/include/hpx/mutex.hpp
    M libs/core/synchronization/include/hpx/semaphore.hpp
    M libs/core/synchronization/include/hpx/shared_mutex.hpp
    M libs/core/synchronization/include/hpx/stop_token.hpp
    M libs/full/CMakeLists.txt
    M libs/full/include/CMakeLists.txt
    M libs/full/include/docs/index.rst
    M libs/full/include/include/hpx/algorithm.hpp
    M libs/full/include/include/hpx/any.hpp
    M libs/full/include/include/hpx/chrono.hpp
    M libs/full/include/include/hpx/distributed/runtime.hpp
    M libs/full/include/include/hpx/functional.hpp
    R libs/full/include/include/hpx/local/execution.hpp
    R libs/full/include/include/hpx/local/future.hpp
    R libs/full/include/include/hpx/local/runtime.hpp
    M libs/full/include/include/hpx/memory.hpp
    M libs/full/include/include/hpx/numeric.hpp
    M libs/full/include/include/hpx/optional.hpp
    M libs/full/include/include/hpx/runtime.hpp
    M libs/full/include/include/hpx/task_block.hpp
    M libs/full/include/include/hpx/tuple.hpp
    M libs/full/include/include/hpx/type_traits.hpp
    M libs/full/include/tests/CMakeLists.txt
    A libs/full/include_local/CMakeLists.txt
    A libs/full/include_local/README.rst
    A libs/full/include_local/docs/index.rst
    A libs/full/include_local/examples/CMakeLists.txt
    A libs/full/include_local/include/hpx/local/algorithm.hpp
    A libs/full/include_local/include/hpx/local/any.hpp
    A libs/full/include_local/include/hpx/local/chrono.hpp
    A libs/full/include_local/include/hpx/local/execution.hpp
    A libs/full/include_local/include/hpx/local/functional.hpp
    A libs/full/include_local/include/hpx/local/future.hpp
    A libs/full/include_local/include/hpx/local/memory.hpp
    A libs/full/include_local/include/hpx/local/numeric.hpp
    A libs/full/include_local/include/hpx/local/optional.hpp
    A libs/full/include_local/include/hpx/local/runtime.hpp
    A libs/full/include_local/include/hpx/local/task_block.hpp
    A libs/full/include_local/include/hpx/local/tuple.hpp
    A libs/full/include_local/include/hpx/local/type_traits.hpp
    A libs/full/include_local/tests/CMakeLists.txt
    A libs/full/include_local/tests/performance/CMakeLists.txt
    A libs/full/include_local/tests/regressions/CMakeLists.txt
    A libs/full/include_local/tests/unit/CMakeLists.txt
    M libs/full/modules.rst
    M libs/parallelism/threading/CMakeLists.txt
    A libs/parallelism/threading/include/hpx/local/thread.hpp
    M libs/parallelism/threading/include/hpx/thread.hpp

  Log Message:
  -----------
  Add include_local module


  Commit: acb054996aef9a59af10d091948ee45b8c26c546
      
https://github.com/STEllAR-GROUP/hpx/commit/acb054996aef9a59af10d091948ee45b8c26c546
  Author: Mikael Simberg <[email protected]>
  Date:   2021-05-18 (Tue, 18 May 2021)

  Changed paths:
    M libs/core/affinity/tests/unit/parse_affinity_options.cpp
    M libs/core/cache/tests/unit/local_lru_cache.cpp
    M libs/core/cache/tests/unit/local_mru_cache.cpp
    M libs/core/cache/tests/unit/local_statistics.cpp
    M libs/core/concurrency/tests/unit/CMakeLists.txt
    M libs/core/concurrency/tests/unit/contiguous_index_queue.cpp
    M 
libs/core/coroutines/tests/regressions/coroutine_function_destructor_yield_4800.cpp
    M libs/core/datastructures/tests/regressions/optional_swap_3200.cpp
    M libs/core/datastructures/tests/unit/boost_any.cpp
    M libs/core/datastructures/tests/unit/tagged.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/iterator_adaptor.cpp
    M libs/core/iterator_support/tests/unit/iterator_facade.cpp
    M libs/core/iterator_support/tests/unit/stencil3_iterator.cpp
    M libs/core/iterator_support/tests/unit/transform_iterator.cpp
    M libs/core/iterator_support/tests/unit/transform_iterator2.cpp
    M libs/core/iterator_support/tests/unit/zip_iterator.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/std_variant_4448.cpp
    M libs/core/serialization/tests/unit/any_serialization.cpp
    M libs/core/serialization/tests/unit/serializable_any.cpp
    M libs/core/serialization/tests/unit/serializable_boost_any.cpp
    M libs/core/synchronization/tests/CMakeLists.txt
    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/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/fail_compile_mutex_move.cpp
    M libs/core/synchronization/tests/unit/fail_compile_spinlock_move.cpp
    M 
libs/core/synchronization/tests/unit/fail_compile_spinlock_no_backoff_move.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/testing/tests/unit/test_macros.cpp
    M libs/core/thread_pools/tests/CMakeLists.txt
    M libs/core/threading_base/tests/CMakeLists.txt
    M libs/core/threading_base/tests/regressions/thread_local_data.cpp
    M libs/core/threading_base/tests/regressions/thread_stacksize_current.cpp
    M libs/full/actions/tests/unit/CMakeLists.txt
    A libs/full/actions/tests/unit/thread_stacksize_overflow.cpp
    A libs/full/actions/tests/unit/thread_stacksize_overflow_v2.cpp
    M libs/full/command_line_handling/tests/CMakeLists.txt
    M libs/full/command_line_handling_local/src/parse_command_line_local.cpp
    M libs/full/include/tests/CMakeLists.txt
    M 
libs/full/init_runtime_local/include/hpx/init_runtime_local/init_runtime_local.hpp
    M libs/full/program_options/tests/regressions/command_line_arguments_706.cpp
    M 
libs/full/program_options/tests/regressions/command_line_required_arguments_2990.cpp
    M libs/full/program_options/tests/regressions/commandline_options_1437.cpp
    M libs/full/resource_partitioner/examples/async_customization.cpp
    M libs/full/resource_partitioner/examples/guided_pool_test.cpp
    M 
libs/full/resource_partitioner/examples/oversubscribing_resource_partitioner.cpp
    M libs/full/resource_partitioner/examples/simple_resource_partitioner.cpp
    M 
libs/full/resource_partitioner/examples/simplest_resource_partitioner_1.cpp
    M 
libs/full/resource_partitioner/examples/simplest_resource_partitioner_2.cpp
    M libs/full/resource_partitioner/examples/system_characteristics.hpp
    M libs/full/resource_partitioner/tests/CMakeLists.txt
    M libs/full/resource_partitioner/tests/regressions/help_exit_4317_1.cpp
    M libs/full/resource_partitioner/tests/regressions/help_exit_4317_2.cpp
    M libs/full/resource_partitioner/tests/unit/CMakeLists.txt
    M libs/full/resource_partitioner/tests/unit/cross_pool_injection.cpp
    M libs/full/resource_partitioner/tests/unit/named_pool_executor.cpp
    M libs/full/resource_partitioner/tests/unit/resource_partitioner_info.cpp
    M libs/full/resource_partitioner/tests/unit/scheduler_binding_check.cpp
    M libs/full/resource_partitioner/tests/unit/scheduler_priority_check.cpp
    M libs/full/resource_partitioner/tests/unit/shutdown_suspended_pus.cpp
    M libs/full/resource_partitioner/tests/unit/suspend_disabled.cpp
    M libs/full/resource_partitioner/tests/unit/suspend_pool.cpp
    M libs/full/resource_partitioner/tests/unit/suspend_pool_external.cpp
    M libs/full/resource_partitioner/tests/unit/suspend_runtime.cpp
    M libs/full/resource_partitioner/tests/unit/suspend_thread.cpp
    M libs/full/resource_partitioner/tests/unit/suspend_thread_external.cpp
    M libs/full/resource_partitioner/tests/unit/suspend_thread_timed.cpp
    M libs/full/resource_partitioner/tests/unit/used_pus.cpp
    M libs/full/runtime_configuration/tests/CMakeLists.txt
    M libs/full/runtime_local/include/hpx/runtime_local/runtime_local_fwd.hpp
    M libs/full/runtime_local/tests/CMakeLists.txt
    M libs/full/thread_executors/tests/CMakeLists.txt
    M libs/full/threadmanager/tests/CMakeLists.txt
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/detail/search.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/for_loop_reduction.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/search.hpp
    M libs/parallelism/algorithms/tests/CMakeLists.txt
    M libs/parallelism/algorithms/tests/performance/benchmark_inplace_merge.cpp
    M libs/parallelism/algorithms/tests/performance/benchmark_is_heap.cpp
    M libs/parallelism/algorithms/tests/performance/benchmark_is_heap_until.cpp
    M libs/parallelism/algorithms/tests/performance/benchmark_merge.cpp
    M libs/parallelism/algorithms/tests/performance/benchmark_partial_sort.cpp
    M 
libs/parallelism/algorithms/tests/performance/benchmark_partial_sort_parallel.cpp
    M libs/parallelism/algorithms/tests/performance/benchmark_partition.cpp
    M libs/parallelism/algorithms/tests/performance/benchmark_partition_copy.cpp
    M libs/parallelism/algorithms/tests/performance/benchmark_remove.cpp
    M libs/parallelism/algorithms/tests/performance/benchmark_remove_if.cpp
    M libs/parallelism/algorithms/tests/performance/benchmark_unique.cpp
    M libs/parallelism/algorithms/tests/performance/benchmark_unique_copy.cpp
    M libs/parallelism/algorithms/tests/performance/foreach_scaling.cpp
    M libs/parallelism/algorithms/tests/performance/transform_reduce_scaling.cpp
    M libs/parallelism/algorithms/tests/regressions/count_3646.cpp
    M libs/parallelism/algorithms/tests/regressions/fill_executor_5016.cpp
    M 
libs/parallelism/algorithms/tests/regressions/for_each_annotated_function.cpp
    M libs/parallelism/algorithms/tests/regressions/for_loop_2281.cpp
    M libs/parallelism/algorithms/tests/regressions/minimal_findend.cpp
    M libs/parallelism/algorithms/tests/regressions/reduce_3641.cpp
    M libs/parallelism/algorithms/tests/regressions/scan_different_inits.cpp
    M libs/parallelism/algorithms/tests/regressions/scan_non_commutative.cpp
    M libs/parallelism/algorithms/tests/regressions/scan_shortlength.cpp
    M libs/parallelism/algorithms/tests/regressions/search_zerolength.cpp
    M libs/parallelism/algorithms/tests/regressions/set_operations_3442.cpp
    M libs/parallelism/algorithms/tests/regressions/stable_merge_2964.cpp
    M libs/parallelism/algorithms/tests/regressions/static_chunker_2282.cpp
    M 
libs/parallelism/algorithms/tests/regressions/transform_inclusive_scan_4786.cpp
    M 
libs/parallelism/algorithms/tests/regressions/transform_inclusive_scan_4787.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/adjacentdifference.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/adjacentdifference_bad_alloc.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/adjacentdifference_exception.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/adjacentfind.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/adjacentfind_bad_alloc.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/adjacentfind_binary.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/adjacentfind_binary_bad_alloc.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/adjacentfind_binary_exception.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/adjacentfind_exception.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/all_of.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/any_of.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/copy.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/copyif_bad_alloc.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/copyif_exception.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/copyif_forward.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/copyif_random.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/copyn.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/count.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/count_tests.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/countif.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/countif_tests.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/destroy.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/destroy_tests.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/destroyn.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/detail/test_insertion_sort.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/detail/test_parallel_stable_sort.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/detail/test_sample_sort.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/detail/test_spin_sort.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/equal.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/equal_binary.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/exclusive_scan.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/exclusive_scan2.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/exclusive_scan_bad_alloc.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/exclusive_scan_exception.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/exclusive_scan_validate.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/fill.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/filln.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/find.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/findend.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/findfirstof.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/findfirstof_binary.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/findif.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/findifnot.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/findifnot_bad_alloc.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/findifnot_exception.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/for_loop.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/for_loop_exception.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/for_loop_induction.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/for_loop_induction_async.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/for_loop_n.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/for_loop_n_strided.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/for_loop_reduction.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/for_loop_reduction_async.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/for_loop_strided.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/foreach.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/foreach_executors.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/foreach_prefetching.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/foreach_std_policies.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/foreach_tests.hpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/foreach_tests_prefetching.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/foreachn.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/foreachn_bad_alloc.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/foreachn_exception.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/generate.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/generaten.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/includes.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/inclusive_scan.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/inclusive_scan_tests.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/inplace_merge.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/inplace_merge_tests.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/is_heap.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/is_heap_tests.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/is_heap_until.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/is_partitioned.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/is_sorted.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/is_sorted_tests.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/is_sorted_until.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/lexicographical_compare.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/make_heap.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/max_element.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/merge.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/merge_tests.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/min_element.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/minmax_element.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/mismatch.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/mismatch_binary.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/move.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/none_of.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/parallel_sort.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/partial_sort.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/partial_sort_parallel.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/partition.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/partition_copy.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/partition_copy_tests.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/partition_tests.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/reduce_.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/reduce_by_key.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/remove.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/remove1.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/remove2.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/remove_copy.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/remove_copy_if.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/remove_if.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/remove_if1.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/remove_tests.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/replace.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/replace_copy.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/replace_copy_if.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/replace_if.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/reverse.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/reverse_copy.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/rotate.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/rotate_copy.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/search.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/searchn.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/set_difference.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/set_intersection.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/set_symmetric_difference.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/set_union.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/sort.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/sort_by_key.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/sort_exceptions.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/sort_tests.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/stable_partition.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/stable_partition_tests.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/stable_sort.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/stable_sort_exceptions.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/stable_sort_tests.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/swapranges.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/test_utils.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/transform.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/transform_binary.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/transform_binary2.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/transform_binary2_tests.hpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/transform_binary_tests.hpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/transform_exclusive_scan.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/transform_inclusive_scan.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/transform_reduce.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/transform_reduce_binary.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/transform_reduce_binary_bad_alloc.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/transform_reduce_binary_exception.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/transform_reduce_binary_tests.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/transform_tests.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/uninitialized_copy.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/uninitialized_copy_tests.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/uninitialized_copyn.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/uninitialized_default_construct.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/uninitialized_default_construct_tests.hpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/uninitialized_default_constructn.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/uninitialized_fill.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/uninitialized_filln.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/uninitialized_move.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/uninitialized_move_tests.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/uninitialized_moven.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/uninitialized_value_construct.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/uninitialized_value_construct_tests.hpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/uninitialized_value_constructn.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/unique.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/unique_copy.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/unique_copy_tests.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/unique_tests.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/util/test_low_level.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/util/test_merge_four.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/util/test_merge_vector.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/util/test_nbits.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/util/test_range.cpp
    M libs/parallelism/algorithms/tests/unit/block/spmd_block.cpp
    M libs/parallelism/algorithms/tests/unit/block/task_block.cpp
    M libs/parallelism/algorithms/tests/unit/block/task_block_executor.cpp
    M libs/parallelism/algorithms/tests/unit/block/task_block_par.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/adjacentfind_bad_alloc_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/adjacentfind_binary_bad_alloc_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/adjacentfind_binary_exception_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/adjacentfind_binary_projection_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/adjacentfind_binary_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/adjacentfind_exception_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/adjacentfind_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/all_of_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/any_of_range.cpp
    M libs/parallelism/algorithms/tests/unit/container_algorithms/copy_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/copyif_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/copyn_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/count_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/countif_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/destroy_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/destroy_range_tests.hpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/destroyn_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/equal_binary_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/equal_range.cpp
    M libs/parallelism/algorithms/tests/unit/container_algorithms/fill_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/filln_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/find_end_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/find_end_range2.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/find_first_of_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/find_first_of_range2.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/find_if_not_exception_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/find_if_not_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/find_if_range.cpp
    M libs/parallelism/algorithms/tests/unit/container_algorithms/find_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/for_loop_exception_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/for_loop_induction_async_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/for_loop_induction_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/for_loop_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/for_loop_reduction_async_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/for_loop_reduction_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/for_loop_strided_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/foreach_adapt.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/foreach_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/foreach_range_projection.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/foreach_tests.hpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/foreach_tests_projection.hpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/generate_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/includes_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/inplace_merge_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/is_heap_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/is_heap_until_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/is_partitioned_projection_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/is_partitioned_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/is_sorted_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/is_sorted_range_tests.hpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/is_sorted_until_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/make_heap_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/max_element_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/merge_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/min_element_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/minmax_element_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/mismatch_binary_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/mismatch_range.cpp
    M libs/parallelism/algorithms/tests/unit/container_algorithms/move_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/none_of_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/partition_copy_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/partition_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/reduce_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/remove_copy_if_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/remove_copy_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/remove_if_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/remove_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/replace_copy_if_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/replace_copy_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/replace_if_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/replace_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/reverse_copy_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/reverse_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/rotate_copy_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/rotate_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/search_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/searchn_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/set_difference_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/set_intersection_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/set_symmetric_difference_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/set_union_range.cpp
    M libs/parallelism/algorithms/tests/unit/container_algorithms/sort_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/sort_range_tests.hpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/stable_sort_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/stable_sort_range_tests.hpp
    M libs/parallelism/algorithms/tests/unit/container_algorithms/test_utils.hpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/transform_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/transform_range2.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/transform_range_binary.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/transform_range_binary2.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/transform_reduce_binary_bad_alloc_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/transform_reduce_binary_exception_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/transform_reduce_binary_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/transform_reduce_binary_tests_range.hpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/transform_reduce_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/unique_copy_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/unique_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/datapar_algorithms/count_datapar.cpp
    M 
libs/parallelism/algorithms/tests/unit/datapar_algorithms/countif_datapar.cpp
    M 
libs/parallelism/algorithms/tests/unit/datapar_algorithms/foreach_datapar.cpp
    M 
libs/parallelism/algorithms/tests/unit/datapar_algorithms/foreach_datapar_zipiter.cpp
    M 
libs/parallelism/algorithms/tests/unit/datapar_algorithms/foreach_tests.hpp
    M 
libs/parallelism/algorithms/tests/unit/datapar_algorithms/foreachn_datapar.cpp
    M 
libs/parallelism/algorithms/tests/unit/datapar_algorithms/transform_binary2_datapar.cpp
    M 
libs/parallelism/algorithms/tests/unit/datapar_algorithms/transform_binary_datapar.cpp
    M 
libs/parallelism/algorithms/tests/unit/datapar_algorithms/transform_datapar.cpp
    M 
libs/parallelism/algorithms/tests/unit/datapar_algorithms/transform_reduce_binary_datapar.cpp
    M libs/parallelism/async_combinators/CMakeLists.txt
    M libs/parallelism/async_combinators/tests/CMakeLists.txt
    M libs/parallelism/async_combinators/tests/regressions/split_future_2246.cpp
    M 
libs/parallelism/async_combinators/tests/regressions/wait_all_std_array_2035.cpp
    M 
libs/parallelism/async_combinators/tests/regressions/when_all_vectors_1623.cpp
    M libs/parallelism/async_combinators/tests/unit/split_shared_future.cpp
    M libs/parallelism/async_combinators/tests/unit/wait_all_std_array.cpp
    M libs/parallelism/async_combinators/tests/unit/wait_any_std_array.cpp
    M libs/parallelism/async_combinators/tests/unit/when_all.cpp
    M libs/parallelism/async_combinators/tests/unit/when_all_std_array.cpp
    M libs/parallelism/async_combinators/tests/unit/when_any.cpp
    M libs/parallelism/async_combinators/tests/unit/when_any_std_array.cpp
    M libs/parallelism/async_combinators/tests/unit/when_each.cpp
    M libs/parallelism/async_combinators/tests/unit/when_some.cpp
    M libs/parallelism/async_combinators/tests/unit/when_some_std_array.cpp
    M libs/parallelism/async_local/tests/CMakeLists.txt
    M libs/parallelism/async_local/tests/unit/apply_local.cpp
    M libs/parallelism/async_local/tests/unit/apply_local_executor.cpp
    M libs/parallelism/async_local/tests/unit/async_local.cpp
    M libs/parallelism/async_local/tests/unit/async_local_executor.cpp
    M 
libs/parallelism/async_local/tests/unit/async_local_executor_additional_arguments.cpp
    M libs/parallelism/execution/tests/CMakeLists.txt
    M libs/parallelism/execution/tests/regressions/annotated_minmax_2593.cpp
    M libs/parallelism/execution/tests/regressions/bulk_then_execute_3182.cpp
    M libs/parallelism/execution/tests/regressions/chunk_size_4118.cpp
    M 
libs/parallelism/execution/tests/regressions/future_then_async_executor.cpp
    M libs/parallelism/execution/tests/regressions/handled_exception_2959.cpp
    M libs/parallelism/execution/tests/regressions/is_executor_1691.cpp
    M libs/parallelism/execution/tests/regressions/lambda_arguments_2403.cpp
    M libs/parallelism/execution/tests/regressions/lambda_return_type_2402.cpp
    M libs/parallelism/execution/tests/regressions/parallel_executor_1781.cpp
    M libs/parallelism/execution/tests/unit/algorithm_sync_wait.cpp
    M libs/parallelism/execution/tests/unit/bulk_async.cpp
    M libs/parallelism/execution/tests/unit/created_executor.cpp
    M libs/parallelism/execution/tests/unit/executor_parameters.cpp
    M libs/parallelism/execution/tests/unit/executor_parameters_dispatching.cpp
    M libs/parallelism/execution/tests/unit/executor_parameters_timer_hooks.cpp
    M libs/parallelism/execution/tests/unit/foreach_tests.hpp
    M libs/parallelism/execution/tests/unit/future_then_executor.cpp
    M libs/parallelism/execution/tests/unit/minimal_async_executor.cpp
    M libs/parallelism/execution/tests/unit/minimal_sync_executor.cpp
    M libs/parallelism/execution/tests/unit/parallel_executor.cpp
    M libs/parallelism/execution/tests/unit/parallel_fork_executor.cpp
    M libs/parallelism/execution/tests/unit/parallel_policy_executor.cpp
    M libs/parallelism/execution/tests/unit/persistent_executor_parameters.cpp
    M libs/parallelism/execution/tests/unit/polymorphic_executor.cpp
    M libs/parallelism/execution/tests/unit/shared_parallel_executor.cpp
    M libs/parallelism/execution/tests/unit/standalone_thread_pool_executor.cpp
    M libs/parallelism/execution/tests/unit/test_utils.hpp
    M libs/parallelism/executors/include/hpx/executors/std_execution_policy.hpp
    M libs/parallelism/executors/tests/CMakeLists.txt
    M libs/parallelism/executors/tests/unit/fork_join_executor.cpp
    M libs/parallelism/executors/tests/unit/limiting_executor.cpp
    M libs/parallelism/executors/tests/unit/p0443_executor.cpp
    M libs/parallelism/executors/tests/unit/sequenced_executor.cpp
    M libs/parallelism/executors/tests/unit/service_executors.cpp
    M libs/parallelism/executors/tests/unit/std_execution_policies.cpp
    M libs/parallelism/executors/tests/unit/thread_pool_attached_executors.cpp
    M libs/parallelism/futures/tests/CMakeLists.txt
    M libs/parallelism/futures/tests/regressions/fail_future_2667.cpp
    M libs/parallelism/futures/tests/regressions/future_2667.cpp
    M libs/parallelism/futures/tests/regressions/future_790.cpp
    M libs/parallelism/futures/tests/regressions/future_range_ambiguity_2032.cpp
    M libs/parallelism/futures/tests/regressions/future_unwrap_1182.cpp
    M libs/parallelism/futures/tests/regressions/future_unwrap_878.cpp
    M 
libs/parallelism/futures/tests/regressions/shared_future_continuation_order.cpp
    M libs/parallelism/futures/tests/regressions/shared_future_then_2166.cpp
    M libs/parallelism/futures/tests/unit/future.cpp
    M libs/parallelism/futures/tests/unit/future_ref.cpp
    M libs/parallelism/futures/tests/unit/future_then.cpp
    M libs/parallelism/futures/tests/unit/make_future.cpp
    M libs/parallelism/futures/tests/unit/make_ready_future.cpp
    M libs/parallelism/futures/tests/unit/shared_future.cpp
    M libs/parallelism/lcos_local/tests/CMakeLists.txt
    M 
libs/parallelism/lcos_local/tests/regressions/safely_destroy_promise_1481.cpp
    M libs/parallelism/lcos_local/tests/unit/channel_local.cpp
    M libs/parallelism/lcos_local/tests/unit/local_dataflow.cpp
    M 
libs/parallelism/lcos_local/tests/unit/local_dataflow_boost_small_vector.cpp
    M libs/parallelism/lcos_local/tests/unit/local_dataflow_executor.cpp
    M 
libs/parallelism/lcos_local/tests/unit/local_dataflow_executor_additional_arguments.cpp
    M libs/parallelism/lcos_local/tests/unit/local_dataflow_external_future.cpp
    M libs/parallelism/lcos_local/tests/unit/local_dataflow_std_array.cpp
    M libs/parallelism/lcos_local/tests/unit/run_guarded.cpp
    M libs/parallelism/lcos_local/tests/unit/split_future.cpp
    M libs/parallelism/pack_traversal/CMakeLists.txt
    M libs/parallelism/pack_traversal/tests/CMakeLists.txt
    M libs/parallelism/pack_traversal/tests/regressions/unwrapped_1528.cpp
    M libs/parallelism/pack_traversal/tests/unit/unwrap.cpp
    M libs/parallelism/resiliency/examples/1d_stencil_replay_exception.cpp
    M libs/parallelism/resiliency/examples/1d_stencil_replay_validate.cpp
    M libs/parallelism/resiliency/examples/async_replay.cpp
    M libs/parallelism/resiliency/examples/async_replicate.cpp
    M libs/parallelism/resiliency/examples/async_replicate_vote.cpp
    M libs/parallelism/resiliency/examples/dataflow_replicate.cpp
    M libs/parallelism/resiliency/examples/version.cpp
    M libs/parallelism/resiliency/tests/CMakeLists.txt
    M libs/parallelism/resiliency/tests/performance/replay/1d_stencil.cpp
    M 
libs/parallelism/resiliency/tests/performance/replay/1d_stencil_checksum.cpp
    M libs/parallelism/resiliency/tests/performance/replay/1d_stencil_replay.cpp
    M libs/parallelism/resiliency/tests/performance/replay/async_replay.cpp
    M 
libs/parallelism/resiliency/tests/performance/replay/async_replay_validate.cpp
    M libs/parallelism/resiliency/tests/performance/replay/dataflow_replay.cpp
    M 
libs/parallelism/resiliency/tests/performance/replay/dataflow_replay_validate.cpp
    M 
libs/parallelism/resiliency/tests/performance/replay/pure_async_for_replay.cpp
    M libs/parallelism/resiliency/tests/performance/replay/pure_dataflow.cpp
    M 
libs/parallelism/resiliency/tests/performance/replicate/1d_stencil_replicate.cpp
    M 
libs/parallelism/resiliency/tests/performance/replicate/1d_stencil_replicate_checksum.cpp
    M 
libs/parallelism/resiliency/tests/performance/replicate/async_replicate.cpp
    M 
libs/parallelism/resiliency/tests/performance/replicate/async_replicate_validate.cpp
    M 
libs/parallelism/resiliency/tests/performance/replicate/async_replicate_vote.cpp
    M 
libs/parallelism/resiliency/tests/performance/replicate/async_replicate_vote_validate.cpp
    M 
libs/parallelism/resiliency/tests/performance/replicate/pure_async_for_replicate.cpp
    M libs/parallelism/resiliency/tests/unit/async_replay_executor.cpp
    M libs/parallelism/resiliency/tests/unit/async_replay_plain.cpp
    M libs/parallelism/resiliency/tests/unit/async_replicate_executor.cpp
    M libs/parallelism/resiliency/tests/unit/async_replicate_plain.cpp
    M libs/parallelism/resiliency/tests/unit/async_replicate_vote_executor.cpp
    M libs/parallelism/resiliency/tests/unit/async_replicate_vote_plain.cpp
    M libs/parallelism/resiliency/tests/unit/dataflow_replay_executor.cpp
    M libs/parallelism/resiliency/tests/unit/dataflow_replay_plain.cpp
    M libs/parallelism/resiliency/tests/unit/dataflow_replicate_executor.cpp
    M libs/parallelism/resiliency/tests/unit/dataflow_replicate_plain.cpp
    M libs/parallelism/resiliency/tests/unit/replay_executor.cpp
    M libs/parallelism/resiliency/tests/unit/replicate_executor.cpp
    M libs/parallelism/threading/tests/CMakeLists.txt
    M libs/parallelism/threading/tests/unit/condition_variable2.cpp
    M libs/parallelism/threading/tests/unit/condition_variable3.cpp
    M libs/parallelism/threading/tests/unit/condition_variable4.cpp
    M libs/parallelism/threading/tests/unit/condition_variable_race.cpp
    M libs/parallelism/threading/tests/unit/error_callback.cpp
    M libs/parallelism/threading/tests/unit/jthread1.cpp
    M libs/parallelism/threading/tests/unit/jthread2.cpp
    M libs/parallelism/threading/tests/unit/stack_check.cpp
    M libs/parallelism/threading/tests/unit/stop_token_cb1.cpp
    M libs/parallelism/threading/tests/unit/stop_token_race.cpp
    M libs/parallelism/threading/tests/unit/stop_token_race2.cpp
    M libs/parallelism/threading/tests/unit/thread.cpp
    M libs/parallelism/threading/tests/unit/thread_id.cpp
    M libs/parallelism/threading/tests/unit/thread_launching.cpp
    M libs/parallelism/threading/tests/unit/thread_mf.cpp
    R libs/parallelism/threading/tests/unit/thread_stacksize_overflow.cpp
    R libs/parallelism/threading/tests/unit/thread_stacksize_overflow_v2.cpp
    M libs/parallelism/threading/tests/unit/thread_yield.cpp
    M libs/parallelism/threading/tests/unit/tss.cpp
    M libs/parallelism/timed_execution/tests/CMakeLists.txt
    M 
libs/parallelism/timed_execution/tests/unit/minimal_timed_async_executor.cpp
    M 
libs/parallelism/timed_execution/tests/unit/minimal_timed_sync_executor.cpp
    M libs/parallelism/timed_execution/tests/unit/timed_parallel_executor.cpp

  Log Message:
  -----------
  Use local runtime for tests in non-distributed modules


  Commit: 6017158dd7fb2fb98a468473b6f5caeb391eb740
      
https://github.com/STEllAR-GROUP/hpx/commit/6017158dd7fb2fb98a468473b6f5caeb391eb740
  Author: Mikael Simberg <[email protected]>
  Date:   2021-05-19 (Wed, 19 May 2021)

  Changed paths:
    M libs/core/affinity/tests/unit/parse_affinity_options.cpp
    M libs/core/cache/tests/unit/local_lru_cache.cpp
    M libs/core/cache/tests/unit/local_mru_cache.cpp
    M libs/core/cache/tests/unit/local_statistics.cpp
    M libs/core/concurrency/tests/unit/CMakeLists.txt
    M libs/core/concurrency/tests/unit/contiguous_index_queue.cpp
    M 
libs/core/coroutines/tests/regressions/coroutine_function_destructor_yield_4800.cpp
    M libs/core/datastructures/tests/regressions/optional_swap_3200.cpp
    M libs/core/datastructures/tests/unit/boost_any.cpp
    M libs/core/datastructures/tests/unit/tagged.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/iterator_adaptor.cpp
    M libs/core/iterator_support/tests/unit/iterator_facade.cpp
    M libs/core/iterator_support/tests/unit/stencil3_iterator.cpp
    M libs/core/iterator_support/tests/unit/transform_iterator.cpp
    M libs/core/iterator_support/tests/unit/transform_iterator2.cpp
    M libs/core/iterator_support/tests/unit/zip_iterator.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/std_variant_4448.cpp
    M libs/core/serialization/tests/unit/any_serialization.cpp
    M libs/core/serialization/tests/unit/serializable_any.cpp
    M libs/core/serialization/tests/unit/serializable_boost_any.cpp
    M libs/core/synchronization/CMakeLists.txt
    M libs/core/synchronization/include/hpx/condition_variable.hpp
    A libs/core/synchronization/include/hpx/local/condition_variable.hpp
    A libs/core/synchronization/include/hpx/local/mutex.hpp
    A libs/core/synchronization/include/hpx/local/semaphore.hpp
    A libs/core/synchronization/include/hpx/local/shared_mutex.hpp
    A libs/core/synchronization/include/hpx/local/stop_token.hpp
    M libs/core/synchronization/include/hpx/mutex.hpp
    M libs/core/synchronization/include/hpx/semaphore.hpp
    M libs/core/synchronization/include/hpx/shared_mutex.hpp
    M libs/core/synchronization/include/hpx/stop_token.hpp
    M libs/core/synchronization/tests/CMakeLists.txt
    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/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/fail_compile_mutex_move.cpp
    M libs/core/synchronization/tests/unit/fail_compile_spinlock_move.cpp
    M 
libs/core/synchronization/tests/unit/fail_compile_spinlock_no_backoff_move.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/testing/tests/unit/test_macros.cpp
    M libs/core/thread_pools/tests/CMakeLists.txt
    M libs/core/threading_base/tests/CMakeLists.txt
    M libs/core/threading_base/tests/regressions/thread_local_data.cpp
    M libs/core/threading_base/tests/regressions/thread_stacksize_current.cpp
    M libs/full/CMakeLists.txt
    M libs/full/actions/tests/unit/CMakeLists.txt
    A libs/full/actions/tests/unit/thread_stacksize_overflow.cpp
    A libs/full/actions/tests/unit/thread_stacksize_overflow_v2.cpp
    M libs/full/command_line_handling/tests/CMakeLists.txt
    M libs/full/command_line_handling_local/src/parse_command_line_local.cpp
    M libs/full/include/CMakeLists.txt
    M libs/full/include/docs/index.rst
    M libs/full/include/include/hpx/algorithm.hpp
    M libs/full/include/include/hpx/any.hpp
    M libs/full/include/include/hpx/chrono.hpp
    M libs/full/include/include/hpx/distributed/runtime.hpp
    M libs/full/include/include/hpx/functional.hpp
    R libs/full/include/include/hpx/local/execution.hpp
    R libs/full/include/include/hpx/local/future.hpp
    R libs/full/include/include/hpx/local/runtime.hpp
    M libs/full/include/include/hpx/memory.hpp
    M libs/full/include/include/hpx/numeric.hpp
    M libs/full/include/include/hpx/optional.hpp
    M libs/full/include/include/hpx/runtime.hpp
    M libs/full/include/include/hpx/task_block.hpp
    M libs/full/include/include/hpx/tuple.hpp
    M libs/full/include/include/hpx/type_traits.hpp
    A libs/full/include_local/CMakeLists.txt
    A libs/full/include_local/README.rst
    A libs/full/include_local/docs/index.rst
    A libs/full/include_local/examples/CMakeLists.txt
    A libs/full/include_local/include/hpx/local/algorithm.hpp
    A libs/full/include_local/include/hpx/local/any.hpp
    A libs/full/include_local/include/hpx/local/chrono.hpp
    A libs/full/include_local/include/hpx/local/execution.hpp
    A libs/full/include_local/include/hpx/local/functional.hpp
    A libs/full/include_local/include/hpx/local/future.hpp
    A libs/full/include_local/include/hpx/local/memory.hpp
    A libs/full/include_local/include/hpx/local/numeric.hpp
    A libs/full/include_local/include/hpx/local/optional.hpp
    A libs/full/include_local/include/hpx/local/runtime.hpp
    A libs/full/include_local/include/hpx/local/task_block.hpp
    A libs/full/include_local/include/hpx/local/tuple.hpp
    A libs/full/include_local/include/hpx/local/type_traits.hpp
    A libs/full/include_local/tests/CMakeLists.txt
    A libs/full/include_local/tests/performance/CMakeLists.txt
    A libs/full/include_local/tests/regressions/CMakeLists.txt
    A libs/full/include_local/tests/unit/CMakeLists.txt
    M 
libs/full/init_runtime_local/include/hpx/init_runtime_local/init_runtime_local.hpp
    M libs/full/modules.rst
    M libs/full/program_options/tests/regressions/command_line_arguments_706.cpp
    M 
libs/full/program_options/tests/regressions/command_line_required_arguments_2990.cpp
    M libs/full/program_options/tests/regressions/commandline_options_1437.cpp
    M libs/full/resource_partitioner/examples/async_customization.cpp
    M libs/full/resource_partitioner/examples/guided_pool_test.cpp
    M 
libs/full/resource_partitioner/examples/oversubscribing_resource_partitioner.cpp
    M libs/full/resource_partitioner/examples/simple_resource_partitioner.cpp
    M 
libs/full/resource_partitioner/examples/simplest_resource_partitioner_1.cpp
    M 
libs/full/resource_partitioner/examples/simplest_resource_partitioner_2.cpp
    M libs/full/resource_partitioner/examples/system_characteristics.hpp
    M libs/full/resource_partitioner/tests/CMakeLists.txt
    M libs/full/resource_partitioner/tests/regressions/help_exit_4317_1.cpp
    M libs/full/resource_partitioner/tests/regressions/help_exit_4317_2.cpp
    M libs/full/resource_partitioner/tests/unit/CMakeLists.txt
    M libs/full/resource_partitioner/tests/unit/cross_pool_injection.cpp
    M libs/full/resource_partitioner/tests/unit/named_pool_executor.cpp
    M libs/full/resource_partitioner/tests/unit/resource_partitioner_info.cpp
    M libs/full/resource_partitioner/tests/unit/scheduler_binding_check.cpp
    M libs/full/resource_partitioner/tests/unit/scheduler_priority_check.cpp
    M libs/full/resource_partitioner/tests/unit/shutdown_suspended_pus.cpp
    M libs/full/resource_partitioner/tests/unit/suspend_disabled.cpp
    M libs/full/resource_partitioner/tests/unit/suspend_pool.cpp
    M libs/full/resource_partitioner/tests/unit/suspend_pool_external.cpp
    M libs/full/resource_partitioner/tests/unit/suspend_runtime.cpp
    M libs/full/resource_partitioner/tests/unit/suspend_thread.cpp
    M libs/full/resource_partitioner/tests/unit/suspend_thread_external.cpp
    M libs/full/resource_partitioner/tests/unit/suspend_thread_timed.cpp
    M libs/full/resource_partitioner/tests/unit/used_pus.cpp
    M libs/full/runtime_configuration/tests/CMakeLists.txt
    M libs/full/runtime_local/include/hpx/runtime_local/runtime_local_fwd.hpp
    M libs/full/runtime_local/tests/CMakeLists.txt
    M libs/full/thread_executors/tests/CMakeLists.txt
    M libs/full/threadmanager/tests/CMakeLists.txt
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/detail/search.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/for_loop_reduction.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/search.hpp
    M libs/parallelism/algorithms/tests/CMakeLists.txt
    M libs/parallelism/algorithms/tests/performance/benchmark_inplace_merge.cpp
    M libs/parallelism/algorithms/tests/performance/benchmark_is_heap.cpp
    M libs/parallelism/algorithms/tests/performance/benchmark_is_heap_until.cpp
    M libs/parallelism/algorithms/tests/performance/benchmark_merge.cpp
    M libs/parallelism/algorithms/tests/performance/benchmark_partial_sort.cpp
    M 
libs/parallelism/algorithms/tests/performance/benchmark_partial_sort_parallel.cpp
    M libs/parallelism/algorithms/tests/performance/benchmark_partition.cpp
    M libs/parallelism/algorithms/tests/performance/benchmark_partition_copy.cpp
    M libs/parallelism/algorithms/tests/performance/benchmark_remove.cpp
    M libs/parallelism/algorithms/tests/performance/benchmark_remove_if.cpp
    M libs/parallelism/algorithms/tests/performance/benchmark_unique.cpp
    M libs/parallelism/algorithms/tests/performance/benchmark_unique_copy.cpp
    M libs/parallelism/algorithms/tests/performance/foreach_scaling.cpp
    M libs/parallelism/algorithms/tests/performance/transform_reduce_scaling.cpp
    M libs/parallelism/algorithms/tests/regressions/count_3646.cpp
    M libs/parallelism/algorithms/tests/regressions/fill_executor_5016.cpp
    M 
libs/parallelism/algorithms/tests/regressions/for_each_annotated_function.cpp
    M libs/parallelism/algorithms/tests/regressions/for_loop_2281.cpp
    M libs/parallelism/algorithms/tests/regressions/minimal_findend.cpp
    M libs/parallelism/algorithms/tests/regressions/reduce_3641.cpp
    M libs/parallelism/algorithms/tests/regressions/scan_different_inits.cpp
    M libs/parallelism/algorithms/tests/regressions/scan_non_commutative.cpp
    M libs/parallelism/algorithms/tests/regressions/scan_shortlength.cpp
    M libs/parallelism/algorithms/tests/regressions/search_zerolength.cpp
    M libs/parallelism/algorithms/tests/regressions/set_operations_3442.cpp
    M libs/parallelism/algorithms/tests/regressions/stable_merge_2964.cpp
    M libs/parallelism/algorithms/tests/regressions/static_chunker_2282.cpp
    M 
libs/parallelism/algorithms/tests/regressions/transform_inclusive_scan_4786.cpp
    M 
libs/parallelism/algorithms/tests/regressions/transform_inclusive_scan_4787.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/adjacentdifference.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/adjacentdifference_bad_alloc.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/adjacentdifference_exception.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/adjacentfind.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/adjacentfind_bad_alloc.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/adjacentfind_binary.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/adjacentfind_binary_bad_alloc.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/adjacentfind_binary_exception.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/adjacentfind_exception.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/all_of.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/any_of.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/copy.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/copyif_bad_alloc.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/copyif_exception.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/copyif_forward.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/copyif_random.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/copyn.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/count.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/count_tests.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/countif.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/countif_tests.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/destroy.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/destroy_tests.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/destroyn.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/detail/test_insertion_sort.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/detail/test_parallel_stable_sort.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/detail/test_sample_sort.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/detail/test_spin_sort.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/equal.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/equal_binary.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/exclusive_scan.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/exclusive_scan2.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/exclusive_scan_bad_alloc.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/exclusive_scan_exception.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/exclusive_scan_validate.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/fill.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/filln.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/find.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/findend.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/findfirstof.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/findfirstof_binary.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/findif.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/findifnot.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/findifnot_bad_alloc.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/findifnot_exception.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/for_loop.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/for_loop_exception.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/for_loop_induction.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/for_loop_induction_async.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/for_loop_n.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/for_loop_n_strided.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/for_loop_reduction.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/for_loop_reduction_async.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/for_loop_strided.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/foreach.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/foreach_executors.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/foreach_prefetching.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/foreach_std_policies.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/foreach_tests.hpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/foreach_tests_prefetching.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/foreachn.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/foreachn_bad_alloc.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/foreachn_exception.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/generate.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/generaten.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/includes.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/inclusive_scan.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/inclusive_scan_tests.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/inplace_merge.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/inplace_merge_tests.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/is_heap.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/is_heap_tests.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/is_heap_until.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/is_partitioned.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/is_sorted.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/is_sorted_tests.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/is_sorted_until.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/lexicographical_compare.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/make_heap.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/max_element.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/merge.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/merge_tests.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/min_element.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/minmax_element.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/mismatch.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/mismatch_binary.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/move.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/none_of.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/parallel_sort.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/partial_sort.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/partial_sort_parallel.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/partition.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/partition_copy.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/partition_copy_tests.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/partition_tests.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/reduce_.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/reduce_by_key.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/remove.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/remove1.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/remove2.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/remove_copy.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/remove_copy_if.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/remove_if.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/remove_if1.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/remove_tests.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/replace.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/replace_copy.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/replace_copy_if.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/replace_if.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/reverse.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/reverse_copy.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/rotate.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/rotate_copy.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/search.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/searchn.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/set_difference.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/set_intersection.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/set_symmetric_difference.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/set_union.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/sort.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/sort_by_key.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/sort_exceptions.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/sort_tests.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/stable_partition.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/stable_partition_tests.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/stable_sort.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/stable_sort_exceptions.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/stable_sort_tests.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/swapranges.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/test_utils.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/transform.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/transform_binary.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/transform_binary2.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/transform_binary2_tests.hpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/transform_binary_tests.hpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/transform_exclusive_scan.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/transform_inclusive_scan.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/transform_reduce.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/transform_reduce_binary.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/transform_reduce_binary_bad_alloc.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/transform_reduce_binary_exception.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/transform_reduce_binary_tests.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/transform_tests.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/uninitialized_copy.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/uninitialized_copy_tests.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/uninitialized_copyn.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/uninitialized_default_construct.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/uninitialized_default_construct_tests.hpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/uninitialized_default_constructn.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/uninitialized_fill.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/uninitialized_filln.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/uninitialized_move.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/uninitialized_move_tests.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/uninitialized_moven.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/uninitialized_value_construct.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/uninitialized_value_construct_tests.hpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/uninitialized_value_constructn.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/unique.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/unique_copy.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/unique_copy_tests.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/unique_tests.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/util/test_low_level.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/util/test_merge_four.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/util/test_merge_vector.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/util/test_nbits.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/util/test_range.cpp
    M libs/parallelism/algorithms/tests/unit/block/spmd_block.cpp
    M libs/parallelism/algorithms/tests/unit/block/task_block.cpp
    M libs/parallelism/algorithms/tests/unit/block/task_block_executor.cpp
    M libs/parallelism/algorithms/tests/unit/block/task_block_par.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/adjacentfind_bad_alloc_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/adjacentfind_binary_bad_alloc_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/adjacentfind_binary_exception_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/adjacentfind_binary_projection_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/adjacentfind_binary_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/adjacentfind_exception_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/adjacentfind_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/all_of_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/any_of_range.cpp
    M libs/parallelism/algorithms/tests/unit/container_algorithms/copy_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/copyif_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/copyn_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/count_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/countif_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/destroy_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/destroy_range_tests.hpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/destroyn_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/equal_binary_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/equal_range.cpp
    M libs/parallelism/algorithms/tests/unit/container_algorithms/fill_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/filln_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/find_end_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/find_end_range2.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/find_first_of_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/find_first_of_range2.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/find_if_not_exception_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/find_if_not_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/find_if_range.cpp
    M libs/parallelism/algorithms/tests/unit/container_algorithms/find_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/for_loop_exception_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/for_loop_induction_async_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/for_loop_induction_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/for_loop_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/for_loop_reduction_async_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/for_loop_reduction_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/for_loop_strided_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/foreach_adapt.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/foreach_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/foreach_range_projection.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/foreach_tests.hpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/foreach_tests_projection.hpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/generate_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/includes_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/inplace_merge_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/is_heap_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/is_heap_until_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/is_partitioned_projection_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/is_partitioned_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/is_sorted_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/is_sorted_range_tests.hpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/is_sorted_until_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/make_heap_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/max_element_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/merge_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/min_element_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/minmax_element_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/mismatch_binary_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/mismatch_range.cpp
    M libs/parallelism/algorithms/tests/unit/container_algorithms/move_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/none_of_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/partition_copy_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/partition_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/reduce_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/remove_copy_if_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/remove_copy_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/remove_if_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/remove_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/replace_copy_if_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/replace_copy_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/replace_if_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/replace_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/reverse_copy_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/reverse_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/rotate_copy_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/rotate_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/search_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/searchn_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/set_difference_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/set_intersection_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/set_symmetric_difference_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/set_union_range.cpp
    M libs/parallelism/algorithms/tests/unit/container_algorithms/sort_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/sort_range_tests.hpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/stable_sort_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/stable_sort_range_tests.hpp
    M libs/parallelism/algorithms/tests/unit/container_algorithms/test_utils.hpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/transform_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/transform_range2.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/transform_range_binary.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/transform_range_binary2.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/transform_reduce_binary_bad_alloc_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/transform_reduce_binary_exception_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/transform_reduce_binary_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/transform_reduce_binary_tests_range.hpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/transform_reduce_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/unique_copy_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/unique_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/datapar_algorithms/count_datapar.cpp
    M 
libs/parallelism/algorithms/tests/unit/datapar_algorithms/countif_datapar.cpp
    M 
libs/parallelism/algorithms/tests/unit/datapar_algorithms/foreach_datapar.cpp
    M 
libs/parallelism/algorithms/tests/unit/datapar_algorithms/foreach_datapar_zipiter.cpp
    M 
libs/parallelism/algorithms/tests/unit/datapar_algorithms/foreach_tests.hpp
    M 
libs/parallelism/algorithms/tests/unit/datapar_algorithms/foreachn_datapar.cpp
    M 
libs/parallelism/algorithms/tests/unit/datapar_algorithms/transform_binary2_datapar.cpp
    M 
libs/parallelism/algorithms/tests/unit/datapar_algorithms/transform_binary_datapar.cpp
    M 
libs/parallelism/algorithms/tests/unit/datapar_algorithms/transform_datapar.cpp
    M 
libs/parallelism/algorithms/tests/unit/datapar_algorithms/transform_reduce_binary_datapar.cpp
    M libs/parallelism/async_combinators/CMakeLists.txt
    M libs/parallelism/async_combinators/tests/CMakeLists.txt
    M libs/parallelism/async_combinators/tests/regressions/split_future_2246.cpp
    M 
libs/parallelism/async_combinators/tests/regressions/wait_all_std_array_2035.cpp
    M 
libs/parallelism/async_combinators/tests/regressions/when_all_vectors_1623.cpp
    M libs/parallelism/async_combinators/tests/unit/split_shared_future.cpp
    M libs/parallelism/async_combinators/tests/unit/wait_all_std_array.cpp
    M libs/parallelism/async_combinators/tests/unit/wait_any_std_array.cpp
    M libs/parallelism/async_combinators/tests/unit/when_all.cpp
    M libs/parallelism/async_combinators/tests/unit/when_all_std_array.cpp
    M libs/parallelism/async_combinators/tests/unit/when_any.cpp
    M libs/parallelism/async_combinators/tests/unit/when_any_std_array.cpp
    M libs/parallelism/async_combinators/tests/unit/when_each.cpp
    M libs/parallelism/async_combinators/tests/unit/when_some.cpp
    M libs/parallelism/async_combinators/tests/unit/when_some_std_array.cpp
    M libs/parallelism/async_local/tests/CMakeLists.txt
    M libs/parallelism/async_local/tests/unit/apply_local.cpp
    M libs/parallelism/async_local/tests/unit/apply_local_executor.cpp
    M libs/parallelism/async_local/tests/unit/async_local.cpp
    M libs/parallelism/async_local/tests/unit/async_local_executor.cpp
    M 
libs/parallelism/async_local/tests/unit/async_local_executor_additional_arguments.cpp
    M libs/parallelism/execution/tests/CMakeLists.txt
    M libs/parallelism/execution/tests/regressions/annotated_minmax_2593.cpp
    M libs/parallelism/execution/tests/regressions/bulk_then_execute_3182.cpp
    M libs/parallelism/execution/tests/regressions/chunk_size_4118.cpp
    M 
libs/parallelism/execution/tests/regressions/future_then_async_executor.cpp
    M libs/parallelism/execution/tests/regressions/handled_exception_2959.cpp
    M libs/parallelism/execution/tests/regressions/is_executor_1691.cpp
    M libs/parallelism/execution/tests/regressions/lambda_arguments_2403.cpp
    M libs/parallelism/execution/tests/regressions/lambda_return_type_2402.cpp
    M libs/parallelism/execution/tests/regressions/parallel_executor_1781.cpp
    M libs/parallelism/execution/tests/unit/algorithm_sync_wait.cpp
    M libs/parallelism/execution/tests/unit/bulk_async.cpp
    M libs/parallelism/execution/tests/unit/created_executor.cpp
    M libs/parallelism/execution/tests/unit/executor_parameters.cpp
    M libs/parallelism/execution/tests/unit/executor_parameters_dispatching.cpp
    M libs/parallelism/execution/tests/unit/executor_parameters_timer_hooks.cpp
    M libs/parallelism/execution/tests/unit/foreach_tests.hpp
    M libs/parallelism/execution/tests/unit/future_then_executor.cpp
    M libs/parallelism/execution/tests/unit/minimal_async_executor.cpp
    M libs/parallelism/execution/tests/unit/minimal_sync_executor.cpp
    M libs/parallelism/execution/tests/unit/parallel_executor.cpp
    M libs/parallelism/execution/tests/unit/parallel_fork_executor.cpp
    M libs/parallelism/execution/tests/unit/parallel_policy_executor.cpp
    M libs/parallelism/execution/tests/unit/persistent_executor_parameters.cpp
    M libs/parallelism/execution/tests/unit/polymorphic_executor.cpp
    M libs/parallelism/execution/tests/unit/shared_parallel_executor.cpp
    M libs/parallelism/execution/tests/unit/standalone_thread_pool_executor.cpp
    M libs/parallelism/execution/tests/unit/test_utils.hpp
    M libs/parallelism/executors/include/hpx/executors/std_execution_policy.hpp
    M libs/parallelism/executors/tests/CMakeLists.txt
    M libs/parallelism/executors/tests/unit/fork_join_executor.cpp
    M libs/parallelism/executors/tests/unit/limiting_executor.cpp
    M libs/parallelism/executors/tests/unit/p0443_executor.cpp
    M libs/parallelism/executors/tests/unit/sequenced_executor.cpp
    M libs/parallelism/executors/tests/unit/service_executors.cpp
    M libs/parallelism/executors/tests/unit/std_execution_policies.cpp
    M libs/parallelism/executors/tests/unit/thread_pool_attached_executors.cpp
    M libs/parallelism/futures/tests/CMakeLists.txt
    M libs/parallelism/futures/tests/regressions/fail_future_2667.cpp
    M libs/parallelism/futures/tests/regressions/future_2667.cpp
    M libs/parallelism/futures/tests/regressions/future_790.cpp
    M libs/parallelism/futures/tests/regressions/future_range_ambiguity_2032.cpp
    M libs/parallelism/futures/tests/regressions/future_unwrap_1182.cpp
    M libs/parallelism/futures/tests/regressions/future_unwrap_878.cpp
    M 
libs/parallelism/futures/tests/regressions/shared_future_continuation_order.cpp
    M libs/parallelism/futures/tests/regressions/shared_future_then_2166.cpp
    M libs/parallelism/futures/tests/unit/future.cpp
    M libs/parallelism/futures/tests/unit/future_ref.cpp
    M libs/parallelism/futures/tests/unit/future_then.cpp
    M libs/parallelism/futures/tests/unit/make_future.cpp
    M libs/parallelism/futures/tests/unit/make_ready_future.cpp
    M libs/parallelism/futures/tests/unit/shared_future.cpp
    M libs/parallelism/lcos_local/tests/CMakeLists.txt
    M 
libs/parallelism/lcos_local/tests/regressions/safely_destroy_promise_1481.cpp
    M libs/parallelism/lcos_local/tests/unit/channel_local.cpp
    M libs/parallelism/lcos_local/tests/unit/local_dataflow.cpp
    M 
libs/parallelism/lcos_local/tests/unit/local_dataflow_boost_small_vector.cpp
    M libs/parallelism/lcos_local/tests/unit/local_dataflow_executor.cpp
    M 
libs/parallelism/lcos_local/tests/unit/local_dataflow_executor_additional_arguments.cpp
    M libs/parallelism/lcos_local/tests/unit/local_dataflow_external_future.cpp
    M libs/parallelism/lcos_local/tests/unit/local_dataflow_std_array.cpp
    M libs/parallelism/lcos_local/tests/unit/run_guarded.cpp
    M libs/parallelism/lcos_local/tests/unit/split_future.cpp
    M libs/parallelism/pack_traversal/CMakeLists.txt
    M libs/parallelism/pack_traversal/tests/CMakeLists.txt
    M libs/parallelism/pack_traversal/tests/regressions/unwrapped_1528.cpp
    M libs/parallelism/pack_traversal/tests/unit/unwrap.cpp
    M libs/parallelism/resiliency/examples/1d_stencil_replay_exception.cpp
    M libs/parallelism/resiliency/examples/1d_stencil_replay_validate.cpp
    M libs/parallelism/resiliency/examples/async_replay.cpp
    M libs/parallelism/resiliency/examples/async_replicate.cpp
    M libs/parallelism/resiliency/examples/async_replicate_vote.cpp
    M libs/parallelism/resiliency/examples/dataflow_replicate.cpp
    M libs/parallelism/resiliency/examples/version.cpp
    M libs/parallelism/resiliency/tests/CMakeLists.txt
    M libs/parallelism/resiliency/tests/performance/replay/1d_stencil.cpp
    M 
libs/parallelism/resiliency/tests/performance/replay/1d_stencil_checksum.cpp
    M libs/parallelism/resiliency/tests/performance/replay/1d_stencil_replay.cpp
    M libs/parallelism/resiliency/tests/performance/replay/async_replay.cpp
    M 
libs/parallelism/resiliency/tests/performance/replay/async_replay_validate.cpp
    M libs/parallelism/resiliency/tests/performance/replay/dataflow_replay.cpp
    M 
libs/parallelism/resiliency/tests/performance/replay/dataflow_replay_validate.cpp
    M 
libs/parallelism/resiliency/tests/performance/replay/pure_async_for_replay.cpp
    M libs/parallelism/resiliency/tests/performance/replay/pure_dataflow.cpp
    M 
libs/parallelism/resiliency/tests/performance/replicate/1d_stencil_replicate.cpp
    M 
libs/parallelism/resiliency/tests/performance/replicate/1d_stencil_replicate_checksum.cpp
    M 
libs/parallelism/resiliency/tests/performance/replicate/async_replicate.cpp
    M 
libs/parallelism/resiliency/tests/performance/replicate/async_replicate_validate.cpp
    M 
libs/parallelism/resiliency/tests/performance/replicate/async_replicate_vote.cpp
    M 
libs/parallelism/resiliency/tests/performance/replicate/async_replicate_vote_validate.cpp
    M 
libs/parallelism/resiliency/tests/performance/replicate/pure_async_for_replicate.cpp
    M libs/parallelism/resiliency/tests/unit/async_replay_executor.cpp
    M libs/parallelism/resiliency/tests/unit/async_replay_plain.cpp
    M libs/parallelism/resiliency/tests/unit/async_replicate_executor.cpp
    M libs/parallelism/resiliency/tests/unit/async_replicate_plain.cpp
    M libs/parallelism/resiliency/tests/unit/async_replicate_vote_executor.cpp
    M libs/parallelism/resiliency/tests/unit/async_replicate_vote_plain.cpp
    M libs/parallelism/resiliency/tests/unit/dataflow_replay_executor.cpp
    M libs/parallelism/resiliency/tests/unit/dataflow_replay_plain.cpp
    M libs/parallelism/resiliency/tests/unit/dataflow_replicate_executor.cpp
    M libs/parallelism/resiliency/tests/unit/dataflow_replicate_plain.cpp
    M libs/parallelism/resiliency/tests/unit/replay_executor.cpp
    M libs/parallelism/resiliency/tests/unit/replicate_executor.cpp
    M libs/parallelism/threading/CMakeLists.txt
    A libs/parallelism/threading/include/hpx/local/thread.hpp
    M libs/parallelism/threading/include/hpx/thread.hpp
    M libs/parallelism/threading/tests/CMakeLists.txt
    M libs/parallelism/threading/tests/unit/condition_variable2.cpp
    M libs/parallelism/threading/tests/unit/condition_variable3.cpp
    M libs/parallelism/threading/tests/unit/condition_variable4.cpp
    M libs/parallelism/threading/tests/unit/condition_variable_race.cpp
    M libs/parallelism/threading/tests/unit/error_callback.cpp
    M libs/parallelism/threading/tests/unit/jthread1.cpp
    M libs/parallelism/threading/tests/unit/jthread2.cpp
    M libs/parallelism/threading/tests/unit/stack_check.cpp
    M libs/parallelism/threading/tests/unit/stop_token_cb1.cpp
    M libs/parallelism/threading/tests/unit/stop_token_race.cpp
    M libs/parallelism/threading/tests/unit/stop_token_race2.cpp
    M libs/parallelism/threading/tests/unit/thread.cpp
    M libs/parallelism/threading/tests/unit/thread_id.cpp
    M libs/parallelism/threading/tests/unit/thread_launching.cpp
    M libs/parallelism/threading/tests/unit/thread_mf.cpp
    R libs/parallelism/threading/tests/unit/thread_stacksize_overflow.cpp
    R libs/parallelism/threading/tests/unit/thread_stacksize_overflow_v2.cpp
    M libs/parallelism/threading/tests/unit/thread_yield.cpp
    M libs/parallelism/threading/tests/unit/tss.cpp
    M libs/parallelism/timed_execution/tests/CMakeLists.txt
    M 
libs/parallelism/timed_execution/tests/unit/minimal_timed_async_executor.cpp
    M 
libs/parallelism/timed_execution/tests/unit/minimal_timed_sync_executor.cpp
    M libs/parallelism/timed_execution/tests/unit/timed_parallel_executor.cpp

  Log Message:
  -----------
  Merge pull request #5312 from msimberg/local-modules-includes

Use local runtime and local headers in local-only modules and tests


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

Reply via email to