Branch: refs/heads/type_support Home: https://github.com/STEllAR-GROUP/hpx Commit: e584e42a474ad4a93cc5c9af4f999eca77432dff https://github.com/STEllAR-GROUP/hpx/commit/e584e42a474ad4a93cc5c9af4f999eca77432dff Author: Hartmut Kaiser <hartmut.kai...@gmail.com> Date: 2025-09-06 (Sat, 06 Sep 2025)
Changed paths: M components/component_storage/include/hpx/components/component_storage/export_definitions.hpp M components/component_storage/include/hpx/components/component_storage/migrate_from_storage.hpp M components/component_storage/include/hpx/components/component_storage/migrate_to_storage.hpp M components/component_storage/include/hpx/include/component_storage.hpp M components/component_storage/src/component_storage.cpp M components/containers/partitioned_vector/include/hpx/components/containers/coarray/coarray.hpp M components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector.hpp M components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_component.hpp M components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_decl.hpp M components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_impl.hpp M components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_local_view.hpp M components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_view.hpp M components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_view_iterator.hpp M components/containers/partitioned_vector/include/hpx/include/partitioned_vector_view.hpp M components/containers/partitioned_vector/tests/regressions/partitioned_vector_2201.cpp M components/containers/partitioned_vector/tests/unit/partitioned_vector_subview.cpp M components/containers/partitioned_vector/tests/unit/partitioned_vector_view.cpp M components/containers/partitioned_vector/tests/unit/partitioned_vector_view_iterator.cpp 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/containers/unordered/include/hpx/include/unordered_map.hpp M components/containers/unordered/src/partition_unordered_map_component.cpp M components/containers/unordered/tests/unit/unordered_map.cpp M components/iostreams/include/hpx/components/iostreams/export_definitions.hpp M components/iostreams/include/hpx/components/iostreams/ostream.hpp M components/iostreams/include/hpx/components/iostreams/standard_streams.hpp M components/iostreams/src/manipulators.cpp M components/parcel_plugins/binary_filter/zlib/include/hpx/binary_filter/zlib_serialization_filter.hpp M components/performance_counters/io/include/hpx/components/performance_counters/io/io_counters.hpp M components/performance_counters/memory_counters/include/hpx/components/performance_counters/memory_counters/mem_counter.hpp M components/performance_counters/memory_counters/src/mem_counter_macosx.cpp M components/performance_counters/papi/include/hpx/components/performance_counters/papi/server/papi.hpp M components/performance_counters/papi/include/hpx/components/performance_counters/papi/util/papi.hpp M components/performance_counters/papi/src/papi_startup.cpp M components/performance_counters/papi/src/server/papi.cpp M components/performance_counters/papi/src/util/papi.cpp M components/performance_counters/papi/tests/regressions/papi_counters_basic_functions.cpp M components/performance_counters/papi/tests/regressions/papi_counters_segfault_1890.cpp M components/process/include/hpx/components/process/export_definitions.hpp M components/process/include/hpx/components/process/util/child.hpp M components/process/include/hpx/components/process/util/create_pipe.hpp M components/process/include/hpx/components/process/util/execute.hpp M components/process/include/hpx/components/process/util/executor.hpp M components/process/include/hpx/components/process/util/initializers.hpp M components/process/include/hpx/components/process/util/mitigate.hpp M components/process/include/hpx/components/process/util/pipe.hpp M components/process/include/hpx/components/process/util/posix/child.hpp M components/process/include/hpx/components/process/util/posix/create_pipe.hpp M components/process/include/hpx/components/process/util/posix/initializers.hpp M components/process/include/hpx/components/process/util/posix/initializers/bind_fd.hpp M components/process/include/hpx/components/process/util/posix/initializers/bind_stderr.hpp M components/process/include/hpx/components/process/util/posix/initializers/bind_stdin.hpp M components/process/include/hpx/components/process/util/posix/initializers/bind_stdout.hpp M components/process/include/hpx/components/process/util/posix/initializers/close_fd.hpp M components/process/include/hpx/components/process/util/posix/initializers/close_fds_if.hpp M components/process/include/hpx/components/process/util/posix/initializers/close_stderr.hpp M components/process/include/hpx/components/process/util/posix/initializers/close_stdin.hpp M components/process/include/hpx/components/process/util/posix/initializers/close_stdout.hpp M components/process/include/hpx/components/process/util/posix/initializers/hide_console.hpp M components/process/include/hpx/components/process/util/posix/initializers/inherit_env.hpp M components/process/include/hpx/components/process/util/posix/initializers/initializer_base.hpp M components/process/include/hpx/components/process/util/posix/initializers/notify_io_service.hpp M components/process/include/hpx/components/process/util/posix/initializers/on_exec_error.hpp M components/process/include/hpx/components/process/util/posix/initializers/on_exec_setup.hpp M components/process/include/hpx/components/process/util/posix/initializers/on_fork_error.hpp M components/process/include/hpx/components/process/util/posix/initializers/on_fork_setup.hpp M components/process/include/hpx/components/process/util/posix/initializers/on_fork_success.hpp M components/process/include/hpx/components/process/util/posix/initializers/run_exe.hpp M components/process/include/hpx/components/process/util/posix/initializers/set_args.hpp M components/process/include/hpx/components/process/util/posix/initializers/set_cmd_line.hpp M components/process/include/hpx/components/process/util/posix/initializers/set_env.hpp M components/process/include/hpx/components/process/util/posix/initializers/start_in_dir.hpp M components/process/include/hpx/components/process/util/posix/pipe.hpp M components/process/include/hpx/components/process/util/posix/search_path.hpp M components/process/include/hpx/components/process/util/posix/shell_path.hpp M components/process/include/hpx/components/process/util/posix/terminate.hpp M components/process/include/hpx/components/process/util/posix/wait_for_exit.hpp M components/process/include/hpx/components/process/util/search_path.hpp M components/process/include/hpx/components/process/util/shell_path.hpp M components/process/include/hpx/components/process/util/terminate.hpp M components/process/include/hpx/components/process/util/wait_for_exit.hpp M components/process/include/hpx/components/process/util/windows/create_pipe.hpp M components/process/include/hpx/components/process/util/windows/initializers.hpp M components/process/include/hpx/components/process/util/windows/initializers/bind_stderr.hpp M components/process/include/hpx/components/process/util/windows/initializers/bind_stdin.hpp M components/process/include/hpx/components/process/util/windows/initializers/bind_stdout.hpp M components/process/include/hpx/components/process/util/windows/initializers/close_stderr.hpp M components/process/include/hpx/components/process/util/windows/initializers/close_stdin.hpp M components/process/include/hpx/components/process/util/windows/initializers/close_stdout.hpp M components/process/include/hpx/components/process/util/windows/initializers/hide_console.hpp M components/process/include/hpx/components/process/util/windows/initializers/inherit_env.hpp M components/process/include/hpx/components/process/util/windows/initializers/initializer_base.hpp M components/process/include/hpx/components/process/util/windows/initializers/on_CreateProcess_error.hpp M components/process/include/hpx/components/process/util/windows/initializers/on_CreateProcess_setup.hpp M components/process/include/hpx/components/process/util/windows/initializers/on_CreateProcess_success.hpp M components/process/include/hpx/components/process/util/windows/initializers/run_exe.hpp M components/process/include/hpx/components/process/util/windows/initializers/set_cmd_line.hpp M components/process/include/hpx/components/process/util/windows/initializers/set_env.hpp M components/process/include/hpx/components/process/util/windows/initializers/show_window.hpp M components/process/include/hpx/components/process/util/windows/initializers/start_in_dir.hpp M components/process/include/hpx/components/process/util/windows/pipe.hpp M components/process/include/hpx/components/process/util/windows/search_path.hpp M components/process/include/hpx/components/process/util/windows/shell_path.hpp M components/process/include/hpx/components/process/util/windows/terminate.hpp M components/process/include/hpx/components/process/util/windows/wait_for_exit.hpp M components/process/include/hpx/include/process.hpp M components/process/src/server/child_component.cpp M components/process/src/util/posix/create_pipe_u.cpp M components/process/src/util/posix/shell_path_u.cpp M components/process/src/util/windows/create_pipe_w.cpp M components/process/src/util/windows/search_path_w.cpp M examples/quickstart/shared_mutex.cpp M examples/quickstart/zerocopy_rdma.cpp M libs/core/algorithms/include/hpx/algorithms/traits/pointer_category.hpp M libs/core/algorithms/include/hpx/algorithms/traits/projected.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/find.hpp M libs/core/algorithms/include/hpx/parallel/algorithms/detail/is_sorted.hpp M libs/core/algorithms/include/hpx/parallel/algorithms/detail/reduce_deterministic.hpp M libs/core/algorithms/include/hpx/parallel/algorithms/detail/replace.hpp M libs/core/algorithms/include/hpx/parallel/algorithms/detail/set_operation.hpp M libs/core/algorithms/include/hpx/parallel/algorithms/detail/upper_lower_bound.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/exclusive_scan.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/for_loop.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/make_heap.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/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/remove.hpp M libs/core/algorithms/include/hpx/parallel/algorithms/remove_copy.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/set_difference.hpp M libs/core/algorithms/include/hpx/parallel/algorithms/set_intersection.hpp M libs/core/algorithms/include/hpx/parallel/algorithms/set_symmetric_difference.hpp M libs/core/algorithms/include/hpx/parallel/algorithms/set_union.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/uninitialized_copy.hpp M libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_default_construct.hpp M libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_fill.hpp M libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_move.hpp M libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_relocate.hpp M libs/core/algorithms/include/hpx/parallel/algorithms/uninitialized_value_construct.hpp M libs/core/algorithms/include/hpx/parallel/algorithms/unique.hpp M libs/core/algorithms/include/hpx/parallel/container_algorithms/adjacent_find.hpp M libs/core/algorithms/include/hpx/parallel/container_algorithms/all_any_none.hpp M libs/core/algorithms/include/hpx/parallel/container_algorithms/contains.hpp M libs/core/algorithms/include/hpx/parallel/container_algorithms/count.hpp M libs/core/algorithms/include/hpx/parallel/container_algorithms/equal.hpp M libs/core/algorithms/include/hpx/parallel/container_algorithms/find.hpp M libs/core/algorithms/include/hpx/parallel/container_algorithms/for_each.hpp M libs/core/algorithms/include/hpx/parallel/container_algorithms/is_heap.hpp M libs/core/algorithms/include/hpx/parallel/container_algorithms/lexicographical_compare.hpp M libs/core/algorithms/include/hpx/parallel/container_algorithms/mismatch.hpp M libs/core/algorithms/include/hpx/parallel/container_algorithms/nth_element.hpp M libs/core/algorithms/include/hpx/parallel/container_algorithms/partial_sort.hpp M libs/core/algorithms/include/hpx/parallel/container_algorithms/partial_sort_copy.hpp M libs/core/algorithms/include/hpx/parallel/container_algorithms/remove_copy.hpp M libs/core/algorithms/include/hpx/parallel/container_algorithms/replace.hpp M libs/core/algorithms/include/hpx/parallel/container_algorithms/sort.hpp M libs/core/algorithms/include/hpx/parallel/container_algorithms/stable_sort.hpp M libs/core/algorithms/include/hpx/parallel/container_algorithms/transform.hpp M libs/core/algorithms/include/hpx/parallel/container_algorithms/transform_inclusive_scan.hpp M libs/core/algorithms/include/hpx/parallel/datapar/zip_iterator.hpp M libs/core/algorithms/include/hpx/parallel/run_on_all.hpp M libs/core/algorithms/include/hpx/parallel/spmd_block.hpp M libs/core/algorithms/include/hpx/parallel/unseq/reduce_helpers.hpp M libs/core/algorithms/include/hpx/parallel/unseq/simd_helpers.hpp M libs/core/algorithms/include/hpx/parallel/util/compare_projected.hpp M libs/core/algorithms/include/hpx/parallel/util/detail/algorithm_result.hpp M libs/core/algorithms/include/hpx/parallel/util/invoke_projected.hpp M libs/core/algorithms/include/hpx/parallel/util/loop.hpp M libs/core/algorithms/include/hpx/parallel/util/low_level.hpp M libs/core/algorithms/include/hpx/parallel/util/partitioner.hpp M libs/core/algorithms/include/hpx/parallel/util/partitioner_with_cleanup.hpp M libs/core/algorithms/include/hpx/parallel/util/prefetching.hpp M libs/core/algorithms/include/hpx/parallel/util/projection_identity.hpp M libs/core/algorithms/include/hpx/parallel/util/transfer.hpp M libs/core/algorithms/tests/performance/foreach_scaling_helpers.hpp M libs/core/algorithms/tests/unit/algorithms/all_of_tests.hpp M libs/core/algorithms/tests/unit/algorithms/any_of_tests.hpp M libs/core/algorithms/tests/unit/algorithms/inplace_merge_tests.hpp M libs/core/algorithms/tests/unit/algorithms/merge_tests.hpp M libs/core/algorithms/tests/unit/algorithms/none_of_tests.hpp M libs/core/algorithms/tests/unit/algorithms/partition_copy_tests.hpp M libs/core/algorithms/tests/unit/algorithms/partition_tests.hpp M libs/core/algorithms/tests/unit/algorithms/remove_tests.hpp M libs/core/algorithms/tests/unit/algorithms/unique_copy_tests.hpp M libs/core/algorithms/tests/unit/algorithms/unique_tests.hpp M libs/core/algorithms/tests/unit/container_algorithms/all_of_range.cpp M libs/core/algorithms/tests/unit/container_algorithms/any_of_range.cpp M libs/core/algorithms/tests/unit/container_algorithms/none_of_range.cpp M libs/core/algorithms/tests/unit/container_algorithms/partition_copy_range.cpp M libs/core/algorithms/tests/unit/container_algorithms/partition_range.cpp M libs/core/allocator_support/include/hpx/allocator_support/aligned_allocator.hpp M libs/core/allocator_support/include/hpx/allocator_support/detail/new.hpp M libs/core/allocator_support/include/hpx/allocator_support/internal_allocator.hpp M libs/core/assertion/CMakeLists.txt M libs/core/assertion/include/hpx/assert.hpp M libs/core/assertion/include/hpx/assertion/macros.hpp M libs/core/async_combinators/CMakeLists.txt M libs/core/async_combinators/include/hpx/async_combinators/split_future.hpp M libs/core/async_combinators/include/hpx/async_combinators/wait_all.hpp M libs/core/async_combinators/include/hpx/async_combinators/wait_each.hpp M libs/core/async_combinators/include/hpx/async_combinators/wait_some.hpp M libs/core/async_combinators/include/hpx/async_combinators/when_any.hpp M libs/core/async_combinators/include/hpx/async_combinators/when_each.hpp M libs/core/async_combinators/include/hpx/async_combinators/when_some.hpp M libs/core/async_cuda/CMakeLists.txt M libs/core/async_cuda/include/hpx/async_cuda/target.hpp M libs/core/async_cuda/include/hpx/async_cuda/transform_stream.hpp M libs/core/batch_environments/src/batch_environment.cpp M libs/core/compute_local/include/hpx/compute_local/host/numa_allocator.hpp M libs/core/compute_local/include/hpx/compute_local/host/numa_binding_allocator.hpp M libs/core/compute_local/include/hpx/compute_local/traits/allocator_traits.hpp M libs/core/compute_local/include/hpx/compute_local/vector.hpp M libs/core/concurrency/include/hpx/concurrency/cache_line_data.hpp M libs/core/concurrency/include/hpx/concurrency/deque.hpp M libs/core/concurrency/include/hpx/concurrency/detail/freelist_stack.hpp M libs/core/concurrency/include/hpx/concurrency/detail/tagged_ptr_pair.hpp M libs/core/concurrency/include/hpx/concurrency/detail/tagged_ptr_ptrcompression.hpp M libs/core/config/include/hpx/config/export_definitions.hpp M libs/core/coroutines/include/hpx/coroutines/detail/context_posix.hpp M libs/core/coroutines/src/detail/tss.cpp M libs/core/datastructures/include/hpx/datastructures/detail/optional.hpp M libs/core/datastructures/include/hpx/datastructures/detail/small_vector.hpp M libs/core/datastructures/include/hpx/datastructures/member_pack.hpp M libs/core/datastructures/include/hpx/datastructures/serialization/serializable_any.hpp M libs/core/datastructures/include/hpx/datastructures/serialization/tuple.hpp M libs/core/datastructures/include/hpx/datastructures/variant_helper.hpp M libs/core/debugging/include/hpx/debugging/backtrace/backtrace.hpp M libs/core/debugging/include/hpx/debugging/print.hpp M libs/core/errors/include/hpx/errors/error_code.hpp M libs/core/errors/include/hpx/errors/exception.hpp M libs/core/errors/include/hpx/errors/exception_fwd.hpp M libs/core/errors/include/hpx/errors/exception_list.hpp M libs/core/execution/include/hpx/execution/algorithms/bulk.hpp M libs/core/execution/include/hpx/execution/algorithms/detail/inject_scheduler.hpp M libs/core/execution/include/hpx/execution/algorithms/detail/partial_algorithm.hpp M libs/core/execution/include/hpx/execution/algorithms/detail/predicates.hpp M libs/core/execution/include/hpx/execution/algorithms/detail/single_result.hpp M libs/core/execution/include/hpx/execution/algorithms/just.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/when_all.hpp M libs/core/execution/include/hpx/execution/algorithms/when_all_vector.hpp M libs/core/execution/include/hpx/execution/executors/execution.hpp M libs/core/execution/include/hpx/execution/executors/execution_parameters.hpp M libs/core/execution/include/hpx/execution/executors/execution_parameters_fwd.hpp M libs/core/execution/include/hpx/execution/executors/fused_bulk_execute.hpp M libs/core/execution/include/hpx/execution/executors/polymorphic_executor.hpp M libs/core/execution/include/hpx/execution/queries/read.hpp M libs/core/execution/include/hpx/execution/traits/executor_traits.hpp M libs/core/execution/include/hpx/execution/traits/future_then_result_exec.hpp M libs/core/execution/include/hpx/execution/traits/vector_pack_alignment_size.hpp M libs/core/execution/tests/unit/algorithm_let_value.cpp M libs/core/execution_base/include/hpx/execution_base/any_sender.hpp M libs/core/execution_base/include/hpx/execution_base/completion_signatures.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 M libs/core/execution_base/include/hpx/execution_base/traits/coroutine_traits.hpp M libs/core/execution_base/include/hpx/execution_base/traits/is_executor.hpp M libs/core/execution_base/tests/include/coroutine_task.hpp M libs/core/execution_base/tests/unit/basic_schedule.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/executors/CMakeLists.txt M libs/core/executors/include/hpx/executors/detail/index_queue_spawning.hpp M libs/core/executors/include/hpx/executors/thread_pool_scheduler_bulk.hpp M libs/core/format/include/hpx/util/bad_lexical_cast.hpp M libs/core/functional/include/hpx/functional/bind.hpp M libs/core/functional/include/hpx/functional/bind_back.hpp M libs/core/functional/include/hpx/functional/bind_front.hpp M libs/core/functional/include/hpx/functional/deferred_call.hpp M libs/core/functional/include/hpx/functional/detail/runtime_get.hpp M libs/core/functional/include/hpx/functional/detail/vtable/callable_vtable.hpp M libs/core/functional/include/hpx/functional/detail/vtable/vtable.hpp M libs/core/functional/include/hpx/functional/invoke.hpp M libs/core/functional/include/hpx/functional/invoke_fused.hpp M libs/core/functional/include/hpx/functional/reference_wrapper.hpp M libs/core/futures/include/hpx/futures/detail/future_data.hpp M libs/core/futures/include/hpx/futures/future.hpp M libs/core/futures/include/hpx/futures/promise.hpp M libs/core/futures/include/hpx/futures/traits/detail/future_await_traits.hpp M libs/core/futures/include/hpx/futures/traits/future_access.hpp M libs/core/futures/include/hpx/futures/traits/future_then_result.hpp M libs/core/futures/include/hpx/futures/traits/is_future.hpp M libs/core/futures/include/hpx/futures/traits/is_future_tuple.hpp M libs/core/futures/include/hpx/futures/traits/promise_local_result.hpp M libs/core/futures/include/hpx/futures/traits/promise_remote_result.hpp M libs/core/include_local/CMakeLists.txt M libs/core/include_local/include/hpx/bit.hpp M libs/core/include_local/include/hpx/generator.hpp M libs/core/include_local/include/hpx/memory.hpp M libs/core/init_runtime_local/CMakeLists.txt M libs/core/init_runtime_local/src/init_runtime_local.cpp M libs/core/iterator_support/include/hpx/iterator_support/boost_iterator_categories.hpp M libs/core/iterator_support/include/hpx/iterator_support/counting_iterator.hpp M libs/core/iterator_support/include/hpx/iterator_support/iterator_adaptor.hpp M libs/core/iterator_support/include/hpx/iterator_support/iterator_facade.hpp M libs/core/iterator_support/include/hpx/iterator_support/traits/is_iterator.hpp M libs/core/iterator_support/include/hpx/iterator_support/transform_iterator.hpp M libs/core/iterator_support/include/hpx/iterator_support/unwrap_iterator.hpp M libs/core/iterator_support/include/hpx/iterator_support/zip_iterator.hpp M libs/core/itt_notify/include/hpx/itt_notify/api.hpp M libs/core/lcos_local/include/hpx/lcos_local/and_gate.hpp M libs/core/lcos_local/include/hpx/lcos_local/channel.hpp M libs/core/lcos_local/include/hpx/lcos_local/detail/preprocess_future.hpp M libs/core/lcos_local/include/hpx/lcos_local/trigger.hpp M libs/core/lcos_local/src/preprocess_future.cpp M libs/core/lock_registration/include/hpx/lock_registration/detail/register_locks.hpp M libs/core/pack_traversal/CMakeLists.txt M libs/core/pack_traversal/include/hpx/pack_traversal/detail/pack_traversal_async_impl.hpp M libs/core/pack_traversal/include/hpx/pack_traversal/detail/pack_traversal_impl.hpp M libs/core/pack_traversal/tests/unit/pack_traversal_async.cpp M libs/core/plugin/CMakeLists.txt M libs/core/plugin/include/hpx/plugin/abstract_factory.hpp M libs/core/plugin/include/hpx/plugin/concrete_factory.hpp M libs/core/plugin/include/hpx/plugin/virtual_constructor.hpp M libs/core/prefix/src/find_prefix.cpp M libs/core/program_options/tests/unit/parsers.cpp M libs/core/resiliency/CMakeLists.txt M libs/core/resiliency/include/hpx/resiliency/async_replay.hpp M libs/core/resiliency/include/hpx/resiliency/async_replay_executor.hpp M libs/core/resource_partitioner/CMakeLists.txt M libs/core/resource_partitioner/src/detail_partitioner.cpp M libs/core/runtime_local/src/interval_timer.cpp M libs/core/runtime_local/src/runtime_local.cpp M libs/core/schedulers/include/hpx/schedulers/local_workrequesting_scheduler.hpp M libs/core/schedulers/include/hpx/schedulers/queue_helpers.hpp M libs/core/schedulers/include/hpx/schedulers/thread_queue.hpp M libs/core/serialization/include/hpx/serialization/basic_archive.hpp M libs/core/serialization/include/hpx/serialization/detail/allow_zero_copy_receive.hpp M libs/core/serialization/include/hpx/serialization/detail/constructor_selector.hpp M libs/core/serialization/include/hpx/serialization/detail/pointer.hpp M libs/core/serialization/include/hpx/serialization/detail/polymorphic_id_factory.hpp M libs/core/serialization/include/hpx/serialization/detail/polymorphic_nonintrusive_factory.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/src/detail/allow_zero_copy_receive.cpp M libs/core/serialization/src/detail/pointer.cpp M libs/core/serialization/src/detail/polymorphic_intrusive_factory.cpp M libs/core/static_reinit/include/hpx/static_reinit/reinitializable_static.hpp M libs/core/static_reinit/src/static_reinit.cpp M libs/core/synchronization/include/hpx/synchronization/barrier.hpp M libs/core/synchronization/include/hpx/synchronization/condition_variable.hpp M libs/core/synchronization/include/hpx/synchronization/latch.hpp M libs/core/synchronization/include/hpx/synchronization/shared_mutex.hpp M libs/core/synchronization/src/detail/condition_variable.cpp M libs/core/synchronization/src/detail/counting_semaphore.cpp M libs/core/synchronization/src/detail/sliding_semaphore.cpp M libs/core/tag_invoke/include/hpx/functional/detail/tag_fallback_invoke.hpp M libs/core/tag_invoke/include/hpx/functional/detail/tag_priority_invoke.hpp M libs/core/tag_invoke/include/hpx/functional/tag_invoke.hpp M libs/core/thread_support/CMakeLists.txt M libs/core/thread_support/include/hpx/thread_support/atomic_count.hpp M libs/core/thread_support/include/hpx/thread_support/spinlock.hpp M libs/core/thread_support/include/hpx/thread_support/thread_specific_ptr.hpp M libs/core/threading_base/include/hpx/threading_base/annotated_function.hpp M libs/core/threading_base/include/hpx/threading_base/thread_data_stackful.hpp M libs/core/threading_base/include/hpx/threading_base/thread_data_stackless.hpp M libs/core/threadmanager/CMakeLists.txt M libs/core/threadmanager/src/threadmanager.cpp M libs/core/timed_execution/CMakeLists.txt M libs/core/timed_execution/include/hpx/timed_execution/timed_execution.hpp M libs/core/timed_execution/include/hpx/timed_execution/timed_executors.hpp M libs/core/type_support/CMakeLists.txt M libs/core/type_support/include/hpx/type_support/aligned_storage.hpp M libs/core/type_support/include/hpx/type_support/assert_owns_lock.hpp M libs/core/type_support/include/hpx/type_support/bit_cast.hpp M libs/core/type_support/include/hpx/type_support/construct_at.hpp M libs/core/type_support/include/hpx/type_support/coroutines_support.hpp M libs/core/type_support/include/hpx/type_support/decay.hpp M libs/core/type_support/include/hpx/type_support/default_sentinel.hpp M libs/core/type_support/include/hpx/type_support/detail/with_result_of.hpp M libs/core/type_support/include/hpx/type_support/detail/wrap_int.hpp M libs/core/type_support/include/hpx/type_support/empty_function.hpp M libs/core/type_support/include/hpx/type_support/equality.hpp M libs/core/type_support/include/hpx/type_support/extra_data.hpp M libs/core/type_support/include/hpx/type_support/generator.hpp M libs/core/type_support/include/hpx/type_support/identity.hpp M libs/core/type_support/include/hpx/type_support/is_contiguous_iterator.hpp M libs/core/type_support/include/hpx/type_support/is_relocatable.hpp M libs/core/type_support/include/hpx/type_support/is_trivially_relocatable.hpp M libs/core/type_support/include/hpx/type_support/lazy_conditional.hpp M libs/core/type_support/include/hpx/type_support/lazy_enable_if.hpp A libs/core/type_support/include/hpx/type_support/macros.hpp 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/include/hpx/type_support/relocate_at.hpp M libs/core/type_support/include/hpx/type_support/static.hpp M libs/core/type_support/include/hpx/type_support/uninitialized_relocation_primitives.hpp M libs/core/type_support/include/hpx/type_support/unused.hpp M libs/core/type_support/include/hpx/type_support/unwrap_ref.hpp M libs/core/type_support/include/hpx/type_support/void_guard.hpp M libs/core/type_support/tests/unit/fail_relocate_at.cpp M libs/core/type_support/tests/unit/fail_uninitialized_relocate.cpp M libs/core/type_support/tests/unit/is_contiguous_iterator.cpp M libs/core/type_support/tests/unit/is_relocatable.cpp M libs/core/type_support/tests/unit/is_trivially_relocatable.cpp M libs/core/type_support/tests/unit/relocate.cpp M libs/core/type_support/tests/unit/relocate_at.cpp M libs/core/type_support/tests/unit/uninitialized_relocate_n_primitive.cpp M libs/full/actions/include/hpx/actions/transfer_action.hpp M libs/full/actions_base/include/hpx/actions_base/basic_action.hpp M libs/full/actions_base/include/hpx/actions_base/detail/invocation_count_registry.hpp M libs/full/actions_base/include/hpx/actions_base/detail/per_action_data_counter_registry.hpp M libs/full/actions_base/include/hpx/actions_base/traits/action_is_target_valid.hpp M libs/full/actions_base/include/hpx/actions_base/traits/action_remote_result.hpp M libs/full/actions_base/include/hpx/actions_base/traits/action_schedule_thread.hpp M libs/full/actions_base/include/hpx/actions_base/traits/action_select_direct_execution.hpp M libs/full/actions_base/src/detail/invocation_count_registry.cpp M libs/full/actions_base/src/detail/per_action_data_counter_registry.cpp M libs/full/agas/src/addressing_service.cpp M libs/full/agas_base/src/detail/hosted_component_namespace.cpp M libs/full/agas_base/src/detail/hosted_locality_namespace.cpp M libs/full/agas_base/src/primary_namespace.cpp M libs/full/agas_base/src/server/primary_namespace_server.cpp M libs/full/async_colocated/include/hpx/async_colocated/async_colocated.hpp M libs/full/async_colocated/include/hpx/async_colocated/functional/colocated_helpers.hpp M libs/full/async_colocated/include/hpx/async_colocated/register_post_colocated.hpp M libs/full/async_colocated/include/hpx/async_colocated/server/destroy_component.hpp M libs/full/async_colocated/src/server/destroy_component.cpp M libs/full/async_distributed/include/hpx/async_distributed/async.hpp M libs/full/async_distributed/include/hpx/async_distributed/base_lco_with_value.hpp M libs/full/async_distributed/include/hpx/async_distributed/bind_action.hpp M libs/full/async_distributed/include/hpx/async_distributed/detail/post_callback.hpp M libs/full/async_distributed/include/hpx/async_distributed/detail/promise_base.hpp M libs/full/async_distributed/include/hpx/async_distributed/detail/promise_lco.hpp M libs/full/async_distributed/include/hpx/async_distributed/transfer_continuation_action.hpp M libs/full/async_distributed/include/hpx/async_distributed/trigger.hpp M libs/full/async_distributed/src/base_lco_with_value.cpp 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/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/broadcast_direct.hpp M libs/full/collectives/include/hpx/collectives/create_communicator.hpp M libs/full/collectives/include/hpx/collectives/detail/barrier_node.hpp M libs/full/collectives/include/hpx/collectives/detail/communication_set_node.hpp M libs/full/collectives/include/hpx/collectives/detail/communicator.hpp M libs/full/collectives/include/hpx/collectives/exclusive_scan.hpp M libs/full/collectives/include/hpx/collectives/fold.hpp M libs/full/collectives/include/hpx/collectives/gather.hpp M libs/full/collectives/include/hpx/collectives/inclusive_scan.hpp M libs/full/collectives/include/hpx/collectives/reduce.hpp M libs/full/collectives/include/hpx/collectives/reduce_direct.hpp M libs/full/collectives/include/hpx/collectives/scatter.hpp M libs/full/collectives/include/hpx/collectives/spmd_block.hpp M libs/full/collectives/src/barrier.cpp M libs/full/collectives/src/create_communicator.cpp M libs/full/collectives/src/latch.cpp M libs/full/components/src/client_base.cpp M libs/full/components_base/include/hpx/components_base/server/component_base.hpp M libs/full/components_base/include/hpx/components_base/server/locking_hook.hpp M libs/full/components_base/include/hpx/components_base/server/wrapper_heap_list.hpp M libs/full/components_base/include/hpx/components_base/traits/action_decorate_function.hpp M libs/full/components_base/include/hpx/components_base/traits/component_pin_support.hpp M libs/full/components_base/include/hpx/components_base/traits/component_supports_migration.hpp M libs/full/include/include/hpx/include/traits.hpp M libs/full/init_runtime/src/hpx_init.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/performance_counters/src/counter_creators.cpp M libs/full/performance_counters/src/query_counters.cpp M libs/full/resiliency_distributed/include/hpx/resiliency_distributed/async_replay_distributed.hpp M libs/full/runtime_components/include/hpx/runtime_components/new.hpp M libs/full/runtime_components/src/console_logging.cpp M libs/full/runtime_components/src/server/console_logging_server.cpp M libs/full/runtime_components/tests/unit/components/action_invoke_no_more_than.hpp M libs/full/runtime_distributed/include/hpx/runtime_distributed/stubs/runtime_support.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_distributed/src/stubs/runtime_support_stubs.cpp M libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/adjacent_find.hpp M libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/detail/dispatch.hpp M libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/detail/scan.hpp M libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/inclusive_scan.hpp M tests/performance/local/openmp_parallel_region.cpp M tests/performance/local/stream.cpp M tests/performance/local/stream_report.cpp Log Message: ----------- Exposing HPX type_support module as a C++ module Signed-off-by: Hartmut Kaiser <hartmut.kai...@gmail.com> To unsubscribe from these emails, change your notification settings at https://github.com/STEllAR-GROUP/hpx/settings/notifications _______________________________________________ hpx-commits mailing list hpx-commits@mail.cct.lsu.edu https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits