Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 9a70e94067f86030360c873b76c1ffb9f6567768
      
https://github.com/STEllAR-GROUP/hpx/commit/9a70e94067f86030360c873b76c1ffb9f6567768
  Author: Mikael Simberg <[email protected]>
  Date:   2020-09-15 (Tue, 15 Sep 2020)

  Changed paths:
    M docs/sphinx/api/public_api.rst
    M examples/quickstart/fibonacci_futures.cpp
    M examples/quickstart/fibonacci_futures_distributed.cpp
    M examples/quickstart/potpourri.cpp
    M examples/quickstart/vector_zip_dotproduct.cpp
    M examples/quickstart/wait_composition.cpp
    M hpx/runtime/agas/primary_namespace.hpp
    M hpx/runtime/agas/server/locality_namespace.hpp
    M hpx/runtime/agas/server/primary_namespace.hpp
    M hpx/runtime/components/server/console_logging.hpp
    M hpx/runtime/parcelset/parcelport.hpp
    M hpx/runtime/parcelset/parcelport_impl.hpp
    M hpx/util/connection_cache.hpp
    M libs/core/affinity/src/parse_affinity_options.cpp
    M libs/core/datastructures/CMakeLists.txt
    M libs/core/datastructures/include/hpx/datastructures/tagged.hpp
    M libs/core/datastructures/include/hpx/datastructures/tagged_pair.hpp
    M libs/core/datastructures/include/hpx/datastructures/tagged_tuple.hpp
    M 
libs/core/datastructures/include/hpx/datastructures/traits/is_tuple_like.hpp
    M libs/core/datastructures/include/hpx/datastructures/tuple.hpp
    M libs/core/datastructures/tests/regressions/tuple_serialization_803.cpp
    M libs/core/datastructures/tests/unit/is_tuple_like.cpp
    M libs/core/datastructures/tests/unit/tagged.cpp
    M libs/core/datastructures/tests/unit/tuple.cpp
    M libs/core/functional/include/hpx/functional/first_argument.hpp
    M libs/core/functional/include/hpx/functional/invoke_fused.hpp
    M libs/core/iterator_support/include/hpx/iterator_support/zip_iterator.hpp
    M libs/core/iterator_support/tests/performance/stencil3_iterators.cpp
    M libs/core/iterator_support/tests/unit/stencil3_iterator.cpp
    M libs/core/iterator_support/tests/unit/zip_iterator.cpp
    M libs/core/serialization/include/hpx/serialization/brace_initializable.hpp
    M libs/core/serialization/include/hpx/serialization/tuple.hpp
    M libs/core/serialization/tests/unit/serialization_tuple.cpp
    M libs/core/threading_base/include/hpx/threading_base/set_thread_state.hpp
    M libs/core/threading_base/src/execution_agent.cpp
    M libs/core/timing/CMakeLists.txt
    M libs/core/timing/include/hpx/timing/high_resolution_clock.hpp
    M libs/core/timing/include/hpx/timing/high_resolution_timer.hpp
    M libs/core/timing/include/hpx/timing/steady_clock.hpp
    M libs/full/actions/include/hpx/actions/transfer_action.hpp
    M libs/full/actions/include/hpx/actions/transfer_base_action.hpp
    M libs/full/actions/include/hpx/actions/transfer_continuation_action.hpp
    M libs/full/actions_base/include/hpx/actions_base/basic_action.hpp
    M 
libs/full/async_distributed/include/hpx/async_distributed/applier/apply_callback.hpp
    M 
libs/full/async_distributed/include/hpx/async_distributed/applier/register_apply_colocated.hpp
    M 
libs/full/async_distributed/include/hpx/async_distributed/detail/async_colocated.hpp
    M libs/full/collectives/include/hpx/collectives/broadcast_direct.hpp
    M libs/full/collectives/include/hpx/collectives/fold.hpp
    M libs/full/collectives/include/hpx/collectives/reduce.hpp
    M libs/full/compute/include/hpx/compute/host/block_allocator.hpp
    M libs/full/compute_cuda/include/hpx/compute/cuda/default_executor.hpp
    M libs/full/compute_cuda/include/hpx/compute/cuda/detail/launch.hpp
    M libs/full/include/include/hpx/chrono.hpp
    M libs/full/include/include/hpx/tuple.hpp
    M libs/full/resiliency/include/hpx/resiliency/async_replicate_executor.hpp
    M libs/full/resource_partitioner/examples/async_customization.cpp
    M 
libs/full/resource_partitioner/include/hpx/resource_partitioner/detail/partitioner.hpp
    M libs/full/resource_partitioner/src/detail_partitioner.cpp
    M 
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/detail/dispatch.hpp
    M 
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/detail/reduce.hpp
    M 
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/detail/scan.hpp
    M 
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/traits/zip_iterator.hpp
    M 
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/transform.hpp
    M 
libs/full/segmented_algorithms/tests/unit/partitioned_vector_transform_reduce1.cpp
    M 
libs/full/segmented_algorithms/tests/unit/partitioned_vector_transform_reduce2.cpp
    M 
libs/full/segmented_algorithms/tests/unit/partitioned_vector_transform_reduce_binary1.cpp
    M 
libs/full/segmented_algorithms/tests/unit/partitioned_vector_transform_reduce_binary2.cpp
    M 
libs/full/thread_executors/include/hpx/thread_executors/embedded_thread_pool_executors.hpp
    M 
libs/full/thread_executors/include/hpx/thread_executors/this_thread_executors.hpp
    M 
libs/full/thread_executors/include/hpx/thread_executors/thread_execution.hpp
    M 
libs/full/thread_executors/include/hpx/thread_executors/thread_executor.hpp
    M 
libs/full/thread_executors/include/hpx/thread_executors/thread_pool_os_executors.hpp
    M libs/full/thread_executors/src/embedded_thread_pool_executors.cpp
    M libs/full/thread_executors/src/this_thread_executors.cpp
    M libs/full/thread_executors/src/thread_pool_os_executors.cpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/adjacent_difference.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/adjacent_find.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/copy.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/detail/dispatch.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/equal.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/exclusive_scan.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/for_loop.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/inclusive_scan.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/lexicographical_compare.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/merge.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/mismatch.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/move.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/partition.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/reduce_by_key.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/remove.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/replace.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/reverse.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/sort_by_key.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/swap_ranges.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform_exclusive_scan.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform_inclusive_scan.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform_reduce.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/uninitialized_copy.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/uninitialized_move.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/unique.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/datapar/transform_loop.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/datapar/zip_iterator.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/util/detail/chunk_size.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/util/detail/chunk_size_iterator.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/util/partitioner.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/util/prefetching.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/util/result_types.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/util/scan_partitioner.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/util/transform_loop.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/util/zip_iterator.hpp
    M libs/parallelism/algorithms/tests/regressions/stable_merge_2964.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/inplace_merge_tests.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/merge_tests.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/partition_copy_tests.hpp
    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_reduce.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/transform_tests.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/unique_copy_tests.hpp
    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/merge_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/remove_if_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/remove_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_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/foreach_datapar_zipiter.cpp
    M 
libs/parallelism/async_combinators/include/hpx/async_combinators/split_future.hpp
    M 
libs/parallelism/async_combinators/include/hpx/async_combinators/wait_all.hpp
    M 
libs/parallelism/async_combinators/include/hpx/async_combinators/wait_some.hpp
    M 
libs/parallelism/async_combinators/include/hpx/async_combinators/when_all.hpp
    M 
libs/parallelism/async_combinators/include/hpx/async_combinators/when_any.hpp
    M 
libs/parallelism/async_combinators/include/hpx/async_combinators/when_each.hpp
    M 
libs/parallelism/async_combinators/include/hpx/async_combinators/when_some.hpp
    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_any.cpp
    M libs/parallelism/async_combinators/tests/unit/when_some.cpp
    M libs/parallelism/execution/include/hpx/execution/executors/execution.hpp
    M 
libs/parallelism/execution/include/hpx/execution/executors/fused_bulk_execute.hpp
    M 
libs/parallelism/execution/include/hpx/execution/traits/vector_pack_alignment_size.hpp
    M 
libs/parallelism/execution/include/hpx/execution/traits/vector_pack_type.hpp
    M libs/parallelism/execution/tests/regressions/lambda_arguments_2403.cpp
    M libs/parallelism/execution/tests/regressions/lambda_return_type_2402.cpp
    M libs/parallelism/executors/include/hpx/executors/dataflow.hpp
    M libs/parallelism/executors/include/hpx/executors/guided_pool_executor.hpp
    M libs/parallelism/executors/include/hpx/executors/parallel_executor.hpp
    M libs/parallelism/executors/include/hpx/executors/service_executors.hpp
    M libs/parallelism/executors/include/hpx/executors/thread_pool_executor.hpp
    M libs/parallelism/futures/include/hpx/futures/detail/future_data.hpp
    M libs/parallelism/futures/include/hpx/futures/traits/is_future_tuple.hpp
    M libs/parallelism/futures/src/future_data.cpp
    M libs/parallelism/futures/tests/unit/shared_future.cpp
    M libs/parallelism/lcos_local/tests/unit/split_future.cpp
    M 
libs/parallelism/pack_traversal/include/hpx/pack_traversal/detail/pack_traversal_async_impl.hpp
    M 
libs/parallelism/pack_traversal/include/hpx/pack_traversal/detail/pack_traversal_impl.hpp
    M 
libs/parallelism/pack_traversal/include/hpx/pack_traversal/pack_traversal.hpp
    M libs/parallelism/pack_traversal/include/hpx/pack_traversal/unwrap.hpp
    M libs/parallelism/pack_traversal/tests/unit/pack_traversal.cpp
    M libs/parallelism/pack_traversal/tests/unit/pack_traversal_async.cpp
    M libs/parallelism/pack_traversal/tests/unit/unwrap.cpp
    M 
libs/parallelism/timed_execution/include/hpx/timed_execution/timed_execution_fwd.hpp
    M src/runtime/agas/addressing_service.cpp
    M src/runtime/agas/server/locality_namespace_server.cpp
    M src/runtime/agas/server/primary_namespace_server.cpp
    M src/runtime/agas/server/route.cpp
    M src/runtime/components/console_logging.cpp
    M src/runtime/components/server/console_logging_server.cpp
    M src/runtime/parcelset/parcelport.cpp
    M src/runtime_distributed.cpp
    M src/util/pool_timer.cpp

  Log Message:
  -----------
  Deprecate tuple and timing functionality in hpx::util


  Commit: 26fce314c15bbcc4ed834b91494ce0a3898eb9c9
      
https://github.com/STEllAR-GROUP/hpx/commit/26fce314c15bbcc4ed834b91494ce0a3898eb9c9
  Author: Mikael Simberg <[email protected]>
  Date:   2020-09-16 (Wed, 16 Sep 2020)

  Changed paths:
    M docs/sphinx/api/public_api.rst
    M examples/quickstart/fibonacci_futures.cpp
    M examples/quickstart/fibonacci_futures_distributed.cpp
    M examples/quickstart/potpourri.cpp
    M examples/quickstart/vector_zip_dotproduct.cpp
    M examples/quickstart/wait_composition.cpp
    M hpx/runtime/agas/primary_namespace.hpp
    M hpx/runtime/agas/server/locality_namespace.hpp
    M hpx/runtime/agas/server/primary_namespace.hpp
    M hpx/runtime/components/server/console_logging.hpp
    M hpx/runtime/parcelset/parcelport.hpp
    M hpx/runtime/parcelset/parcelport_impl.hpp
    M hpx/util/connection_cache.hpp
    M libs/core/affinity/src/parse_affinity_options.cpp
    M libs/core/datastructures/CMakeLists.txt
    M libs/core/datastructures/include/hpx/datastructures/tagged.hpp
    M libs/core/datastructures/include/hpx/datastructures/tagged_pair.hpp
    M libs/core/datastructures/include/hpx/datastructures/tagged_tuple.hpp
    M 
libs/core/datastructures/include/hpx/datastructures/traits/is_tuple_like.hpp
    M libs/core/datastructures/include/hpx/datastructures/tuple.hpp
    M libs/core/datastructures/tests/regressions/tuple_serialization_803.cpp
    M libs/core/datastructures/tests/unit/is_tuple_like.cpp
    M libs/core/datastructures/tests/unit/tagged.cpp
    M libs/core/datastructures/tests/unit/tuple.cpp
    M libs/core/functional/include/hpx/functional/first_argument.hpp
    M libs/core/functional/include/hpx/functional/invoke_fused.hpp
    M libs/core/iterator_support/include/hpx/iterator_support/zip_iterator.hpp
    M libs/core/iterator_support/tests/performance/stencil3_iterators.cpp
    M libs/core/iterator_support/tests/unit/stencil3_iterator.cpp
    M libs/core/iterator_support/tests/unit/zip_iterator.cpp
    M libs/core/serialization/include/hpx/serialization/brace_initializable.hpp
    M libs/core/serialization/include/hpx/serialization/tuple.hpp
    M libs/core/serialization/tests/unit/serialization_tuple.cpp
    M libs/core/threading_base/include/hpx/threading_base/set_thread_state.hpp
    M libs/core/threading_base/src/execution_agent.cpp
    M libs/core/timing/CMakeLists.txt
    M libs/core/timing/include/hpx/timing/high_resolution_clock.hpp
    M libs/core/timing/include/hpx/timing/high_resolution_timer.hpp
    M libs/core/timing/include/hpx/timing/steady_clock.hpp
    M libs/full/actions/include/hpx/actions/transfer_action.hpp
    M libs/full/actions/include/hpx/actions/transfer_base_action.hpp
    M libs/full/actions/include/hpx/actions/transfer_continuation_action.hpp
    M libs/full/actions_base/include/hpx/actions_base/basic_action.hpp
    M 
libs/full/async_distributed/include/hpx/async_distributed/applier/apply_callback.hpp
    M 
libs/full/async_distributed/include/hpx/async_distributed/applier/register_apply_colocated.hpp
    M 
libs/full/async_distributed/include/hpx/async_distributed/detail/async_colocated.hpp
    M libs/full/collectives/include/hpx/collectives/broadcast_direct.hpp
    M libs/full/collectives/include/hpx/collectives/fold.hpp
    M libs/full/collectives/include/hpx/collectives/reduce.hpp
    M libs/full/compute/include/hpx/compute/host/block_allocator.hpp
    M libs/full/compute_cuda/include/hpx/compute/cuda/default_executor.hpp
    M libs/full/compute_cuda/include/hpx/compute/cuda/detail/launch.hpp
    M libs/full/include/include/hpx/chrono.hpp
    M libs/full/include/include/hpx/tuple.hpp
    M libs/full/resiliency/include/hpx/resiliency/async_replicate_executor.hpp
    M libs/full/resource_partitioner/examples/async_customization.cpp
    M 
libs/full/resource_partitioner/include/hpx/resource_partitioner/detail/partitioner.hpp
    M libs/full/resource_partitioner/src/detail_partitioner.cpp
    M 
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/detail/dispatch.hpp
    M 
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/detail/reduce.hpp
    M 
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/detail/scan.hpp
    M 
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/traits/zip_iterator.hpp
    M 
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/transform.hpp
    M 
libs/full/segmented_algorithms/tests/unit/partitioned_vector_transform_reduce1.cpp
    M 
libs/full/segmented_algorithms/tests/unit/partitioned_vector_transform_reduce2.cpp
    M 
libs/full/segmented_algorithms/tests/unit/partitioned_vector_transform_reduce_binary1.cpp
    M 
libs/full/segmented_algorithms/tests/unit/partitioned_vector_transform_reduce_binary2.cpp
    M 
libs/full/thread_executors/include/hpx/thread_executors/embedded_thread_pool_executors.hpp
    M 
libs/full/thread_executors/include/hpx/thread_executors/this_thread_executors.hpp
    M 
libs/full/thread_executors/include/hpx/thread_executors/thread_execution.hpp
    M 
libs/full/thread_executors/include/hpx/thread_executors/thread_executor.hpp
    M 
libs/full/thread_executors/include/hpx/thread_executors/thread_pool_os_executors.hpp
    M libs/full/thread_executors/src/embedded_thread_pool_executors.cpp
    M libs/full/thread_executors/src/this_thread_executors.cpp
    M libs/full/thread_executors/src/thread_pool_os_executors.cpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/adjacent_difference.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/adjacent_find.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/copy.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/detail/dispatch.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/equal.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/exclusive_scan.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/for_loop.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/inclusive_scan.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/lexicographical_compare.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/merge.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/mismatch.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/move.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/partition.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/reduce_by_key.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/remove.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/replace.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/reverse.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/sort_by_key.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/swap_ranges.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform_exclusive_scan.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform_inclusive_scan.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform_reduce.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/uninitialized_copy.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/uninitialized_move.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/unique.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/datapar/transform_loop.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/datapar/zip_iterator.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/util/detail/chunk_size.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/util/detail/chunk_size_iterator.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/util/partitioner.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/util/prefetching.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/util/result_types.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/util/scan_partitioner.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/util/transform_loop.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/util/zip_iterator.hpp
    M libs/parallelism/algorithms/tests/regressions/stable_merge_2964.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/inplace_merge_tests.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/merge_tests.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/partition_copy_tests.hpp
    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_reduce.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/transform_tests.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/unique_copy_tests.hpp
    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/merge_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/remove_if_range.cpp
    M 
libs/parallelism/algorithms/tests/unit/container_algorithms/remove_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_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/foreach_datapar_zipiter.cpp
    M 
libs/parallelism/async_combinators/include/hpx/async_combinators/split_future.hpp
    M 
libs/parallelism/async_combinators/include/hpx/async_combinators/wait_all.hpp
    M 
libs/parallelism/async_combinators/include/hpx/async_combinators/wait_some.hpp
    M 
libs/parallelism/async_combinators/include/hpx/async_combinators/when_all.hpp
    M 
libs/parallelism/async_combinators/include/hpx/async_combinators/when_any.hpp
    M 
libs/parallelism/async_combinators/include/hpx/async_combinators/when_each.hpp
    M 
libs/parallelism/async_combinators/include/hpx/async_combinators/when_some.hpp
    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_any.cpp
    M libs/parallelism/async_combinators/tests/unit/when_some.cpp
    M libs/parallelism/execution/include/hpx/execution/executors/execution.hpp
    M 
libs/parallelism/execution/include/hpx/execution/executors/fused_bulk_execute.hpp
    M 
libs/parallelism/execution/include/hpx/execution/traits/vector_pack_alignment_size.hpp
    M 
libs/parallelism/execution/include/hpx/execution/traits/vector_pack_type.hpp
    M libs/parallelism/execution/tests/regressions/lambda_arguments_2403.cpp
    M libs/parallelism/execution/tests/regressions/lambda_return_type_2402.cpp
    M libs/parallelism/executors/include/hpx/executors/dataflow.hpp
    M libs/parallelism/executors/include/hpx/executors/guided_pool_executor.hpp
    M libs/parallelism/executors/include/hpx/executors/parallel_executor.hpp
    M libs/parallelism/executors/include/hpx/executors/service_executors.hpp
    M libs/parallelism/executors/include/hpx/executors/thread_pool_executor.hpp
    M libs/parallelism/futures/include/hpx/futures/detail/future_data.hpp
    M libs/parallelism/futures/include/hpx/futures/traits/is_future_tuple.hpp
    M libs/parallelism/futures/src/future_data.cpp
    M libs/parallelism/futures/tests/unit/shared_future.cpp
    M libs/parallelism/lcos_local/tests/unit/split_future.cpp
    M 
libs/parallelism/pack_traversal/include/hpx/pack_traversal/detail/pack_traversal_async_impl.hpp
    M 
libs/parallelism/pack_traversal/include/hpx/pack_traversal/detail/pack_traversal_impl.hpp
    M 
libs/parallelism/pack_traversal/include/hpx/pack_traversal/pack_traversal.hpp
    M libs/parallelism/pack_traversal/include/hpx/pack_traversal/unwrap.hpp
    M libs/parallelism/pack_traversal/tests/unit/pack_traversal.cpp
    M libs/parallelism/pack_traversal/tests/unit/pack_traversal_async.cpp
    M libs/parallelism/pack_traversal/tests/unit/unwrap.cpp
    M 
libs/parallelism/timed_execution/include/hpx/timed_execution/timed_execution_fwd.hpp
    M src/runtime/agas/addressing_service.cpp
    M src/runtime/agas/server/locality_namespace_server.cpp
    M src/runtime/agas/server/primary_namespace_server.cpp
    M src/runtime/agas/server/route.cpp
    M src/runtime/components/console_logging.cpp
    M src/runtime/components/server/console_logging_server.cpp
    M src/runtime/parcelset/parcelport.cpp
    M src/runtime_distributed.cpp
    M src/util/pool_timer.cpp

  Log Message:
  -----------
  Merge pull request #4958 from msimberg/more-api-cleanup

Deprecate tuple and timing functionality in hpx::util


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

Reply via email to