Branch: refs/heads/master
Home: https://github.com/STEllAR-GROUP/hpx
Commit: fb14a4ad5608b2b32d4fa3e2529296455af54f81
https://github.com/STEllAR-GROUP/hpx/commit/fb14a4ad5608b2b32d4fa3e2529296455af54f81
Author: chuanqiu <[email protected]>
Date: 2021-07-17 (Sat, 17 Jul 2021)
Changed paths:
M libs/full/include_local/include/hpx/local/algorithm.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/rotate.hpp
Log Message:
-----------
add rotate and rotate_copy tag_fallback_dispatch overloads
Commit: 2ecac06e712316cce96501d3dc834c4b86b275ac
https://github.com/STEllAR-GROUP/hpx/commit/2ecac06e712316cce96501d3dc834c4b86b275ac
Author: chuanqiu <[email protected]>
Date: 2021-07-17 (Sat, 17 Jul 2021)
Changed paths:
M libs/parallelism/algorithms/tests/unit/algorithms/rotate.cpp
Log Message:
-----------
update rotate.cpp test
Commit: cadc1f51afd42694e9af29e090804d95c862aa87
https://github.com/STEllAR-GROUP/hpx/commit/cadc1f51afd42694e9af29e090804d95c862aa87
Author: chuanqiu <[email protected]>
Date: 2021-07-26 (Mon, 26 Jul 2021)
Changed paths:
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/rotate.hpp
Log Message:
-----------
fix clang-format&deprecate_v&overloads
Commit: b585d13c98ef01362da2191ceb2b60fa04be2619
https://github.com/STEllAR-GROUP/hpx/commit/b585d13c98ef01362da2191ceb2b60fa04be2619
Author: chuanqiu <[email protected]>
Date: 2021-07-26 (Mon, 26 Jul 2021)
Changed paths:
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/container_algorithms/rotate_copy_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/rotate_range.cpp
Log Message:
-----------
add test for rotate/rotate_copy
Commit: 8a6f31ffa9b9d62c7df5382b9ca6a233f7eb2b6e
https://github.com/STEllAR-GROUP/hpx/commit/8a6f31ffa9b9d62c7df5382b9ca6a233f7eb2b6e
Author: chuanqiu <[email protected]>
Date: 2021-07-26 (Mon, 26 Jul 2021)
Changed paths:
M
libs/parallelism/algorithms/tests/unit/container_algorithms/rotate_range.cpp
Log Message:
-----------
update rangestest
Commit: d824afc95c1f65eb553345a148e6c9a5b3b624d9
https://github.com/STEllAR-GROUP/hpx/commit/d824afc95c1f65eb553345a148e6c9a5b3b624d9
Author: chuanqiu <[email protected]>
Date: 2021-07-26 (Mon, 26 Jul 2021)
Changed paths:
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/rotate.hpp
Log Message:
-----------
add container overloads
Commit: e523ba01062ec1d9ca8aab6e338f55810a61d932
https://github.com/STEllAR-GROUP/hpx/commit/e523ba01062ec1d9ca8aab6e338f55810a61d932
Author: chuanqiu <[email protected]>
Date: 2021-07-26 (Mon, 26 Jul 2021)
Changed paths:
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/rotate.hpp
Log Message:
-----------
fix one overload
Commit: fb308e52a1ee9dd19389f65d3d0932328dfe3789
https://github.com/STEllAR-GROUP/hpx/commit/fb308e52a1ee9dd19389f65d3d0932328dfe3789
Author: chuanqiu <[email protected]>
Date: 2021-07-27 (Tue, 27 Jul 2021)
Changed paths:
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/rotate.hpp
M libs/parallelism/algorithms/tests/unit/algorithms/rotate.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/rotate_copy_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/rotate_range.cpp
Log Message:
-----------
update ranges_rotate documentation&deprecated old parallel overloads&update
tests
Commit: 34cd5a92feacb5b3758f766936496892888a470e
https://github.com/STEllAR-GROUP/hpx/commit/34cd5a92feacb5b3758f766936496892888a470e
Author: chuanqiu <[email protected]>
Date: 2021-07-28 (Wed, 28 Jul 2021)
Changed paths:
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/rotate.hpp
Log Message:
-----------
fix spellerror
Commit: f3c0727a34fe02bf4b0bff528560fa398ab71fa9
https://github.com/STEllAR-GROUP/hpx/commit/f3c0727a34fe02bf4b0bff528560fa398ab71fa9
Author: chuanqiu <[email protected]>
Date: 2021-08-03 (Tue, 03 Aug 2021)
Changed paths:
M libs/core/iterator_support/include/hpx/iterator_support/iterator_range.hpp
M libs/parallelism/algorithms/include/hpx/parallel/util/result_types.hpp
Log Message:
-----------
add get_subrange()&subrange_t
Commit: 740d7b7e90489a95ff26f0cb4524ff2fc79d2b5f
https://github.com/STEllAR-GROUP/hpx/commit/740d7b7e90489a95ff26f0cb4524ff2fc79d2b5f
Author: chuanqiu <[email protected]>
Date: 2021-08-03 (Tue, 03 Aug 2021)
Changed paths:
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/rotate.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/rotate.hpp
M libs/parallelism/algorithms/include/hpx/parallel/util/result_types.hpp
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/container_algorithms/rotate_copy_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/rotate_range.cpp
Log Message:
-----------
update&fix tests
Commit: 9fd72ff1a63dfd7312f7361c296647c5dffe18f2
https://github.com/STEllAR-GROUP/hpx/commit/9fd72ff1a63dfd7312f7361c296647c5dffe18f2
Author: chuanqiu <[email protected]>
Date: 2021-08-03 (Tue, 03 Aug 2021)
Changed paths:
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/rotate.hpp
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/container_algorithms/rotate_copy_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/rotate_range.cpp
Log Message:
-----------
clang-format minor fix
Commit: 633cf6013fac60046e13e6eb9dbb3d10adea2b9c
https://github.com/STEllAR-GROUP/hpx/commit/633cf6013fac60046e13e6eb9dbb3d10adea2b9c
Author: chuanqiu <[email protected]>
Date: 2021-08-09 (Mon, 09 Aug 2021)
Changed paths:
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/rotate.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/remove.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/rotate.hpp
M libs/parallelism/algorithms/include/hpx/parallel/util/result_types.hpp
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/container_algorithms/rotate_copy_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/rotate_range.cpp
Log Message:
-----------
update and fix rotate&tests
Commit: f58c49aa07f4e5a7c88134384edf50955b17e51d
https://github.com/STEllAR-GROUP/hpx/commit/f58c49aa07f4e5a7c88134384edf50955b17e51d
Author: chuanqiu <[email protected]>
Date: 2021-08-09 (Mon, 09 Aug 2021)
Changed paths:
M
libs/parallelism/algorithms/tests/unit/container_algorithms/rotate_copy_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/rotate_range.cpp
Log Message:
-----------
fix ranges tests
Commit: 990fe4aec3815a286f440f31be896b97f7c8e1cf
https://github.com/STEllAR-GROUP/hpx/commit/990fe4aec3815a286f440f31be896b97f7c8e1cf
Author: hcq9102 <[email protected]>
Date: 2021-08-10 (Tue, 10 Aug 2021)
Changed paths:
M .circleci/config.yml
M .clang-format
M .cmake-format.py
M .github/workflows/linux_debug.yml
M .github/workflows/linux_hip.yml
M .github/workflows/linux_release_fetchcontent.yml
M .github/workflows/linux_sanitizers.yml
M .github/workflows/windows_debug.yml
M .github/workflows/windows_release.yml
M .gitignore
M .jenkins/cscs-perftests/Jenkinsfile
M .jenkins/cscs-perftests/env-perftests.sh
M .jenkins/cscs/Jenkinsfile
M .jenkins/cscs/entry.sh
M .jenkins/cscs/env-clang-10.sh
M .jenkins/cscs/env-clang-8.sh
M .jenkins/cscs/env-clang-9.sh
M .jenkins/cscs/env-clang-apex.sh
M .jenkins/cscs/env-clang-cuda.sh
M .jenkins/cscs/env-clang-newest.sh
M .jenkins/cscs/env-clang-oldest.sh
M .jenkins/cscs/env-common.sh
M .jenkins/cscs/env-gcc-10.sh
M .jenkins/cscs/env-gcc-cuda.sh
M .jenkins/cscs/env-gcc-newest.sh
M .jenkins/cscs/env-gcc-oldest.sh
R .jenkins/cscs/env-icc.sh
M .jenkins/lsu/Jenkinsfile
M .jenkins/lsu/entry.sh
M .jenkins/lsu/env-clang-9.sh
M .jenkins/lsu/env-gcc-8.sh
M .jenkins/lsu/env-gcc-9-cuda-11.sh
M .jenkins/lsu/env-gcc-9.sh
M .jenkins/lsu/env-hipcc.sh
A CITATION.cff
M CMakeLists.txt
M cmake/FindAsio.cmake
M cmake/HPX_AddCompileFlag.cmake
M cmake/HPX_AddComponent.cmake
M cmake/HPX_AddConfigTest.cmake
M cmake/HPX_AddDefinitions.cmake
M cmake/HPX_AddExecutable.cmake
M cmake/HPX_AddLibrary.cmake
M cmake/HPX_AddModule.cmake
M cmake/HPX_CheckCXXStandard.cmake
M cmake/HPX_GeneratePackageUtils.cmake
M cmake/HPX_PerformCxxFeatureTests.cmake
M cmake/HPX_SetupApex.cmake
M cmake/HPX_SetupAsio.cmake
M cmake/HPX_SetupCUDA.cmake
M cmake/HPX_SetupTarget.cmake
M cmake/HPX_UpdateGitDocs.cmake
M cmake/templates/HPXConfig.cmake.in
M cmake/templates/conf.py.in
A cmake/tests/builtin_make_integer_seq.cu
A cmake/tests/builtin_type_pack_element.cu
R cmake/tests/cxx17_deduction_guides.cpp
R cmake/tests/cxx17_fallthrough_attribute.cpp
R cmake/tests/cxx17_fold_expressions.cpp
R cmake/tests/cxx17_if_constexpr.cpp
R cmake/tests/cxx17_inline_constexpr_variable.cpp
R cmake/tests/cxx17_maybe_unused.cpp
R cmake/tests/cxx17_nodiscard_attribute.cpp
R cmake/tests/cxx17_std_in_place_type_t.cpp
R cmake/tests/cxx17_std_nontype_template_parameter_auto.cpp
R cmake/tests/cxx17_std_variant.cpp
R cmake/tests/cxx17_structured_bindings.cpp
A cmake/tests/cxx20_perfect_pack_capture.cpp
M components/create_component_skeleton.py
M components/performance_counters/io/src/io_counters.cpp
M docs/sphinx/about_hpx/history.rst
M docs/sphinx/about_hpx/people.rst
M docs/sphinx/api/public_api.rst
M docs/sphinx/manual/building_hpx.rst
M docs/sphinx/manual/creating_hpx_projects.rst
M docs/sphinx/manual/writing_single_node_hpx_applications.rst
M docs/sphinx/quickstart.rst
M examples/balancing/hpx_thread_phase.cpp
M examples/cancelable_action/cancelable_action/server/cancelable_action.hpp
M examples/gtest_emulation/CMakeLists.txt
M examples/hello_world_component/CMakeLists.txt
M examples/jacobi/jacobi_component/server/solver.hpp
M hpx/runtime/parcelset/parcelhandler.hpp
M hpx/runtime/parcelset/parcelport_impl.hpp
M init/CMakeLists.txt
M libs/core/CMakeLists.txt
M
libs/core/allocator_support/include/hpx/allocator_support/traits/is_allocator.hpp
M libs/core/concurrency/include/hpx/concurrency/deque.hpp
M libs/core/config/include/hpx/config.hpp
M libs/core/config/include/hpx/config/attributes.hpp
M libs/core/config/include/hpx/config/compiler_specific.hpp
M libs/core/config/include/hpx/config/constexpr.hpp
M libs/core/coroutines/CMakeLists.txt
M libs/core/coroutines/include/hpx/coroutines/coroutine.hpp
M libs/core/coroutines/include/hpx/coroutines/detail/context_base.hpp
M libs/core/coroutines/include/hpx/coroutines/detail/context_linux_x86.hpp
M
libs/core/coroutines/include/hpx/coroutines/detail/context_windows_fibers.hpp
M libs/core/coroutines/include/hpx/coroutines/detail/coroutine_accessor.hpp
M libs/core/coroutines/include/hpx/coroutines/detail/coroutine_impl.hpp
M libs/core/coroutines/include/hpx/coroutines/detail/coroutine_self.hpp
M
libs/core/coroutines/include/hpx/coroutines/detail/coroutine_stackful_self.hpp
M libs/core/coroutines/include/hpx/coroutines/detail/tss.hpp
M libs/core/coroutines/include/hpx/coroutines/stackless_coroutine.hpp
M libs/core/coroutines/include/hpx/coroutines/thread_id_type.hpp
M libs/core/coroutines/src/detail/coroutine_impl.cpp
M libs/core/coroutines/src/detail/tss.cpp
M libs/core/datastructures/include/hpx/datastructures/any.hpp
M libs/core/datastructures/include/hpx/datastructures/member_pack.hpp
M libs/core/datastructures/include/hpx/datastructures/optional.hpp
M libs/core/datastructures/include/hpx/datastructures/variant_helper.hpp
M libs/core/datastructures/tests/unit/tuple.cpp
M libs/core/debugging/include/hpx/debugging/print.hpp
M libs/core/debugging/src/attach_debugger.cpp
M libs/core/errors/include/hpx/errors/exception_info.hpp
M libs/core/execution_base/include/hpx/execution_base/execution.hpp
M libs/core/execution_base/include/hpx/execution_base/operation_state.hpp
M libs/core/execution_base/include/hpx/execution_base/receiver.hpp
M libs/core/execution_base/include/hpx/execution_base/sender.hpp
M libs/core/execution_base/tests/unit/CMakeLists.txt
R libs/core/execution_base/tests/unit/basic_executor.cpp
M libs/core/execution_base/tests/unit/basic_schedule.cpp
M libs/core/execution_base/tests/unit/basic_sender.cpp
R libs/core/execution_base/tests/unit/basic_submit.cpp
M libs/core/format/include/hpx/util/from_string.hpp
M libs/core/functional/CMakeLists.txt
M libs/core/functional/include/hpx/functional/bind.hpp
R libs/core/functional/include/hpx/functional/detail/invoke.hpp
R libs/core/functional/include/hpx/functional/invoke_result.hpp
R libs/core/functional/include/hpx/functional/tag_dispatch.hpp
R libs/core/functional/include/hpx/functional/tag_fallback_dispatch.hpp
R libs/core/functional/include/hpx/functional/tag_priority_dispatch.hpp
M libs/core/functional/include/hpx/functional/traits/is_action.hpp
M libs/core/functional/include/hpx/functional/traits/is_bind_expression.hpp
R libs/core/functional/include/hpx/functional/traits/is_invocable.hpp
M libs/core/functional/include/hpx/functional/traits/is_placeholder.hpp
M libs/core/functional/tests/regressions/CMakeLists.txt
A libs/core/functional/tests/regressions/bind_sfinae_5488.cpp
M libs/core/functional/tests/unit/CMakeLists.txt
R libs/core/functional/tests/unit/tag_dispatch.cpp
M libs/core/io_service/include/hpx/io_service/io_service_pool.hpp
M libs/core/io_service/include/hpx/io_service/io_service_thread_pool.hpp
M libs/core/io_service/src/io_service_pool.cpp
M libs/core/io_service/src/io_service_thread_pool.cpp
M libs/core/iterator_support/CMakeLists.txt
A libs/core/iterator_support/include/hpx/iterator_support/counting_shape.hpp
M
libs/core/iterator_support/include/hpx/iterator_support/generator_iterator.hpp
M
libs/core/iterator_support/include/hpx/iterator_support/iterator_facade.hpp
M libs/core/iterator_support/include/hpx/iterator_support/range.hpp
M
libs/core/iterator_support/include/hpx/iterator_support/traits/is_range.hpp
M libs/core/iterator_support/tests/unit/iterator_facade.cpp
M libs/core/logging/include/hpx/modules/logging.hpp
M libs/core/memory/include/hpx/memory/intrusive_ptr.hpp
M libs/core/modules.rst
M
libs/core/schedulers/include/hpx/schedulers/local_priority_queue_scheduler.hpp
M libs/core/schedulers/include/hpx/schedulers/local_queue_scheduler.hpp
M libs/core/schedulers/include/hpx/schedulers/lockfree_queue_backends.hpp
M libs/core/schedulers/include/hpx/schedulers/queue_holder_numa.hpp
M libs/core/schedulers/include/hpx/schedulers/queue_holder_thread.hpp
M
libs/core/schedulers/include/hpx/schedulers/shared_priority_queue_scheduler.hpp
M libs/core/schedulers/include/hpx/schedulers/static_queue_scheduler.hpp
M libs/core/schedulers/include/hpx/schedulers/thread_queue.hpp
M libs/core/schedulers/include/hpx/schedulers/thread_queue_mc.hpp
M libs/core/serialization/CMakeLists.txt
M libs/core/serialization/include/hpx/serialization/access.hpp
M libs/core/serialization/include/hpx/serialization/array.hpp
M libs/core/serialization/include/hpx/serialization/brace_initializable.hpp
M
libs/core/serialization/include/hpx/serialization/brace_initializable_fwd.hpp
A
libs/core/serialization/include/hpx/serialization/detail/constructor_selector.hpp
M
libs/core/serialization/include/hpx/serialization/detail/extra_archive_data.hpp
M
libs/core/serialization/include/hpx/serialization/detail/non_default_constructible.hpp
M libs/core/serialization/include/hpx/serialization/detail/pointer.hpp
M
libs/core/serialization/include/hpx/serialization/detail/polymorphic_nonintrusive_factory.hpp
M
libs/core/serialization/include/hpx/serialization/detail/serialize_collection.hpp
M libs/core/serialization/include/hpx/serialization/input_archive.hpp
M libs/core/serialization/include/hpx/serialization/map.hpp
M libs/core/serialization/include/hpx/serialization/output_archive.hpp
M libs/core/serialization/include/hpx/serialization/serializable_any.hpp
M libs/core/serialization/include/hpx/serialization/std_tuple.hpp
M
libs/core/serialization/include/hpx/serialization/traits/brace_initializable_traits.hpp
M
libs/core/serialization/include/hpx/serialization/traits/is_not_bitwise_serializable.hpp
M
libs/core/serialization/include/hpx/serialization/traits/polymorphic_traits.hpp
M libs/core/serialization/include/hpx/serialization/tuple.hpp
M libs/core/serialization/include/hpx/serialization/variant.hpp
M libs/core/serialization/include/hpx/serialization/vector.hpp
M libs/core/serialization/src/detail/pointer.cpp
M libs/core/serialization/tests/regressions/CMakeLists.txt
M libs/core/serialization/tests/regressions/std_variant_4448.cpp
M libs/core/serialization/tests/unit/CMakeLists.txt
M libs/core/serialization/tests/unit/not_bitwise_serializable.cpp
M libs/core/serialization/tests/unit/serialization_brace_initializable.cpp
M libs/core/serialization/tests/unit/serialization_std_variant.cpp
M libs/core/synchronization/include/hpx/synchronization/mutex.hpp
M libs/core/synchronization/include/hpx/synchronization/spinlock.hpp
M libs/core/synchronization/include/hpx/synchronization/stop_token.hpp
A libs/core/tag_dispatch/CMakeLists.txt
A libs/core/tag_dispatch/README.rst
A libs/core/tag_dispatch/docs/index.rst
A libs/core/tag_dispatch/examples/CMakeLists.txt
A libs/core/tag_dispatch/include/hpx/functional/detail/invoke.hpp
A libs/core/tag_dispatch/include/hpx/functional/invoke_result.hpp
A libs/core/tag_dispatch/include/hpx/functional/tag_dispatch.hpp
A libs/core/tag_dispatch/include/hpx/functional/tag_fallback_dispatch.hpp
A libs/core/tag_dispatch/include/hpx/functional/tag_priority_dispatch.hpp
A libs/core/tag_dispatch/include/hpx/functional/traits/is_invocable.hpp
A libs/core/tag_dispatch/tests/CMakeLists.txt
A libs/core/tag_dispatch/tests/performance/CMakeLists.txt
A libs/core/tag_dispatch/tests/regressions/CMakeLists.txt
A libs/core/tag_dispatch/tests/unit/CMakeLists.txt
A libs/core/tag_dispatch/tests/unit/tag_dispatch.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/include/hpx/thread_pools/scheduling_loop.hpp
M libs/core/thread_support/include/hpx/thread_support/spinlock.hpp
M libs/core/threading_base/CMakeLists.txt
M libs/core/threading_base/include/hpx/threading_base/create_thread.hpp
M libs/core/threading_base/include/hpx/threading_base/create_work.hpp
A
libs/core/threading_base/include/hpx/threading_base/detail/get_default_pool.hpp
A
libs/core/threading_base/include/hpx/threading_base/detail/get_default_timer_service.hpp
M libs/core/threading_base/include/hpx/threading_base/external_timer.hpp
M libs/core/threading_base/include/hpx/threading_base/print.hpp
M libs/core/threading_base/include/hpx/threading_base/register_thread.hpp
M libs/core/threading_base/include/hpx/threading_base/scheduler_base.hpp
M libs/core/threading_base/include/hpx/threading_base/set_thread_state.hpp
A
libs/core/threading_base/include/hpx/threading_base/set_thread_state_timed.hpp
M libs/core/threading_base/include/hpx/threading_base/thread_data.hpp
M
libs/core/threading_base/include/hpx/threading_base/thread_data_stackful.hpp
M libs/core/threading_base/include/hpx/threading_base/thread_description.hpp
M libs/core/threading_base/include/hpx/threading_base/thread_helpers.hpp
M libs/core/threading_base/include/hpx/threading_base/thread_init_data.hpp
M libs/core/threading_base/include/hpx/threading_base/thread_pool_base.hpp
M
libs/core/threading_base/include/hpx/threading_base/thread_specific_ptr.hpp
M libs/core/threading_base/include/hpx/threading_base/threading_base_fwd.hpp
A libs/core/threading_base/src/create_thread.cpp
A libs/core/threading_base/src/create_work.cpp
M libs/core/threading_base/src/execution_agent.cpp
M libs/core/threading_base/src/external_timer.cpp
A libs/core/threading_base/src/get_default_pool.cpp
A libs/core/threading_base/src/get_default_timer_service.cpp
M libs/core/threading_base/src/print.cpp
R libs/core/threading_base/src/register_thread.cpp
A libs/core/threading_base/src/set_thread_state.cpp
A libs/core/threading_base/src/set_thread_state_timed.cpp
M libs/core/threading_base/src/thread_data.cpp
M libs/core/threading_base/src/thread_helpers.cpp
M libs/core/type_support/include/hpx/type_support/pack.hpp
M libs/core/type_support/include/hpx/type_support/unused.hpp
M libs/full/actions/src/base_action.cpp
M libs/full/actions/tests/unit/set_thread_state.cpp
M libs/full/actions_base/include/hpx/actions_base/component_action.hpp
M libs/full/actions_base/include/hpx/actions_base/plain_action.hpp
M libs/full/async_cuda/docs/index.rst
M libs/full/async_cuda/include/hpx/async_cuda/cuda_exception.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/include/hpx/async_cuda/transform_stream.hpp
M libs/full/async_cuda/src/cuda_target.cpp
M libs/full/async_cuda/tests/unit/cublas_matmul.cpp
M libs/full/async_cuda/tests/unit/saxpy.cu
M libs/full/async_cuda/tests/unit/transform_stream.cu
M libs/full/async_cuda/tests/unit/trivial_demo.cu
M libs/full/async_distributed/include/hpx/async_distributed/bind_action.hpp
M libs/full/checkpoint_base/include/hpx/checkpoint_base/checkpoint_data.hpp
M libs/full/checkpoint_base/src/checkpoint_data.cpp
M libs/full/collectives/include/hpx/collectives/exclusive_scan.hpp
M libs/full/collectives/include/hpx/collectives/inclusive_scan.hpp
M libs/full/compute/include/hpx/compute/host/numa_binding_allocator.hpp
M libs/full/compute/include/hpx/compute/serialization/vector.hpp
M libs/full/compute_cuda/CMakeLists.txt
M libs/full/compute_cuda/examples/CMakeLists.txt
M libs/full/compute_cuda/include/hpx/compute/cuda/traits/access_target.hpp
M libs/full/compute_cuda/include/hpx/compute/cuda/transfer.hpp
M libs/full/compute_cuda/tests/performance/synchronize.cu
M libs/full/compute_cuda/tests/unit/CMakeLists.txt
M libs/full/include/include/hpx/hpx.hpp
M libs/full/include_local/include/hpx/local/numeric.hpp
M libs/full/init_runtime/src/hpx_init.cpp
M libs/full/init_runtime_local/src/init_logging.cpp
M libs/full/init_runtime_local/src/init_runtime_local.cpp
M libs/full/naming/include/hpx/naming/detail/preprocess_gid_types.hpp
M libs/full/naming/src/detail/preprocess_gid_types.cpp
M libs/full/naming_base/include/hpx/naming_base/id_type.hpp
M libs/full/performance_counters/src/counters.cpp
M
libs/full/resiliency_distributed/include/hpx/resiliency_distributed/async_replicate_distributed.hpp
M
libs/full/runtime_components/tests/unit/agas/components/managed_refcnt_checker.hpp
M
libs/full/runtime_components/tests/unit/agas/components/simple_refcnt_checker.hpp
M libs/full/runtime_distributed/include/hpx/runtime_distributed.hpp
M libs/full/runtime_distributed/include/hpx/runtime_distributed/applier.hpp
M libs/full/runtime_distributed/src/applier.cpp
M libs/full/runtime_distributed/src/runtime_distributed.cpp
M libs/full/runtime_distributed/src/server/runtime_support_server.cpp
M libs/full/runtime_local/include/hpx/runtime_local/interval_timer.hpp
M libs/full/runtime_local/include/hpx/runtime_local/runtime_local.hpp
M libs/full/runtime_local/src/custom_exception_info.cpp
M libs/full/runtime_local/src/interval_timer.cpp
M libs/full/runtime_local/src/runtime_local.cpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/exclusive_scan.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/inclusive_scan.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/transform_exclusive_scan.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/transform_inclusive_scan.hpp
M libs/full/segmented_algorithms/tests/unit/CMakeLists.txt
M
libs/full/segmented_algorithms/tests/unit/partitioned_vector_adjacent_difference1.cpp
M
libs/full/segmented_algorithms/tests/unit/partitioned_vector_adjacent_difference2.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_find.cpp
M libs/full/segmented_algorithms/tests/unit/partitioned_vector_find2.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/segmented_algorithms/tests/unit/partitioned_vector_transform_scan.cpp
M
libs/full/segmented_algorithms/tests/unit/partitioned_vector_transform_scan2.cpp
M libs/full/threadmanager/include/hpx/modules/threadmanager.hpp
M libs/full/threadmanager/src/threadmanager.cpp
M libs/parallelism/algorithms/CMakeLists.txt
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/copy.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/exclusive_scan.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/find.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/inclusive_scan.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/reduce_by_key.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform_exclusive_scan.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform_inclusive_scan.hpp
A
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/exclusive_scan.hpp
A
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/inclusive_scan.hpp
A
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/transform_exclusive_scan.hpp
A
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/transform_inclusive_scan.hpp
M libs/parallelism/algorithms/include/hpx/parallel/container_numeric.hpp
M libs/parallelism/algorithms/include/hpx/parallel/datapar.hpp
M libs/parallelism/algorithms/include/hpx/parallel/datapar/loop.hpp
A libs/parallelism/algorithms/include/hpx/parallel/datapar/transfer.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/datapar/transform_loop.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/util/detail/algorithm_result.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/util/detail/select_partitioner.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/util/projection_identity.hpp
M libs/parallelism/algorithms/include/hpx/parallel/util/transfer.hpp
M libs/parallelism/algorithms/tests/regressions/for_each_datapar.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/transform_inclusive_scan_4786.cpp
M
libs/parallelism/algorithms/tests/regressions/transform_inclusive_scan_4787.cpp
M libs/parallelism/algorithms/tests/unit/algorithms/copy.cpp
A libs/parallelism/algorithms/tests/unit/algorithms/copy_tests.hpp
M libs/parallelism/algorithms/tests/unit/algorithms/copyn.cpp
A libs/parallelism/algorithms/tests/unit/algorithms/copyn_tests.hpp
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/findend.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/transform_exclusive_scan.cpp
M
libs/parallelism/algorithms/tests/unit/algorithms/transform_inclusive_scan.cpp
M libs/parallelism/algorithms/tests/unit/container_algorithms/CMakeLists.txt
A
libs/parallelism/algorithms/tests/unit/container_algorithms/exclusive_scan_range.cpp
A
libs/parallelism/algorithms/tests/unit/container_algorithms/inclusive_scan_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/lexicographical_compare_range.cpp
A
libs/parallelism/algorithms/tests/unit/container_algorithms/transform_exclusive_scan_range.cpp
A
libs/parallelism/algorithms/tests/unit/container_algorithms/transform_inclusive_scan_range.cpp
M libs/parallelism/algorithms/tests/unit/datapar_algorithms/CMakeLists.txt
A libs/parallelism/algorithms/tests/unit/datapar_algorithms/copy_datapar.cpp
A
libs/parallelism/algorithms/tests/unit/datapar_algorithms/copyn_datapar.cpp
M
libs/parallelism/algorithms/tests/unit/datapar_algorithms/count_datapar.cpp
M
libs/parallelism/algorithms/tests/unit/datapar_algorithms/countif_datapar.cpp
M
libs/parallelism/algorithms/tests/unit/datapar_algorithms/foreach_datapar.cpp
M
libs/parallelism/algorithms/tests/unit/datapar_algorithms/foreach_datapar_zipiter.cpp
M
libs/parallelism/algorithms/tests/unit/datapar_algorithms/foreachn_datapar.cpp
M
libs/parallelism/algorithms/tests/unit/datapar_algorithms/transform_binary2_datapar.cpp
M
libs/parallelism/algorithms/tests/unit/datapar_algorithms/transform_binary_datapar.cpp
M
libs/parallelism/algorithms/tests/unit/datapar_algorithms/transform_datapar.cpp
M
libs/parallelism/algorithms/tests/unit/datapar_algorithms/transform_reduce_binary_datapar.cpp
M libs/parallelism/execution/CMakeLists.txt
M libs/parallelism/execution/include/hpx/execution/algorithms/bulk.hpp
M libs/parallelism/execution/include/hpx/execution/algorithms/detach.hpp
M
libs/parallelism/execution/include/hpx/execution/algorithms/detail/single_result.hpp
M
libs/parallelism/execution/include/hpx/execution/algorithms/ensure_started.hpp
A libs/parallelism/execution/include/hpx/execution/algorithms/execute.hpp
M libs/parallelism/execution/include/hpx/execution/algorithms/let_error.hpp
M libs/parallelism/execution/include/hpx/execution/algorithms/let_value.hpp
M
libs/parallelism/execution/include/hpx/execution/algorithms/make_future.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/async_launch_policy_dispatch.hpp
M
libs/parallelism/execution/include/hpx/execution/detail/post_policy_dispatch.hpp
M
libs/parallelism/execution/include/hpx/execution/detail/sync_launch_policy_dispatch.hpp
M libs/parallelism/execution/tests/regressions/lambda_arguments_2403.cpp
M libs/parallelism/execution/tests/regressions/lambda_return_type_2402.cpp
M libs/parallelism/execution/tests/unit/CMakeLists.txt
A libs/parallelism/execution/tests/unit/algorithm_execute.cpp
M libs/parallelism/execution/tests/unit/algorithm_let_error.cpp
M libs/parallelism/execution/tests/unit/algorithm_test_utils.hpp
M libs/parallelism/execution/tests/unit/algorithm_when_all.cpp
M libs/parallelism/executors/CMakeLists.txt
M
libs/parallelism/executors/include/hpx/executors/datapar/execution_policy.hpp
M
libs/parallelism/executors/include/hpx/executors/datapar/execution_policy_fwd.hpp
M libs/parallelism/executors/include/hpx/executors/exception_list.hpp
M libs/parallelism/executors/include/hpx/executors/guided_pool_executor.hpp
M libs/parallelism/executors/include/hpx/executors/parallel_executor.hpp
M
libs/parallelism/executors/include/hpx/executors/restricted_thread_pool_executor.hpp
A libs/parallelism/executors/include/hpx/executors/scheduler_executor.hpp
M libs/parallelism/executors/include/hpx/executors/thread_pool_scheduler.hpp
M libs/parallelism/executors/tests/unit/CMakeLists.txt
A libs/parallelism/executors/tests/unit/scheduler_executor.cpp
M libs/parallelism/executors/tests/unit/thread_pool_scheduler.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/src/future_data.cpp
M libs/parallelism/lcos_local/include/hpx/lcos_local/and_gate.hpp
M libs/parallelism/lcos_local/include/hpx/lcos_local/channel.hpp
M
libs/parallelism/lcos_local/include/hpx/lcos_local/detail/preprocess_future.hpp
M libs/parallelism/lcos_local/include/hpx/lcos_local/trigger.hpp
M libs/parallelism/lcos_local/src/preprocess_future.cpp
M
libs/parallelism/pack_traversal/include/hpx/pack_traversal/detail/pack_traversal_async_impl.hpp
M libs/parallelism/threading/include/hpx/threading/thread.hpp
M libs/parallelism/threading/src/thread.cpp
M plugins/parcelport/mpi/parcelport_mpi.cpp
M src/runtime/parcelset/parcelhandler.cpp
M tests/performance/local/CMakeLists.txt
M tests/performance/local/transform_reduce_binary_scaling.cpp
M tests/regressions/threads/thread_rescheduling.cpp
M tests/unit/build/CMakeLists.txt
M tests/unit/build/fetchcontent/CMakeLists.txt
M tools/docker/Dockerfile
M tools/perftests_ci/perftest/plot.py
M tools/roll_release.sh
M wrap/CMakeLists.txt
Log Message:
-----------
Merge branch 'master' into adapt_rotate
Commit: 4d5b53486416be1712f982ee04756feab0c2727e
https://github.com/STEllAR-GROUP/hpx/commit/4d5b53486416be1712f982ee04756feab0c2727e
Author: chuanqiu <[email protected]>
Date: 2021-08-10 (Tue, 10 Aug 2021)
Changed paths:
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/rotate.hpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/rotate_copy_range.cpp
Log Message:
-----------
update&fix rotate_copy test
Commit: 80e94b853d959c0529eb739f6f9bacb9460dc758
https://github.com/STEllAR-GROUP/hpx/commit/80e94b853d959c0529eb739f6f9bacb9460dc758
Author: chuanqiu <[email protected]>
Date: 2021-08-11 (Wed, 11 Aug 2021)
Changed paths:
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/rotate.hpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/rotate_copy_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/rotate_range.cpp
Log Message:
-----------
add exception and bad alloc tests back
Commit: 438914c614b19f5fcf8f029534258825e1942cfc
https://github.com/STEllAR-GROUP/hpx/commit/438914c614b19f5fcf8f029534258825e1942cfc
Author: chuanqiu <[email protected]>
Date: 2021-08-12 (Thu, 12 Aug 2021)
Changed paths:
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/rotate.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/rotate.hpp
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/container_algorithms/rotate_copy_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/rotate_range.cpp
Log Message:
-----------
uniform format
Commit: dcd26227764696997d856c0b347da4d8c2aadbbe
https://github.com/STEllAR-GROUP/hpx/commit/dcd26227764696997d856c0b347da4d8c2aadbbe
Author: chuanqiu <[email protected]>
Date: 2021-08-12 (Thu, 12 Aug 2021)
Changed paths:
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/rotate.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/rotate.hpp
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/container_algorithms/rotate_copy_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/rotate_range.cpp
Log Message:
-----------
uniform format
Commit: 8f2b19a3042d979e74a6096546746b8c1cb1d2b2
https://github.com/STEllAR-GROUP/hpx/commit/8f2b19a3042d979e74a6096546746b8c1cb1d2b2
Author: chuanqiu <[email protected]>
Date: 2021-08-12 (Thu, 12 Aug 2021)
Changed paths:
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/rotate.hpp
Log Message:
-----------
Merge branch 'adapt_rotate' of https://github.com/hcq9102/hpx into
adapt_rotate
Commit: bb333d5eb475a3922edfb698596820b7ec80cc98
https://github.com/STEllAR-GROUP/hpx/commit/bb333d5eb475a3922edfb698596820b7ec80cc98
Author: chuanqiu <[email protected]>
Date: 2021-08-12 (Thu, 12 Aug 2021)
Changed paths:
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/rotate.hpp
Log Message:
-----------
uniform format amend
Commit: ea86d9cb47a3e7b3da05cbb8dc6663483f174cb0
https://github.com/STEllAR-GROUP/hpx/commit/ea86d9cb47a3e7b3da05cbb8dc6663483f174cb0
Author: chuanqiu <[email protected]>
Date: 2021-08-13 (Fri, 13 Aug 2021)
Changed paths:
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/rotate.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/rotate.hpp
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/container_algorithms/rotate_copy_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/rotate_range.cpp
Log Message:
-----------
update uniform format
Commit: b4816c741a682c7cd2063df2b73f8ebbcf53a76a
https://github.com/STEllAR-GROUP/hpx/commit/b4816c741a682c7cd2063df2b73f8ebbcf53a76a
Author: chuanqiu <[email protected]>
Date: 2021-08-13 (Fri, 13 Aug 2021)
Changed paths:
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/rotate.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/rotate.hpp
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/container_algorithms/rotate_copy_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/rotate_range.cpp
Log Message:
-----------
add uniform format header
Commit: 542ad3c280953dea37c76a6984051a1f311e31b1
https://github.com/STEllAR-GROUP/hpx/commit/542ad3c280953dea37c76a6984051a1f311e31b1
Author: Hartmut Kaiser <[email protected]>
Date: 2021-08-14 (Sat, 14 Aug 2021)
Changed paths:
M libs/core/iterator_support/include/hpx/iterator_support/iterator_range.hpp
M libs/full/include_local/include/hpx/local/algorithm.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/rotate.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/remove.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/rotate.hpp
M libs/parallelism/algorithms/include/hpx/parallel/util/result_types.hpp
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/container_algorithms/rotate_copy_range.cpp
M
libs/parallelism/algorithms/tests/unit/container_algorithms/rotate_range.cpp
Log Message:
-----------
Merge pull request #5459 from hcq9102/adapt_rotate
Adapt rotate/rotate_copy to C++20
Compare:
https://github.com/STEllAR-GROUP/hpx/compare/f5f19538c4fa...542ad3c28095
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits