Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: e3acbe230379e7346804970b3d410cd3f7d0c954
      
https://github.com/STEllAR-GROUP/hpx/commit/e3acbe230379e7346804970b3d410cd3f7d0c954
  Author: aurianer <[email protected]>
  Date:   2020-11-12 (Thu, 12 Nov 2020)

  Changed paths:
    M examples/1d_stencil/1d_stencil_1.cpp
    M examples/1d_stencil/1d_stencil_2.cpp
    M examples/1d_stencil/1d_stencil_3.cpp
    M examples/1d_stencil/1d_stencil_4.cpp
    M examples/1d_stencil/1d_stencil_4_parallel.cpp
    M examples/1d_stencil/1d_stencil_4_repart.cpp
    M examples/1d_stencil/1d_stencil_4_throttle.cpp
    M examples/1d_stencil/1d_stencil_5.cpp
    M examples/1d_stencil/1d_stencil_6.cpp
    M examples/1d_stencil/1d_stencil_7.cpp
    M examples/apex/apex_balance.cpp
    M examples/apex/apex_fibonacci.cpp
    M examples/apex/apex_policy_engine_active_thread_count.cpp
    M examples/apex/apex_policy_engine_events.cpp
    M examples/apex/apex_policy_engine_periodic.cpp
    M examples/balancing/hpx_thread_phase.cpp
    M examples/jacobi/jacobi.cpp
    M examples/quickstart/1d_wave_equation.cpp
    M examples/quickstart/command_line_handling.cpp
    M examples/quickstart/composable_guard.cpp
    M examples/quickstart/factorial.cpp
    M examples/quickstart/fibonacci.cpp
    M examples/quickstart/fibonacci_await.cpp
    M examples/quickstart/fibonacci_dataflow.cpp
    M examples/quickstart/fibonacci_futures.cpp
    M examples/quickstart/fibonacci_local.cpp
    M examples/quickstart/fibonacci_one.cpp
    M examples/quickstart/latch_local.cpp
    M examples/quickstart/sierpinski.cpp
    M examples/quickstart/timed_wake.cpp
    M examples/random_mem_access/random_mem_access_client.cpp
    M examples/sheneos/sheneos_client.cpp
    M examples/transpose/transpose_smp.cpp
    M examples/transpose/transpose_smp_block.cpp
    M libs/core/iterator_support/tests/unit/counting_iterator.cpp
    M libs/full/checkpoint/examples/1d_stencil_4_checkpoint.cpp
    M libs/full/compute_cuda/examples/data_copy.cu
    M libs/full/compute_cuda/examples/hello_compute.cu
    M libs/full/compute_cuda/examples/partitioned_vector.cu
    M libs/full/compute_cuda/tests/unit/for_each_compute.cu
    M libs/full/compute_cuda/tests/unit/for_loop_compute.cu
    M libs/full/compute_cuda/tests/unit/transform_compute.cu
    M libs/full/resiliency/examples/1d_stencil_replay_exception.cpp
    M libs/full/resiliency/examples/1d_stencil_replay_validate.cpp
    M libs/full/resiliency/examples/async_replay.cpp
    M libs/full/resiliency/examples/async_replicate.cpp
    M libs/full/resiliency/examples/async_replicate_vote.cpp
    M libs/full/resiliency/examples/dataflow_replicate.cpp
    M libs/full/resiliency/tests/performance/replay/1d_stencil.cpp
    M libs/full/resiliency/tests/performance/replay/1d_stencil_checksum.cpp
    M libs/full/resiliency/tests/performance/replay/1d_stencil_replay.cpp
    M libs/full/resiliency/tests/performance/replay/async_replay.cpp
    M libs/full/resiliency/tests/performance/replay/async_replay_validate.cpp
    M libs/full/resiliency/tests/performance/replay/dataflow_replay.cpp
    M libs/full/resiliency/tests/performance/replay/dataflow_replay_validate.cpp
    M libs/full/resiliency/tests/performance/replay/pure_async_for_replay.cpp
    M libs/full/resiliency/tests/performance/replay/pure_dataflow.cpp
    M libs/full/resiliency/tests/performance/replicate/1d_stencil_replicate.cpp
    M 
libs/full/resiliency/tests/performance/replicate/1d_stencil_replicate_checksum.cpp
    M libs/full/resiliency/tests/performance/replicate/async_replicate.cpp
    M 
libs/full/resiliency/tests/performance/replicate/async_replicate_validate.cpp
    M libs/full/resiliency/tests/performance/replicate/async_replicate_vote.cpp
    M 
libs/full/resiliency/tests/performance/replicate/async_replicate_vote_validate.cpp
    M 
libs/full/resiliency/tests/performance/replicate/pure_async_for_replicate.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/make_heap.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/make_heap_range.cpp
    M libs/parallelism/threading/tests/unit/thread_affinity.cpp
    M tests/performance/local/agas_cache_timings.cpp
    M tests/performance/local/async_overheads.cpp
    M tests/regressions/actions/plain_action_move_semantics.cpp
    M tests/regressions/block_matrix/main.cpp
    M tests/regressions/build/client_1950.cpp
    M tests/unit/apex/apex_action_count.cpp
    M tests/unit/parcelset/put_parcels_with_compression.cpp

  Log Message:
  -----------
  Replace old init(desc_cmdline, argc, argv) with new overload


  Commit: db6a43f9aace5d3362fa595867c4961c22a85655
      
https://github.com/STEllAR-GROUP/hpx/commit/db6a43f9aace5d3362fa595867c4961c22a85655
  Author: aurianer <[email protected]>
  Date:   2020-11-12 (Thu, 12 Nov 2020)

  Changed paths:
    M examples/1d_stencil/1d_stencil_8.cpp
    M examples/1d_stencil/1d_stencil_channel.cpp
    M examples/heartbeat/heartbeat_console.cpp
    M examples/performance_counters/sine/sine_client.cpp
    M examples/quickstart/partitioned_vector_spmd_foreach.cpp
    M examples/throttle/spin.cpp
    M examples/transpose/transpose_await.cpp
    M examples/transpose/transpose_block.cpp
    M examples/transpose/transpose_block_numa.cpp
    M examples/transpose/transpose_serial.cpp
    M examples/transpose/transpose_serial_block.cpp
    M examples/transpose/transpose_serial_vector.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/full/collectives/tests/unit/barrier.cpp
    M libs/full/compute/tests/unit/block_allocator.cpp
    M libs/full/performance_counters/tests/unit/reinit_counters.cpp
    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/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/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/countif.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/destroy.cpp
    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/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/inplace_merge.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/is_heap.cpp
    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_until.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/lexicographical_compare.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/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/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/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/stable_partition.cpp
    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/swapranges.cpp
    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_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/uninitialized_copy.cpp
    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_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_moven.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/uninitialized_value_construct.cpp
    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/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/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_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/foreach_range_projection.cpp
    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_until_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/stable_sort_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/transform_range.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_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/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/execution/tests/unit/created_executor.cpp
    M libs/parallelism/execution/tests/unit/executor_parameters.cpp
    M libs/parallelism/execution/tests/unit/executor_parameters_timer_hooks.cpp
    M libs/parallelism/execution/tests/unit/persistent_executor_parameters.cpp
    M libs/parallelism/lcos_local/tests/unit/local_dataflow.cpp
    M libs/parallelism/lcos_local/tests/unit/local_dataflow_executor.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/threading/tests/unit/stack_check.cpp
    M tests/performance/network/network_storage/network_storage.cpp
    M tests/regressions/actions/component_action_move_semantics.cpp
    M tests/regressions/threads/thread_suspend_duration.cpp
    M tests/regressions/threads/thread_suspend_pending.cpp
    M tests/unit/component/launch_process.cpp
    M tests/unit/parcelset/put_parcels.cpp
    M tests/unit/parcelset/put_parcels_with_coalescing.cpp

  Log Message:
  -----------
  Replace old init(desc_cmdline, argc, argv, cfg) with new overload


  Commit: 89ff8d51315da259a122b105d21c16d98435684d
      
https://github.com/STEllAR-GROUP/hpx/commit/89ff8d51315da259a122b105d21c16d98435684d
  Author: aurianer <[email protected]>
  Date:   2020-11-13 (Fri, 13 Nov 2020)

  Changed paths:
    M 
components/performance_counters/papi/tests/regressions/papi_counters_basic_functions.cpp
    M examples/balancing/os_thread_num.cpp
    M examples/jacobi_smp/jacobi.cpp
    M examples/jacobi_smp/jacobi_nonuniform.cpp
    M examples/performance_counters/access_counter_set.cpp
    M examples/quickstart/fibonacci_futures_distributed.cpp
    M examples/quickstart/interest_calculator.cpp
    M examples/sheneos/sheneos_test.cpp
    M libs/core/functional/tests/regressions/function_argument.cpp
    M libs/core/functional/tests/regressions/function_serialization_728.cpp
    M libs/core/iterator_support/tests/performance/stencil3_iterators.cpp
    M libs/core/serialization/tests/performance/serialization_overhead.cpp
    M libs/core/serialization/tests/unit/any_serialization.cpp
    M libs/core/threading_base/tests/unit/set_thread_state.cpp
    M libs/full/async_cuda/tests/performance/cuda_executor_throughput.cpp
    M libs/full/async_cuda/tests/unit/cublas_matmul.cpp
    M libs/full/async_cuda/tests/unit/cuda_future.cpp
    M 
libs/full/async_distributed/tests/regressions/async_callback_non_deduced_context.cpp
    M libs/full/collectives/tests/performance/osu/osu_base.cpp
    M libs/full/collectives/tests/performance/osu/osu_bcast.cpp
    M libs/full/collectives/tests/performance/osu/osu_scatter.cpp
    M libs/full/compute_cuda/tests/performance/synchronize.cu
    M libs/full/program_options/tests/unit/boost_program_options.cpp
    M libs/parallelism/futures/tests/regressions/future_hang_on_get_629.cpp
    M libs/parallelism/futures/tests/regressions/future_hang_on_then_629.cpp
    M 
libs/parallelism/futures/tests/regressions/future_hang_on_wait_with_callback_629.cpp
    M libs/parallelism/futures/tests/regressions/future_timed_wait_1025.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
    M tests/performance/local/coroutines_call_overhead.cpp
    M tests/performance/local/future_overhead.cpp
    M tests/performance/local/hpx_heterogeneous_timed_task_spawn.cpp
    M tests/performance/local/hpx_homogeneous_timed_task_spawn_executors.cpp
    M tests/performance/local/libcds_hazard_pointer_overhead.cpp
    M tests/performance/local/parent_vs_child_stealing.cpp
    M tests/performance/local/sizeof.cpp
    M tests/performance/local/spinlock_overhead1.cpp
    M tests/performance/local/spinlock_overhead2.cpp
    M tests/performance/local/timed_task_spawn.cpp
    M tests/performance/local/wait_all_timings.cpp
    M tests/performance/network/pingpong_performance.cpp
    M tests/regressions/agas/pass_by_value_id_type_action.cpp
    M tests/regressions/lcos/after_588.cpp
    M tests/regressions/lcos/promise_leak_996.cpp
    M tests/regressions/threads/thread_rescheduling.cpp
    M tests/unit/resource/cross_pool_injection.cpp
    M tests/unit/util/bind_action.cpp
    M tests/unit/util/function/function_object_size.cpp

  Log Message:
  -----------
  Replace old init(cmdline, argc, argv) with new overload


  Commit: 1755896e21f7e4494c610f87c35df01a0628f1ab
      
https://github.com/STEllAR-GROUP/hpx/commit/1755896e21f7e4494c610f87c35df01a0628f1ab
  Author: aurianer <[email protected]>
  Date:   2020-11-13 (Fri, 13 Nov 2020)

  Changed paths:
    M libs/core/synchronization/tests/unit/condition_variable.cpp
    M libs/core/synchronization/tests/unit/local_mutex.cpp
    M libs/full/async_mpi/tests/unit/mpi_ring_async_executor.cpp
    M 
libs/full/segmented_algorithms/tests/performance/minmax_element_performance.cpp
    M libs/parallelism/algorithms/tests/performance/transform_reduce_scaling.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/execution/tests/unit/future_then_executor.cpp
    M libs/parallelism/futures/tests/unit/future.cpp
    M libs/parallelism/futures/tests/unit/shared_future.cpp
    M libs/parallelism/pack_traversal/tests/unit/unwrap.cpp
    M tests/performance/local/foreach_scaling.cpp
    M tests/performance/local/partitioned_vector_foreach.cpp
    M tests/performance/local/stream.cpp
    M tests/performance/local/transform_reduce_binary_scaling.cpp
    M tests/regressions/threads/block_os_threads_1036.cpp
    M tests/unit/agas/credit_exhaustion.cpp
    M tests/unit/agas/local_address_rebind.cpp
    M tests/unit/agas/local_embedded_ref_to_local_object.cpp
    M tests/unit/agas/local_embedded_ref_to_remote_object.cpp
    M tests/unit/agas/refcnted_symbol_to_local_object.cpp
    M tests/unit/agas/refcnted_symbol_to_remote_object.cpp
    M tests/unit/agas/remote_embedded_ref_to_local_object.cpp
    M tests/unit/agas/remote_embedded_ref_to_remote_object.cpp
    M tests/unit/agas/scoped_ref_to_local_object.cpp
    M tests/unit/agas/scoped_ref_to_remote_object.cpp
    M tests/unit/agas/split_credit.cpp
    M tests/unit/agas/uncounted_symbol_to_local_object.cpp
    M tests/unit/agas/uncounted_symbol_to_remote_object.cpp
    M tests/unit/lcos/future_wait.cpp
    M tests/unit/lcos/packaged_action.cpp
    M tests/unit/lcos/promise.cpp

  Log Message:
  -----------
  Replace old init(cmdline, argc, argv, cfg) with new overload


  Commit: b430b339681fd863723edb453a7979b1d0553af5
      
https://github.com/STEllAR-GROUP/hpx/commit/b430b339681fd863723edb453a7979b1d0553af5
  Author: aurianer <[email protected]>
  Date:   2020-11-13 (Fri, 13 Nov 2020)

  Changed paths:
    M 
components/containers/unordered/tests/regressions/unordered_compilation_4685.cpp
    M examples/accumulators/accumulator_client.cpp
    M examples/accumulators/template_accumulator_client.cpp
    M examples/accumulators/template_function_accumulator_client.cpp
    M examples/quickstart/allow_unknown_options.cpp
    M examples/quickstart/latch_remote.cpp
    M examples/quickstart/vector_counting_dotproduct.cpp
    M examples/quickstart/vector_zip_dotproduct.cpp
    M examples/tuplespace/simple_central_tuplespace_client.cpp
    M init/include/hpx/hpx_main_impl.hpp
    M libs/core/affinity/tests/unit/parse_affinity_options.cpp
    M libs/core/synchronization/tests/unit/counting_semaphore.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/full/async_distributed/tests/regressions/dataflow_791.cpp
    M libs/full/async_distributed/tests/unit/remote_dataflow.cpp
    M libs/full/collectives/tests/performance/lcos/barrier_performance.cpp
    M libs/full/collectives/tests/regressions/barrier_3792.cpp
    M libs/full/collectives/tests/regressions/multiple_gather_ops_2001.cpp
    M libs/full/collectives/tests/unit/all_gather.cpp
    M libs/full/collectives/tests/unit/all_reduce.cpp
    M libs/full/collectives/tests/unit/all_to_all.cpp
    M libs/full/collectives/tests/unit/broadcast.cpp
    M libs/full/collectives/tests/unit/gather.cpp
    M libs/full/collectives/tests/unit/remote_latch.cpp
    M libs/full/collectives/tests/unit/scatter.cpp
    M libs/full/performance_counters/tests/unit/counter_raw_values.cpp
    M libs/full/resource_partitioner/tests/regressions/help_exit_4317_2.cpp
    M libs/full/runtime_local/tests/unit/thread_mapper.cpp
    M libs/full/thread_executors/tests/unit/resource_manager.cpp
    M libs/full/thread_executors/tests/unit/thread_pool_executors.cpp
    M libs/full/thread_executors/tests/unit/thread_pool_os_executors.cpp
    M libs/full/thread_executors/tests/unit/timed_this_thread_executors.cpp
    M libs/full/thread_executors/tests/unit/timed_thread_pool_executors.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/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/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/async_combinators/tests/unit/split_shared_future.cpp
    M libs/parallelism/execution/tests/regressions/chunk_size_4118.cpp
    M libs/parallelism/execution/tests/unit/bulk_async.cpp
    M libs/parallelism/execution/tests/unit/executor_parameters_dispatching.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/polymorphic_executor.cpp
    M libs/parallelism/execution/tests/unit/shared_parallel_executor.cpp
    M libs/parallelism/executors/tests/unit/limiting_executor.cpp
    M libs/parallelism/executors/tests/unit/sequenced_executor.cpp
    M libs/parallelism/executors/tests/unit/thread_pool_attached_executors.cpp
    M libs/parallelism/futures/tests/unit/future_then.cpp
    M libs/parallelism/futures/tests/unit/make_ready_future.cpp
    M libs/parallelism/lcos_local/tests/unit/split_future.cpp
    M libs/parallelism/threading/tests/unit/thread_yield.cpp
    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
    M tests/regressions/component/new_4369.cpp
    M tests/regressions/lcos/receive_buffer_1733.cpp
    M tests/regressions/options_as_config_3339.cpp
    M tests/regressions/threads/threads_all_1422.cpp
    M tests/unit/agas/find_clients_from_prefix.cpp
    M tests/unit/agas/find_ids_from_prefix.cpp
    M tests/unit/lcos/await.cpp
    M tests/unit/lcos/promise_emplace.cpp

  Log Message:
  -----------
  Replace old init(argc, argv, cfg) with new overload


  Commit: c0f0ac8151202cae05d22ab6123cc461f7044b4f
      
https://github.com/STEllAR-GROUP/hpx/commit/c0f0ac8151202cae05d22ab6123cc461f7044b4f
  Author: aurianer <[email protected]>
  Date:   2020-11-13 (Fri, 13 Nov 2020)

  Changed paths:
    M examples/heartbeat/heartbeat.cpp
    M examples/quickstart/pingpong.cpp
    M examples/throttle/throttle_client.cpp
    M libs/full/performance_counters/tests/unit/path_elements.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 tests/performance/local/htts_v2/htts2_hpx.cpp
    M tests/regressions/agas/register_with_basename_1804.cpp
    M tests/regressions/util/use_all_cores_2262.cpp
    M tests/unit/component/launched_process.cpp

  Log Message:
  -----------
  Replace init with new overloads manually


  Commit: 05d9711777e40e9501740b5eb106242476a38fd0
      
https://github.com/STEllAR-GROUP/hpx/commit/05d9711777e40e9501740b5eb106242476a38fd0
  Author: aurianer <[email protected]>
  Date:   2020-11-13 (Fri, 13 Nov 2020)

  Changed paths:
    M libs/full/init_runtime/include/hpx/hpx_init_impl.hpp

  Log Message:
  -----------
  Add deprecation messages for the old init overloads


  Commit: 2bdd1cd604c4336e8a841909a559e35964ded49e
      
https://github.com/STEllAR-GROUP/hpx/commit/2bdd1cd604c4336e8a841909a559e35964ded49e
  Author: aurianer <[email protected]>
  Date:   2020-11-13 (Fri, 13 Nov 2020)

  Changed paths:
    M hpx/lcos/packaged_action.hpp

  Log Message:
  -----------
  Fix warning unused variable


  Commit: 22cfdc8c5b4915ce87e6b328e5fd89d014271528
      
https://github.com/STEllAR-GROUP/hpx/commit/22cfdc8c5b4915ce87e6b328e5fd89d014271528
  Author: aurianer <[email protected]>
  Date:   2020-11-13 (Fri, 13 Nov 2020)

  Changed paths:
    M tests/performance/local/sizeof.cpp
    M tests/regressions/agas/pass_by_value_id_type_action.cpp
    M tests/regressions/block_matrix/main.cpp
    M tests/regressions/lcos/promise_leak_996.cpp
    M tests/unit/util/bind_action.cpp
    M tests/unit/util/function/function_object_size.cpp

  Log Message:
  -----------
  Remove options_description when it is the default one


  Commit: d78f9ac6acf244b03a681f3474205a3b1105d385
      
https://github.com/STEllAR-GROUP/hpx/commit/d78f9ac6acf244b03a681f3474205a3b1105d385
  Author: aurianer <[email protected]>
  Date:   2020-11-13 (Fri, 13 Nov 2020)

  Changed paths:
    M 
components/performance_counters/papi/tests/regressions/papi_counters_active_interface.cpp
    M examples/quickstart/init_globally.cpp
    M tests/performance/local/resume_suspend.cpp
    M tests/performance/local/start_stop.cpp
    M tests/unit/component/launch_process.cpp

  Log Message:
  -----------
  Replace the old start(cmdline, argc, argv) overloads


  Commit: af3514c2dbc5ec55e7e302ff11e4304d8c2dae43
      
https://github.com/STEllAR-GROUP/hpx/commit/af3514c2dbc5ec55e7e302ff11e4304d8c2dae43
  Author: aurianer <[email protected]>
  Date:   2020-11-13 (Fri, 13 Nov 2020)

  Changed paths:
    M libs/full/init_runtime/include/hpx/hpx_start_impl.hpp

  Log Message:
  -----------
  Add deprecation messages for the old start overloads


  Commit: c479a722da3a38cf69bd7b265a80e385147c2bed
      
https://github.com/STEllAR-GROUP/hpx/commit/c479a722da3a38cf69bd7b265a80e385147c2bed
  Author: Mikael Simberg <[email protected]>
  Date:   2020-11-16 (Mon, 16 Nov 2020)

  Changed paths:
    M 
components/containers/unordered/tests/regressions/unordered_compilation_4685.cpp
    M 
components/performance_counters/papi/tests/regressions/papi_counters_active_interface.cpp
    M 
components/performance_counters/papi/tests/regressions/papi_counters_basic_functions.cpp
    M examples/1d_stencil/1d_stencil_1.cpp
    M examples/1d_stencil/1d_stencil_2.cpp
    M examples/1d_stencil/1d_stencil_3.cpp
    M examples/1d_stencil/1d_stencil_4.cpp
    M examples/1d_stencil/1d_stencil_4_parallel.cpp
    M examples/1d_stencil/1d_stencil_4_repart.cpp
    M examples/1d_stencil/1d_stencil_4_throttle.cpp
    M examples/1d_stencil/1d_stencil_5.cpp
    M examples/1d_stencil/1d_stencil_6.cpp
    M examples/1d_stencil/1d_stencil_7.cpp
    M examples/1d_stencil/1d_stencil_8.cpp
    M examples/1d_stencil/1d_stencil_channel.cpp
    M examples/accumulators/accumulator_client.cpp
    M examples/accumulators/template_accumulator_client.cpp
    M examples/accumulators/template_function_accumulator_client.cpp
    M examples/apex/apex_balance.cpp
    M examples/apex/apex_fibonacci.cpp
    M examples/apex/apex_policy_engine_active_thread_count.cpp
    M examples/apex/apex_policy_engine_events.cpp
    M examples/apex/apex_policy_engine_periodic.cpp
    M examples/balancing/hpx_thread_phase.cpp
    M examples/balancing/os_thread_num.cpp
    M examples/heartbeat/heartbeat.cpp
    M examples/heartbeat/heartbeat_console.cpp
    M examples/jacobi/jacobi.cpp
    M examples/jacobi_smp/jacobi.cpp
    M examples/jacobi_smp/jacobi_nonuniform.cpp
    M examples/performance_counters/access_counter_set.cpp
    M examples/performance_counters/sine/sine_client.cpp
    M examples/quickstart/1d_wave_equation.cpp
    M examples/quickstart/allow_unknown_options.cpp
    M examples/quickstart/command_line_handling.cpp
    M examples/quickstart/composable_guard.cpp
    M examples/quickstart/factorial.cpp
    M examples/quickstart/fibonacci.cpp
    M examples/quickstart/fibonacci_await.cpp
    M examples/quickstart/fibonacci_dataflow.cpp
    M examples/quickstart/fibonacci_futures.cpp
    M examples/quickstart/fibonacci_futures_distributed.cpp
    M examples/quickstart/fibonacci_local.cpp
    M examples/quickstart/fibonacci_one.cpp
    M examples/quickstart/init_globally.cpp
    M examples/quickstart/interest_calculator.cpp
    M examples/quickstart/latch_local.cpp
    M examples/quickstart/latch_remote.cpp
    M examples/quickstart/partitioned_vector_spmd_foreach.cpp
    M examples/quickstart/pingpong.cpp
    M examples/quickstart/sierpinski.cpp
    M examples/quickstart/timed_wake.cpp
    M examples/quickstart/vector_counting_dotproduct.cpp
    M examples/quickstart/vector_zip_dotproduct.cpp
    M examples/random_mem_access/random_mem_access_client.cpp
    M examples/sheneos/sheneos_client.cpp
    M examples/sheneos/sheneos_test.cpp
    M examples/throttle/spin.cpp
    M examples/throttle/throttle_client.cpp
    M examples/transpose/transpose_await.cpp
    M examples/transpose/transpose_block.cpp
    M examples/transpose/transpose_block_numa.cpp
    M examples/transpose/transpose_serial.cpp
    M examples/transpose/transpose_serial_block.cpp
    M examples/transpose/transpose_serial_vector.cpp
    M examples/transpose/transpose_smp.cpp
    M examples/transpose/transpose_smp_block.cpp
    M examples/tuplespace/simple_central_tuplespace_client.cpp
    M hpx/lcos/packaged_action.hpp
    M init/include/hpx/hpx_main_impl.hpp
    M libs/core/affinity/tests/unit/parse_affinity_options.cpp
    M libs/core/functional/tests/regressions/function_argument.cpp
    M libs/core/functional/tests/regressions/function_serialization_728.cpp
    M libs/core/iterator_support/tests/performance/stencil3_iterators.cpp
    M libs/core/iterator_support/tests/unit/counting_iterator.cpp
    M libs/core/serialization/tests/performance/serialization_overhead.cpp
    M libs/core/serialization/tests/unit/any_serialization.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/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_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/threading_base/tests/unit/set_thread_state.cpp
    M libs/full/async_cuda/tests/performance/cuda_executor_throughput.cpp
    M libs/full/async_cuda/tests/unit/cublas_matmul.cpp
    M libs/full/async_cuda/tests/unit/cuda_future.cpp
    M 
libs/full/async_distributed/tests/regressions/async_callback_non_deduced_context.cpp
    M libs/full/async_distributed/tests/regressions/dataflow_791.cpp
    M libs/full/async_distributed/tests/unit/remote_dataflow.cpp
    M libs/full/async_mpi/tests/unit/mpi_ring_async_executor.cpp
    M libs/full/checkpoint/examples/1d_stencil_4_checkpoint.cpp
    M libs/full/collectives/tests/performance/lcos/barrier_performance.cpp
    M libs/full/collectives/tests/performance/osu/osu_base.cpp
    M libs/full/collectives/tests/performance/osu/osu_bcast.cpp
    M libs/full/collectives/tests/performance/osu/osu_scatter.cpp
    M libs/full/collectives/tests/regressions/barrier_3792.cpp
    M libs/full/collectives/tests/regressions/multiple_gather_ops_2001.cpp
    M libs/full/collectives/tests/unit/all_gather.cpp
    M libs/full/collectives/tests/unit/all_reduce.cpp
    M libs/full/collectives/tests/unit/all_to_all.cpp
    M libs/full/collectives/tests/unit/barrier.cpp
    M libs/full/collectives/tests/unit/broadcast.cpp
    M libs/full/collectives/tests/unit/gather.cpp
    M libs/full/collectives/tests/unit/remote_latch.cpp
    M libs/full/collectives/tests/unit/scatter.cpp
    M libs/full/compute/tests/unit/block_allocator.cpp
    M libs/full/compute_cuda/examples/data_copy.cu
    M libs/full/compute_cuda/examples/hello_compute.cu
    M libs/full/compute_cuda/examples/partitioned_vector.cu
    M libs/full/compute_cuda/tests/performance/synchronize.cu
    M libs/full/compute_cuda/tests/unit/for_each_compute.cu
    M libs/full/compute_cuda/tests/unit/for_loop_compute.cu
    M libs/full/compute_cuda/tests/unit/transform_compute.cu
    M libs/full/init_runtime/include/hpx/hpx_init_impl.hpp
    M libs/full/init_runtime/include/hpx/hpx_start_impl.hpp
    M libs/full/performance_counters/tests/unit/counter_raw_values.cpp
    M libs/full/performance_counters/tests/unit/path_elements.cpp
    M libs/full/performance_counters/tests/unit/reinit_counters.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/program_options/tests/unit/boost_program_options.cpp
    M libs/full/resiliency/examples/1d_stencil_replay_exception.cpp
    M libs/full/resiliency/examples/1d_stencil_replay_validate.cpp
    M libs/full/resiliency/examples/async_replay.cpp
    M libs/full/resiliency/examples/async_replicate.cpp
    M libs/full/resiliency/examples/async_replicate_vote.cpp
    M libs/full/resiliency/examples/dataflow_replicate.cpp
    M libs/full/resiliency/tests/performance/replay/1d_stencil.cpp
    M libs/full/resiliency/tests/performance/replay/1d_stencil_checksum.cpp
    M libs/full/resiliency/tests/performance/replay/1d_stencil_replay.cpp
    M libs/full/resiliency/tests/performance/replay/async_replay.cpp
    M libs/full/resiliency/tests/performance/replay/async_replay_validate.cpp
    M libs/full/resiliency/tests/performance/replay/dataflow_replay.cpp
    M libs/full/resiliency/tests/performance/replay/dataflow_replay_validate.cpp
    M libs/full/resiliency/tests/performance/replay/pure_async_for_replay.cpp
    M libs/full/resiliency/tests/performance/replay/pure_dataflow.cpp
    M libs/full/resiliency/tests/performance/replicate/1d_stencil_replicate.cpp
    M 
libs/full/resiliency/tests/performance/replicate/1d_stencil_replicate_checksum.cpp
    M libs/full/resiliency/tests/performance/replicate/async_replicate.cpp
    M 
libs/full/resiliency/tests/performance/replicate/async_replicate_validate.cpp
    M libs/full/resiliency/tests/performance/replicate/async_replicate_vote.cpp
    M 
libs/full/resiliency/tests/performance/replicate/async_replicate_vote_validate.cpp
    M 
libs/full/resiliency/tests/performance/replicate/pure_async_for_replicate.cpp
    M libs/full/resource_partitioner/tests/regressions/help_exit_4317_2.cpp
    M libs/full/runtime_local/tests/unit/thread_mapper.cpp
    M 
libs/full/segmented_algorithms/tests/performance/minmax_element_performance.cpp
    M libs/full/thread_executors/tests/unit/resource_manager.cpp
    M libs/full/thread_executors/tests/unit/thread_pool_executors.cpp
    M libs/full/thread_executors/tests/unit/thread_pool_os_executors.cpp
    M libs/full/thread_executors/tests/unit/timed_this_thread_executors.cpp
    M libs/full/thread_executors/tests/unit/timed_thread_pool_executors.cpp
    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/transform_reduce_scaling.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/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/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/countif.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/destroy.cpp
    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/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/inplace_merge.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/is_heap.cpp
    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_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/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/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/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/stable_partition.cpp
    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/swapranges.cpp
    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_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/uninitialized_copy.cpp
    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_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_moven.cpp
    M 
libs/parallelism/algorithms/tests/unit/algorithms/uninitialized_value_construct.cpp
    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/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/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_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/foreach_range_projection.cpp
    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_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/stable_sort_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/transform_range.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_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/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/tests/unit/split_shared_future.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/execution/tests/regressions/chunk_size_4118.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/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/executors/tests/unit/limiting_executor.cpp
    M libs/parallelism/executors/tests/unit/sequenced_executor.cpp
    M libs/parallelism/executors/tests/unit/thread_pool_attached_executors.cpp
    M libs/parallelism/futures/tests/regressions/future_hang_on_get_629.cpp
    M libs/parallelism/futures/tests/regressions/future_hang_on_then_629.cpp
    M 
libs/parallelism/futures/tests/regressions/future_hang_on_wait_with_callback_629.cpp
    M libs/parallelism/futures/tests/regressions/future_timed_wait_1025.cpp
    M libs/parallelism/futures/tests/unit/future.cpp
    M libs/parallelism/futures/tests/unit/future_then.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/unit/local_dataflow.cpp
    M libs/parallelism/lcos_local/tests/unit/local_dataflow_executor.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/tests/unit/unwrap.cpp
    M libs/parallelism/threading/tests/unit/stack_check.cpp
    M libs/parallelism/threading/tests/unit/thread.cpp
    M libs/parallelism/threading/tests/unit/thread_affinity.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
    M libs/parallelism/threading/tests/unit/thread_yield.cpp
    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
    M tests/performance/local/agas_cache_timings.cpp
    M tests/performance/local/async_overheads.cpp
    M tests/performance/local/coroutines_call_overhead.cpp
    M tests/performance/local/foreach_scaling.cpp
    M tests/performance/local/future_overhead.cpp
    M tests/performance/local/hpx_heterogeneous_timed_task_spawn.cpp
    M tests/performance/local/hpx_homogeneous_timed_task_spawn_executors.cpp
    M tests/performance/local/htts_v2/htts2_hpx.cpp
    M tests/performance/local/libcds_hazard_pointer_overhead.cpp
    M tests/performance/local/parent_vs_child_stealing.cpp
    M tests/performance/local/partitioned_vector_foreach.cpp
    M tests/performance/local/resume_suspend.cpp
    M tests/performance/local/sizeof.cpp
    M tests/performance/local/spinlock_overhead1.cpp
    M tests/performance/local/spinlock_overhead2.cpp
    M tests/performance/local/start_stop.cpp
    M tests/performance/local/stream.cpp
    M tests/performance/local/timed_task_spawn.cpp
    M tests/performance/local/transform_reduce_binary_scaling.cpp
    M tests/performance/local/wait_all_timings.cpp
    M tests/performance/network/network_storage/network_storage.cpp
    M tests/performance/network/pingpong_performance.cpp
    M tests/regressions/actions/component_action_move_semantics.cpp
    M tests/regressions/actions/plain_action_move_semantics.cpp
    M tests/regressions/agas/pass_by_value_id_type_action.cpp
    M tests/regressions/agas/register_with_basename_1804.cpp
    M tests/regressions/block_matrix/main.cpp
    M tests/regressions/build/client_1950.cpp
    M tests/regressions/component/new_4369.cpp
    M tests/regressions/lcos/after_588.cpp
    M tests/regressions/lcos/promise_leak_996.cpp
    M tests/regressions/lcos/receive_buffer_1733.cpp
    M tests/regressions/options_as_config_3339.cpp
    M tests/regressions/threads/block_os_threads_1036.cpp
    M tests/regressions/threads/thread_rescheduling.cpp
    M tests/regressions/threads/thread_suspend_duration.cpp
    M tests/regressions/threads/thread_suspend_pending.cpp
    M tests/regressions/threads/threads_all_1422.cpp
    M tests/regressions/util/use_all_cores_2262.cpp
    M tests/unit/agas/credit_exhaustion.cpp
    M tests/unit/agas/find_clients_from_prefix.cpp
    M tests/unit/agas/find_ids_from_prefix.cpp
    M tests/unit/agas/local_address_rebind.cpp
    M tests/unit/agas/local_embedded_ref_to_local_object.cpp
    M tests/unit/agas/local_embedded_ref_to_remote_object.cpp
    M tests/unit/agas/refcnted_symbol_to_local_object.cpp
    M tests/unit/agas/refcnted_symbol_to_remote_object.cpp
    M tests/unit/agas/remote_embedded_ref_to_local_object.cpp
    M tests/unit/agas/remote_embedded_ref_to_remote_object.cpp
    M tests/unit/agas/scoped_ref_to_local_object.cpp
    M tests/unit/agas/scoped_ref_to_remote_object.cpp
    M tests/unit/agas/split_credit.cpp
    M tests/unit/agas/uncounted_symbol_to_local_object.cpp
    M tests/unit/agas/uncounted_symbol_to_remote_object.cpp
    M tests/unit/apex/apex_action_count.cpp
    M tests/unit/component/launch_process.cpp
    M tests/unit/component/launched_process.cpp
    M tests/unit/lcos/await.cpp
    M tests/unit/lcos/future_wait.cpp
    M tests/unit/lcos/packaged_action.cpp
    M tests/unit/lcos/promise.cpp
    M tests/unit/lcos/promise_emplace.cpp
    M tests/unit/parcelset/put_parcels.cpp
    M tests/unit/parcelset/put_parcels_with_coalescing.cpp
    M tests/unit/parcelset/put_parcels_with_compression.cpp
    M tests/unit/resource/cross_pool_injection.cpp
    M tests/unit/util/bind_action.cpp
    M tests/unit/util/function/function_object_size.cpp

  Log Message:
  -----------
  Merge pull request #5050 from aurianer/replace_old_init_overloads

Replace old init overloads in tests and examples


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

Reply via email to