Branch: refs/heads/master
Home: https://github.com/STEllAR-GROUP/hpx
Commit: 322595a9ececb4a69999cfda06149d19b3efac9c
https://github.com/STEllAR-GROUP/hpx/commit/322595a9ececb4a69999cfda06149d19b3efac9c
Author: srinivasyadav18 <[email protected]>
Date: 2021-05-07 (Fri, 07 May 2021)
Changed paths:
M cmake/HPX_AddConfigTest.cmake
M cmake/HPX_PerformCxxFeatureTests.cmake
A cmake/tests/cxx20_std_lambda_capture.cpp
M
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_impl.hpp
M
components/containers/unordered/include/hpx/components/containers/unordered/unordered_map.hpp
M hpx/runtime/parcelset/parcelport_impl.hpp
M libs/full/agas/src/addressing_service.cpp
M
libs/full/distribution_policies/include/hpx/distribution_policies/binpacking_distribution_policy.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform_reduce.hpp
M
libs/parallelism/async_combinators/include/hpx/async_combinators/future_wait.hpp
Log Message:
-----------
Fix C++20 lambda capture
Commit: 7cf22bb6bcbc4a73097a09730102519b6c7c8113
https://github.com/STEllAR-GROUP/hpx/commit/7cf22bb6bcbc4a73097a09730102519b6c7c8113
Author: srinivasyadav18 <[email protected]>
Date: 2021-05-07 (Fri, 07 May 2021)
Changed paths:
M cmake/HPX_AddConfigTest.cmake
M cmake/HPX_PerformCxxFeatureTests.cmake
A cmake/tests/cxx20_std_paren_initialization_of_aggregates.cpp
M
libs/core/serialization/include/hpx/serialization/traits/brace_initializable_traits.hpp
M libs/core/serialization/tests/unit/serialization_brace_initializable.cpp
Log Message:
-----------
Adding C++20 Parenthesis aggregate initalization
Commit: d6ac0e8dc933f45b5f67dc3841a7541d22fff6a7
https://github.com/STEllAR-GROUP/hpx/commit/d6ac0e8dc933f45b5f67dc3841a7541d22fff6a7
Author: srinivasyadav18 <[email protected]>
Date: 2021-05-07 (Fri, 07 May 2021)
Changed paths:
M cmake/tests/cxx20_std_lambda_capture.cpp
M cmake/tests/cxx20_std_paren_initialization_of_aggregates.cpp
M
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_impl.hpp
M
components/containers/unordered/include/hpx/components/containers/unordered/unordered_map.hpp
M hpx/runtime/parcelset/parcelport_impl.hpp
M libs/core/config/CMakeLists.txt
M libs/core/config/include/hpx/config.hpp
A libs/core/config/include/hpx/config/lambda_capture_this.hpp
M libs/full/agas/src/addressing_service.cpp
M
libs/full/distribution_policies/include/hpx/distribution_policies/binpacking_distribution_policy.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform_reduce.hpp
M
libs/parallelism/async_combinators/include/hpx/async_combinators/future_wait.hpp
Log Message:
-----------
Added HPX_CXX20_CAPTURE_THIS
Commit: 8bde5d474b5956aec268297f329a7fd8cdf3c784
https://github.com/STEllAR-GROUP/hpx/commit/8bde5d474b5956aec268297f329a7fd8cdf3c784
Author: Mikael Simberg <[email protected]>
Date: 2021-05-07 (Fri, 07 May 2021)
Changed paths:
M .jenkins/cscs/env-gcc-newest.sh
Log Message:
-----------
Use c++20 in gcc-newest builder
Commit: ef9b663ccd8801646f79e861abb21ff4ffcb4aea
https://github.com/STEllAR-GROUP/hpx/commit/ef9b663ccd8801646f79e861abb21ff4ffcb4aea
Author: srinivasyadav18 <[email protected]>
Date: 2021-05-08 (Sat, 08 May 2021)
Changed paths:
M cmake/HPX_PerformCxxFeatureTests.cmake
Log Message:
-----------
Fixing CXX17_NODISCARD_ATTRIBUTE
The cmake tests for CXX17_NODISCARD_ATTRIBUTE are not actually performed but
the required cxx17_nodiscard_attribute.cpp is present.
Suprisingly they are missed out in HPX_PerformCxxFeatureTests.cmake so I have
just added it.
This solves warning `warn_unused_result` applies only to function types, when
compiling with c++17 and later.
Commit: 74707d66d7ec90ff4d409ed9ee51ab30ae246d32
https://github.com/STEllAR-GROUP/hpx/commit/74707d66d7ec90ff4d409ed9ee51ab30ae246d32
Author: srinivasyadav18 <[email protected]>
Date: 2021-05-08 (Sat, 08 May 2021)
Changed paths:
M tests/performance/network/network_storage/simple_profiler.hpp
Log Message:
-----------
Adding missing HPX_CXX20_CAPTURE_THIS in simple_profiler.hpp
Commit: fee9ac7f5b8e772b632d90aa64a9bfcb1aabe29b
https://github.com/STEllAR-GROUP/hpx/commit/fee9ac7f5b8e772b632d90aa64a9bfcb1aabe29b
Author: srinivasyadav18 <[email protected]>
Date: 2021-05-08 (Sat, 08 May 2021)
Changed paths:
M examples/cancelable_action/cancelable_action/server/cancelable_action.hpp
Log Message:
-----------
Fixing -Wvolatile for gcc 11.1 c++20
Commit: 7d95a54df8436a84fbc721bae351882c3de9b54d
https://github.com/STEllAR-GROUP/hpx/commit/7d95a54df8436a84fbc721bae351882c3de9b54d
Author: srinivasyadav18 <[email protected]>
Date: 2021-05-09 (Sun, 09 May 2021)
Changed paths:
M libs/core/config/include/hpx/config.hpp
Log Message:
-----------
Apply clang-format
Commit: d41b84d6d4fb0129fb181cbabfc573f77b8dd88f
https://github.com/STEllAR-GROUP/hpx/commit/d41b84d6d4fb0129fb181cbabfc573f77b8dd88f
Author: srinivasyadav18 <[email protected]>
Date: 2021-05-10 (Mon, 10 May 2021)
Changed paths:
M libs/core/config/include/hpx/config/lambda_capture_this.hpp
M libs/core/preprocessor/CMakeLists.txt
A libs/core/preprocessor/include/hpx/preprocessor/identity.hpp
Log Message:
-----------
Move HPX_PP_IDENTITY into seperate header
Commit: e5fae7175c830ecd2369fa73bf92ce190d3ee8d3
https://github.com/STEllAR-GROUP/hpx/commit/e5fae7175c830ecd2369fa73bf92ce190d3ee8d3
Author: srinivasyadav18 <[email protected]>
Date: 2021-05-14 (Fri, 14 May 2021)
Changed paths:
M cmake/HPX_AddConfigTest.cmake
Log Message:
-----------
Added -Werror and fixed COMPILE_DEFINITIONS
Commit: 7cf19dc1ffc1f7473692ae64d594de4f78349737
https://github.com/STEllAR-GROUP/hpx/commit/7cf19dc1ffc1f7473692ae64d594de4f78349737
Author: srinivasyadav18 <[email protected]>
Date: 2021-05-15 (Sat, 15 May 2021)
Changed paths:
M cmake/HPX_AddConfigTest.cmake
M cmake/HPX_PerformCxxFeatureTests.cmake
A cmake/tests/cxx20_lambda_capture.cpp
A cmake/tests/cxx20_paren_initialization_of_aggregates.cpp
R cmake/tests/cxx20_std_lambda_capture.cpp
R cmake/tests/cxx20_std_paren_initialization_of_aggregates.cpp
M libs/core/config/include/hpx/config/lambda_capture_this.hpp
M libs/core/preprocessor/include/hpx/preprocessor/identity.hpp
M
libs/core/serialization/include/hpx/serialization/traits/brace_initializable_traits.hpp
M libs/core/serialization/tests/unit/serialization_brace_initializable.cpp
Log Message:
-----------
Rename new cxx_feature_tests
Commit: 613a0f2e6c6c41b803dd428b4b7b12c507173e01
https://github.com/STEllAR-GROUP/hpx/commit/613a0f2e6c6c41b803dd428b4b7b12c507173e01
Author: srinivasyadav18 <[email protected]>
Date: 2021-05-15 (Sat, 15 May 2021)
Changed paths:
M cmake/HPX_AddConfigTest.cmake
M cmake/HPX_PerformCxxFeatureTests.cmake
M libs/core/preprocessor/CMakeLists.txt
Log Message:
-----------
Enabled WARNINGS_AS_ERRORS for windows
Commit: 3e486c71062c041fd7a12d8ec1a1526bd9df1d52
https://github.com/STEllAR-GROUP/hpx/commit/3e486c71062c041fd7a12d8ec1a1526bd9df1d52
Author: srinivasyadav18 <[email protected]>
Date: 2021-05-15 (Sat, 15 May 2021)
Changed paths:
M cmake/HPX_SetupCUDA.cmake
M cmake/HPX_SetupHIP.cmake
M docs/sphinx/api/public_api.rst
M docs/sphinx/manual/writing_single_node_hpx_applications.rst
M libs/core/concepts/include/hpx/concepts/has_member_xxx.hpp
M libs/core/concepts/include/hpx/concepts/has_xxx.hpp
M libs/core/errors/include/hpx/errors/exception_list.hpp
M libs/core/errors/src/exception_list.cpp
M libs/core/execution_base/CMakeLists.txt
M libs/core/execution_base/include/hpx/execution_base/execution.hpp
M libs/core/execution_base/include/hpx/execution_base/sender.hpp
A libs/core/execution_base/include/hpx/execution_base/traits/is_executor.hpp
A
libs/core/execution_base/include/hpx/execution_base/traits/is_executor_parameters.hpp
M libs/core/execution_base/tests/unit/basic_sender.cpp
M libs/core/iterator_support/tests/CMakeLists.txt
A
libs/core/iterator_support/tests/include/hpx/iterator_support/tests/iter_sent.hpp
M libs/core/iterator_support/tests/unit/CMakeLists.txt
M libs/core/iterator_support/tests/unit/is_sentinel_for.cpp
M libs/core/iterator_support/tests/unit/is_sized_sentinel_for.cpp
R libs/core/iterator_support/tests/unit/iter_sent.hpp
M libs/core/serialization/include/hpx/serialization/serialize_buffer.hpp
M libs/core/type_support/include/hpx/type_support/always_void.hpp
M libs/core/type_support/include/hpx/type_support/decay.hpp
M libs/full/async_cuda/include/hpx/async_cuda/cublas_executor.hpp
M libs/full/async_cuda/include/hpx/async_cuda/cuda_executor.hpp
M libs/full/async_cuda/include/hpx/async_cuda/custom_blas_api.hpp
M libs/full/async_cuda/tests/performance/CMakeLists.txt
M libs/full/async_cuda/tests/unit/CMakeLists.txt
M libs/full/async_distributed/include/hpx/async_distributed/dataflow.hpp
M libs/full/async_mpi/include/hpx/async_mpi/mpi_executor.hpp
M libs/full/compute/include/hpx/compute/host/block_executor.hpp
M
libs/full/compute_cuda/include/hpx/compute/cuda/concurrent_executor_parameters.hpp
M libs/full/compute_cuda/include/hpx/compute/cuda/default_executor.hpp
M
libs/full/compute_cuda/include/hpx/compute/cuda/default_executor_parameters.hpp
M
libs/full/executors_distributed/include/hpx/executors_distributed/distribution_policy_executor.hpp
M libs/full/include/include/hpx/algorithm.hpp
M libs/full/include/include/hpx/include/traits.hpp
M libs/full/resource_partitioner/examples/CMakeLists.txt
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/fill.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/find.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/generate.hpp
M libs/full/segmented_algorithms/tests/unit/CMakeLists.txt
M libs/full/segmented_algorithms/tests/unit/partitioned_vector_find.cpp
M libs/full/segmented_algorithms/tests/unit/partitioned_vector_find2.cpp
A libs/full/segmented_algorithms/tests/unit/partitioned_vector_generate.cpp
M libs/parallelism/algorithms/CMakeLists.txt
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/detail/advance_to_sentinel.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/fill.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/find.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/generate.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/container_algorithms/fill.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/find.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/generate.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/remove.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/remove_copy.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/replace.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/reverse.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/transform.hpp
M libs/parallelism/algorithms/include/hpx/parallel/task_group.hpp
A
libs/parallelism/algorithms/include/hpx/parallel/util/ranges_facilities.hpp
M libs/parallelism/algorithms/tests/regressions/CMakeLists.txt
M libs/parallelism/algorithms/tests/regressions/count_3646.cpp
R libs/parallelism/algorithms/tests/regressions/iter_sent.hpp
A libs/parallelism/algorithms/tests/regressions/ranges_facilities.cpp
M libs/parallelism/algorithms/tests/regressions/reduce_3641.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/CMakeLists.txt
R libs/parallelism/algorithms/tests/unit/algorithms/distance.cpp
R libs/parallelism/algorithms/tests/unit/algorithms/iter_sent.hpp
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/container_algorithms/CMakeLists.txt
A libs/parallelism/algorithms/tests/unit/container_algorithms/distance.cpp
M libs/parallelism/algorithms/tests/unit/container_algorithms/fill_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/foreach_adapt.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/generate_range.cpp
R libs/parallelism/algorithms/tests/unit/container_algorithms/iter_sent.hpp
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/execution/CMakeLists.txt
M libs/parallelism/execution/include/hpx/execution/detail/future_exec.hpp
M
libs/parallelism/execution/include/hpx/execution/executors/auto_chunk_size.hpp
M
libs/parallelism/execution/include/hpx/execution/executors/dynamic_chunk_size.hpp
M libs/parallelism/execution/include/hpx/execution/executors/execution.hpp
M
libs/parallelism/execution/include/hpx/execution/executors/execution_information.hpp
M
libs/parallelism/execution/include/hpx/execution/executors/execution_information_fwd.hpp
M
libs/parallelism/execution/include/hpx/execution/executors/execution_parameters.hpp
M
libs/parallelism/execution/include/hpx/execution/executors/execution_parameters_fwd.hpp
M
libs/parallelism/execution/include/hpx/execution/executors/guided_chunk_size.hpp
M
libs/parallelism/execution/include/hpx/execution/executors/persistent_auto_chunk_size.hpp
M
libs/parallelism/execution/include/hpx/execution/executors/polymorphic_executor.hpp
M
libs/parallelism/execution/include/hpx/execution/executors/static_chunk_size.hpp
M
libs/parallelism/execution/include/hpx/execution/traits/executor_traits.hpp
M
libs/parallelism/execution/include/hpx/execution/traits/future_then_result_exec.hpp
R libs/parallelism/execution/include/hpx/execution/traits/is_executor.hpp
R
libs/parallelism/execution/include/hpx/execution/traits/is_executor_parameters.hpp
M libs/parallelism/execution/tests/unit/executor_parameters.cpp
M libs/parallelism/executors/include/hpx/executors/apply.hpp
M libs/parallelism/executors/include/hpx/executors/async.hpp
M libs/parallelism/executors/include/hpx/executors/dataflow.hpp
M
libs/parallelism/executors/include/hpx/executors/datapar/execution_policy.hpp
M libs/parallelism/executors/include/hpx/executors/execution_policy.hpp
M libs/parallelism/executors/include/hpx/executors/fork_join_executor.hpp
M libs/parallelism/executors/include/hpx/executors/guided_pool_executor.hpp
M libs/parallelism/executors/include/hpx/executors/limiting_executor.hpp
M libs/parallelism/executors/include/hpx/executors/parallel_executor.hpp
M
libs/parallelism/executors/include/hpx/executors/parallel_executor_aggregated.hpp
M libs/parallelism/executors/include/hpx/executors/sequenced_executor.hpp
M libs/parallelism/executors/include/hpx/executors/sync.hpp
M libs/parallelism/executors/tests/unit/fork_join_executor.cpp
M libs/parallelism/futures/include/hpx/futures/traits/future_access.hpp
M libs/parallelism/resiliency/include/hpx/resiliency/replay_executor.hpp
M libs/parallelism/resiliency/include/hpx/resiliency/replicate_executor.hpp
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/traits/is_timed_executor.hpp
Log Message:
-----------
Merge branch 'master' into gcc_11_c++20
Commit: 35074c46cb2b00e33b1a1b30abcfd17abddb0c7a
https://github.com/STEllAR-GROUP/hpx/commit/35074c46cb2b00e33b1a1b30abcfd17abddb0c7a
Author: srinivasyadav18 <[email protected]>
Date: 2021-05-17 (Mon, 17 May 2021)
Changed paths:
M cmake/tests/cxx20_lambda_capture.cpp
Log Message:
-----------
Fix cxx20_lamdda_capture
Silence the warning for the lamda begin unused.
Commit: 7d830daf11f78495b253c0c623ed74bb690636b8
https://github.com/STEllAR-GROUP/hpx/commit/7d830daf11f78495b253c0c623ed74bb690636b8
Author: srinivasyadav18 <[email protected]>
Date: 2021-05-17 (Mon, 17 May 2021)
Changed paths:
M .jenkins/cscs/ctest.cmake
M .jenkins/cscs/entry.sh
M .jenkins/cscs/env-icc.sh
M CMakeLists.txt
M hpx/plugins/parcelport/tcp/receiver.hpp
M libs/core/config/include/hpx/config/attributes.hpp
M libs/core/config/include/hpx/config/compiler_fence.hpp
M libs/core/format/include/hpx/util/from_string.hpp
M libs/core/functional/src/basic_function.cpp
M libs/core/properties/include/hpx/properties/property.hpp
M libs/core/thread_pools/src/scheduled_thread_pool.cpp
M libs/full/batch_environments/src/batch_environment.cpp
M libs/full/collectives/src/detail/barrier_node.cpp
M libs/full/compute_cuda/include/hpx/compute/cuda/concurrent_executor.hpp
M libs/full/compute_cuda/include/hpx/compute/cuda/default_executor.hpp
M libs/full/performance_counters/tests/unit/all_counters.cpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/reduce.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/for_loop.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/reduce.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/reduce.hpp
M libs/parallelism/algorithms/tests/unit/algorithms/reduce_.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/reduce_range.cpp
M
libs/parallelism/async_combinators/include/hpx/async_combinators/wait_all.hpp
M libs/parallelism/execution/CMakeLists.txt
M
libs/parallelism/execution/include/hpx/execution/algorithms/detail/predicates.hpp
M
libs/parallelism/execution/include/hpx/execution/executors/execution_information.hpp
R
libs/parallelism/execution/include/hpx/execution/executors/execution_information_fwd.hpp
M
libs/parallelism/execution/include/hpx/execution/executors/execution_parameters.hpp
M
libs/parallelism/execution/include/hpx/execution/executors/execution_parameters_fwd.hpp
M
libs/parallelism/execution/include/hpx/execution/executors/polymorphic_executor.hpp
M libs/parallelism/execution/src/polymorphic_executor.cpp
M libs/parallelism/execution/tests/unit/executor_parameters_dispatching.cpp
M libs/parallelism/executors/include/hpx/executors/sequenced_executor.hpp
M libs/parallelism/resiliency/examples/CMakeLists.txt
M libs/parallelism/resiliency/tests/performance/replay/CMakeLists.txt
M libs/parallelism/resiliency/tests/performance/replicate/CMakeLists.txt
M libs/parallelism/resiliency/tests/unit/CMakeLists.txt
M tests/performance/local/agas_cache_timings.cpp
M tests/performance/local/stream.cpp
Log Message:
-----------
Merge branch 'STEllAR-GROUP:master' into gcc_11_c++20
Commit: 081abfd480801840b758dfbe32e84079b04fe8c8
https://github.com/STEllAR-GROUP/hpx/commit/081abfd480801840b758dfbe32e84079b04fe8c8
Author: srinivasyadav18 <[email protected]>
Date: 2021-05-17 (Mon, 17 May 2021)
Changed paths:
M
libs/parallelism/algorithms/tests/unit/container_algorithms/reduce_range.cpp
Log Message:
-----------
Merge branch 'master' into gcc_11_c++20
Commit: 2d133d80c77e9355947236ccda86b83bfcf53344
https://github.com/STEllAR-GROUP/hpx/commit/2d133d80c77e9355947236ccda86b83bfcf53344
Author: srinivasyadav18 <[email protected]>
Date: 2021-05-26 (Wed, 26 May 2021)
Changed paths:
M .github/workflows/windows_debug.yml
M .github/workflows/windows_release.yml
M CMakeLists.txt
R cmake/HPX_SetupBoostProgramOptions.cmake
M cmake/templates/HPXConfig.cmake.in
M docs/sphinx/manual/building_hpx.rst
M examples/CMakeLists.txt
M examples/qt/qt.cpp
M examples/quickstart/customize_async.cpp
M examples/quickstart/hello_world_distributed.cpp
R examples/thread_aware_timer/CMakeLists.txt
R examples/thread_aware_timer/thread_aware_timer.cpp
M examples/transpose/CMakeLists.txt
R examples/transpose/transpose_block_numa.cpp
M libs/core/affinity/tests/unit/parse_affinity_options.cpp
M libs/core/assertion/include/hpx/modules/assertion.hpp
M libs/core/cache/tests/unit/local_lru_cache.cpp
M libs/core/cache/tests/unit/local_mru_cache.cpp
M libs/core/cache/tests/unit/local_statistics.cpp
M libs/core/concurrency/tests/unit/CMakeLists.txt
M libs/core/concurrency/tests/unit/contiguous_index_queue.cpp
M
libs/core/coroutines/tests/regressions/coroutine_function_destructor_yield_4800.cpp
M libs/core/datastructures/include/hpx/datastructures/tuple.hpp
M libs/core/datastructures/tests/regressions/optional_swap_3200.cpp
M libs/core/datastructures/tests/unit/boost_any.cpp
M libs/core/datastructures/tests/unit/tagged.cpp
M libs/core/execution_base/CMakeLists.txt
A
libs/core/execution_base/include/hpx/execution_base/detail/try_catch_exception_ptr.hpp
M libs/core/execution_base/include/hpx/execution_base/operation_state.hpp
M libs/core/execution_base/include/hpx/execution_base/sender.hpp
M libs/core/functional/include/hpx/functional/invoke_result.hpp
M libs/core/functional/include/hpx/functional/tag_fallback_invoke.hpp
M libs/core/functional/include/hpx/functional/tag_invoke.hpp
M libs/core/functional/include/hpx/functional/tag_priority_invoke.hpp
M libs/core/hardware/include/hpx/hardware/timestamp/linux_generic.hpp
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/tests/performance/stencil3_iterators.cpp
M libs/core/iterator_support/tests/unit/counting_iterator.cpp
M libs/core/iterator_support/tests/unit/iterator_adaptor.cpp
M libs/core/iterator_support/tests/unit/iterator_facade.cpp
M libs/core/iterator_support/tests/unit/stencil3_iterator.cpp
M libs/core/iterator_support/tests/unit/transform_iterator.cpp
M libs/core/iterator_support/tests/unit/transform_iterator2.cpp
M libs/core/iterator_support/tests/unit/zip_iterator.cpp
M libs/core/schedulers/tests/unit/schedule_last.cpp
M libs/core/serialization/tests/regressions/buffer_overrun_2839.cpp
M libs/core/serialization/tests/regressions/std_variant_4448.cpp
M libs/core/serialization/tests/unit/any_serialization.cpp
M libs/core/serialization/tests/unit/serializable_any.cpp
M libs/core/serialization/tests/unit/serializable_boost_any.cpp
M libs/core/synchronization/CMakeLists.txt
M libs/core/synchronization/include/hpx/condition_variable.hpp
A libs/core/synchronization/include/hpx/local/condition_variable.hpp
A libs/core/synchronization/include/hpx/local/mutex.hpp
A libs/core/synchronization/include/hpx/local/semaphore.hpp
A libs/core/synchronization/include/hpx/local/shared_mutex.hpp
A libs/core/synchronization/include/hpx/local/stop_token.hpp
M libs/core/synchronization/include/hpx/mutex.hpp
M libs/core/synchronization/include/hpx/semaphore.hpp
M libs/core/synchronization/include/hpx/shared_mutex.hpp
M libs/core/synchronization/include/hpx/stop_token.hpp
M libs/core/synchronization/include/hpx/synchronization/async_rw_mutex.hpp
M libs/core/synchronization/tests/CMakeLists.txt
M libs/core/synchronization/tests/performance/channel_mpmc_throughput.cpp
M libs/core/synchronization/tests/performance/channel_mpsc_throughput.cpp
M libs/core/synchronization/tests/performance/channel_spsc_throughput.cpp
M libs/core/synchronization/tests/regressions/ignore_while_locked_1485.cpp
M libs/core/synchronization/tests/regressions/shared_mutex_1702.cpp
M libs/core/synchronization/tests/unit/barrier_cpp20.cpp
M libs/core/synchronization/tests/unit/binary_semaphore_cpp20.cpp
M libs/core/synchronization/tests/unit/channel_mpmc_fib.cpp
M libs/core/synchronization/tests/unit/channel_mpmc_shift.cpp
M libs/core/synchronization/tests/unit/channel_mpsc_fib.cpp
M libs/core/synchronization/tests/unit/channel_mpsc_shift.cpp
M libs/core/synchronization/tests/unit/channel_spsc_fib.cpp
M libs/core/synchronization/tests/unit/channel_spsc_shift.cpp
M libs/core/synchronization/tests/unit/condition_variable.cpp
M libs/core/synchronization/tests/unit/counting_semaphore.cpp
M libs/core/synchronization/tests/unit/counting_semaphore_cpp20.cpp
M libs/core/synchronization/tests/unit/fail_compile_mutex_move.cpp
M libs/core/synchronization/tests/unit/fail_compile_spinlock_move.cpp
M
libs/core/synchronization/tests/unit/fail_compile_spinlock_no_backoff_move.cpp
M libs/core/synchronization/tests/unit/latch_cpp20.cpp
M libs/core/synchronization/tests/unit/local_barrier.cpp
M libs/core/synchronization/tests/unit/local_barrier_count_up.cpp
M libs/core/synchronization/tests/unit/local_barrier_reset.cpp
M libs/core/synchronization/tests/unit/local_event.cpp
M libs/core/synchronization/tests/unit/local_latch.cpp
M libs/core/synchronization/tests/unit/local_mutex.cpp
M libs/core/synchronization/tests/unit/shared_mutex/shared_mutex1.cpp
M libs/core/synchronization/tests/unit/shared_mutex/shared_mutex2.cpp
M libs/core/synchronization/tests/unit/sliding_semaphore.cpp
M libs/core/synchronization/tests/unit/stop_token.cpp
M libs/core/synchronization/tests/unit/stop_token_cb2.cpp
M libs/core/testing/tests/unit/test_macros.cpp
M libs/core/thread_pools/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/thread_pools/tests/CMakeLists.txt
M libs/core/threading_base/include/hpx/threading_base/register_thread.hpp
M libs/core/threading_base/include/hpx/threading_base/thread_pool_base.hpp
M libs/core/threading_base/src/thread_pool_base.cpp
M libs/core/threading_base/tests/CMakeLists.txt
M libs/core/threading_base/tests/regressions/thread_local_data.cpp
M libs/core/threading_base/tests/regressions/thread_stacksize_current.cpp
M libs/core/type_support/CMakeLists.txt
A libs/core/type_support/include/hpx/type_support/detail/with_result_of.hpp
M libs/core/type_support/include/hpx/type_support/pack.hpp
M libs/full/CMakeLists.txt
M libs/full/actions/tests/unit/CMakeLists.txt
A libs/full/actions/tests/unit/thread_stacksize_overflow.cpp
A libs/full/actions/tests/unit/thread_stacksize_overflow_v2.cpp
M libs/full/actions_base/include/hpx/actions_base/basic_action.hpp
M libs/full/actions_base/include/hpx/actions_base/traits/extract_action.hpp
M libs/full/async_cuda/include/hpx/async_cuda/cublas_executor.hpp
M libs/full/async_cuda/include/hpx/async_cuda/cuda_executor.hpp
M libs/full/async_distributed/include/hpx/async_distributed/dataflow.hpp
M
libs/full/async_distributed/include/hpx/async_distributed/detail/promise_base.hpp
M libs/full/async_distributed/include/hpx/async_distributed/lcos_fwd.hpp
M libs/full/collectives/include/hpx/collectives/all_gather.hpp
M libs/full/collectives/include/hpx/collectives/all_reduce.hpp
M libs/full/collectives/include/hpx/collectives/all_to_all.hpp
M libs/full/collectives/include/hpx/collectives/broadcast.hpp
M libs/full/collectives/include/hpx/collectives/gather.hpp
M libs/full/collectives/include/hpx/collectives/scatter.hpp
M libs/full/command_line_handling/tests/CMakeLists.txt
M libs/full/command_line_handling_local/src/parse_command_line_local.cpp
M libs/full/components/include/hpx/components/executor_component.hpp
M libs/full/compute/include/hpx/compute/host/block_executor.hpp
M libs/full/compute/tests/unit/numa_allocator.cpp
M libs/full/include/CMakeLists.txt
M libs/full/include/docs/index.rst
M libs/full/include/include/hpx/algorithm.hpp
M libs/full/include/include/hpx/any.hpp
M libs/full/include/include/hpx/chrono.hpp
M libs/full/include/include/hpx/distributed/runtime.hpp
M libs/full/include/include/hpx/functional.hpp
M libs/full/include/include/hpx/include/parallel_execution.hpp
M libs/full/include/include/hpx/include/parallel_executor_information.hpp
M libs/full/include/include/hpx/include/parallel_executors.hpp
R libs/full/include/include/hpx/include/thread_executors.hpp
M libs/full/include/include/hpx/include/threads.hpp
M libs/full/include/include/hpx/include/util.hpp
R libs/full/include/include/hpx/local/execution.hpp
R libs/full/include/include/hpx/local/future.hpp
R libs/full/include/include/hpx/local/runtime.hpp
M libs/full/include/include/hpx/memory.hpp
M libs/full/include/include/hpx/numeric.hpp
M libs/full/include/include/hpx/optional.hpp
M libs/full/include/include/hpx/runtime.hpp
M libs/full/include/include/hpx/task_block.hpp
M libs/full/include/include/hpx/tuple.hpp
M libs/full/include/include/hpx/type_traits.hpp
A libs/full/include_local/CMakeLists.txt
A libs/full/include_local/README.rst
A libs/full/include_local/docs/index.rst
A libs/full/include_local/examples/CMakeLists.txt
A libs/full/include_local/include/hpx/local/algorithm.hpp
A libs/full/include_local/include/hpx/local/any.hpp
A libs/full/include_local/include/hpx/local/chrono.hpp
A libs/full/include_local/include/hpx/local/execution.hpp
A libs/full/include_local/include/hpx/local/functional.hpp
A libs/full/include_local/include/hpx/local/future.hpp
A libs/full/include_local/include/hpx/local/memory.hpp
A libs/full/include_local/include/hpx/local/numeric.hpp
A libs/full/include_local/include/hpx/local/optional.hpp
A libs/full/include_local/include/hpx/local/runtime.hpp
A libs/full/include_local/include/hpx/local/task_block.hpp
A libs/full/include_local/include/hpx/local/tuple.hpp
A libs/full/include_local/include/hpx/local/type_traits.hpp
A libs/full/include_local/tests/CMakeLists.txt
A libs/full/include_local/tests/performance/CMakeLists.txt
A libs/full/include_local/tests/regressions/CMakeLists.txt
A libs/full/include_local/tests/unit/CMakeLists.txt
M
libs/full/init_runtime_local/include/hpx/init_runtime_local/init_runtime_local.hpp
M libs/full/modules.rst
M libs/full/program_options/include/hpx/program_options/cmdline.hpp
M libs/full/program_options/include/hpx/program_options/config.hpp
M libs/full/program_options/include/hpx/program_options/detail/cmdline.hpp
M
libs/full/program_options/include/hpx/program_options/detail/config_file.hpp
M libs/full/program_options/include/hpx/program_options/detail/convert.hpp
M libs/full/program_options/include/hpx/program_options/detail/parsers.hpp
M
libs/full/program_options/include/hpx/program_options/detail/utf8_codecvt_facet.hpp
M
libs/full/program_options/include/hpx/program_options/detail/value_semantic.hpp
M
libs/full/program_options/include/hpx/program_options/environment_iterator.hpp
M libs/full/program_options/include/hpx/program_options/eof_iterator.hpp
M libs/full/program_options/include/hpx/program_options/errors.hpp
M libs/full/program_options/include/hpx/program_options/option.hpp
M
libs/full/program_options/include/hpx/program_options/options_description.hpp
M libs/full/program_options/include/hpx/program_options/parsers.hpp
M
libs/full/program_options/include/hpx/program_options/positional_options.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/include/hpx/program_options/version.hpp
M libs/full/program_options/src/cmdline.cpp
M libs/full/program_options/src/config_file.cpp
M libs/full/program_options/src/convert.cpp
M libs/full/program_options/src/options_description.cpp
M libs/full/program_options/src/parsers.cpp
M libs/full/program_options/src/positional_options.cpp
M libs/full/program_options/src/split.cpp
M libs/full/program_options/src/utf8_codecvt_facet.cpp
M libs/full/program_options/src/value_semantic.cpp
M libs/full/program_options/src/variables_map.cpp
M libs/full/program_options/src/winmain.cpp
M libs/full/program_options/tests/regressions/command_line_arguments_706.cpp
M
libs/full/program_options/tests/regressions/command_line_required_arguments_2990.cpp
M libs/full/program_options/tests/regressions/commandline_options_1437.cpp
M libs/full/program_options/tests/unit/CMakeLists.txt
R libs/full/program_options/tests/unit/boost_program_options.cpp
M libs/full/resource_partitioner/examples/async_customization.cpp
M libs/full/resource_partitioner/examples/guided_pool_test.cpp
M
libs/full/resource_partitioner/examples/oversubscribing_resource_partitioner.cpp
M libs/full/resource_partitioner/examples/simple_resource_partitioner.cpp
M
libs/full/resource_partitioner/examples/simplest_resource_partitioner_1.cpp
M
libs/full/resource_partitioner/examples/simplest_resource_partitioner_2.cpp
M libs/full/resource_partitioner/examples/system_characteristics.hpp
M libs/full/resource_partitioner/tests/CMakeLists.txt
M libs/full/resource_partitioner/tests/regressions/help_exit_4317_1.cpp
M libs/full/resource_partitioner/tests/regressions/help_exit_4317_2.cpp
M libs/full/resource_partitioner/tests/unit/CMakeLists.txt
M libs/full/resource_partitioner/tests/unit/cross_pool_injection.cpp
M libs/full/resource_partitioner/tests/unit/named_pool_executor.cpp
M libs/full/resource_partitioner/tests/unit/resource_partitioner_info.cpp
M libs/full/resource_partitioner/tests/unit/scheduler_binding_check.cpp
M libs/full/resource_partitioner/tests/unit/scheduler_priority_check.cpp
M libs/full/resource_partitioner/tests/unit/shutdown_suspended_pus.cpp
M libs/full/resource_partitioner/tests/unit/suspend_disabled.cpp
M libs/full/resource_partitioner/tests/unit/suspend_pool.cpp
M libs/full/resource_partitioner/tests/unit/suspend_pool_external.cpp
M libs/full/resource_partitioner/tests/unit/suspend_runtime.cpp
M libs/full/resource_partitioner/tests/unit/suspend_thread.cpp
M libs/full/resource_partitioner/tests/unit/suspend_thread_external.cpp
M libs/full/resource_partitioner/tests/unit/suspend_thread_timed.cpp
M libs/full/resource_partitioner/tests/unit/used_pus.cpp
M
libs/full/runtime_configuration/include/hpx/runtime_configuration/runtime_mode.hpp
M libs/full/runtime_configuration/tests/CMakeLists.txt
M libs/full/runtime_local/CMakeLists.txt
R libs/full/runtime_local/include/hpx/runtime_local/pool_executor.hpp
M libs/full/runtime_local/include/hpx/runtime_local/runtime_local_fwd.hpp
M libs/full/runtime_local/include/hpx/runtime_local/service_executors.hpp
R libs/full/runtime_local/include/hpx/runtime_local/thread_aware_timer.hpp
M libs/full/runtime_local/src/runtime_local.cpp
R libs/full/runtime_local/src/thread_aware_timer.cpp
M libs/full/runtime_local/tests/CMakeLists.txt
R libs/full/thread_executors/CMakeLists.txt
R libs/full/thread_executors/README.rst
R libs/full/thread_executors/docs/index.rst
R libs/full/thread_executors/examples/CMakeLists.txt
R
libs/full/thread_executors/include/hpx/execution/executors/default_executor.hpp
R
libs/full/thread_executors/include/hpx/execution/executors/this_thread_executors.hpp
R
libs/full/thread_executors/include/hpx/execution/executors/thread_pool_executors.hpp
R
libs/full/thread_executors/include/hpx/execution/executors/thread_pool_os_executors.hpp
R
libs/full/thread_executors/include/hpx/thread_executors/current_executor.hpp
R
libs/full/thread_executors/include/hpx/thread_executors/default_executor.hpp
R
libs/full/thread_executors/include/hpx/thread_executors/detail/on_self_reset.hpp
R
libs/full/thread_executors/include/hpx/thread_executors/embedded_thread_pool_executors.hpp
R libs/full/thread_executors/include/hpx/thread_executors/executors.hpp
R
libs/full/thread_executors/include/hpx/thread_executors/guided_pool_executor.hpp
R
libs/full/thread_executors/include/hpx/thread_executors/limiting_executor.hpp
R
libs/full/thread_executors/include/hpx/thread_executors/manage_thread_executor.hpp
R
libs/full/thread_executors/include/hpx/thread_executors/resource_manager.hpp
R
libs/full/thread_executors/include/hpx/thread_executors/this_thread_executors.hpp
R
libs/full/thread_executors/include/hpx/thread_executors/thread_execution.hpp
R
libs/full/thread_executors/include/hpx/thread_executors/thread_execution_information.hpp
R
libs/full/thread_executors/include/hpx/thread_executors/thread_executor.hpp
R
libs/full/thread_executors/include/hpx/thread_executors/thread_pool_attached_executors.hpp
R
libs/full/thread_executors/include/hpx/thread_executors/thread_pool_os_executors.hpp
R
libs/full/thread_executors/include/hpx/thread_executors/thread_timed_execution.hpp
R libs/full/thread_executors/src/embedded_thread_pool_executors.cpp
R libs/full/thread_executors/src/resource_manager.cpp
R libs/full/thread_executors/src/this_thread_executors.cpp
R libs/full/thread_executors/src/thread_executor.cpp
R libs/full/thread_executors/src/thread_pool_os_executors.cpp
R libs/full/thread_executors/tests/CMakeLists.txt
R libs/full/thread_executors/tests/performance/CMakeLists.txt
R libs/full/thread_executors/tests/regressions/CMakeLists.txt
R libs/full/thread_executors/tests/unit/CMakeLists.txt
R libs/full/thread_executors/tests/unit/resource_manager.cpp
R
libs/full/thread_executors/tests/unit/standalone_thread_pool_os_executors.cpp
R libs/full/thread_executors/tests/unit/this_thread_executors.cpp
R libs/full/thread_executors/tests/unit/thread_pool_executors.cpp
R libs/full/thread_executors/tests/unit/thread_pool_os_executors.cpp
R libs/full/thread_executors/tests/unit/thread_suspension_executor.cpp
R libs/full/thread_executors/tests/unit/timed_this_thread_executors.cpp
R libs/full/thread_executors/tests/unit/timed_thread_pool_executors.cpp
M libs/full/threadmanager/include/hpx/modules/threadmanager.hpp
M libs/full/threadmanager/src/threadmanager.cpp
M libs/full/threadmanager/tests/CMakeLists.txt
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/detail/search.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/for_loop_reduction.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/search.hpp
M libs/parallelism/algorithms/tests/CMakeLists.txt
M libs/parallelism/algorithms/tests/performance/benchmark_inplace_merge.cpp
M libs/parallelism/algorithms/tests/performance/benchmark_is_heap.cpp
M libs/parallelism/algorithms/tests/performance/benchmark_is_heap_until.cpp
M libs/parallelism/algorithms/tests/performance/benchmark_merge.cpp
M libs/parallelism/algorithms/tests/performance/benchmark_partial_sort.cpp
M
libs/parallelism/algorithms/tests/performance/benchmark_partial_sort_parallel.cpp
M libs/parallelism/algorithms/tests/performance/benchmark_partition.cpp
M libs/parallelism/algorithms/tests/performance/benchmark_partition_copy.cpp
M libs/parallelism/algorithms/tests/performance/benchmark_remove.cpp
M libs/parallelism/algorithms/tests/performance/benchmark_remove_if.cpp
M libs/parallelism/algorithms/tests/performance/benchmark_unique.cpp
M libs/parallelism/algorithms/tests/performance/benchmark_unique_copy.cpp
M libs/parallelism/algorithms/tests/performance/foreach_scaling.cpp
M libs/parallelism/algorithms/tests/performance/transform_reduce_scaling.cpp
M libs/parallelism/algorithms/tests/regressions/count_3646.cpp
M libs/parallelism/algorithms/tests/regressions/fill_executor_5016.cpp
M
libs/parallelism/algorithms/tests/regressions/for_each_annotated_function.cpp
M libs/parallelism/algorithms/tests/regressions/for_loop_2281.cpp
M libs/parallelism/algorithms/tests/regressions/minimal_findend.cpp
M libs/parallelism/algorithms/tests/regressions/reduce_3641.cpp
M libs/parallelism/algorithms/tests/regressions/scan_different_inits.cpp
M libs/parallelism/algorithms/tests/regressions/scan_non_commutative.cpp
M libs/parallelism/algorithms/tests/regressions/scan_shortlength.cpp
M libs/parallelism/algorithms/tests/regressions/search_zerolength.cpp
M libs/parallelism/algorithms/tests/regressions/set_operations_3442.cpp
M libs/parallelism/algorithms/tests/regressions/stable_merge_2964.cpp
M libs/parallelism/algorithms/tests/regressions/static_chunker_2282.cpp
M
libs/parallelism/algorithms/tests/regressions/transform_inclusive_scan_4786.cpp
M
libs/parallelism/algorithms/tests/regressions/transform_inclusive_scan_4787.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/adjacentdifference.cpp
M
libs/parallelism/algorithms/tests/unit/algorithms/adjacentdifference_bad_alloc.cpp
M
libs/parallelism/algorithms/tests/unit/algorithms/adjacentdifference_exception.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/adjacentfind.cpp
M
libs/parallelism/algorithms/tests/unit/algorithms/adjacentfind_bad_alloc.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/adjacentfind_binary.cpp
M
libs/parallelism/algorithms/tests/unit/algorithms/adjacentfind_binary_bad_alloc.cpp
M
libs/parallelism/algorithms/tests/unit/algorithms/adjacentfind_binary_exception.cpp
M
libs/parallelism/algorithms/tests/unit/algorithms/adjacentfind_exception.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/all_of.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/any_of.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/copy.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/copyif_bad_alloc.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/copyif_exception.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/copyif_forward.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/copyif_random.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/copyn.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/count.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/count_tests.hpp
M libs/parallelism/algorithms/tests/unit/algorithms/countif.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/countif_tests.hpp
M libs/parallelism/algorithms/tests/unit/algorithms/destroy.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/destroy_tests.hpp
M libs/parallelism/algorithms/tests/unit/algorithms/destroyn.cpp
M
libs/parallelism/algorithms/tests/unit/algorithms/detail/test_insertion_sort.cpp
M
libs/parallelism/algorithms/tests/unit/algorithms/detail/test_parallel_stable_sort.cpp
M
libs/parallelism/algorithms/tests/unit/algorithms/detail/test_sample_sort.cpp
M
libs/parallelism/algorithms/tests/unit/algorithms/detail/test_spin_sort.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/equal.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/equal_binary.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/exclusive_scan.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/exclusive_scan2.cpp
M
libs/parallelism/algorithms/tests/unit/algorithms/exclusive_scan_bad_alloc.cpp
M
libs/parallelism/algorithms/tests/unit/algorithms/exclusive_scan_exception.cpp
M
libs/parallelism/algorithms/tests/unit/algorithms/exclusive_scan_validate.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/fill.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/filln.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/find.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/findend.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/findfirstof.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/findfirstof_binary.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/findif.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/findifnot.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/findifnot_bad_alloc.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/findifnot_exception.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/for_loop.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/for_loop_exception.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/for_loop_induction.cpp
M
libs/parallelism/algorithms/tests/unit/algorithms/for_loop_induction_async.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/for_loop_n.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/for_loop_n_strided.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/for_loop_reduction.cpp
M
libs/parallelism/algorithms/tests/unit/algorithms/for_loop_reduction_async.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/for_loop_strided.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/foreach.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/foreach_executors.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/foreach_prefetching.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/foreach_std_policies.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/foreach_tests.hpp
M
libs/parallelism/algorithms/tests/unit/algorithms/foreach_tests_prefetching.hpp
M libs/parallelism/algorithms/tests/unit/algorithms/foreachn.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/foreachn_bad_alloc.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/foreachn_exception.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/generate.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/generaten.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/includes.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/inclusive_scan.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/inclusive_scan_tests.hpp
M libs/parallelism/algorithms/tests/unit/algorithms/inplace_merge.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/inplace_merge_tests.hpp
M libs/parallelism/algorithms/tests/unit/algorithms/is_heap.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/is_heap_tests.hpp
M libs/parallelism/algorithms/tests/unit/algorithms/is_heap_until.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/is_partitioned.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/is_sorted.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/is_sorted_tests.hpp
M libs/parallelism/algorithms/tests/unit/algorithms/is_sorted_until.cpp
M
libs/parallelism/algorithms/tests/unit/algorithms/lexicographical_compare.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/make_heap.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/max_element.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/merge.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/merge_tests.hpp
M libs/parallelism/algorithms/tests/unit/algorithms/min_element.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/minmax_element.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/mismatch.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/mismatch_binary.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/move.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/none_of.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/parallel_sort.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/partial_sort.cpp
M
libs/parallelism/algorithms/tests/unit/algorithms/partial_sort_parallel.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/partition.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/partition_copy.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/partition_copy_tests.hpp
M libs/parallelism/algorithms/tests/unit/algorithms/partition_tests.hpp
M libs/parallelism/algorithms/tests/unit/algorithms/reduce_.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/reduce_by_key.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/remove.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/remove1.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/remove2.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/remove_copy.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/remove_copy_if.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/remove_if.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/remove_if1.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/remove_tests.hpp
M libs/parallelism/algorithms/tests/unit/algorithms/replace.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/replace_copy.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/replace_copy_if.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/replace_if.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/reverse.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/reverse_copy.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/rotate.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/rotate_copy.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/search.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/searchn.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/set_difference.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/set_intersection.cpp
M
libs/parallelism/algorithms/tests/unit/algorithms/set_symmetric_difference.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/set_union.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/sort.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/sort_by_key.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/sort_exceptions.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/sort_tests.hpp
M libs/parallelism/algorithms/tests/unit/algorithms/stable_partition.cpp
M
libs/parallelism/algorithms/tests/unit/algorithms/stable_partition_tests.hpp
M libs/parallelism/algorithms/tests/unit/algorithms/stable_sort.cpp
M
libs/parallelism/algorithms/tests/unit/algorithms/stable_sort_exceptions.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/stable_sort_tests.hpp
M libs/parallelism/algorithms/tests/unit/algorithms/swapranges.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/test_utils.hpp
M libs/parallelism/algorithms/tests/unit/algorithms/transform.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/transform_binary.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/transform_binary2.cpp
M
libs/parallelism/algorithms/tests/unit/algorithms/transform_binary2_tests.hpp
M
libs/parallelism/algorithms/tests/unit/algorithms/transform_binary_tests.hpp
M
libs/parallelism/algorithms/tests/unit/algorithms/transform_exclusive_scan.cpp
M
libs/parallelism/algorithms/tests/unit/algorithms/transform_inclusive_scan.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/transform_reduce.cpp
M
libs/parallelism/algorithms/tests/unit/algorithms/transform_reduce_binary.cpp
M
libs/parallelism/algorithms/tests/unit/algorithms/transform_reduce_binary_bad_alloc.cpp
M
libs/parallelism/algorithms/tests/unit/algorithms/transform_reduce_binary_exception.cpp
M
libs/parallelism/algorithms/tests/unit/algorithms/transform_reduce_binary_tests.hpp
M libs/parallelism/algorithms/tests/unit/algorithms/transform_tests.hpp
M libs/parallelism/algorithms/tests/unit/algorithms/uninitialized_copy.cpp
M
libs/parallelism/algorithms/tests/unit/algorithms/uninitialized_copy_tests.hpp
M libs/parallelism/algorithms/tests/unit/algorithms/uninitialized_copyn.cpp
M
libs/parallelism/algorithms/tests/unit/algorithms/uninitialized_default_construct.cpp
M
libs/parallelism/algorithms/tests/unit/algorithms/uninitialized_default_construct_tests.hpp
M
libs/parallelism/algorithms/tests/unit/algorithms/uninitialized_default_constructn.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/uninitialized_fill.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/uninitialized_filln.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/uninitialized_move.cpp
M
libs/parallelism/algorithms/tests/unit/algorithms/uninitialized_move_tests.hpp
M libs/parallelism/algorithms/tests/unit/algorithms/uninitialized_moven.cpp
M
libs/parallelism/algorithms/tests/unit/algorithms/uninitialized_value_construct.cpp
M
libs/parallelism/algorithms/tests/unit/algorithms/uninitialized_value_construct_tests.hpp
M
libs/parallelism/algorithms/tests/unit/algorithms/uninitialized_value_constructn.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/unique.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/unique_copy.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/unique_copy_tests.hpp
M libs/parallelism/algorithms/tests/unit/algorithms/unique_tests.hpp
M libs/parallelism/algorithms/tests/unit/algorithms/util/test_low_level.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/util/test_merge_four.cpp
M
libs/parallelism/algorithms/tests/unit/algorithms/util/test_merge_vector.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/util/test_nbits.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/util/test_range.cpp
M libs/parallelism/algorithms/tests/unit/block/spmd_block.cpp
M libs/parallelism/algorithms/tests/unit/block/task_block.cpp
M libs/parallelism/algorithms/tests/unit/block/task_block_executor.cpp
M libs/parallelism/algorithms/tests/unit/block/task_block_par.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/adjacentfind_bad_alloc_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/adjacentfind_binary_bad_alloc_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/adjacentfind_binary_exception_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/adjacentfind_binary_projection_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/adjacentfind_binary_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/adjacentfind_exception_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/adjacentfind_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/all_of_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/any_of_range.cpp
M libs/parallelism/algorithms/tests/unit/container_algorithms/copy_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/copyif_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/copyn_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/count_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/countif_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/destroy_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/destroy_range_tests.hpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/destroyn_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/equal_binary_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/equal_range.cpp
M libs/parallelism/algorithms/tests/unit/container_algorithms/fill_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/filln_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/find_end_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/find_end_range2.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/find_first_of_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/find_first_of_range2.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/find_if_not_exception_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/find_if_not_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/find_if_range.cpp
M libs/parallelism/algorithms/tests/unit/container_algorithms/find_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/for_loop_exception_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/for_loop_induction_async_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/for_loop_induction_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/for_loop_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/for_loop_reduction_async_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/for_loop_reduction_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/for_loop_strided_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/foreach_adapt.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/foreach_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/foreach_range_projection.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/foreach_tests.hpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/foreach_tests_projection.hpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/generate_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/includes_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/inplace_merge_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/is_heap_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/is_heap_until_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/is_partitioned_projection_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/is_partitioned_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/is_sorted_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/is_sorted_range_tests.hpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/is_sorted_until_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/make_heap_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/max_element_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/merge_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/min_element_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/minmax_element_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/mismatch_binary_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/mismatch_range.cpp
M libs/parallelism/algorithms/tests/unit/container_algorithms/move_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/none_of_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/partition_copy_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/partition_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/reduce_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/remove_copy_if_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/remove_copy_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/remove_if_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/remove_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/replace_copy_if_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/replace_copy_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/replace_if_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/replace_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/reverse_copy_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/reverse_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/rotate_copy_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/rotate_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/search_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/searchn_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/set_difference_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/set_intersection_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/set_symmetric_difference_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/set_union_range.cpp
M libs/parallelism/algorithms/tests/unit/container_algorithms/sort_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/sort_range_tests.hpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/stable_sort_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/stable_sort_range_tests.hpp
M libs/parallelism/algorithms/tests/unit/container_algorithms/test_utils.hpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/transform_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/transform_range2.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/transform_range_binary.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/transform_range_binary2.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/transform_reduce_binary_bad_alloc_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/transform_reduce_binary_exception_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/transform_reduce_binary_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/transform_reduce_binary_tests_range.hpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/transform_reduce_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/unique_copy_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/unique_range.cpp
M
libs/parallelism/algorithms/tests/unit/datapar_algorithms/count_datapar.cpp
M
libs/parallelism/algorithms/tests/unit/datapar_algorithms/countif_datapar.cpp
M
libs/parallelism/algorithms/tests/unit/datapar_algorithms/foreach_datapar.cpp
M
libs/parallelism/algorithms/tests/unit/datapar_algorithms/foreach_datapar_zipiter.cpp
M
libs/parallelism/algorithms/tests/unit/datapar_algorithms/foreach_tests.hpp
M
libs/parallelism/algorithms/tests/unit/datapar_algorithms/foreachn_datapar.cpp
M
libs/parallelism/algorithms/tests/unit/datapar_algorithms/transform_binary2_datapar.cpp
M
libs/parallelism/algorithms/tests/unit/datapar_algorithms/transform_binary_datapar.cpp
M
libs/parallelism/algorithms/tests/unit/datapar_algorithms/transform_datapar.cpp
M
libs/parallelism/algorithms/tests/unit/datapar_algorithms/transform_reduce_binary_datapar.cpp
M libs/parallelism/async_combinators/CMakeLists.txt
M
libs/parallelism/async_combinators/include/hpx/async_combinators/split_future.hpp
M libs/parallelism/async_combinators/tests/CMakeLists.txt
M libs/parallelism/async_combinators/tests/regressions/split_future_2246.cpp
M
libs/parallelism/async_combinators/tests/regressions/wait_all_std_array_2035.cpp
M
libs/parallelism/async_combinators/tests/regressions/when_all_vectors_1623.cpp
M libs/parallelism/async_combinators/tests/unit/split_shared_future.cpp
M libs/parallelism/async_combinators/tests/unit/wait_all_std_array.cpp
M libs/parallelism/async_combinators/tests/unit/wait_any_std_array.cpp
M libs/parallelism/async_combinators/tests/unit/when_all.cpp
M libs/parallelism/async_combinators/tests/unit/when_all_std_array.cpp
M libs/parallelism/async_combinators/tests/unit/when_any.cpp
M libs/parallelism/async_combinators/tests/unit/when_any_std_array.cpp
M libs/parallelism/async_combinators/tests/unit/when_each.cpp
M libs/parallelism/async_combinators/tests/unit/when_some.cpp
M libs/parallelism/async_combinators/tests/unit/when_some_std_array.cpp
M libs/parallelism/async_local/tests/CMakeLists.txt
M libs/parallelism/async_local/tests/unit/apply_local.cpp
M libs/parallelism/async_local/tests/unit/apply_local_executor.cpp
M libs/parallelism/async_local/tests/unit/async_local.cpp
M libs/parallelism/async_local/tests/unit/async_local_executor.cpp
M
libs/parallelism/async_local/tests/unit/async_local_executor_additional_arguments.cpp
M libs/parallelism/execution/CMakeLists.txt
A libs/parallelism/execution/include/hpx/execution/algorithms/detach.hpp
M
libs/parallelism/execution/include/hpx/execution/algorithms/detail/partial_algorithm.hpp
M
libs/parallelism/execution/include/hpx/execution/algorithms/detail/single_result.hpp
A
libs/parallelism/execution/include/hpx/execution/algorithms/ensure_started.hpp
M libs/parallelism/execution/include/hpx/execution/algorithms/just.hpp
M libs/parallelism/execution/include/hpx/execution/algorithms/just_on.hpp
A
libs/parallelism/execution/include/hpx/execution/algorithms/keep_future.hpp
A libs/parallelism/execution/include/hpx/execution/algorithms/let_error.hpp
A libs/parallelism/execution/include/hpx/execution/algorithms/let_value.hpp
M libs/parallelism/execution/include/hpx/execution/algorithms/on.hpp
M libs/parallelism/execution/include/hpx/execution/algorithms/sync_wait.hpp
M libs/parallelism/execution/include/hpx/execution/algorithms/transform.hpp
M libs/parallelism/execution/include/hpx/execution/algorithms/when_all.hpp
M libs/parallelism/execution/include/hpx/execution/detail/future_exec.hpp
M
libs/parallelism/execution/include/hpx/execution/executors/execution_parameters.hpp
M
libs/parallelism/execution/include/hpx/execution/traits/executor_traits.hpp
M libs/parallelism/execution/tests/CMakeLists.txt
M libs/parallelism/execution/tests/regressions/CMakeLists.txt
M libs/parallelism/execution/tests/regressions/annotated_minmax_2593.cpp
M libs/parallelism/execution/tests/regressions/bulk_then_execute_3182.cpp
M libs/parallelism/execution/tests/regressions/chunk_size_4118.cpp
M
libs/parallelism/execution/tests/regressions/future_then_async_executor.cpp
R libs/parallelism/execution/tests/regressions/handled_exception_2959.cpp
M libs/parallelism/execution/tests/regressions/is_executor_1691.cpp
M libs/parallelism/execution/tests/regressions/lambda_arguments_2403.cpp
M libs/parallelism/execution/tests/regressions/lambda_return_type_2402.cpp
M libs/parallelism/execution/tests/regressions/parallel_executor_1781.cpp
M libs/parallelism/execution/tests/unit/CMakeLists.txt
A libs/parallelism/execution/tests/unit/algorithm_detach.cpp
A libs/parallelism/execution/tests/unit/algorithm_ensure_started.cpp
M libs/parallelism/execution/tests/unit/algorithm_just.cpp
M libs/parallelism/execution/tests/unit/algorithm_just_on.cpp
A libs/parallelism/execution/tests/unit/algorithm_let_error.cpp
A libs/parallelism/execution/tests/unit/algorithm_let_value.cpp
M libs/parallelism/execution/tests/unit/algorithm_on.cpp
M libs/parallelism/execution/tests/unit/algorithm_sync_wait.cpp
A libs/parallelism/execution/tests/unit/algorithm_test_utils.hpp
M libs/parallelism/execution/tests/unit/algorithm_transform.cpp
M libs/parallelism/execution/tests/unit/algorithm_when_all.cpp
M libs/parallelism/execution/tests/unit/bulk_async.cpp
M libs/parallelism/execution/tests/unit/created_executor.cpp
M libs/parallelism/execution/tests/unit/executor_parameters.cpp
M libs/parallelism/execution/tests/unit/executor_parameters_dispatching.cpp
M libs/parallelism/execution/tests/unit/executor_parameters_timer_hooks.cpp
M libs/parallelism/execution/tests/unit/foreach_tests.hpp
M libs/parallelism/execution/tests/unit/future_then_executor.cpp
M libs/parallelism/execution/tests/unit/minimal_async_executor.cpp
M libs/parallelism/execution/tests/unit/minimal_sync_executor.cpp
M libs/parallelism/execution/tests/unit/parallel_executor.cpp
M libs/parallelism/execution/tests/unit/parallel_fork_executor.cpp
M libs/parallelism/execution/tests/unit/parallel_policy_executor.cpp
M libs/parallelism/execution/tests/unit/persistent_executor_parameters.cpp
M libs/parallelism/execution/tests/unit/polymorphic_executor.cpp
M libs/parallelism/execution/tests/unit/shared_parallel_executor.cpp
M libs/parallelism/execution/tests/unit/standalone_thread_pool_executor.cpp
M libs/parallelism/execution/tests/unit/test_utils.hpp
M libs/parallelism/executors/CMakeLists.txt
M libs/parallelism/executors/include/hpx/executors/apply.hpp
M libs/parallelism/executors/include/hpx/executors/async.hpp
M libs/parallelism/executors/include/hpx/executors/dataflow.hpp
M
libs/parallelism/executors/include/hpx/executors/datapar/execution_policy.hpp
M libs/parallelism/executors/include/hpx/executors/execution_policy.hpp
M libs/parallelism/executors/include/hpx/executors/p0443_executor.hpp
M libs/parallelism/executors/include/hpx/executors/sequenced_executor.hpp
M libs/parallelism/executors/include/hpx/executors/service_executors.hpp
M libs/parallelism/executors/include/hpx/executors/std_execution_policy.hpp
M libs/parallelism/executors/include/hpx/executors/sync.hpp
R
libs/parallelism/executors/include/hpx/executors/thread_pool_attached_executors.hpp
M libs/parallelism/executors/tests/CMakeLists.txt
M libs/parallelism/executors/tests/unit/CMakeLists.txt
M libs/parallelism/executors/tests/unit/fork_join_executor.cpp
M libs/parallelism/executors/tests/unit/limiting_executor.cpp
M libs/parallelism/executors/tests/unit/p0443_executor.cpp
M libs/parallelism/executors/tests/unit/sequenced_executor.cpp
M libs/parallelism/executors/tests/unit/service_executors.cpp
M libs/parallelism/executors/tests/unit/std_execution_policies.cpp
R libs/parallelism/executors/tests/unit/thread_pool_attached_executors.cpp
M libs/parallelism/futures/include/hpx/futures/detail/future_data.hpp
M libs/parallelism/futures/include/hpx/futures/future.hpp
M libs/parallelism/futures/include/hpx/futures/futures_factory.hpp
M libs/parallelism/futures/include/hpx/futures/packaged_continuation.hpp
M libs/parallelism/futures/tests/CMakeLists.txt
M libs/parallelism/futures/tests/regressions/fail_future_2667.cpp
M libs/parallelism/futures/tests/regressions/future_2667.cpp
M libs/parallelism/futures/tests/regressions/future_790.cpp
M libs/parallelism/futures/tests/regressions/future_range_ambiguity_2032.cpp
M libs/parallelism/futures/tests/regressions/future_unwrap_1182.cpp
M libs/parallelism/futures/tests/regressions/future_unwrap_878.cpp
M
libs/parallelism/futures/tests/regressions/shared_future_continuation_order.cpp
M libs/parallelism/futures/tests/regressions/shared_future_then_2166.cpp
M libs/parallelism/futures/tests/unit/future.cpp
M libs/parallelism/futures/tests/unit/future_ref.cpp
M libs/parallelism/futures/tests/unit/future_then.cpp
M libs/parallelism/futures/tests/unit/make_future.cpp
M libs/parallelism/futures/tests/unit/make_ready_future.cpp
M libs/parallelism/futures/tests/unit/shared_future.cpp
M libs/parallelism/lcos_local/include/hpx/lcos_local/packaged_task.hpp
M libs/parallelism/lcos_local/tests/CMakeLists.txt
M
libs/parallelism/lcos_local/tests/regressions/safely_destroy_promise_1481.cpp
M libs/parallelism/lcos_local/tests/unit/channel_local.cpp
M libs/parallelism/lcos_local/tests/unit/local_dataflow.cpp
M
libs/parallelism/lcos_local/tests/unit/local_dataflow_boost_small_vector.cpp
M libs/parallelism/lcos_local/tests/unit/local_dataflow_executor.cpp
M
libs/parallelism/lcos_local/tests/unit/local_dataflow_executor_additional_arguments.cpp
M libs/parallelism/lcos_local/tests/unit/local_dataflow_external_future.cpp
M libs/parallelism/lcos_local/tests/unit/local_dataflow_std_array.cpp
M libs/parallelism/lcos_local/tests/unit/run_guarded.cpp
M libs/parallelism/lcos_local/tests/unit/split_future.cpp
M libs/parallelism/pack_traversal/CMakeLists.txt
M libs/parallelism/pack_traversal/tests/CMakeLists.txt
M libs/parallelism/pack_traversal/tests/regressions/unwrapped_1528.cpp
M libs/parallelism/pack_traversal/tests/unit/unwrap.cpp
M libs/parallelism/resiliency/examples/1d_stencil_replay_exception.cpp
M libs/parallelism/resiliency/examples/1d_stencil_replay_validate.cpp
M libs/parallelism/resiliency/examples/async_replay.cpp
M libs/parallelism/resiliency/examples/async_replicate.cpp
M libs/parallelism/resiliency/examples/async_replicate_vote.cpp
M libs/parallelism/resiliency/examples/dataflow_replicate.cpp
M libs/parallelism/resiliency/examples/version.cpp
M
libs/parallelism/resiliency/include/hpx/resiliency/async_replay_executor.hpp
M
libs/parallelism/resiliency/include/hpx/resiliency/async_replicate_executor.hpp
M libs/parallelism/resiliency/tests/CMakeLists.txt
M libs/parallelism/resiliency/tests/performance/replay/1d_stencil.cpp
M
libs/parallelism/resiliency/tests/performance/replay/1d_stencil_checksum.cpp
M libs/parallelism/resiliency/tests/performance/replay/1d_stencil_replay.cpp
M libs/parallelism/resiliency/tests/performance/replay/async_replay.cpp
M
libs/parallelism/resiliency/tests/performance/replay/async_replay_validate.cpp
M libs/parallelism/resiliency/tests/performance/replay/dataflow_replay.cpp
M
libs/parallelism/resiliency/tests/performance/replay/dataflow_replay_validate.cpp
M
libs/parallelism/resiliency/tests/performance/replay/pure_async_for_replay.cpp
M libs/parallelism/resiliency/tests/performance/replay/pure_dataflow.cpp
M
libs/parallelism/resiliency/tests/performance/replicate/1d_stencil_replicate.cpp
M
libs/parallelism/resiliency/tests/performance/replicate/1d_stencil_replicate_checksum.cpp
M
libs/parallelism/resiliency/tests/performance/replicate/async_replicate.cpp
M
libs/parallelism/resiliency/tests/performance/replicate/async_replicate_validate.cpp
M
libs/parallelism/resiliency/tests/performance/replicate/async_replicate_vote.cpp
M
libs/parallelism/resiliency/tests/performance/replicate/async_replicate_vote_validate.cpp
M
libs/parallelism/resiliency/tests/performance/replicate/pure_async_for_replicate.cpp
M libs/parallelism/resiliency/tests/unit/async_replay_executor.cpp
M libs/parallelism/resiliency/tests/unit/async_replay_plain.cpp
M libs/parallelism/resiliency/tests/unit/async_replicate_executor.cpp
M libs/parallelism/resiliency/tests/unit/async_replicate_plain.cpp
M libs/parallelism/resiliency/tests/unit/async_replicate_vote_executor.cpp
M libs/parallelism/resiliency/tests/unit/async_replicate_vote_plain.cpp
M libs/parallelism/resiliency/tests/unit/dataflow_replay_executor.cpp
M libs/parallelism/resiliency/tests/unit/dataflow_replay_plain.cpp
M libs/parallelism/resiliency/tests/unit/dataflow_replicate_executor.cpp
M libs/parallelism/resiliency/tests/unit/dataflow_replicate_plain.cpp
M libs/parallelism/resiliency/tests/unit/replay_executor.cpp
M libs/parallelism/resiliency/tests/unit/replicate_executor.cpp
M libs/parallelism/threading/CMakeLists.txt
A libs/parallelism/threading/include/hpx/local/thread.hpp
M libs/parallelism/threading/include/hpx/thread.hpp
M libs/parallelism/threading/tests/CMakeLists.txt
M libs/parallelism/threading/tests/unit/condition_variable2.cpp
M libs/parallelism/threading/tests/unit/condition_variable3.cpp
M libs/parallelism/threading/tests/unit/condition_variable4.cpp
M libs/parallelism/threading/tests/unit/condition_variable_race.cpp
M libs/parallelism/threading/tests/unit/error_callback.cpp
M libs/parallelism/threading/tests/unit/jthread1.cpp
M libs/parallelism/threading/tests/unit/jthread2.cpp
M libs/parallelism/threading/tests/unit/stack_check.cpp
M libs/parallelism/threading/tests/unit/stop_token_cb1.cpp
M libs/parallelism/threading/tests/unit/stop_token_race.cpp
M libs/parallelism/threading/tests/unit/stop_token_race2.cpp
M libs/parallelism/threading/tests/unit/thread.cpp
M libs/parallelism/threading/tests/unit/thread_id.cpp
M libs/parallelism/threading/tests/unit/thread_launching.cpp
M libs/parallelism/threading/tests/unit/thread_mf.cpp
R libs/parallelism/threading/tests/unit/thread_stacksize_overflow.cpp
R libs/parallelism/threading/tests/unit/thread_stacksize_overflow_v2.cpp
M libs/parallelism/threading/tests/unit/thread_yield.cpp
M libs/parallelism/threading/tests/unit/tss.cpp
M libs/parallelism/timed_execution/tests/CMakeLists.txt
M
libs/parallelism/timed_execution/tests/unit/minimal_timed_async_executor.cpp
M
libs/parallelism/timed_execution/tests/unit/minimal_timed_sync_executor.cpp
M libs/parallelism/timed_execution/tests/unit/timed_parallel_executor.cpp
M src/CMakeLists.txt
M tests/regressions/lcos/CMakeLists.txt
R tests/regressions/lcos/shared_future_then_with_executor_3634.cpp
M tests/regressions/threads/CMakeLists.txt
M tests/unit/apex/annotation_check.cpp
Log Message:
-----------
Merge branch 'master' into gcc_11_c++20
Commit: cc48aa77e135f1dc94ecc2138b6192689b9b14b3
https://github.com/STEllAR-GROUP/hpx/commit/cc48aa77e135f1dc94ecc2138b6192689b9b14b3
Author: Mikael Simberg <[email protected]>
Date: 2021-05-27 (Thu, 27 May 2021)
Changed paths:
M .jenkins/cscs/env-gcc-newest.sh
M cmake/HPX_AddConfigTest.cmake
M cmake/HPX_PerformCxxFeatureTests.cmake
A cmake/tests/cxx20_lambda_capture.cpp
A cmake/tests/cxx20_paren_initialization_of_aggregates.cpp
M
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_impl.hpp
M
components/containers/unordered/include/hpx/components/containers/unordered/unordered_map.hpp
M examples/cancelable_action/cancelable_action/server/cancelable_action.hpp
M hpx/runtime/parcelset/parcelport_impl.hpp
M libs/core/config/CMakeLists.txt
M libs/core/config/include/hpx/config.hpp
A libs/core/config/include/hpx/config/lambda_capture_this.hpp
M libs/core/preprocessor/CMakeLists.txt
A libs/core/preprocessor/include/hpx/preprocessor/identity.hpp
M
libs/core/serialization/include/hpx/serialization/traits/brace_initializable_traits.hpp
M libs/core/serialization/tests/unit/serialization_brace_initializable.cpp
M libs/full/agas/src/addressing_service.cpp
M
libs/full/distribution_policies/include/hpx/distribution_policies/binpacking_distribution_policy.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform_reduce.hpp
M
libs/parallelism/async_combinators/include/hpx/async_combinators/future_wait.hpp
M tests/performance/network/network_storage/simple_profiler.hpp
Log Message:
-----------
Merge pull request #5319 from srinivasyadav18/gcc_11_c++20
gcc 11.1 c++20 build fixes
Compare:
https://github.com/STEllAR-GROUP/hpx/compare/a644bc3553a3...cc48aa77e135
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits