Branch: refs/heads/master
Home: https://github.com/STEllAR-GROUP/hpx
Commit: 6fba53b3073964a6a3a06b84b44d13a8a0b0ad37
https://github.com/STEllAR-GROUP/hpx/commit/6fba53b3073964a6a3a06b84b44d13a8a0b0ad37
Author: Mikael Simberg <[email protected]>
Date: 2020-09-28 (Mon, 28 Sep 2020)
Changed paths:
M docs/sphinx/api/public_api.rst
M hpx/util/storage/tuple.hpp
M libs/core/datastructures/include/hpx/datastructures/any.hpp
M libs/core/datastructures/tests/unit/any.cpp
M libs/core/datastructures/tests/unit/boost_any.cpp
M libs/core/datastructures/tests/unit/unique_any.cpp
M libs/core/plugin/include/hpx/plugin/export_plugin.hpp
M libs/core/plugin/include/hpx/plugin/virtual_constructor.hpp
M libs/core/serialization/include/hpx/serialization/serializable_any.hpp
M libs/core/serialization/src/serializable_any.cpp
M libs/core/serialization/tests/unit/serializable_any.cpp
M libs/core/serialization/tests/unit/serializable_boost_any.cpp
M
libs/full/collectives/include/hpx/collectives/detail/communication_set_node.hpp
M libs/full/collectives/include/hpx/collectives/detail/communicator.hpp
M libs/full/collectives/src/detail/communication_set_node.cpp
M libs/full/collectives/tests/performance/osu/broadcast.hpp
M libs/full/include/include/hpx/any.hpp
M libs/full/program_options/include/hpx/program_options/config.hpp
M
libs/full/program_options/include/hpx/program_options/detail/value_semantic.hpp
M libs/full/program_options/include/hpx/program_options/value_semantic.hpp
M libs/full/program_options/include/hpx/program_options/variables_map.hpp
M libs/full/program_options/src/value_semantic.cpp
M libs/full/program_options/src/variables_map.cpp
M
libs/full/runtime_configuration/include/hpx/runtime_configuration/static_factory_data.hpp
Log Message:
-----------
Deprecate hpx::util::any functionality in favour of hpx::any
Commit: 3aa39a1df14fa2b4a7c746c323038b1838e5f91f
https://github.com/STEllAR-GROUP/hpx/commit/3aa39a1df14fa2b4a7c746c323038b1838e5f91f
Author: Mikael Simberg <[email protected]>
Date: 2020-09-29 (Tue, 29 Sep 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/1d_stencil/1d_stencil_8.cpp
M examples/1d_stencil/1d_stencil_channel.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/future_reduce/rnd_future_reduce.cpp
M examples/heartbeat/heartbeat.cpp
M examples/heartbeat/heartbeat_console.cpp
M examples/jacobi/jacobi.cpp
M examples/jacobi/jacobi_component/server/solver.hpp
M examples/jacobi_smp/jacobi_hpx.cpp
M examples/jacobi_smp/jacobi_nonuniform_hpx.cpp
M examples/jacobi_smp/jacobi_nonuniform_omp.hpp
M examples/jacobi_smp/jacobi_omp.hpp
M examples/performance_counters/sine/sine.cpp
M examples/qt/qt.cpp
M examples/quickstart/1d_wave_equation.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/fractals.cpp
M examples/quickstart/fractals_executor.cpp
M examples/quickstart/pingpong.cpp
M examples/quickstart/timed_futures.cpp
M examples/quickstart/timed_wake.cpp
M examples/quickstart/zerocopy_rdma.cpp
M examples/sheneos/sheneos_compare.cpp
M examples/sheneos/sheneos_test.cpp
M examples/spell_check/spell_check_file.cpp
M examples/spell_check/spell_check_simple.cpp
M examples/thread_aware_timer/thread_aware_timer.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/central_tuplespace/server/simple_central_tuplespace.hpp
M hpx/plugins/parcelport/mpi/receiver_connection.hpp
M hpx/plugins/parcelport/mpi/sender_connection.hpp
M hpx/plugins/parcelport/tcp/receiver.hpp
M hpx/plugins/parcelport/tcp/sender.hpp
M hpx/runtime/parcelset/decode_parcels.hpp
M hpx/runtime/parcelset/encode_parcels.hpp
M hpx/runtime/parcelset/parcelhandler.hpp
M hpx/util/connection_cache.hpp
M hpx/util/pool_timer.hpp
M libs/core/affinity/src/parse_affinity_options.cpp
M libs/core/config/include/hpx/config/deprecation.hpp
M libs/core/datastructures/include/hpx/datastructures/any.hpp
M libs/core/datastructures/include/hpx/datastructures/tuple.hpp
M libs/core/datastructures/tests/unit/tuple.cpp
M libs/core/execution_base/include/hpx/execution_base/agent_base.hpp
M libs/core/execution_base/include/hpx/execution_base/agent_ref.hpp
M libs/core/execution_base/src/agent_ref.cpp
M libs/core/execution_base/src/this_thread.cpp
M libs/core/execution_base/tests/unit/execution_context.cpp
M libs/core/functional/tests/regressions/function_serialization_728.cpp
M libs/core/io_service/include/hpx/io_service/io_service_thread_pool.hpp
M libs/core/io_service/src/io_service_thread_pool.cpp
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/plugin/include/hpx/plugin/plugin_factory.hpp
M libs/core/schedulers/include/hpx/schedulers/thread_queue.hpp
M libs/core/serialization/include/hpx/serialization/serializable_any.hpp
M libs/core/serialization/tests/performance/serialization_overhead.cpp
M libs/core/serialization/tests/unit/any_serialization.cpp
M
libs/core/synchronization/include/hpx/synchronization/condition_variable.hpp
M
libs/core/synchronization/include/hpx/synchronization/counting_semaphore.hpp
M
libs/core/synchronization/include/hpx/synchronization/detail/condition_variable.hpp
M
libs/core/synchronization/include/hpx/synchronization/detail/counting_semaphore.hpp
M libs/core/synchronization/include/hpx/synchronization/mutex.hpp
M libs/core/synchronization/src/detail/condition_variable.cpp
M libs/core/synchronization/src/detail/counting_semaphore.cpp
M libs/core/synchronization/src/mutex.cpp
M libs/core/synchronization/tests/performance/channel_mpmc_throughput.cpp
M libs/core/synchronization/tests/performance/channel_mpsc_throughput.cpp
M libs/core/synchronization/tests/performance/channel_spsc_throughput.cpp
M libs/core/thread_pools/include/hpx/thread_pools/scheduled_thread_pool.hpp
M
libs/core/thread_pools/include/hpx/thread_pools/scheduled_thread_pool_impl.hpp
M libs/core/threading_base/include/hpx/threading_base/execution_agent.hpp
M libs/core/threading_base/include/hpx/threading_base/set_thread_state.hpp
M libs/core/threading_base/include/hpx/threading_base/thread_helpers.hpp
M libs/core/threading_base/include/hpx/threading_base/thread_pool_base.hpp
M libs/core/threading_base/src/execution_agent.cpp
M libs/core/threading_base/src/thread_helpers.cpp
M libs/core/threading_base/src/thread_pool_base.cpp
M libs/core/timing/include/hpx/timing/high_resolution_timer.hpp
M libs/core/timing/include/hpx/timing/scoped_timer.hpp
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_distributed/tests/regressions/dataflow_791.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_bcast.cpp
M libs/full/collectives/tests/performance/osu/osu_bibw.cpp
M libs/full/collectives/tests/performance/osu/osu_bw.cpp
M libs/full/collectives/tests/performance/osu/osu_latency.cpp
M libs/full/collectives/tests/performance/osu/osu_multi_lat.cpp
M libs/full/collectives/tests/performance/osu/osu_scatter.cpp
M libs/full/compute_cuda/include/hpx/compute/cuda/detail/launch.hpp
M libs/full/init_runtime/src/hpx_init.cpp
M libs/full/performance_counters/tests/unit/reinit_counters.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/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/src/detail_partitioner.cpp
M libs/full/runtime_local/include/hpx/runtime_local/interval_timer.hpp
M libs/full/runtime_local/include/hpx/util/thread_aware_timer.hpp
M libs/full/runtime_local/src/interval_timer.cpp
M libs/full/runtime_local/src/runtime_local.cpp
M
libs/full/segmented_algorithms/tests/performance/minmax_element_performance.cpp
M
libs/full/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan.cpp
M
libs/full/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp
M
libs/full/segmented_algorithms/tests/unit/partitioned_vector_inclusive_scan.cpp
M
libs/full/segmented_algorithms/tests/unit/partitioned_vector_inclusive_scan2.cpp
M
libs/full/thread_executors/include/hpx/thread_executors/thread_executor.hpp
M
libs/full/thread_executors/include/hpx/thread_executors/thread_timed_execution.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/make_heap.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/for_each.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/make_heap.hpp
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_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/worker_timed.hpp
M libs/parallelism/algorithms/tests/regressions/set_operations_3442.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/CMakeLists.txt
M libs/parallelism/algorithms/tests/unit/algorithms/exclusive_scan.cpp
R libs/parallelism/algorithms/tests/unit/algorithms/foreach_projection.cpp
R
libs/parallelism/algorithms/tests/unit/algorithms/foreach_tests_projection.hpp
R libs/parallelism/algorithms/tests/unit/algorithms/foreachn_projection.cpp
R
libs/parallelism/algorithms/tests/unit/algorithms/foreachn_projection_bad_alloc.cpp
R
libs/parallelism/algorithms/tests/unit/algorithms/foreachn_projection_exception.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/inclusive_scan_tests.hpp
M libs/parallelism/algorithms/tests/unit/algorithms/make_heap.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/reduce_by_key.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_tests.hpp
M libs/parallelism/algorithms/tests/unit/algorithms/stable_sort.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/stable_sort_tests.hpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/inplace_merge_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/make_heap_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/sort_range_tests.hpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/stable_sort_range_tests.hpp
M
libs/parallelism/async_combinators/include/hpx/async_combinators/when_each.hpp
M
libs/parallelism/execution/include/hpx/execution/executors/auto_chunk_size.hpp
M
libs/parallelism/execution/include/hpx/execution/executors/persistent_auto_chunk_size.hpp
M libs/parallelism/execution/tests/unit/executor_parameters_timer_hooks.cpp
M libs/parallelism/futures/include/hpx/futures/future.hpp
M libs/parallelism/futures/tests/regressions/future_2667.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/pack_traversal/include/hpx/pack_traversal/pack_traversal.hpp
M libs/parallelism/threading/include/hpx/threading/thread.hpp
M libs/parallelism/threading/src/thread.cpp
M libs/parallelism/threading/tests/unit/stop_token_cb1.cpp
M
libs/parallelism/timed_execution/include/hpx/timed_execution/timed_execution.hpp
M
libs/parallelism/timed_execution/include/hpx/timed_execution/timed_execution_fwd.hpp
M
libs/parallelism/timed_execution/include/hpx/timed_execution/timed_executors.hpp
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 plugins/parcel/coalescing/coalescing_message_handler.cpp
M plugins/parcelport/libfabric/rma_receiver.cpp
M plugins/parcelport/libfabric/sender.cpp
M src/runtime/components/server/runtime_support_server.cpp
M src/util/pool_timer.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/delay_baseline.cpp
M tests/performance/local/delay_baseline_threaded.cpp
M tests/performance/local/foreach_scaling.cpp
M tests/performance/local/function_object_wrapper_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/hpx_tls_overhead.cpp
M tests/performance/local/libcds_hazard_pointer_overhead.cpp
M tests/performance/local/native_tls_overhead.cpp
M tests/performance/local/nonconcurrent_fifo_overhead.cpp
M tests/performance/local/nonconcurrent_lifo_overhead.cpp
M tests/performance/local/openmp_homogeneous_timed_task_spawn.cpp
M tests/performance/local/openmp_parallel_region.cpp
M tests/performance/local/parent_vs_child_stealing.cpp
M tests/performance/local/partitioned_vector_foreach.cpp
M tests/performance/local/qthreads_heterogeneous_timed_task_spawn.cpp
M tests/performance/local/qthreads_homogeneous_timed_task_spawn.cpp
M tests/performance/local/resume_suspend.cpp
M tests/performance/local/skynet.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/tbb_homogeneous_timed_task_spawn.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/local/worker_timed.hpp
M tests/performance/network/network_storage/network_storage.cpp
M tests/performance/network/network_storage/simple_profiler.hpp
M tests/regressions/threads/block_os_threads_1036.cpp
M tests/unit/apex/apex_action_count.cpp
M tests/unit/resource/suspend_pool.cpp
M tests/unit/resource/suspend_pool_external.cpp
M tests/unit/resource/suspend_runtime.cpp
M tests/unit/resource/suspend_thread.cpp
M tests/unit/resource/suspend_thread_external.cpp
M tests/unit/resource/suspend_thread_timed.cpp
Log Message:
-----------
Enable deprecation warnings for 1.6.0
Also change leftover uses of deprecated functionality.
Commit: c0c5270bc85ce1ba3474c773c0256ef3afd0d7eb
https://github.com/STEllAR-GROUP/hpx/commit/c0c5270bc85ce1ba3474c773c0256ef3afd0d7eb
Author: Mikael Simberg <[email protected]>
Date: 2020-09-30 (Wed, 30 Sep 2020)
Changed paths:
M docs/sphinx/api/public_api.rst
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/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/future_reduce/rnd_future_reduce.cpp
M examples/heartbeat/heartbeat.cpp
M examples/heartbeat/heartbeat_console.cpp
M examples/jacobi/jacobi.cpp
M examples/jacobi/jacobi_component/server/solver.hpp
M examples/jacobi_smp/jacobi_hpx.cpp
M examples/jacobi_smp/jacobi_nonuniform_hpx.cpp
M examples/jacobi_smp/jacobi_nonuniform_omp.hpp
M examples/jacobi_smp/jacobi_omp.hpp
M examples/performance_counters/sine/sine.cpp
M examples/qt/qt.cpp
M examples/quickstart/1d_wave_equation.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/fractals.cpp
M examples/quickstart/fractals_executor.cpp
M examples/quickstart/pingpong.cpp
M examples/quickstart/timed_futures.cpp
M examples/quickstart/timed_wake.cpp
M examples/quickstart/zerocopy_rdma.cpp
M examples/sheneos/sheneos_compare.cpp
M examples/sheneos/sheneos_test.cpp
M examples/spell_check/spell_check_file.cpp
M examples/spell_check/spell_check_simple.cpp
M examples/thread_aware_timer/thread_aware_timer.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/central_tuplespace/server/simple_central_tuplespace.hpp
M hpx/plugins/parcelport/mpi/receiver_connection.hpp
M hpx/plugins/parcelport/mpi/sender_connection.hpp
M hpx/plugins/parcelport/tcp/receiver.hpp
M hpx/plugins/parcelport/tcp/sender.hpp
M hpx/runtime/parcelset/decode_parcels.hpp
M hpx/runtime/parcelset/encode_parcels.hpp
M hpx/runtime/parcelset/parcelhandler.hpp
M hpx/util/connection_cache.hpp
M hpx/util/pool_timer.hpp
M hpx/util/storage/tuple.hpp
M libs/core/affinity/src/parse_affinity_options.cpp
M libs/core/config/include/hpx/config/deprecation.hpp
M libs/core/datastructures/include/hpx/datastructures/any.hpp
M libs/core/datastructures/include/hpx/datastructures/tuple.hpp
M libs/core/datastructures/tests/unit/any.cpp
M libs/core/datastructures/tests/unit/boost_any.cpp
M libs/core/datastructures/tests/unit/tuple.cpp
M libs/core/datastructures/tests/unit/unique_any.cpp
M libs/core/execution_base/include/hpx/execution_base/agent_base.hpp
M libs/core/execution_base/include/hpx/execution_base/agent_ref.hpp
M libs/core/execution_base/src/agent_ref.cpp
M libs/core/execution_base/src/this_thread.cpp
M libs/core/execution_base/tests/unit/execution_context.cpp
M libs/core/functional/tests/regressions/function_serialization_728.cpp
M libs/core/io_service/include/hpx/io_service/io_service_thread_pool.hpp
M libs/core/io_service/src/io_service_thread_pool.cpp
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/plugin/include/hpx/plugin/export_plugin.hpp
M libs/core/plugin/include/hpx/plugin/plugin_factory.hpp
M libs/core/plugin/include/hpx/plugin/virtual_constructor.hpp
M libs/core/schedulers/include/hpx/schedulers/thread_queue.hpp
M libs/core/serialization/include/hpx/serialization/serializable_any.hpp
M libs/core/serialization/src/serializable_any.cpp
M libs/core/serialization/tests/performance/serialization_overhead.cpp
M libs/core/serialization/tests/unit/any_serialization.cpp
M libs/core/serialization/tests/unit/serializable_any.cpp
M libs/core/serialization/tests/unit/serializable_boost_any.cpp
M
libs/core/synchronization/include/hpx/synchronization/condition_variable.hpp
M
libs/core/synchronization/include/hpx/synchronization/counting_semaphore.hpp
M
libs/core/synchronization/include/hpx/synchronization/detail/condition_variable.hpp
M
libs/core/synchronization/include/hpx/synchronization/detail/counting_semaphore.hpp
M libs/core/synchronization/include/hpx/synchronization/mutex.hpp
M libs/core/synchronization/src/detail/condition_variable.cpp
M libs/core/synchronization/src/detail/counting_semaphore.cpp
M libs/core/synchronization/src/mutex.cpp
M libs/core/synchronization/tests/performance/channel_mpmc_throughput.cpp
M libs/core/synchronization/tests/performance/channel_mpsc_throughput.cpp
M libs/core/synchronization/tests/performance/channel_spsc_throughput.cpp
M libs/core/thread_pools/include/hpx/thread_pools/scheduled_thread_pool.hpp
M
libs/core/thread_pools/include/hpx/thread_pools/scheduled_thread_pool_impl.hpp
M libs/core/threading_base/include/hpx/threading_base/execution_agent.hpp
M libs/core/threading_base/include/hpx/threading_base/set_thread_state.hpp
M libs/core/threading_base/include/hpx/threading_base/thread_helpers.hpp
M libs/core/threading_base/include/hpx/threading_base/thread_pool_base.hpp
M libs/core/threading_base/src/execution_agent.cpp
M libs/core/threading_base/src/thread_helpers.cpp
M libs/core/threading_base/src/thread_pool_base.cpp
M libs/core/timing/include/hpx/timing/high_resolution_timer.hpp
M libs/core/timing/include/hpx/timing/scoped_timer.hpp
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_distributed/tests/regressions/dataflow_791.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/include/hpx/collectives/detail/communication_set_node.hpp
M libs/full/collectives/include/hpx/collectives/detail/communicator.hpp
M libs/full/collectives/src/detail/communication_set_node.cpp
M libs/full/collectives/tests/performance/lcos/barrier_performance.cpp
M libs/full/collectives/tests/performance/osu/broadcast.hpp
M libs/full/collectives/tests/performance/osu/osu_bcast.cpp
M libs/full/collectives/tests/performance/osu/osu_bibw.cpp
M libs/full/collectives/tests/performance/osu/osu_bw.cpp
M libs/full/collectives/tests/performance/osu/osu_latency.cpp
M libs/full/collectives/tests/performance/osu/osu_multi_lat.cpp
M libs/full/collectives/tests/performance/osu/osu_scatter.cpp
M libs/full/compute_cuda/include/hpx/compute/cuda/detail/launch.hpp
M libs/full/include/include/hpx/any.hpp
M libs/full/init_runtime/src/hpx_init.cpp
M libs/full/performance_counters/tests/unit/reinit_counters.cpp
M libs/full/program_options/include/hpx/program_options/config.hpp
M
libs/full/program_options/include/hpx/program_options/detail/value_semantic.hpp
M libs/full/program_options/include/hpx/program_options/value_semantic.hpp
M libs/full/program_options/include/hpx/program_options/variables_map.hpp
M libs/full/program_options/src/value_semantic.cpp
M libs/full/program_options/src/variables_map.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/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/src/detail_partitioner.cpp
M
libs/full/runtime_configuration/include/hpx/runtime_configuration/static_factory_data.hpp
M libs/full/runtime_local/include/hpx/runtime_local/interval_timer.hpp
M libs/full/runtime_local/include/hpx/util/thread_aware_timer.hpp
M libs/full/runtime_local/src/interval_timer.cpp
M libs/full/runtime_local/src/runtime_local.cpp
M
libs/full/segmented_algorithms/tests/performance/minmax_element_performance.cpp
M
libs/full/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan.cpp
M
libs/full/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp
M
libs/full/segmented_algorithms/tests/unit/partitioned_vector_inclusive_scan.cpp
M
libs/full/segmented_algorithms/tests/unit/partitioned_vector_inclusive_scan2.cpp
M
libs/full/thread_executors/include/hpx/thread_executors/thread_executor.hpp
M
libs/full/thread_executors/include/hpx/thread_executors/thread_timed_execution.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/make_heap.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/for_each.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/make_heap.hpp
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_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/worker_timed.hpp
M libs/parallelism/algorithms/tests/regressions/set_operations_3442.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/CMakeLists.txt
M libs/parallelism/algorithms/tests/unit/algorithms/exclusive_scan.cpp
R libs/parallelism/algorithms/tests/unit/algorithms/foreach_projection.cpp
R
libs/parallelism/algorithms/tests/unit/algorithms/foreach_tests_projection.hpp
R libs/parallelism/algorithms/tests/unit/algorithms/foreachn_projection.cpp
R
libs/parallelism/algorithms/tests/unit/algorithms/foreachn_projection_bad_alloc.cpp
R
libs/parallelism/algorithms/tests/unit/algorithms/foreachn_projection_exception.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/inclusive_scan_tests.hpp
M libs/parallelism/algorithms/tests/unit/algorithms/make_heap.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/reduce_by_key.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_tests.hpp
M libs/parallelism/algorithms/tests/unit/algorithms/stable_sort.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/stable_sort_tests.hpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/inplace_merge_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/make_heap_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/sort_range_tests.hpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/stable_sort_range_tests.hpp
M
libs/parallelism/async_combinators/include/hpx/async_combinators/when_each.hpp
M
libs/parallelism/execution/include/hpx/execution/executors/auto_chunk_size.hpp
M
libs/parallelism/execution/include/hpx/execution/executors/persistent_auto_chunk_size.hpp
M libs/parallelism/execution/tests/unit/executor_parameters_timer_hooks.cpp
M libs/parallelism/futures/include/hpx/futures/future.hpp
M libs/parallelism/futures/tests/regressions/future_2667.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/pack_traversal/include/hpx/pack_traversal/pack_traversal.hpp
M libs/parallelism/threading/include/hpx/threading/thread.hpp
M libs/parallelism/threading/src/thread.cpp
M libs/parallelism/threading/tests/unit/stop_token_cb1.cpp
M
libs/parallelism/timed_execution/include/hpx/timed_execution/timed_execution.hpp
M
libs/parallelism/timed_execution/include/hpx/timed_execution/timed_execution_fwd.hpp
M
libs/parallelism/timed_execution/include/hpx/timed_execution/timed_executors.hpp
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 plugins/parcel/coalescing/coalescing_message_handler.cpp
M plugins/parcelport/libfabric/rma_receiver.cpp
M plugins/parcelport/libfabric/sender.cpp
M src/runtime/components/server/runtime_support_server.cpp
M src/util/pool_timer.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/delay_baseline.cpp
M tests/performance/local/delay_baseline_threaded.cpp
M tests/performance/local/foreach_scaling.cpp
M tests/performance/local/function_object_wrapper_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/hpx_tls_overhead.cpp
M tests/performance/local/libcds_hazard_pointer_overhead.cpp
M tests/performance/local/native_tls_overhead.cpp
M tests/performance/local/nonconcurrent_fifo_overhead.cpp
M tests/performance/local/nonconcurrent_lifo_overhead.cpp
M tests/performance/local/openmp_homogeneous_timed_task_spawn.cpp
M tests/performance/local/openmp_parallel_region.cpp
M tests/performance/local/parent_vs_child_stealing.cpp
M tests/performance/local/partitioned_vector_foreach.cpp
M tests/performance/local/qthreads_heterogeneous_timed_task_spawn.cpp
M tests/performance/local/qthreads_homogeneous_timed_task_spawn.cpp
M tests/performance/local/resume_suspend.cpp
M tests/performance/local/skynet.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/tbb_homogeneous_timed_task_spawn.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/local/worker_timed.hpp
M tests/performance/network/network_storage/network_storage.cpp
M tests/performance/network/network_storage/simple_profiler.hpp
M tests/regressions/threads/block_os_threads_1036.cpp
M tests/unit/apex/apex_action_count.cpp
M tests/unit/resource/suspend_pool.cpp
M tests/unit/resource/suspend_pool_external.cpp
M tests/unit/resource/suspend_runtime.cpp
M tests/unit/resource/suspend_thread.cpp
M tests/unit/resource/suspend_thread_external.cpp
M tests/unit/resource/suspend_thread_timed.cpp
Log Message:
-----------
Merge pull request #4968 from msimberg/any-api-cleanup
Enable deprecation warnings for 1.6.0 and move any functionality to hpx
namespace
Compare:
https://github.com/STEllAR-GROUP/hpx/compare/18a2c734b4e8...c0c5270bc85c
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits