Branch: refs/heads/master
Home: https://github.com/STEllAR-GROUP/hpx
Commit: 54b3d7ad760822c87ca060cd8dee42f4496c22d6
https://github.com/STEllAR-GROUP/hpx/commit/54b3d7ad760822c87ca060cd8dee42f4496c22d6
Author: Zak-K-Abdi <[email protected]>
Date: 2024-06-15 (Sat, 15 Jun 2024)
Changed paths:
M .circleci/tests.unit1.algorithms
M libs/core/algorithms/CMakeLists.txt
M libs/core/algorithms/include/hpx/parallel/algorithm.hpp
A libs/core/algorithms/include/hpx/parallel/algorithms/contains.hpp
A libs/core/algorithms/include/hpx/parallel/algorithms/detail/contains.hpp
M libs/core/algorithms/tests/unit/algorithms/CMakeLists.txt
A libs/core/algorithms/tests/unit/algorithms/contains.cpp
A libs/core/algorithms/tests/unit/algorithms/contains_tests.hpp
Log Message:
-----------
Contains and contains_subrange parallel algorithm implementaion
Commit: 6c9b89240117b790fb785ffac7fe05e8a5a4b65f
https://github.com/STEllAR-GROUP/hpx/commit/6c9b89240117b790fb785ffac7fe05e8a5a4b65f
Author: Zak-K-Abdi <[email protected]>
Date: 2024-08-06 (Tue, 06 Aug 2024)
Changed paths:
M libs/core/algorithms/include/hpx/parallel/algorithms/contains.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/detail/search.hpp
Log Message:
-----------
contains_subrange implementation
Commit: 3f05c8dc1e04c3eb1225886a2347f368ee40605d
https://github.com/STEllAR-GROUP/hpx/commit/3f05c8dc1e04c3eb1225886a2347f368ee40605d
Author: Zak-K-Abdi <[email protected]>
Date: 2024-08-24 (Sat, 24 Aug 2024)
Changed paths:
M .circleci/tests.unit1.algorithms
M libs/core/algorithms/CMakeLists.txt
M libs/core/algorithms/include/hpx/parallel/algorithm.hpp
R libs/core/algorithms/include/hpx/parallel/algorithms/contains.hpp
M libs/core/algorithms/include/hpx/parallel/container_algorithms.hpp
A
libs/core/algorithms/include/hpx/parallel/container_algorithms/contains.hpp
M libs/core/algorithms/tests/unit/algorithms/CMakeLists.txt
R libs/core/algorithms/tests/unit/algorithms/contains.cpp
R libs/core/algorithms/tests/unit/algorithms/contains_tests.hpp
M libs/core/algorithms/tests/unit/algorithms/search.cpp
M libs/core/algorithms/tests/unit/container_algorithms/CMakeLists.txt
A libs/core/algorithms/tests/unit/container_algorithms/contains_range.cpp
A
libs/core/algorithms/tests/unit/container_algorithms/contains_subrange_range.cpp
Log Message:
-----------
hpx::ranges::contains and hpx::ranges::contains_subrange
and tests for both algorithms.
Commit: adad59dbe6c807ca0fe2b3ee5704bb9e1240c9ce
https://github.com/STEllAR-GROUP/hpx/commit/adad59dbe6c807ca0fe2b3ee5704bb9e1240c9ce
Author: Zak-K-Abdi <[email protected]>
Date: 2024-08-24 (Sat, 24 Aug 2024)
Changed paths:
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/contains.hpp
M libs/core/algorithms/tests/unit/container_algorithms/contains_range.cpp
M
libs/core/algorithms/tests/unit/container_algorithms/contains_subrange_range.cpp
Log Message:
-----------
clang format changes
Commit: 74b55e404243e06ac1e514899ed5dde2ee0015f3
https://github.com/STEllAR-GROUP/hpx/commit/74b55e404243e06ac1e514899ed5dde2ee0015f3
Author: Zak-K-Abdi <[email protected]>
Date: 2024-08-25 (Sun, 25 Aug 2024)
Changed paths:
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/contains.hpp
M libs/core/algorithms/tests/unit/algorithms/search.cpp
Log Message:
-----------
Attempting to fix broken tests
Commit: 6f7f30385a9fe4a35ad9896d9f6fea37f9ba67fc
https://github.com/STEllAR-GROUP/hpx/commit/6f7f30385a9fe4a35ad9896d9f6fea37f9ba67fc
Author: Zak-K-Abdi <[email protected]>
Date: 2024-09-04 (Wed, 04 Sep 2024)
Changed paths:
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/contains.hpp
Log Message:
-----------
Implement a continuation to the future using .then()
rather than using .get()
Commit: 2f8fe86c8b399f42be032cbd9a12fc1e98689289
https://github.com/STEllAR-GROUP/hpx/commit/2f8fe86c8b399f42be032cbd9a12fc1e98689289
Author: Zak-K-Abdi <[email protected]>
Date: 2024-09-04 (Wed, 04 Sep 2024)
Changed paths:
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/contains.hpp
Log Message:
-----------
turning clang format off for some function templates
for cleaner code
Commit: f04a626f4682ec07094e14221618572fc055b595
https://github.com/STEllAR-GROUP/hpx/commit/f04a626f4682ec07094e14221618572fc055b595
Author: Zak-K-Abdi <[email protected]>
Date: 2024-09-04 (Wed, 04 Sep 2024)
Changed paths:
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/contains.hpp
Log Message:
-----------
Fix failing circleci test
Commit: bdbd643ffaf6deb45eba75ada38519a1283d0637
https://github.com/STEllAR-GROUP/hpx/commit/bdbd643ffaf6deb45eba75ada38519a1283d0637
Author: Zak-K-Abdi <[email protected]>
Date: 2024-09-05 (Thu, 05 Sep 2024)
Changed paths:
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/contains.hpp
Log Message:
-----------
Use helper function rather than algorithm_result::get
Commit: 1b22faea552b5fe62b8441e0eaa05030d57591ca
https://github.com/STEllAR-GROUP/hpx/commit/1b22faea552b5fe62b8441e0eaa05030d57591ca
Author: Zak-K-Abdi <[email protected]>
Date: 2024-09-05 (Thu, 05 Sep 2024)
Changed paths:
M .circleci/config.yml
M .circleci/tests.unit1.algorithms
M .circleci/tests.unit2.algorithms
M .github/workflows/codeql.yml
M .github/workflows/macos_debug.yml
M .github/workflows/macos_debug_fetch_boost.yml
M .github/workflows/macos_debug_fetch_hwloc.yml
M .jenkins/lsu-perftests/env-perftests.sh
M .jenkins/lsu-perftests/launch_perftests.sh
M .jenkins/lsu/Jenkinsfile
R .jenkins/lsu/env-clang-12-apex.sh
R .jenkins/lsu/env-clang-12.sh
R .jenkins/lsu/env-clang-13.sh
R .jenkins/lsu/env-clang-14.sh
R .jenkins/lsu/env-clang-15.sh
M .jenkins/lsu/env-clang-16.sh
A .jenkins/lsu/env-clang-17-apex.sh
M .jenkins/lsu/env-clang-17.sh
A .jenkins/lsu/env-clang-18.sh
R .jenkins/lsu/env-gcc-10.sh
M .jenkins/lsu/env-gcc-11.sh
A .jenkins/lsu/env-gcc-12-cuda-12-dgx.sh
M .jenkins/lsu/env-gcc-12-cuda-12.sh
M .jenkins/lsu/env-gcc-12.sh
R .jenkins/lsu/env-gcc-13-cuda-12-dgx.sh
M .jenkins/lsu/env-gcc-13.sh
A .jenkins/lsu/env-gcc-14.sh
M .jenkins/lsu/env-hipcc.sh
R .jenkins/lsu/slurm-configuration-clang-11.sh
R .jenkins/lsu/slurm-configuration-clang-12-apex.sh
R .jenkins/lsu/slurm-configuration-clang-12.sh
R .jenkins/lsu/slurm-configuration-clang-13.sh
R .jenkins/lsu/slurm-configuration-clang-14.sh
R .jenkins/lsu/slurm-configuration-clang-15.sh
A .jenkins/lsu/slurm-configuration-clang-16.sh
A .jenkins/lsu/slurm-configuration-clang-17-apex.sh
A .jenkins/lsu/slurm-configuration-clang-17.sh
A .jenkins/lsu/slurm-configuration-clang-18.sh
R .jenkins/lsu/slurm-configuration-gcc-10-cuda-11.sh
R .jenkins/lsu/slurm-configuration-gcc-10.sh
M .jenkins/lsu/slurm-configuration-gcc-12-cuda-12-dgx.sh
A .jenkins/lsu/slurm-configuration-gcc-12-cuda-12.sh
A .jenkins/lsu/slurm-configuration-gcc-14.sh
R .jenkins/lsu/slurm-configuration-gcc-9.sh
M CITATION.cff
M CMakeLists.txt
M README.rst
M cmake/CacheLineSize.cmake
M cmake/FindBreathe.cmake
A cmake/FindStdexec.cmake
M cmake/HPX_AddConfigTest.cmake
M cmake/HPX_AddDefinitions.cmake
M cmake/HPX_PerformCxxFeatureTests.cmake
M cmake/HPX_SetupAsio.cmake
M cmake/HPX_SetupBoost.cmake
M cmake/HPX_SetupBoostFilesystem.cmake
M cmake/HPX_SetupBoostIostreams.cmake
M cmake/HPX_SetupBoostRegex.cmake
M cmake/HPX_SetupHwloc.cmake
A cmake/HPX_SetupStdexec.cmake
M cmake/HPX_SetupTarget.cmake
M cmake/HPX_UpdateGitDocs.cmake
M cmake/TargetArch.cmake
M cmake/packaging/rpm/Changelog.txt
M cmake/templates/HPXConfig.cmake.in
M cmake/templates/HPXMacros.cmake.in
M cmake/templates/conf.py.in
A cmake/tests/cxx20_std_identity.cpp
M
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_decl.hpp
M
components/containers/unordered/include/hpx/components/containers/unordered/partition_unordered_map_component.hpp
M
components/containers/unordered/include/hpx/components/containers/unordered/unordered_map.hpp
M components/iostreams/include/hpx/components/iostreams/ostream.hpp
M components/iostreams/include/hpx/components/iostreams/server/buffer.hpp
M
components/parcel_plugins/coalescing/include/hpx/parcel_coalescing/counter_registry.hpp
M
components/parcel_plugins/coalescing/include/hpx/parcel_coalescing/message_buffer.hpp
M components/parcel_plugins/coalescing/src/coalescing_counter_registry.cpp
M components/parcel_plugins/coalescing/src/coalescing_message_handler.cpp
M components/parcel_plugins/coalescing/src/performance_counters.cpp
M components/process/include/hpx/components/process/util/windows/child.hpp
M docs/CMakeLists.txt
M docs/sphinx/api/public_distributed_api.rst
M docs/sphinx/contributing/release_procedure.rst
M docs/sphinx/examples/accumulator.rst
M docs/sphinx/manual/building_hpx.rst
M docs/sphinx/manual/creating_hpx_projects.rst
M docs/sphinx/manual/debugging_hpx_applications.rst
M docs/sphinx/manual/launching_and_configuring_hpx_applications.rst
M docs/sphinx/manual/optimizing_hpx_applications.rst
M docs/sphinx/manual/starting_the_hpx_runtime.rst
M docs/sphinx/manual/troubleshooting.rst
M docs/sphinx/manual/using_the_lci_parcelport.rst
M docs/sphinx/quickstart.rst
M docs/sphinx/releases/whats_new_1_10_0.rst
M examples/accumulators/accumulator.hpp
M examples/accumulators/server/template_accumulator.hpp
M examples/accumulators/server/template_function_accumulator.hpp
M examples/accumulators/template_function_accumulator.cpp
M libs/CMakeLists.txt
M libs/core/affinity/src/parse_affinity_options.cpp
M libs/core/algorithms/CMakeLists.txt
M
libs/core/algorithms/include/hpx/parallel/algorithms/adjacent_difference.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/adjacent_find.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/all_any_none.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/copy.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/count.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/destroy.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/detail/dispatch.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/detail/search.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/detail/transfer.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/ends_with.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/equal.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/fill.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/find.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/for_each.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/generate.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/includes.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/is_heap.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/is_partitioned.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/is_sorted.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/lexicographical_compare.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/merge.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/minmax.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/mismatch.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/move.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/nth_element.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/partial_sort.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/partial_sort_copy.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/partition.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/reduce.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/remove.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/replace.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/reverse.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/rotate.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/search.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/sort.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/stable_sort.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/starts_with.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/swap_ranges.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/transform.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/transform_reduce.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_relocate.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/unique.hpp
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/transform.hpp
M libs/core/algorithms/include/hpx/parallel/util/detail/algorithm_result.hpp
M libs/core/algorithms/include/hpx/parallel/util/foreach_partitioner.hpp
M libs/core/algorithms/include/hpx/parallel/util/partitioner.hpp
M libs/core/algorithms/include/hpx/parallel/util/result_types.hpp
M libs/core/algorithms/include/hpx/parallel/util/zip_iterator.hpp
M libs/core/algorithms/tests/regressions/CMakeLists.txt
A libs/core/algorithms/tests/regressions/findfirstof_more_searched_for.cpp
A libs/core/algorithms/tests/regressions/includes_empty_ranges.cpp
M libs/core/algorithms/tests/regressions/minimal_findend.cpp
A
libs/core/algorithms/tests/regressions/mismatch_differently_sized_ranges.cpp
A libs/core/algorithms/tests/regressions/search_larger_2nd_range.cpp
M libs/core/algorithms/tests/unit/algorithms/CMakeLists.txt
M libs/core/algorithms/tests/unit/algorithms/adjacentdifference_tests.hpp
A libs/core/algorithms/tests/unit/algorithms/adjacentfind_sender.cpp
M libs/core/algorithms/tests/unit/algorithms/adjacentfind_tests.hpp
A libs/core/algorithms/tests/unit/algorithms/all_of_sender.cpp
M libs/core/algorithms/tests/unit/algorithms/all_of_tests.hpp
A libs/core/algorithms/tests/unit/algorithms/any_of_sender.cpp
M libs/core/algorithms/tests/unit/algorithms/any_of_tests.hpp
A libs/core/algorithms/tests/unit/algorithms/copy_sender.cpp
M libs/core/algorithms/tests/unit/algorithms/copy_tests.hpp
A libs/core/algorithms/tests/unit/algorithms/copyn_sender.cpp
M libs/core/algorithms/tests/unit/algorithms/copyn_tests.hpp
A libs/core/algorithms/tests/unit/algorithms/count_sender.cpp
M libs/core/algorithms/tests/unit/algorithms/count_tests.hpp
A libs/core/algorithms/tests/unit/algorithms/countif_sender.cpp
M libs/core/algorithms/tests/unit/algorithms/countif_tests.hpp
A libs/core/algorithms/tests/unit/algorithms/destroy_sender.cpp
M libs/core/algorithms/tests/unit/algorithms/destroy_tests.hpp
A libs/core/algorithms/tests/unit/algorithms/destroyn_sender.cpp
A libs/core/algorithms/tests/unit/algorithms/ends_with_sender.cpp
M libs/core/algorithms/tests/unit/algorithms/equal_binary.cpp
A libs/core/algorithms/tests/unit/algorithms/equal_binary_sender.cpp
M libs/core/algorithms/tests/unit/algorithms/equal_binary_tests.hpp
A libs/core/algorithms/tests/unit/algorithms/equal_sender.cpp
M libs/core/algorithms/tests/unit/algorithms/equal_tests.hpp
A libs/core/algorithms/tests/unit/algorithms/fill_sender.cpp
M libs/core/algorithms/tests/unit/algorithms/fill_tests.hpp
A libs/core/algorithms/tests/unit/algorithms/filln_sender.cpp
M libs/core/algorithms/tests/unit/algorithms/filln_tests.hpp
M libs/core/algorithms/tests/unit/algorithms/find_tests.hpp
A libs/core/algorithms/tests/unit/algorithms/findend_sender.cpp
M libs/core/algorithms/tests/unit/algorithms/findend_tests.hpp
A libs/core/algorithms/tests/unit/algorithms/findfirstof_sender.cpp
M libs/core/algorithms/tests/unit/algorithms/findfirstof_tests.hpp
A libs/core/algorithms/tests/unit/algorithms/findif_sender.cpp
M libs/core/algorithms/tests/unit/algorithms/findif_tests.hpp
A libs/core/algorithms/tests/unit/algorithms/findifnot_sender.cpp
M libs/core/algorithms/tests/unit/algorithms/findifnot_tests.hpp
R libs/core/algorithms/tests/unit/algorithms/for_loop_sender.cpp
M libs/core/algorithms/tests/unit/algorithms/foreach_scheduler.cpp
M libs/core/algorithms/tests/unit/algorithms/foreach_sender.cpp
M libs/core/algorithms/tests/unit/algorithms/foreach_tests.hpp
A libs/core/algorithms/tests/unit/algorithms/foreachn_sender.cpp
A libs/core/algorithms/tests/unit/algorithms/generate_sender.cpp
M libs/core/algorithms/tests/unit/algorithms/generate_tests.hpp
A libs/core/algorithms/tests/unit/algorithms/generaten_sender.cpp
M libs/core/algorithms/tests/unit/algorithms/generaten_tests.hpp
A libs/core/algorithms/tests/unit/algorithms/includes_sender.cpp
A libs/core/algorithms/tests/unit/algorithms/is_heap_sender.cpp
M libs/core/algorithms/tests/unit/algorithms/is_heap_tests.hpp
A libs/core/algorithms/tests/unit/algorithms/is_heap_until_sender.cpp
A libs/core/algorithms/tests/unit/algorithms/is_partitioned_sender.cpp
A libs/core/algorithms/tests/unit/algorithms/is_sorted_sender.cpp
M libs/core/algorithms/tests/unit/algorithms/is_sorted_tests.hpp
A libs/core/algorithms/tests/unit/algorithms/is_sorted_until_sender.cpp
A
libs/core/algorithms/tests/unit/algorithms/lexicographical_compare_sender.cpp
A libs/core/algorithms/tests/unit/algorithms/max_element_sender.cpp
M libs/core/algorithms/tests/unit/algorithms/merge_tests.hpp
A libs/core/algorithms/tests/unit/algorithms/min_element_sender.cpp
A libs/core/algorithms/tests/unit/algorithms/minmax_element_sender.cpp
A libs/core/algorithms/tests/unit/algorithms/mismatch_binary_sender.cpp
M libs/core/algorithms/tests/unit/algorithms/mismatch_binary_tests.hpp
A libs/core/algorithms/tests/unit/algorithms/mismatch_sender.cpp
M libs/core/algorithms/tests/unit/algorithms/mismatch_tests.hpp
A libs/core/algorithms/tests/unit/algorithms/move_sender.cpp
A libs/core/algorithms/tests/unit/algorithms/none_of_sender.cpp
M libs/core/algorithms/tests/unit/algorithms/none_of_tests.hpp
A libs/core/algorithms/tests/unit/algorithms/reduce_sender.cpp
M libs/core/algorithms/tests/unit/algorithms/reduce_tests.hpp
A libs/core/algorithms/tests/unit/algorithms/remove_if_sender.cpp
A libs/core/algorithms/tests/unit/algorithms/remove_sender.cpp
M libs/core/algorithms/tests/unit/algorithms/remove_tests.hpp
A libs/core/algorithms/tests/unit/algorithms/replace_copy_if_sender.cpp
A libs/core/algorithms/tests/unit/algorithms/replace_copy_sender.cpp
M libs/core/algorithms/tests/unit/algorithms/replace_if.cpp
A libs/core/algorithms/tests/unit/algorithms/replace_if_sender.cpp
A libs/core/algorithms/tests/unit/algorithms/replace_sender.cpp
A libs/core/algorithms/tests/unit/algorithms/reverse_copy_sender.cpp
M libs/core/algorithms/tests/unit/algorithms/reverse_sender.cpp
A libs/core/algorithms/tests/unit/algorithms/rotate_copy_sender.cpp
M libs/core/algorithms/tests/unit/algorithms/rotate_sender.cpp
A libs/core/algorithms/tests/unit/algorithms/search_sender.cpp
A libs/core/algorithms/tests/unit/algorithms/starts_with_sender.cpp
A libs/core/algorithms/tests/unit/algorithms/swapranges_sender.cpp
A libs/core/algorithms/tests/unit/algorithms/transform_binary2_sender.cpp
M libs/core/algorithms/tests/unit/algorithms/transform_binary2_tests.hpp
A libs/core/algorithms/tests/unit/algorithms/transform_binary_sender.cpp
M libs/core/algorithms/tests/unit/algorithms/transform_binary_tests.hpp
A
libs/core/algorithms/tests/unit/algorithms/transform_reduce_binary_sender.cpp
M
libs/core/algorithms/tests/unit/algorithms/transform_reduce_binary_tests.hpp
A libs/core/algorithms/tests/unit/algorithms/transform_reduce_sender.cpp
A libs/core/algorithms/tests/unit/algorithms/transform_sender.cpp
M libs/core/algorithms/tests/unit/algorithms/transform_tests.hpp
A libs/core/algorithms/tests/unit/algorithms/unique_sender.cpp
M libs/core/algorithms/tests/unit/algorithms/unique_tests.hpp
M libs/core/algorithms/tests/unit/container_algorithms/CMakeLists.txt
M
libs/core/algorithms/tests/unit/container_algorithms/adjacentdifference_range_sender.cpp
R libs/core/algorithms/tests/unit/container_algorithms/distance.cpp
A libs/core/algorithms/tests/unit/container_algorithms/distance_range.cpp
M
libs/core/algorithms/tests/unit/container_algorithms/foreach_range_sender.cpp
M libs/core/algorithms/tests/unit/container_algorithms/foreach_tests.hpp
M libs/core/async_combinators/include/hpx/async_combinators/wait_some.hpp
M libs/core/async_cuda/include/hpx/async_cuda/transform_stream.hpp
M libs/core/async_cuda/tests/unit/transform_stream.cu
M libs/core/async_mpi/include/hpx/async_mpi/transform_mpi.hpp
M libs/core/async_mpi/tests/unit/algorithm_transform_mpi.cpp
M libs/core/async_mpi/tests/unit/mpi_ring_async_executor.cpp
M libs/core/batch_environments/src/batch_environment.cpp
M
libs/core/command_line_handling_local/include/hpx/command_line_handling_local/parse_command_line_local.hpp
M libs/core/command_line_handling_local/src/command_line_handling_local.cpp
M libs/core/command_line_handling_local/src/parse_command_line_local.cpp
M
libs/core/concurrency/include/hpx/concurrency/detail/tagged_ptr_ptrcompression.hpp
M libs/core/concurrency/include/hpx/concurrency/queue.hpp
M libs/core/config/cmake/templates/cache_line_size.hpp.in
M libs/core/config/include/hpx/config.hpp
M libs/core/config/include/hpx/config/compiler_specific.hpp
M libs/core/debugging/tests/unit/print.cpp
M libs/core/errors/include/hpx/errors/error.hpp
M libs/core/errors/include/hpx/errors/exception_fwd.hpp
M libs/core/execution/include/hpx/execution/algorithms/as_sender.hpp
M libs/core/execution/include/hpx/execution/algorithms/bulk.hpp
M
libs/core/execution/include/hpx/execution/algorithms/detail/partial_algorithm.hpp
M libs/core/execution/include/hpx/execution/algorithms/ensure_started.hpp
M libs/core/execution/include/hpx/execution/algorithms/execute.hpp
M libs/core/execution/include/hpx/execution/algorithms/just.hpp
M libs/core/execution/include/hpx/execution/algorithms/keep_future.hpp
M libs/core/execution/include/hpx/execution/algorithms/let_error.hpp
M libs/core/execution/include/hpx/execution/algorithms/let_stopped.hpp
M libs/core/execution/include/hpx/execution/algorithms/let_value.hpp
M libs/core/execution/include/hpx/execution/algorithms/make_future.hpp
M libs/core/execution/include/hpx/execution/algorithms/run_loop.hpp
M libs/core/execution/include/hpx/execution/algorithms/schedule_from.hpp
M libs/core/execution/include/hpx/execution/algorithms/split.hpp
M libs/core/execution/include/hpx/execution/algorithms/start_detached.hpp
M libs/core/execution/include/hpx/execution/algorithms/sync_wait.hpp
M libs/core/execution/include/hpx/execution/algorithms/then.hpp
M libs/core/execution/include/hpx/execution/algorithms/transfer.hpp
M libs/core/execution/include/hpx/execution/algorithms/transfer_just.hpp
M libs/core/execution/include/hpx/execution/algorithms/when_all.hpp
M libs/core/execution/include/hpx/execution/algorithms/when_all_vector.hpp
M libs/core/execution/include/hpx/execution/queries/get_allocator.hpp
M
libs/core/execution/include/hpx/execution/queries/get_delegatee_scheduler.hpp
M libs/core/execution/include/hpx/execution/queries/get_scheduler.hpp
M libs/core/execution/include/hpx/execution/queries/get_stop_token.hpp
M libs/core/execution/include/hpx/execution/queries/read.hpp
M libs/core/execution/src/run_loop.cpp
M libs/core/execution/tests/unit/algorithm_as_sender.cpp
M libs/core/execution/tests/unit/algorithm_bulk.cpp
M libs/core/execution/tests/unit/algorithm_ensure_started.cpp
M libs/core/execution/tests/unit/algorithm_execute.cpp
M libs/core/execution/tests/unit/algorithm_just.cpp
M libs/core/execution/tests/unit/algorithm_just_error.cpp
M libs/core/execution/tests/unit/algorithm_just_stopped.cpp
M libs/core/execution/tests/unit/algorithm_let_error.cpp
M libs/core/execution/tests/unit/algorithm_let_stopped.cpp
M libs/core/execution/tests/unit/algorithm_let_value.cpp
M libs/core/execution/tests/unit/algorithm_run_loop.cpp
M libs/core/execution/tests/unit/algorithm_split.cpp
M libs/core/execution/tests/unit/algorithm_start_detached.cpp
M libs/core/execution/tests/unit/algorithm_sync_wait.cpp
M libs/core/execution/tests/unit/algorithm_sync_wait_with_variant.cpp
M libs/core/execution/tests/unit/algorithm_then.cpp
M libs/core/execution/tests/unit/algorithm_transfer.cpp
M libs/core/execution/tests/unit/algorithm_transfer_just.cpp
M libs/core/execution/tests/unit/algorithm_transfer_when_all.cpp
M libs/core/execution/tests/unit/algorithm_when_all.cpp
M libs/core/execution/tests/unit/algorithm_when_all_vector.cpp
M libs/core/execution/tests/unit/environment_queries.cpp
M libs/core/execution/tests/unit/forward_progress_guarantee.cpp
M libs/core/execution/tests/unit/forwarding_env_query.cpp
M libs/core/execution/tests/unit/forwarding_scheduler_query.cpp
M libs/core/execution/tests/unit/forwarding_sender_query.cpp
M libs/core/execution_base/CMakeLists.txt
M libs/core/execution_base/include/hpx/execution_base/any_sender.hpp
M
libs/core/execution_base/include/hpx/execution_base/completion_scheduler.hpp
M
libs/core/execution_base/include/hpx/execution_base/completion_signatures.hpp
M libs/core/execution_base/include/hpx/execution_base/coroutine_utils.hpp
M libs/core/execution_base/include/hpx/execution_base/get_env.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
A libs/core/execution_base/include/hpx/execution_base/stdexec_forward.hpp
M libs/core/execution_base/include/hpx/execution_base/this_thread.hpp
M
libs/core/execution_base/include/hpx/execution_base/traits/coroutine_traits.hpp
M libs/core/execution_base/tests/include/algorithm_test_utils.hpp
M libs/core/execution_base/tests/include/coroutine_task.hpp
M libs/core/execution_base/tests/unit/CMakeLists.txt
M libs/core/execution_base/tests/unit/any_sender.cpp
M libs/core/execution_base/tests/unit/basic_operation_state.cpp
M libs/core/execution_base/tests/unit/basic_receiver.cpp
M libs/core/execution_base/tests/unit/basic_schedule.cpp
M libs/core/execution_base/tests/unit/basic_sender.cpp
M libs/core/execution_base/tests/unit/completion_signatures.cpp
M libs/core/execution_base/tests/unit/coroutine_traits.cpp
M libs/core/execution_base/tests/unit/coroutine_utils.cpp
M libs/core/execution_base/tests/unit/execute_may_block_caller.cpp
M libs/core/execution_base/tests/unit/execution_context.cpp
M libs/core/execution_base/tests/unit/get_env.cpp
A libs/core/execution_base/tests/unit/stdexec.cpp
M libs/core/executors/include/hpx/executors/exception_list.hpp
M libs/core/executors/include/hpx/executors/execute_on.hpp
M libs/core/executors/include/hpx/executors/explicit_scheduler_executor.hpp
M libs/core/executors/include/hpx/executors/thread_pool_scheduler.hpp
M libs/core/executors/include/hpx/executors/thread_pool_scheduler_bulk.hpp
M libs/core/executors/tests/regressions/fork_join_with_result.cpp
M libs/core/executors/tests/unit/explicit_scheduler_executor.cpp
M libs/core/executors/tests/unit/thread_pool_scheduler.cpp
M libs/core/format/include/hpx/modules/format.hpp
M libs/core/format/tests/unit/format.cpp
M libs/core/futures/include/hpx/futures/detail/future_data.hpp
M libs/core/futures/include/hpx/futures/futures_factory.hpp
M libs/core/futures/include/hpx/futures/packaged_continuation.hpp
M libs/core/futures/src/future_data.cpp
M libs/core/lcos_local/include/hpx/lcos_local/channel.hpp
M libs/core/lcos_local/include/hpx/lcos_local/receive_buffer.hpp
M libs/core/logging/include/hpx/logging/message.hpp
M libs/core/mpi_base/CMakeLists.txt
M libs/core/mpi_base/include/hpx/mpi_base/mpi_environment.hpp
M libs/core/mpi_base/src/mpi_environment.cpp
M
libs/core/pack_traversal/include/hpx/pack_traversal/detail/pack_traversal_impl.hpp
M libs/core/prefix/src/find_prefix.cpp
M libs/core/program_options/src/utf8_codecvt_facet.cpp
M libs/core/program_options/tests/unit/parsers.cpp
M libs/core/resource_partitioner/src/detail_partitioner.cpp
M
libs/core/runtime_configuration/include/hpx/runtime_configuration/component_commandline_base.hpp
M
libs/core/runtime_configuration/include/hpx/runtime_configuration/component_factory_base.hpp
M libs/core/runtime_local/include/hpx/runtime_local/os_thread_type.hpp
M libs/core/runtime_local/include/hpx/runtime_local/thread_mapper.hpp
M
libs/core/schedulers/include/hpx/schedulers/local_workrequesting_scheduler.hpp
M libs/core/synchronization/include/hpx/synchronization/async_rw_mutex.hpp
M libs/core/synchronization/src/mutex.cpp
M libs/core/synchronization/tests/unit/async_rw_mutex.cpp
M libs/core/thread_pools/src/detail/background_thread.cpp
M
libs/core/threading_base/include/hpx/threading_base/detail/switch_status.hpp
M libs/core/threading_base/src/register_thread.cpp
M libs/core/threading_base/src/set_thread_state.cpp
M libs/core/threading_base/tests/regressions/thread_stacksize_current.cpp
M libs/core/type_support/include/hpx/type_support/meta.hpp
M libs/core/type_support/include/hpx/type_support/pack.hpp
M libs/core/type_support/tests/unit/generator.cpp
M libs/full/actions_base/include/hpx/actions_base/basic_action.hpp
M libs/full/actions_base/include/hpx/actions_base/component_action.hpp
M libs/full/agas/src/addressing_service.cpp
M libs/full/agas_base/src/server/primary_namespace_server.cpp
M libs/full/agas_base/src/symbol_namespace.cpp
M libs/full/async_distributed/include/hpx/async_distributed/async.hpp
M libs/full/async_distributed/include/hpx/async_distributed/dataflow.hpp
M libs/full/async_distributed/include/hpx/async_distributed/post.hpp
M libs/full/async_distributed/include/hpx/async_distributed/sync.hpp
M libs/full/collectives/include/hpx/collectives/all_reduce.hpp
M libs/full/collectives/include/hpx/collectives/exclusive_scan.hpp
M libs/full/collectives/include/hpx/collectives/inclusive_scan.hpp
M libs/full/collectives/include/hpx/collectives/latch.hpp
M libs/full/collectives/include/hpx/collectives/reduce.hpp
M libs/full/collectives/tests/regressions/CMakeLists.txt
A libs/full/collectives/tests/regressions/all_reduce_vector_bool.cpp
A libs/full/collectives/tests/regressions/reduce_vector_bool.cpp
M libs/full/command_line_handling/src/command_line_handling.cpp
M libs/full/components/include/hpx/components/client.hpp
M libs/full/components/include/hpx/components/client_base.hpp
M libs/full/components/src/basename_registration.cpp
M
libs/full/components_base/include/hpx/components_base/component_commandline.hpp
M
libs/full/components_base/include/hpx/components_base/component_startup_shutdown.hpp
M
libs/full/components_base/include/hpx/components_base/components_base_fwd.hpp
M libs/full/init_runtime/src/hpx_init.cpp
M libs/full/parcelport_mpi/include/hpx/parcelport_mpi/header.hpp
M libs/full/parcelport_mpi/include/hpx/parcelport_mpi/receiver.hpp
M
libs/full/parcelport_mpi/include/hpx/parcelport_mpi/receiver_connection.hpp
M libs/full/parcelport_mpi/include/hpx/parcelport_mpi/sender.hpp
M libs/full/parcelport_mpi/include/hpx/parcelport_mpi/sender_connection.hpp
M libs/full/parcelport_mpi/include/hpx/parcelport_mpi/tag_provider.hpp
M libs/full/parcelport_mpi/src/parcelport_mpi.cpp
M libs/full/parcelport_tcp/src/connection_handler_tcp.cpp
M
libs/full/performance_counters/include/hpx/performance_counters/registry.hpp
M
libs/full/performance_counters/include/hpx/performance_counters/server/arithmetics_counter_extended.hpp
M libs/full/performance_counters/src/registry.cpp
M libs/full/performance_counters/src/server/action_invocation_counter.cpp
M libs/full/performance_counters/src/server/arithmetics_counter.cpp
M libs/full/performance_counters/src/server/arithmetics_counter_extended.cpp
M libs/full/performance_counters/src/server/component_instance_counter.cpp
M libs/full/performance_counters/src/server/elapsed_time_counter.cpp
M libs/full/performance_counters/src/server/statistics_counter.cpp
M
libs/full/runtime_components/include/hpx/runtime_components/component_factory.hpp
M libs/full/runtime_components/include/hpx/runtime_components/new.hpp
M libs/full/runtime_distributed/src/big_boot_barrier.cpp
M tools/hpxdep/CMakeLists.txt
M tools/perftests_ci/driver.py
Log Message:
-----------
Merge branch 'master' into contains/contains_subrange
Commit: 87f72bdd83bf919c9006b327286ca799ef306ece
https://github.com/STEllAR-GROUP/hpx/commit/87f72bdd83bf919c9006b327286ca799ef306ece
Author: Zak-K-Abdi <[email protected]>
Date: 2024-09-27 (Fri, 27 Sep 2024)
Changed paths:
M
libs/core/algorithms/include/hpx/parallel/container_algorithms/contains.hpp
Log Message:
-----------
Capture last by value instead of by reference
Commit: 6e59829277643bc5fbf55322ca200b67167d69e9
https://github.com/STEllAR-GROUP/hpx/commit/6e59829277643bc5fbf55322ca200b67167d69e9
Author: Hartmut Kaiser <[email protected]>
Date: 2024-10-08 (Tue, 08 Oct 2024)
Changed paths:
M libs/core/algorithms/CMakeLists.txt
A libs/core/algorithms/include/hpx/parallel/algorithms/detail/contains.hpp
M libs/core/algorithms/include/hpx/parallel/container_algorithms.hpp
A
libs/core/algorithms/include/hpx/parallel/container_algorithms/contains.hpp
M libs/core/algorithms/tests/unit/algorithms/search.cpp
M libs/core/algorithms/tests/unit/container_algorithms/CMakeLists.txt
A libs/core/algorithms/tests/unit/container_algorithms/contains_range.cpp
A
libs/core/algorithms/tests/unit/container_algorithms/contains_subrange_range.cpp
Log Message:
-----------
Merge pull request #6497 from Zak-K-Abdi/contains/contains_subrange
Contains and contains_subrange parallel algorithm implementation GSOC 2024
Compare:
https://github.com/STEllAR-GROUP/hpx/compare/ecf1177e201c...6e5982927764
To unsubscribe from these emails, change your notification settings at
https://github.com/STEllAR-GROUP/hpx/settings/notifications
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits