diff --git a/branches/release-1.9.X/html/api/public_api.html b/branches/release-1.9.X/html/api/public_api.html index fd378ece964..5d988d53bca 100644 --- a/branches/release-1.9.X/html/api/public_api.html +++ b/branches/release-1.9.X/html/api/public_api.html @@ -5389,7 +5389,7 @@

Contents

sub-namespaces will eventually be removed.

hpx/algorithm.hpp#

-

The header hpx/algorithm.hpp corresponds to the +

The header hpx/algorithm.hpp corresponds to the C++ standard library header algorithm. See Using parallel algorithms for more information about the parallel algorithms.

@@ -5836,7 +5836,7 @@

Functions

hpx/any.hpp#

-

The header hpx/any.hpp corresponds to the C++ +

The header hpx/any.hpp corresponds to the C++ standard library header any.

hpx::any is compatible with std::any.

@@ -5900,7 +5900,7 @@

Functions

hpx/assert.hpp#

-

The header hpx/assert.hpp corresponds to the C++ standard +

The header hpx/assert.hpp corresponds to the C++ standard library header cassert.

HPX_ASSERT is the HPX equivalent to assert in cassert. HPX_ASSERT can also be used in CUDA device code.

@@ -5926,7 +5926,7 @@

Macros

hpx/barrier.hpp#

-

The header hpx/barrier.hpp corresponds to the +

The header hpx/barrier.hpp corresponds to the C++ standard library header barrier and contains a distributed barrier implementation. This functionality is also exposed through the hpx::distributed namespace. The name in hpx::distributed should be preferred.

@@ -5967,7 +5967,7 @@

Classes

hpx/channel.hpp#

-

The header hpx/channel.hpp contains a local and a +

The header hpx/channel.hpp contains a local and a distributed channel implementation. This functionality is also exposed through the hpx::distributed namespace. The name in hpx::distributed should be preferred.

@@ -6004,7 +6004,7 @@

Classes

hpx/chrono.hpp#

-

The header hpx/chrono.hpp corresponds to the +

The header hpx/chrono.hpp corresponds to the C++ standard library header chrono. The following replacements and extensions are provided compared to chrono.

@@ -6036,7 +6036,7 @@

Classes

hpx/condition_variable.hpp#

-

The header hpx/condition_variable.hpp corresponds to the C++ +

The header hpx/condition_variable.hpp corresponds to the C++ standard library header condition_variable.

Classes#

@@ -6067,7 +6067,7 @@

Classes

hpx/exception.hpp#

-

The header hpx/exception.hpp corresponds to +

The header hpx/exception.hpp corresponds to the C++ standard library header exception. hpx::exception extends std::exception and is the base class for all exceptions thrown in HPX. HPX_THROW_EXCEPTION can be used to throw HPX exceptions with file and line information @@ -6101,7 +6101,7 @@

Classes

hpx/execution.hpp#

-

The header hpx/execution.hpp corresponds to the +

The header hpx/execution.hpp corresponds to the C++ standard library header execution. See High level parallel facilities, Using parallel algorithms and Executor parameters and executor parameter traits for more information about execution policies and executor parameters.

@@ -6192,7 +6192,7 @@

Classes

hpx/functional.hpp#

-

The header hpx/functional.hpp corresponds to the +

The header hpx/functional.hpp corresponds to the C++ standard library header functional. hpx::function is a more efficient and serializable replacement for std::function.

@@ -6298,7 +6298,7 @@

Functions

hpx/future.hpp#

-

The header hpx/future.hpp corresponds to the +

The header hpx/future.hpp corresponds to the C++ standard library header future. See Extended facilities for futures for more information about extensions to futures compared to the C++ standard library.

This header file also contains overloads of hpx::async, @@ -6435,7 +6435,7 @@

Functions

hpx/init.hpp#

-

The header hpx/init.hpp contains functionality for +

The header hpx/init.hpp contains functionality for starting, stopping, suspending, and resuming the HPX runtime. This is the main way to explicitly start the HPX runtime. See Starting the HPX runtime for more details on starting the HPX runtime.

@@ -6487,7 +6487,7 @@

Functions

hpx/latch.hpp#

-

The header hpx/latch.hpp corresponds to the C++ +

The header hpx/latch.hpp corresponds to the C++ standard library header latch. It contains a local and a distributed latch implementation. This functionality is also exposed through the hpx::distributed namespace. The name in hpx::distributed should be preferred.

@@ -6528,7 +6528,7 @@

Classes

hpx/mutex.hpp#

-

The header hpx/mutex.hpp corresponds to the +

The header hpx/mutex.hpp corresponds to the C++ standard library header mutex.

Classes#

@@ -6591,7 +6591,7 @@

Functions

hpx/memory.hpp#

-

The header hpx/memory.hpp corresponds to the +

The header hpx/memory.hpp corresponds to the C++ standard library header memory. It contains parallel versions of the copy, fill, move, and construct helper functions in memory. See Using parallel algorithms for more information about the parallel algorithms.

@@ -6689,7 +6689,7 @@

Functions

hpx/numeric.hpp#

-

The header hpx/numeric.hpp corresponds to the +

The header hpx/numeric.hpp corresponds to the C++ standard library header numeric. See Using parallel algorithms for more information about the parallel algorithms.

@@ -6753,7 +6753,7 @@

Functions

hpx/optional.hpp#

-

The header hpx/optional.hpp corresponds to the +

The header hpx/optional.hpp corresponds to the C++ standard library header optional. hpx::optional is compatible with std::optional.

@@ -6791,7 +6791,7 @@

Classes

hpx/runtime.hpp#

-

The header hpx/runtime.hpp contains functions for accessing +

The header hpx/runtime.hpp contains functions for accessing local and distributed runtime information.

Typedefs#

@@ -6860,7 +6860,7 @@

Functions

hpx/source_location.hpp#

-

The header hpx/source_location.hpp corresponds to the +

The header hpx/source_location.hpp corresponds to the C++ standard library header source_location.

Classes#

@@ -6885,7 +6885,7 @@

Classes

hpx/system_error.hpp#

-

The header hpx/system_error.hpp corresponds to the +

The header hpx/system_error.hpp corresponds to the C++ standard library header system_error.

Classes#

@@ -6910,7 +6910,7 @@

Classes

hpx/task_block.hpp#

-

The header hpx/task_block.hpp corresponds to the +

The header hpx/task_block.hpp corresponds to the task_block feature in N4755. See using_task_block for more details on using task blocks.

@@ -6954,7 +6954,7 @@

Functions

hpx/experimental/task_group.hpp#

-

The header hpx/experimental/task_group.hpp +

The header hpx/experimental/task_group.hpp corresponds to the task_group feature in oneAPI Threading Building Blocks (oneTBB).

Classes#

@@ -6976,7 +6976,7 @@

Classes

hpx/thread.hpp#

-

The header hpx/thread.hpp corresponds to the +

The header hpx/thread.hpp corresponds to the C++ standard library header thread. The functionality in this header is equivalent to the standard library thread functionality, with the exception that the HPX equivalents are implemented on top of lightweight threads and the HPX runtime.

@@ -7035,7 +7035,7 @@

Functions

hpx/semaphore.hpp#

-

The header hpx/semaphore.hpp corresponds to the +

The header hpx/semaphore.hpp corresponds to the C++ standard library header semaphore.

Classes#

@@ -7063,7 +7063,7 @@

Classes

hpx/shared_mutex.hpp#

-

The header hpx/shared_mutex.hpp corresponds to the +

The header hpx/shared_mutex.hpp corresponds to the C++ standard library header shared_mutex.

Classes#

@@ -7088,7 +7088,7 @@

Classes

hpx/stop_token.hpp#

-

The header hpx/stop_token.hpp corresponds to the +

The header hpx/stop_token.hpp corresponds to the C++ standard library header stop_token.

Constants#

@@ -7142,7 +7142,7 @@

Classes

hpx/tuple.hpp#

-

The header hpx/tuple.hpp corresponds to the +

The header hpx/tuple.hpp corresponds to the C++ standard library header tuple. hpx::tuple can be used in CUDA device code, unlike std::tuple.

@@ -7226,7 +7226,7 @@

Functions

hpx/type_traits.hpp#

-

The header hpx/type_traits.hpp corresponds to the +

The header hpx/type_traits.hpp corresponds to the C++ standard library header type_traits.

Classes#

@@ -7254,7 +7254,7 @@

Classes

hpx/unwrap.hpp#

-

The header hpx/unwrap.hpp contains utilities for +

The header hpx/unwrap.hpp contains utilities for unwrapping futures.

Classes#

@@ -7307,7 +7307,7 @@

Functions

hpx/version.hpp#

-

The header hpx/version.hpp provides version information +

The header hpx/version.hpp provides version information about HPX.

Macros#

@@ -7374,7 +7374,7 @@

Functions

hpx/wrap_main.hpp#

-

The header hpx/wrap_main.hpp does not provide any direct functionality +

The header hpx/wrap_main.hpp does not provide any direct functionality but is used for implicitly using main as the runtime entry point. See Re-use the main() function as the main HPX entry point for more details on implicitly starting the HPX runtime.

diff --git a/branches/release-1.9.X/pdf/HPX.pdf b/branches/release-1.9.X/pdf/HPX.pdf index 7be1d7a69e9..c3d69f90d29 100644 Binary files a/branches/release-1.9.X/pdf/HPX.pdf and b/branches/release-1.9.X/pdf/HPX.pdf differ diff --git a/branches/release-1.9.X/report/index.html b/branches/release-1.9.X/report/index.html index 1d3c8c6251f..75396667a76 100644 --- a/branches/release-1.9.X/report/index.html +++ b/branches/release-1.9.X/report/index.html @@ -44,9 +44,9 @@
diff --git a/branches/release-1.9.X/report/release-1.9.X/core/affinity.html b/branches/release-1.9.X/report/v1.9.1/core/affinity.html similarity index 97% rename from branches/release-1.9.X/report/release-1.9.X/core/affinity.html rename to branches/release-1.9.X/report/v1.9.1/core/affinity.html index 5cc5430855f..a56a8c374e9 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/affinity.html +++ b/branches/release-1.9.X/report/v1.9.1/core/affinity.html @@ -33,7 +33,7 @@
+
1.9.1 (49dc863a05), 2023-08-10 20:40:09

Primary dependencies for core/affinity

@@ -172,6 +172,6 @@

<hpx/affinity/affinity_data.hpp>

  • from <libs/core/threading_base/src/thread_pool_base.cpp>

- + diff --git a/tags/v1.9.1/report/release-1.9.X/core/algorithms.html b/branches/release-1.9.X/report/v1.9.1/core/algorithms.html similarity index 99% rename from tags/v1.9.1/report/release-1.9.X/core/algorithms.html rename to branches/release-1.9.X/report/v1.9.1/core/algorithms.html index b0819d7b5ea..e65b1e8f611 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/algorithms.html +++ b/branches/release-1.9.X/report/v1.9.1/core/algorithms.html @@ -33,7 +33,7 @@
+
1.9.1 (49dc863a05), 2023-08-10 20:40:09

Primary dependencies for core/algorithms

@@ -2003,6 +2003,6 @@

<hpx/parallel/util/zip_iterator.hpp>

  • from <hpx/parallel/segmented_algorithms/detail/reduce.hpp>

- + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/allocator_support.html b/branches/release-1.9.X/report/v1.9.1/core/allocator_support.html similarity index 97% rename from branches/release-1.9.X/report/release-1.9.X/core/allocator_support.html rename to branches/release-1.9.X/report/v1.9.1/core/allocator_support.html index 3844c087226..f051f88f66e 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/allocator_support.html +++ b/branches/release-1.9.X/report/v1.9.1/core/allocator_support.html @@ -33,7 +33,7 @@
+
1.9.1 (49dc863a05), 2023-08-10 20:40:10

Primary dependencies for core/allocator_support

@@ -182,6 +182,6 @@

<hpx/allocator_support/aligned_allocator.hpp>

  • from <hpx/runtime_distributed/big_boot_barrier.hpp>

- + diff --git a/tags/v1.9.1/report/release-1.9.X/core/asio.html b/branches/release-1.9.X/report/v1.9.1/core/asio.html similarity index 95% rename from tags/v1.9.1/report/release-1.9.X/core/asio.html rename to branches/release-1.9.X/report/v1.9.1/core/asio.html index dc1af2463d9..db55e8a52fd 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/asio.html +++ b/branches/release-1.9.X/report/v1.9.1/core/asio.html @@ -33,7 +33,7 @@
+
1.9.1 (49dc863a05), 2023-08-10 20:40:10

Primary dependencies for core/asio

@@ -121,6 +121,6 @@

<hpx/modules/asio.hpp>

  • from <libs/full/parcelport_tcp/src/connection_handler_tcp.cpp>

- + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/assertion.html b/branches/release-1.9.X/report/v1.9.1/core/assertion.html similarity index 99% rename from branches/release-1.9.X/report/release-1.9.X/core/assertion.html rename to branches/release-1.9.X/report/v1.9.1/core/assertion.html index 4ad6fb3dea3..a689c60c9d8 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/assertion.html +++ b/branches/release-1.9.X/report/v1.9.1/core/assertion.html @@ -33,7 +33,7 @@
+
1.9.1 (49dc863a05), 2023-08-10 20:40:10

Primary dependencies for core/assertion

@@ -619,6 +619,6 @@

<hpx/assert.hpp>

  • from <hpx/parallel/segmented_algorithms/detail/transfer.hpp>

- + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/async_base.html b/branches/release-1.9.X/report/v1.9.1/core/async_base.html similarity index 98% rename from branches/release-1.9.X/report/release-1.9.X/core/async_base.html rename to branches/release-1.9.X/report/v1.9.1/core/async_base.html index 58651bd4345..380c306f07d 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/async_base.html +++ b/branches/release-1.9.X/report/v1.9.1/core/async_base.html @@ -33,7 +33,7 @@
+
1.9.1 (49dc863a05), 2023-08-10 20:40:11

Primary dependencies for core/async_base

@@ -368,6 +368,6 @@

<hpx/async_base/launch_policy.hpp>

  • from <hpx/parallel/segmented_algorithms/detail/dispatch.hpp>

- + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/async_combinators.html b/branches/release-1.9.X/report/v1.9.1/core/async_combinators.html similarity index 98% rename from branches/release-1.9.X/report/release-1.9.X/core/async_combinators.html rename to branches/release-1.9.X/report/v1.9.1/core/async_combinators.html index b9c9046462f..66d60d35126 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/async_combinators.html +++ b/branches/release-1.9.X/report/v1.9.1/core/async_combinators.html @@ -33,7 +33,7 @@
+
1.9.1 (49dc863a05), 2023-08-10 20:40:11

Primary dependencies for core/async_combinators

@@ -373,6 +373,6 @@

<hpx/async_combinators/wait_all.hpp>

  • from <libs/full/runtime_distributed/src/server/runtime_support_server.cpp>

- + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/async_local.html b/branches/release-1.9.X/report/v1.9.1/core/async_local.html similarity index 98% rename from branches/release-1.9.X/report/release-1.9.X/core/async_local.html rename to branches/release-1.9.X/report/v1.9.1/core/async_local.html index dffcd52f1ff..d0df0d684e1 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/async_local.html +++ b/branches/release-1.9.X/report/v1.9.1/core/async_local.html @@ -33,7 +33,7 @@
+
1.9.1 (49dc863a05), 2023-08-10 20:40:12

Primary dependencies for core/async_local

@@ -307,6 +307,6 @@

<hpx/async_local/async_fwd.hpp>

  • from <hpx/runtime_components/create_component_helpers.hpp>

- + diff --git a/tags/v1.9.1/report/release-1.9.X/core/batch_environments.html b/branches/release-1.9.X/report/v1.9.1/core/batch_environments.html similarity index 96% rename from tags/v1.9.1/report/release-1.9.X/core/batch_environments.html rename to branches/release-1.9.X/report/v1.9.1/core/batch_environments.html index 9c96c044198..713bf08bd81 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/batch_environments.html +++ b/branches/release-1.9.X/report/v1.9.1/core/batch_environments.html @@ -33,7 +33,7 @@
+
1.9.1 (49dc863a05), 2023-08-10 20:40:12

Primary dependencies for core/batch_environments

@@ -136,6 +136,6 @@

<hpx/modules/batch_environments.hpp>

  • from <libs/full/command_line_handling/src/command_line_handling.cpp>

- + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/cache.html b/branches/release-1.9.X/report/v1.9.1/core/cache.html similarity index 91% rename from branches/release-1.9.X/report/release-1.9.X/core/cache.html rename to branches/release-1.9.X/report/v1.9.1/core/cache.html index b8123f4c47c..7a292415ab7 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/cache.html +++ b/branches/release-1.9.X/report/v1.9.1/core/cache.html @@ -33,7 +33,7 @@
+
1.9.1 (49dc863a05), 2023-08-10 20:40:13

Primary dependencies for core/cache

@@ -68,6 +68,6 @@

<hpx/cache/statistics/local_full_statistics.hpp>

  • from <hpx/agas/addressing_service.hpp>

- + diff --git a/tags/v1.9.1/report/release-1.9.X/core/command_line_handling_local.html b/branches/release-1.9.X/report/v1.9.1/core/command_line_handling_local.html similarity index 97% rename from tags/v1.9.1/report/release-1.9.X/core/command_line_handling_local.html rename to branches/release-1.9.X/report/v1.9.1/core/command_line_handling_local.html index bdb13db3b2c..d4de68885d1 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/command_line_handling_local.html +++ b/branches/release-1.9.X/report/v1.9.1/core/command_line_handling_local.html @@ -33,7 +33,7 @@
+
1.9.1 (49dc863a05), 2023-08-10 20:40:13

Primary dependencies for core/command_line_handling_local

@@ -224,6 +224,6 @@

<hpx/modules/command_line_handling_local.hpp>

  • from <libs/full/command_line_handling/src/late_command_line_handling.cpp>

- + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/compute_local.html b/branches/release-1.9.X/report/v1.9.1/core/compute_local.html similarity index 99% rename from branches/release-1.9.X/report/release-1.9.X/core/compute_local.html rename to branches/release-1.9.X/report/v1.9.1/core/compute_local.html index 452992f5eb4..957881ad797 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/compute_local.html +++ b/branches/release-1.9.X/report/v1.9.1/core/compute_local.html @@ -33,7 +33,7 @@
+
1.9.1 (49dc863a05), 2023-08-10 20:40:13

Primary dependencies for core/compute_local

@@ -505,6 +505,6 @@

<hpx/modules/compute_local.hpp>

  • from <hpx/compute.hpp>

- + diff --git a/tags/v1.9.1/report/release-1.9.X/core/concepts.html b/branches/release-1.9.X/report/v1.9.1/core/concepts.html similarity index 98% rename from tags/v1.9.1/report/release-1.9.X/core/concepts.html rename to branches/release-1.9.X/report/v1.9.1/core/concepts.html index 278a1d2b2d2..edb3d4245ec 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/concepts.html +++ b/branches/release-1.9.X/report/v1.9.1/core/concepts.html @@ -33,7 +33,7 @@
+
1.9.1 (49dc863a05), 2023-08-10 20:40:14

Primary dependencies for core/concepts

@@ -289,6 +289,6 @@

<hpx/concepts/has_xxx.hpp>

  • from <hpx/include/traits.hpp>

- + diff --git a/tags/v1.9.1/report/release-1.9.X/core/concurrency.html b/branches/release-1.9.X/report/v1.9.1/core/concurrency.html similarity index 98% rename from tags/v1.9.1/report/release-1.9.X/core/concurrency.html rename to branches/release-1.9.X/report/v1.9.1/core/concurrency.html index 28786a25c3a..86279e0dd9c 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/concurrency.html +++ b/branches/release-1.9.X/report/v1.9.1/core/concurrency.html @@ -33,7 +33,7 @@
+
1.9.1 (49dc863a05), 2023-08-10 20:40:14

Primary dependencies for core/concurrency

@@ -264,6 +264,6 @@

<hpx/concurrency/queue.hpp>

  • from <hpx/runtime_distributed/big_boot_barrier.hpp>

- + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/config.html b/branches/release-1.9.X/report/v1.9.1/core/config.html similarity index 99% rename from branches/release-1.9.X/report/release-1.9.X/core/config.html rename to branches/release-1.9.X/report/v1.9.1/core/config.html index 50b84399d35..2bb21c570e5 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/config.html +++ b/branches/release-1.9.X/report/v1.9.1/core/config.html @@ -33,7 +33,7 @@
+
1.9.1 (49dc863a05), 2023-08-10 20:40:15

Primary dependencies for core/config

@@ -2182,6 +2182,6 @@

<hpx/config.hpp>

  • from <hpx/statistics/rolling_min.hpp>

- + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/config_registry.html b/branches/release-1.9.X/report/v1.9.1/core/config_registry.html similarity index 91% rename from branches/release-1.9.X/report/release-1.9.X/core/config_registry.html rename to branches/release-1.9.X/report/v1.9.1/core/config_registry.html index 79ea58a019e..8604c794818 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/config_registry.html +++ b/branches/release-1.9.X/report/v1.9.1/core/config_registry.html @@ -33,7 +33,7 @@
+
1.9.1 (49dc863a05), 2023-08-10 20:40:16

Primary dependencies for core/config_registry

@@ -68,6 +68,6 @@

<hpx/modules/config_registry.hpp>

  • from <libs/core/version/src/version.cpp>

- + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/coroutines.html b/branches/release-1.9.X/report/v1.9.1/core/coroutines.html similarity index 98% rename from branches/release-1.9.X/report/release-1.9.X/core/coroutines.html rename to branches/release-1.9.X/report/v1.9.1/core/coroutines.html index 3eb7af635f8..193f67631df 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/coroutines.html +++ b/branches/release-1.9.X/report/v1.9.1/core/coroutines.html @@ -33,7 +33,7 @@
+
1.9.1 (49dc863a05), 2023-08-10 20:40:16

Primary dependencies for core/coroutines

@@ -379,6 +379,6 @@

<hpx/coroutines/coroutine.hpp>

  • from <libs/full/runtime_distributed/src/runtime_distributed.cpp>

- + diff --git a/tags/v1.9.1/report/release-1.9.X/core/datastructures.html b/branches/release-1.9.X/report/v1.9.1/core/datastructures.html similarity index 99% rename from tags/v1.9.1/report/release-1.9.X/core/datastructures.html rename to branches/release-1.9.X/report/v1.9.1/core/datastructures.html index 74f89f127b1..18d3bf8c026 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/datastructures.html +++ b/branches/release-1.9.X/report/v1.9.1/core/datastructures.html @@ -33,7 +33,7 @@
+
1.9.1 (49dc863a05), 2023-08-10 20:40:16

Primary dependencies for core/datastructures

@@ -486,6 +486,6 @@

<hpx/datastructures/tuple.hpp>

  • from <hpx/parallel/segmented_algorithms/transform.hpp>

- + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/debugging.html b/branches/release-1.9.X/report/v1.9.1/core/debugging.html similarity index 95% rename from branches/release-1.9.X/report/release-1.9.X/core/debugging.html rename to branches/release-1.9.X/report/v1.9.1/core/debugging.html index 61405f5a968..cfe20a40b29 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/debugging.html +++ b/branches/release-1.9.X/report/v1.9.1/core/debugging.html @@ -33,7 +33,7 @@
+
1.9.1 (49dc863a05), 2023-08-10 20:40:17

Primary dependencies for core/debugging

@@ -128,6 +128,6 @@

<hpx/modules/debugging.hpp>

  • from <libs/full/command_line_handling/src/command_line_handling.cpp>

- + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/errors.html b/branches/release-1.9.X/report/v1.9.1/core/errors.html similarity index 99% rename from branches/release-1.9.X/report/release-1.9.X/core/errors.html rename to branches/release-1.9.X/report/v1.9.1/core/errors.html index 3e9eefe1dc5..e45dfeb6417 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/errors.html +++ b/branches/release-1.9.X/report/v1.9.1/core/errors.html @@ -33,7 +33,7 @@
+
1.9.1 (49dc863a05), 2023-08-10 20:40:17

Primary dependencies for core/errors

@@ -599,6 +599,6 @@

<hpx/modules/errors.hpp>

  • from <libs/full/runtime_distributed/src/server/runtime_support_server.cpp>

- + diff --git a/tags/v1.9.1/report/release-1.9.X/core/execution.html b/branches/release-1.9.X/report/v1.9.1/core/execution.html similarity index 99% rename from tags/v1.9.1/report/release-1.9.X/core/execution.html rename to branches/release-1.9.X/report/v1.9.1/core/execution.html index 5316c103a99..1c346afd118 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/execution.html +++ b/branches/release-1.9.X/report/v1.9.1/core/execution.html @@ -33,7 +33,7 @@
+
1.9.1 (49dc863a05), 2023-08-10 20:40:18

Primary dependencies for core/execution

@@ -1284,6 +1284,6 @@

<hpx/execution/executors/execution.hpp>

  • from <hpx/parallel/segmented_algorithms/detail/scan.hpp>

- + diff --git a/tags/v1.9.1/report/release-1.9.X/core/execution_base.html b/branches/release-1.9.X/report/v1.9.1/core/execution_base.html similarity index 99% rename from tags/v1.9.1/report/release-1.9.X/core/execution_base.html rename to branches/release-1.9.X/report/v1.9.1/core/execution_base.html index a58ef3db424..9a2278ff1bd 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/execution_base.html +++ b/branches/release-1.9.X/report/v1.9.1/core/execution_base.html @@ -33,7 +33,7 @@
+
1.9.1 (49dc863a05), 2023-08-10 20:40:18

Primary dependencies for core/execution_base

@@ -556,6 +556,6 @@

<hpx/execution_base/this_thread.hpp>

  • from <libs/full/runtime_distributed/src/server/runtime_support_server.cpp>

- + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/executors.html b/branches/release-1.9.X/report/v1.9.1/core/executors.html similarity index 99% rename from branches/release-1.9.X/report/release-1.9.X/core/executors.html rename to branches/release-1.9.X/report/v1.9.1/core/executors.html index 112eae551fe..da01fb57394 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/executors.html +++ b/branches/release-1.9.X/report/v1.9.1/core/executors.html @@ -33,7 +33,7 @@
+
1.9.1 (49dc863a05), 2023-08-10 20:40:19

Primary dependencies for core/executors

@@ -970,6 +970,6 @@

<hpx/executors/execution_policy.hpp>

  • from <hpx/parallel/segmented_algorithms/transform_reduce.hpp>

- + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/filesystem.html b/branches/release-1.9.X/report/v1.9.1/core/filesystem.html similarity index 94% rename from branches/release-1.9.X/report/release-1.9.X/core/filesystem.html rename to branches/release-1.9.X/report/v1.9.1/core/filesystem.html index e667e1deca8..5d4be098b13 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/filesystem.html +++ b/branches/release-1.9.X/report/v1.9.1/core/filesystem.html @@ -33,7 +33,7 @@
+
1.9.1 (49dc863a05), 2023-08-10 20:40:19

Primary dependencies for core/filesystem

@@ -98,6 +98,6 @@

<hpx/modules/filesystem.hpp>

  • from <libs/full/runtime_distributed/src/server/runtime_support_server.cpp>

- + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/format.html b/branches/release-1.9.X/report/v1.9.1/core/format.html similarity index 98% rename from branches/release-1.9.X/report/release-1.9.X/core/format.html rename to branches/release-1.9.X/report/v1.9.1/core/format.html index 591295c114d..7a540299be2 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/format.html +++ b/branches/release-1.9.X/report/v1.9.1/core/format.html @@ -33,7 +33,7 @@
+
1.9.1 (49dc863a05), 2023-08-10 20:40:20

Primary dependencies for core/format

@@ -292,6 +292,6 @@

<hpx/util/from_string.hpp>

  • from <libs/full/runtime_distributed/src/server/runtime_support_server.cpp>

- + diff --git a/tags/v1.9.1/report/release-1.9.X/core/functional.html b/branches/release-1.9.X/report/v1.9.1/core/functional.html similarity index 99% rename from tags/v1.9.1/report/release-1.9.X/core/functional.html rename to branches/release-1.9.X/report/v1.9.1/core/functional.html index b3e1c87f82b..374d5569533 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/functional.html +++ b/branches/release-1.9.X/report/v1.9.1/core/functional.html @@ -33,7 +33,7 @@
+
1.9.1 (49dc863a05), 2023-08-10 20:40:20

Primary dependencies for core/functional

@@ -909,6 +909,6 @@

<hpx/functional/invoke.hpp>

  • from <hpx/parallel/segmented_algorithms/transform_reduce.hpp>

- + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/futures.html b/branches/release-1.9.X/report/v1.9.1/core/futures.html similarity index 99% rename from branches/release-1.9.X/report/release-1.9.X/core/futures.html rename to branches/release-1.9.X/report/v1.9.1/core/futures.html index b9a3f63910c..f27590ce2bc 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/futures.html +++ b/branches/release-1.9.X/report/v1.9.1/core/futures.html @@ -33,7 +33,7 @@
+
1.9.1 (49dc863a05), 2023-08-10 20:40:21

Primary dependencies for core/futures

@@ -909,6 +909,6 @@

<hpx/futures/future.hpp>

  • from <hpx/parallel/segmented_algorithms/detail/scan.hpp>

- + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/hardware.html b/branches/release-1.9.X/report/v1.9.1/core/hardware.html similarity index 92% rename from branches/release-1.9.X/report/release-1.9.X/core/hardware.html rename to branches/release-1.9.X/report/v1.9.1/core/hardware.html index 33e43b1cf10..bb1bc698c5c 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/hardware.html +++ b/branches/release-1.9.X/report/v1.9.1/core/hardware.html @@ -33,7 +33,7 @@
+
1.9.1 (49dc863a05), 2023-08-10 20:40:21

Primary dependencies for core/hardware

@@ -80,6 +80,6 @@

<hpx/hardware/timestamp.hpp>

  • from <hpx/timing/tick_counter.hpp>

- + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/hashing.html b/branches/release-1.9.X/report/v1.9.1/core/hashing.html similarity index 94% rename from branches/release-1.9.X/report/release-1.9.X/core/hashing.html rename to branches/release-1.9.X/report/v1.9.1/core/hashing.html index 9614c8d1786..81628c74877 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/hashing.html +++ b/branches/release-1.9.X/report/v1.9.1/core/hashing.html @@ -33,7 +33,7 @@
+
1.9.1 (49dc863a05), 2023-08-10 20:40:21

Primary dependencies for core/hashing

@@ -100,6 +100,6 @@

<hpx/modules/hashing.hpp>

  • from <hpx/parcelset_base/detail/per_action_data_counter.hpp>

- + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/include_local.html b/branches/release-1.9.X/report/v1.9.1/core/include_local.html similarity index 99% rename from branches/release-1.9.X/report/release-1.9.X/core/include_local.html rename to branches/release-1.9.X/report/v1.9.1/core/include_local.html index f8613b31bd4..e3576d6cd0f 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/include_local.html +++ b/branches/release-1.9.X/report/v1.9.1/core/include_local.html @@ -33,7 +33,7 @@
+
1.9.1 (49dc863a05), 2023-08-10 20:40:22

Primary dependencies for core/include_local

@@ -504,6 +504,6 @@

<hpx/format.hpp>

  • from <libs/full/runtime_distributed/src/runtime_distributed.cpp>

- + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/ini.html b/branches/release-1.9.X/report/v1.9.1/core/ini.html similarity index 97% rename from branches/release-1.9.X/report/release-1.9.X/core/ini.html rename to branches/release-1.9.X/report/v1.9.1/core/ini.html index 19d32055011..acfd9ce0db6 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/ini.html +++ b/branches/release-1.9.X/report/v1.9.1/core/ini.html @@ -33,7 +33,7 @@
+
1.9.1 (49dc863a05), 2023-08-10 20:40:22

Primary dependencies for core/ini

@@ -178,6 +178,6 @@

<hpx/ini/ini.hpp>

  • from <libs/full/runtime_distributed/src/stubs/runtime_support_stubs.cpp>

- + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/init_runtime_local.html b/branches/release-1.9.X/report/v1.9.1/core/init_runtime_local.html similarity index 98% rename from branches/release-1.9.X/report/release-1.9.X/core/init_runtime_local.html rename to branches/release-1.9.X/report/v1.9.1/core/init_runtime_local.html index 49506a54434..b4d4faf2789 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/init_runtime_local.html +++ b/branches/release-1.9.X/report/v1.9.1/core/init_runtime_local.html @@ -33,7 +33,7 @@
+
1.9.1 (49dc863a05), 2023-08-10 20:40:23

Primary dependencies for core/init_runtime_local

@@ -419,6 +419,6 @@

<hpx/init_runtime_local/init_runtime_local.hpp>

  • from <libs/full/init_runtime/src/hpx_init.cpp>

- + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/io_service.html b/branches/release-1.9.X/report/v1.9.1/core/io_service.html similarity index 97% rename from branches/release-1.9.X/report/release-1.9.X/core/io_service.html rename to branches/release-1.9.X/report/v1.9.1/core/io_service.html index 6aaaf982cc3..a2d08c76279 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/io_service.html +++ b/branches/release-1.9.X/report/v1.9.1/core/io_service.html @@ -33,7 +33,7 @@
+
1.9.1 (49dc863a05), 2023-08-10 20:40:23

Primary dependencies for core/io_service

@@ -228,6 +228,6 @@

<hpx/modules/io_service.hpp>

  • from <libs/full/runtime_distributed/src/runtime_distributed.cpp>

- + diff --git a/tags/v1.9.1/report/release-1.9.X/core/iterator_support.html b/branches/release-1.9.X/report/v1.9.1/core/iterator_support.html similarity index 99% rename from tags/v1.9.1/report/release-1.9.X/core/iterator_support.html rename to branches/release-1.9.X/report/v1.9.1/core/iterator_support.html index 2cc26e146da..bcf50bab67d 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/iterator_support.html +++ b/branches/release-1.9.X/report/v1.9.1/core/iterator_support.html @@ -33,7 +33,7 @@
+
1.9.1 (49dc863a05), 2023-08-10 20:40:23

Primary dependencies for core/iterator_support

@@ -522,6 +522,6 @@

<hpx/iterator_support/iterator_range.hpp>

  • from <hpx/statistics/histogram.hpp>

- + diff --git a/tags/v1.9.1/report/release-1.9.X/core/itt_notify.html b/branches/release-1.9.X/report/v1.9.1/core/itt_notify.html similarity index 95% rename from tags/v1.9.1/report/release-1.9.X/core/itt_notify.html rename to branches/release-1.9.X/report/v1.9.1/core/itt_notify.html index 259f3361e4b..59d235631a1 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/itt_notify.html +++ b/branches/release-1.9.X/report/v1.9.1/core/itt_notify.html @@ -33,7 +33,7 @@
+
1.9.1 (49dc863a05), 2023-08-10 20:40:24

Primary dependencies for core/itt_notify

@@ -124,6 +124,6 @@

<hpx/itt_notify/thread_name.hpp>

  • from <libs/full/runtime_distributed/src/runtime_distributed.cpp>

- + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/lcos_local.html b/branches/release-1.9.X/report/v1.9.1/core/lcos_local.html similarity index 98% rename from branches/release-1.9.X/report/release-1.9.X/core/lcos_local.html rename to branches/release-1.9.X/report/v1.9.1/core/lcos_local.html index ef92f84dca8..d9edda3931b 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/lcos_local.html +++ b/branches/release-1.9.X/report/v1.9.1/core/lcos_local.html @@ -33,7 +33,7 @@
+
1.9.1 (49dc863a05), 2023-08-10 20:40:24

Primary dependencies for core/lcos_local

@@ -294,6 +294,6 @@

<hpx/lcos_local/detail/preprocess_future.hpp>

  • from <libs/full/parcelset/src/detail/parcel_await.cpp>

- + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/lock_registration.html b/branches/release-1.9.X/report/v1.9.1/core/lock_registration.html similarity index 97% rename from branches/release-1.9.X/report/release-1.9.X/core/lock_registration.html rename to branches/release-1.9.X/report/v1.9.1/core/lock_registration.html index a19d0f94d76..95e9f31eada 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/lock_registration.html +++ b/branches/release-1.9.X/report/v1.9.1/core/lock_registration.html @@ -33,7 +33,7 @@
+
1.9.1 (49dc863a05), 2023-08-10 20:40:25

Primary dependencies for core/lock_registration

@@ -171,6 +171,6 @@

<hpx/lock_registration/detail/register_locks.hpp>

    from <libs/full/runtime_distributed/src/applier.cpp>

- + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/logging.html b/branches/release-1.9.X/report/v1.9.1/core/logging.html similarity index 98% rename from branches/release-1.9.X/report/release-1.9.X/core/logging.html rename to branches/release-1.9.X/report/v1.9.1/core/logging.html index dbb9c5a0e42..54530b55cd5 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/logging.html +++ b/branches/release-1.9.X/report/v1.9.1/core/logging.html @@ -33,7 +33,7 @@
+
1.9.1 (49dc863a05), 2023-08-10 20:40:25

Primary dependencies for core/logging

@@ -250,6 +250,6 @@

<hpx/modules/logging.hpp>

  • from <libs/full/runtime_distributed/src/server/runtime_support_server.cpp>

- + diff --git a/tags/v1.9.1/report/release-1.9.X/core/memory.html b/branches/release-1.9.X/report/v1.9.1/core/memory.html similarity index 97% rename from tags/v1.9.1/report/release-1.9.X/core/memory.html rename to branches/release-1.9.X/report/v1.9.1/core/memory.html index b09c636c269..1cf6a9e7b42 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/memory.html +++ b/branches/release-1.9.X/report/v1.9.1/core/memory.html @@ -33,7 +33,7 @@
+
1.9.1 (49dc863a05), 2023-08-10 20:40:26

Primary dependencies for core/memory

@@ -186,6 +186,6 @@

<hpx/modules/memory.hpp>

  • from <libs/full/naming_base/src/id_type.cpp>

- + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/pack_traversal.html b/branches/release-1.9.X/report/v1.9.1/core/pack_traversal.html similarity index 98% rename from branches/release-1.9.X/report/release-1.9.X/core/pack_traversal.html rename to branches/release-1.9.X/report/v1.9.1/core/pack_traversal.html index 978a8d81d6a..0ea247c8ca1 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/pack_traversal.html +++ b/branches/release-1.9.X/report/v1.9.1/core/pack_traversal.html @@ -33,7 +33,7 @@
+
1.9.1 (49dc863a05), 2023-08-10 20:40:26

Primary dependencies for core/pack_traversal

@@ -254,6 +254,6 @@

<hpx/pack_traversal/unwrap.hpp>

  • from <hpx/parallel/segmented_algorithms/detail/scan.hpp>

- + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/plugin.html b/branches/release-1.9.X/report/v1.9.1/core/plugin.html similarity index 96% rename from branches/release-1.9.X/report/release-1.9.X/core/plugin.html rename to branches/release-1.9.X/report/v1.9.1/core/plugin.html index 1023bbc1221..1e6167b5699 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/plugin.html +++ b/branches/release-1.9.X/report/v1.9.1/core/plugin.html @@ -33,7 +33,7 @@
+
1.9.1 (49dc863a05), 2023-08-10 20:40:26

Primary dependencies for core/plugin

@@ -155,6 +155,6 @@

<hpx/modules/plugin.hpp>

  • from <hpx/runtime_distributed/server/runtime_support.hpp>

- + diff --git a/tags/v1.9.1/report/release-1.9.X/core/prefix.html b/branches/release-1.9.X/report/v1.9.1/core/prefix.html similarity index 96% rename from tags/v1.9.1/report/release-1.9.X/core/prefix.html rename to branches/release-1.9.X/report/v1.9.1/core/prefix.html index 2383f1ff711..098cf3a0740 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/prefix.html +++ b/branches/release-1.9.X/report/v1.9.1/core/prefix.html @@ -33,7 +33,7 @@
+
1.9.1 (49dc863a05), 2023-08-10 20:40:27

Primary dependencies for core/prefix

@@ -149,6 +149,6 @@

<hpx/prefix/find_prefix.hpp>

  • from <libs/full/runtime_distributed/src/server/runtime_support_server.cpp>

- + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/preprocessor.html b/branches/release-1.9.X/report/v1.9.1/core/preprocessor.html similarity index 98% rename from branches/release-1.9.X/report/release-1.9.X/core/preprocessor.html rename to branches/release-1.9.X/report/v1.9.1/core/preprocessor.html index c334ad8abda..30315851937 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/preprocessor.html +++ b/branches/release-1.9.X/report/v1.9.1/core/preprocessor.html @@ -33,7 +33,7 @@
+
1.9.1 (49dc863a05), 2023-08-10 20:40:27

Primary dependencies for core/preprocessor

@@ -313,6 +313,6 @@

<hpx/preprocessor/nargs.hpp>

  • from <hpx/runtime_components/distributed_metadata_base.hpp>

- + diff --git a/tags/v1.9.1/report/release-1.9.X/core/program_options.html b/branches/release-1.9.X/report/v1.9.1/core/program_options.html similarity index 97% rename from tags/v1.9.1/report/release-1.9.X/core/program_options.html rename to branches/release-1.9.X/report/v1.9.1/core/program_options.html index 887f6502df6..56fa9b4c111 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/program_options.html +++ b/branches/release-1.9.X/report/v1.9.1/core/program_options.html @@ -33,7 +33,7 @@
+
1.9.1 (49dc863a05), 2023-08-10 20:40:28

Primary dependencies for core/program_options

@@ -207,6 +207,6 @@

<hpx/modules/program_options.hpp>

  • from <hpx/runtime_distributed/server/runtime_support.hpp>

- + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/properties.html b/branches/release-1.9.X/report/v1.9.1/core/properties.html similarity index 92% rename from branches/release-1.9.X/report/release-1.9.X/core/properties.html rename to branches/release-1.9.X/report/v1.9.1/core/properties.html index d0dcb602cdb..4d5150afaa8 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/properties.html +++ b/branches/release-1.9.X/report/v1.9.1/core/properties.html @@ -33,7 +33,7 @@
+
1.9.1 (49dc863a05), 2023-08-10 20:40:28

Primary dependencies for core/properties

@@ -76,6 +76,6 @@

<hpx/properties/property.hpp>

  • from <hpx/executors/execution_policy_annotation.hpp>

- + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/resiliency.html b/branches/release-1.9.X/report/v1.9.1/core/resiliency.html similarity index 98% rename from branches/release-1.9.X/report/release-1.9.X/core/resiliency.html rename to branches/release-1.9.X/report/v1.9.1/core/resiliency.html index d14cbe22646..20a29d15720 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/resiliency.html +++ b/branches/release-1.9.X/report/v1.9.1/core/resiliency.html @@ -33,7 +33,7 @@
+
1.9.1 (49dc863a05), 2023-08-10 20:40:28

Primary dependencies for core/resiliency

@@ -282,6 +282,6 @@

<hpx/resiliency/util.hpp>

  • from <hpx/resiliency_distributed/async_replicate_distributed.hpp>

- + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/resource_partitioner.html b/branches/release-1.9.X/report/v1.9.1/core/resource_partitioner.html similarity index 98% rename from branches/release-1.9.X/report/release-1.9.X/core/resource_partitioner.html rename to branches/release-1.9.X/report/v1.9.1/core/resource_partitioner.html index d8cbbdfaf83..72ef34f69b3 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/resource_partitioner.html +++ b/branches/release-1.9.X/report/v1.9.1/core/resource_partitioner.html @@ -33,7 +33,7 @@
+
1.9.1 (49dc863a05), 2023-08-10 20:40:29

Primary dependencies for core/resource_partitioner

@@ -289,6 +289,6 @@

<hpx/modules/resource_partitioner.hpp>

  • from <hpx/plugin_factories/parcelport_factory_base.hpp>

- + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/runtime_configuration.html b/branches/release-1.9.X/report/v1.9.1/core/runtime_configuration.html similarity index 98% rename from branches/release-1.9.X/report/release-1.9.X/core/runtime_configuration.html rename to branches/release-1.9.X/report/v1.9.1/core/runtime_configuration.html index a9a6a0c59d8..25fd3393c59 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/runtime_configuration.html +++ b/branches/release-1.9.X/report/v1.9.1/core/runtime_configuration.html @@ -33,7 +33,7 @@
+
1.9.1 (49dc863a05), 2023-08-10 20:40:29

Primary dependencies for core/runtime_configuration

@@ -327,6 +327,6 @@

<hpx/runtime_configuration/static_factory_data.hpp>

<
  • from <libs/full/runtime_distributed/src/server/runtime_support_server.cpp>

  • - + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/runtime_local.html b/branches/release-1.9.X/report/v1.9.1/core/runtime_local.html similarity index 99% rename from branches/release-1.9.X/report/release-1.9.X/core/runtime_local.html rename to branches/release-1.9.X/report/v1.9.1/core/runtime_local.html index d5fcdbc749b..fe04e700506 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/runtime_local.html +++ b/branches/release-1.9.X/report/v1.9.1/core/runtime_local.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:29

    Primary dependencies for core/runtime_local

    @@ -891,6 +891,6 @@

    <hpx/runtime_local/thread_mapper.hpp>

    • from <libs/full/runtime_distributed/src/runtime_distributed.cpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/core/schedulers.html b/branches/release-1.9.X/report/v1.9.1/core/schedulers.html similarity index 98% rename from tags/v1.9.1/report/release-1.9.X/core/schedulers.html rename to branches/release-1.9.X/report/v1.9.1/core/schedulers.html index d18bd4cdb13..31ca8b8fe14 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/schedulers.html +++ b/branches/release-1.9.X/report/v1.9.1/core/schedulers.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:30

    Primary dependencies for core/schedulers

    @@ -354,6 +354,6 @@

    <hpx/schedulers/maintain_queue_wait_times.hpp>

    • from <libs/full/performance_counters/src/threadmanager_counter_types.cpp>

    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/serialization.html b/branches/release-1.9.X/report/v1.9.1/core/serialization.html similarity index 99% rename from branches/release-1.9.X/report/release-1.9.X/core/serialization.html rename to branches/release-1.9.X/report/v1.9.1/core/serialization.html index 86413799177..5383803cb9e 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/serialization.html +++ b/branches/release-1.9.X/report/v1.9.1/core/serialization.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:30

    Primary dependencies for core/serialization

    @@ -635,6 +635,6 @@

    <hpx/serialization/vector.hpp>

    • from <libs/full/runtime_distributed/src/server/runtime_support_server.cpp>

    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/static_reinit.html b/branches/release-1.9.X/report/v1.9.1/core/static_reinit.html similarity index 96% rename from branches/release-1.9.X/report/release-1.9.X/core/static_reinit.html rename to branches/release-1.9.X/report/v1.9.1/core/static_reinit.html index 0581ce36f3e..7c9fdd9f580 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/static_reinit.html +++ b/branches/release-1.9.X/report/v1.9.1/core/static_reinit.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:31

    Primary dependencies for core/static_reinit

    @@ -136,6 +136,6 @@

    <hpx/static_reinit/reinitializable_static.hpp>

    • from <libs/full/runtime_distributed/src/big_boot_barrier.cpp>

    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/string_util.html b/branches/release-1.9.X/report/v1.9.1/core/string_util.html similarity index 97% rename from branches/release-1.9.X/report/release-1.9.X/core/string_util.html rename to branches/release-1.9.X/report/v1.9.1/core/string_util.html index 8b794c75578..da59e3b83ce 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/string_util.html +++ b/branches/release-1.9.X/report/v1.9.1/core/string_util.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:31

    Primary dependencies for core/string_util

    @@ -193,6 +193,6 @@

    <hpx/string_util/case_conv.hpp>

    • from <libs/full/runtime_distributed/src/server/runtime_support_server.cpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/core/synchronization.html b/branches/release-1.9.X/report/v1.9.1/core/synchronization.html similarity index 99% rename from tags/v1.9.1/report/release-1.9.X/core/synchronization.html rename to branches/release-1.9.X/report/v1.9.1/core/synchronization.html index ce7ebecc914..207466fc690 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/synchronization.html +++ b/branches/release-1.9.X/report/v1.9.1/core/synchronization.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:31

    Primary dependencies for core/synchronization

    @@ -525,6 +525,6 @@

    <hpx/synchronization/spinlock.hpp>

    • from <hpx/runtime_distributed/server/runtime_support.hpp>

    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/tag_invoke.html b/branches/release-1.9.X/report/v1.9.1/core/tag_invoke.html similarity index 98% rename from branches/release-1.9.X/report/release-1.9.X/core/tag_invoke.html rename to branches/release-1.9.X/report/v1.9.1/core/tag_invoke.html index 7d46f7ebc04..4820c046fc5 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/tag_invoke.html +++ b/branches/release-1.9.X/report/v1.9.1/core/tag_invoke.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:32

    Primary dependencies for core/tag_invoke

    @@ -378,6 +378,6 @@

    <hpx/functional/traits/is_invocable.hpp>

    • from <hpx/include/traits.hpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/core/testing.html b/branches/release-1.9.X/report/v1.9.1/core/testing.html similarity index 95% rename from tags/v1.9.1/report/release-1.9.X/core/testing.html rename to branches/release-1.9.X/report/v1.9.1/core/testing.html index 4871194748c..334907631d3 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/testing.html +++ b/branches/release-1.9.X/report/v1.9.1/core/testing.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:32

    Primary dependencies for core/testing

    @@ -123,6 +123,6 @@

    <hpx/modules/testing.hpp>

    • from <libs/full/init_runtime/src/hpx_init.cpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/core/thread_pool_util.html b/branches/release-1.9.X/report/v1.9.1/core/thread_pool_util.html similarity index 97% rename from tags/v1.9.1/report/release-1.9.X/core/thread_pool_util.html rename to branches/release-1.9.X/report/v1.9.1/core/thread_pool_util.html index 06e63a2a838..ab6de938ce0 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/thread_pool_util.html +++ b/branches/release-1.9.X/report/v1.9.1/core/thread_pool_util.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:33

    Primary dependencies for core/thread_pool_util

    @@ -200,6 +200,6 @@

    <hpx/thread_pool_util/thread_pool_suspension_helpers.hpp>
  • from <hpx/include/threads.hpp>

  • - + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/thread_pools.html b/branches/release-1.9.X/report/v1.9.1/core/thread_pools.html similarity index 98% rename from branches/release-1.9.X/report/release-1.9.X/core/thread_pools.html rename to branches/release-1.9.X/report/v1.9.1/core/thread_pools.html index 4c402fa7687..ca5bcefd4a9 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/thread_pools.html +++ b/branches/release-1.9.X/report/v1.9.1/core/thread_pools.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:33

    Primary dependencies for core/thread_pools

    @@ -330,6 +330,6 @@

    <hpx/thread_pools/detail/scoped_background_timer.hpp>

    from <libs/full/runtime_distributed/src/runtime_distributed.cpp>
    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/thread_support.html b/branches/release-1.9.X/report/v1.9.1/core/thread_support.html similarity index 98% rename from branches/release-1.9.X/report/release-1.9.X/core/thread_support.html rename to branches/release-1.9.X/report/v1.9.1/core/thread_support.html index 93062ee17f3..f7615670f92 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/thread_support.html +++ b/branches/release-1.9.X/report/v1.9.1/core/thread_support.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:33

    Primary dependencies for core/thread_support

    @@ -286,6 +286,6 @@

    <hpx/thread_support/unlock_guard.hpp>

    • from <libs/full/runtime_distributed/src/server/runtime_support_server.cpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/core/threading.html b/branches/release-1.9.X/report/v1.9.1/core/threading.html similarity index 98% rename from tags/v1.9.1/report/release-1.9.X/core/threading.html rename to branches/release-1.9.X/report/v1.9.1/core/threading.html index 585b3ba1817..d8c50baa51c 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/threading.html +++ b/branches/release-1.9.X/report/v1.9.1/core/threading.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:34

    Primary dependencies for core/threading

    @@ -277,6 +277,6 @@

    <hpx/modules/threading.hpp>

    • from <libs/full/parcelset_base/src/parcelport.cpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/core/threading_base.html b/branches/release-1.9.X/report/v1.9.1/core/threading_base.html similarity index 99% rename from tags/v1.9.1/report/release-1.9.X/core/threading_base.html rename to branches/release-1.9.X/report/v1.9.1/core/threading_base.html index c2dbeabb6c6..ad94a7dfa88 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/threading_base.html +++ b/branches/release-1.9.X/report/v1.9.1/core/threading_base.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:34

    Primary dependencies for core/threading_base

    @@ -936,6 +936,6 @@

    <hpx/threading_base/thread_helpers.hpp>

    • from <libs/full/runtime_distributed/src/applier.cpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/core/threadmanager.html b/branches/release-1.9.X/report/v1.9.1/core/threadmanager.html similarity index 98% rename from tags/v1.9.1/report/release-1.9.X/core/threadmanager.html rename to branches/release-1.9.X/report/v1.9.1/core/threadmanager.html index 4aee20cfc67..f323db0456f 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/threadmanager.html +++ b/branches/release-1.9.X/report/v1.9.1/core/threadmanager.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:35

    Primary dependencies for core/threadmanager

    @@ -353,6 +353,6 @@

    <hpx/modules/threadmanager.hpp>

    • from <libs/full/runtime_distributed/src/server/runtime_support_server.cpp>

    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/timed_execution.html b/branches/release-1.9.X/report/v1.9.1/core/timed_execution.html similarity index 98% rename from branches/release-1.9.X/report/release-1.9.X/core/timed_execution.html rename to branches/release-1.9.X/report/v1.9.1/core/timed_execution.html index 87ecaa4989a..daeba9fc7f7 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/timed_execution.html +++ b/branches/release-1.9.X/report/v1.9.1/core/timed_execution.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:35

    Primary dependencies for core/timed_execution

    @@ -277,6 +277,6 @@

    <hpx/timed_execution/traits/is_timed_executor.hpp>

    from <hpx/include/traits.hpp>
    - + diff --git a/tags/v1.9.1/report/release-1.9.X/core/timing.html b/branches/release-1.9.X/report/v1.9.1/core/timing.html similarity index 97% rename from tags/v1.9.1/report/release-1.9.X/core/timing.html rename to branches/release-1.9.X/report/v1.9.1/core/timing.html index 363a9444641..c76d41c37bc 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/timing.html +++ b/branches/release-1.9.X/report/v1.9.1/core/timing.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:36

    Primary dependencies for core/timing

    @@ -216,6 +216,6 @@

    <hpx/timing/high_resolution_clock.hpp>

    • from <libs/full/runtime_distributed/src/runtime_distributed.cpp>

    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/topology.html b/branches/release-1.9.X/report/v1.9.1/core/topology.html similarity index 98% rename from branches/release-1.9.X/report/release-1.9.X/core/topology.html rename to branches/release-1.9.X/report/v1.9.1/core/topology.html index 6ede42d6365..02c44bc84b4 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/topology.html +++ b/branches/release-1.9.X/report/v1.9.1/core/topology.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:36

    Primary dependencies for core/topology

    @@ -289,6 +289,6 @@

    <hpx/topology/topology.hpp>

    • from <libs/full/runtime_distributed/src/big_boot_barrier.cpp>

    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/type_support.html b/branches/release-1.9.X/report/v1.9.1/core/type_support.html similarity index 99% rename from branches/release-1.9.X/report/release-1.9.X/core/type_support.html rename to branches/release-1.9.X/report/v1.9.1/core/type_support.html index 5bc31eaadaa..4fdf2bbfd6e 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/type_support.html +++ b/branches/release-1.9.X/report/v1.9.1/core/type_support.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:36

    Primary dependencies for core/type_support

    @@ -755,6 +755,6 @@

    <hpx/type_support/void_guard.hpp>

    • from <hpx/parallel/segmented_algorithms/detail/scan.hpp>

    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/util.html b/branches/release-1.9.X/report/v1.9.1/core/util.html similarity index 98% rename from branches/release-1.9.X/report/release-1.9.X/core/util.html rename to branches/release-1.9.X/report/v1.9.1/core/util.html index c13eeb0a54f..23110d72df4 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/util.html +++ b/branches/release-1.9.X/report/v1.9.1/core/util.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:37

    Primary dependencies for core/util

    @@ -254,6 +254,6 @@

    <hpx/util/regex_from_pattern.hpp>

    • from <libs/full/performance_counters/src/registry.cpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/core/version.html b/branches/release-1.9.X/report/v1.9.1/core/version.html similarity index 96% rename from tags/v1.9.1/report/release-1.9.X/core/version.html rename to branches/release-1.9.X/report/v1.9.1/core/version.html index 8e809b8f68c..0cf1113ae0b 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/version.html +++ b/branches/release-1.9.X/report/v1.9.1/core/version.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:37

    Primary dependencies for core/version

    @@ -142,6 +142,6 @@

    <hpx/version.hpp>

    • from <libs/full/runtime_distributed/src/runtime_distributed.cpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/full/actions.html b/branches/release-1.9.X/report/v1.9.1/full/actions.html similarity index 99% rename from tags/v1.9.1/report/release-1.9.X/full/actions.html rename to branches/release-1.9.X/report/v1.9.1/full/actions.html index d172022115d..5f32eb62289 100644 --- a/tags/v1.9.1/report/release-1.9.X/full/actions.html +++ b/branches/release-1.9.X/report/v1.9.1/full/actions.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:38

    Primary dependencies for full/actions

    @@ -505,6 +505,6 @@

    <hpx/actions/transfer_action.hpp>

    • from <hpx/runtime_distributed/server/runtime_support.hpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/full/actions_base.html b/branches/release-1.9.X/report/v1.9.1/full/actions_base.html similarity index 99% rename from tags/v1.9.1/report/release-1.9.X/full/actions_base.html rename to branches/release-1.9.X/report/v1.9.1/full/actions_base.html index 0c05e839714..6bbb2b2b2d6 100644 --- a/tags/v1.9.1/report/release-1.9.X/full/actions_base.html +++ b/branches/release-1.9.X/report/v1.9.1/full/actions_base.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:38

    Primary dependencies for full/actions_base

    @@ -836,6 +836,6 @@

    <hpx/actions_base/plain_action.hpp>

    • from <hpx/parallel/segmented_algorithms/detail/dispatch.hpp>

    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/full/agas.html b/branches/release-1.9.X/report/v1.9.1/full/agas.html similarity index 99% rename from branches/release-1.9.X/report/release-1.9.X/full/agas.html rename to branches/release-1.9.X/report/v1.9.1/full/agas.html index f47552b25c1..99946ae1c66 100644 --- a/branches/release-1.9.X/report/release-1.9.X/full/agas.html +++ b/branches/release-1.9.X/report/v1.9.1/full/agas.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:39

    Primary dependencies for full/agas

    @@ -533,6 +533,6 @@

    <hpx/agas/agas_fwd.hpp>

    • from <libs/full/runtime_distributed/src/applier.cpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/full/agas_base.html b/branches/release-1.9.X/report/v1.9.1/full/agas_base.html similarity index 99% rename from tags/v1.9.1/report/release-1.9.X/full/agas_base.html rename to branches/release-1.9.X/report/v1.9.1/full/agas_base.html index c2e4a6eed4a..9fac57cf6d1 100644 --- a/tags/v1.9.1/report/release-1.9.X/full/agas_base.html +++ b/branches/release-1.9.X/report/v1.9.1/full/agas_base.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:39

    Primary dependencies for full/agas_base

    @@ -644,6 +644,6 @@

    <hpx/modules/agas_base.hpp>

    • from <libs/full/runtime_distributed/src/big_boot_barrier.cpp>

    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/full/async_colocated.html b/branches/release-1.9.X/report/v1.9.1/full/async_colocated.html similarity index 99% rename from branches/release-1.9.X/report/release-1.9.X/full/async_colocated.html rename to branches/release-1.9.X/report/v1.9.1/full/async_colocated.html index 0127b8fa380..0c14f82d34a 100644 --- a/branches/release-1.9.X/report/release-1.9.X/full/async_colocated.html +++ b/branches/release-1.9.X/report/v1.9.1/full/async_colocated.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:40

    Primary dependencies for full/async_colocated

    @@ -506,6 +506,6 @@

    <hpx/async_colocated/post_colocated.hpp>

    • from <libs/full/runtime_distributed/src/stubs/runtime_support_stubs.cpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/full/async_distributed.html b/branches/release-1.9.X/report/v1.9.1/full/async_distributed.html similarity index 99% rename from tags/v1.9.1/report/release-1.9.X/full/async_distributed.html rename to branches/release-1.9.X/report/v1.9.1/full/async_distributed.html index 3497c4bdde0..49d94624589 100644 --- a/tags/v1.9.1/report/release-1.9.X/full/async_distributed.html +++ b/branches/release-1.9.X/report/v1.9.1/full/async_distributed.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:40

    Primary dependencies for full/async_distributed

    @@ -1252,6 +1252,6 @@

    <hpx/async_distributed/dataflow.hpp>

    • from <hpx/parallel/segmented_algorithms/detail/transfer.hpp>

    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/full/checkpoint.html b/branches/release-1.9.X/report/v1.9.1/full/checkpoint.html similarity index 98% rename from branches/release-1.9.X/report/release-1.9.X/full/checkpoint.html rename to branches/release-1.9.X/report/v1.9.1/full/checkpoint.html index 49c56bea5f7..43abe2c52b8 100644 --- a/branches/release-1.9.X/report/release-1.9.X/full/checkpoint.html +++ b/branches/release-1.9.X/report/v1.9.1/full/checkpoint.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:40

    Primary dependencies for full/checkpoint

    @@ -358,6 +358,6 @@

    full/plugin_factoriesReverse dependencies for full/checkpoint


    - + diff --git a/tags/v1.9.1/report/release-1.9.X/full/checkpoint_base.html b/branches/release-1.9.X/report/v1.9.1/full/checkpoint_base.html similarity index 94% rename from tags/v1.9.1/report/release-1.9.X/full/checkpoint_base.html rename to branches/release-1.9.X/report/v1.9.1/full/checkpoint_base.html index abc730dd904..a333e890c41 100644 --- a/tags/v1.9.1/report/release-1.9.X/full/checkpoint_base.html +++ b/branches/release-1.9.X/report/v1.9.1/full/checkpoint_base.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:41

    Primary dependencies for full/checkpoint_base

    @@ -91,6 +91,6 @@

    <hpx/modules/checkpoint_base.hpp>

    • from <libs/full/naming/src/credit_handling.cpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/full/collectives.html b/branches/release-1.9.X/report/v1.9.1/full/collectives.html similarity index 99% rename from tags/v1.9.1/report/release-1.9.X/full/collectives.html rename to branches/release-1.9.X/report/v1.9.1/full/collectives.html index 0b5d0cc1e9a..e2add7964fc 100644 --- a/tags/v1.9.1/report/release-1.9.X/full/collectives.html +++ b/branches/release-1.9.X/report/v1.9.1/full/collectives.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:41

    Primary dependencies for full/collectives

    @@ -826,6 +826,6 @@

    <hpx/collectives/latch.hpp>

    • from <libs/full/init_runtime/src/pre_main.cpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/full/command_line_handling.html b/branches/release-1.9.X/report/v1.9.1/full/command_line_handling.html similarity index 98% rename from tags/v1.9.1/report/release-1.9.X/full/command_line_handling.html rename to branches/release-1.9.X/report/v1.9.1/full/command_line_handling.html index 498e9028b70..c9627af861b 100644 --- a/tags/v1.9.1/report/release-1.9.X/full/command_line_handling.html +++ b/branches/release-1.9.X/report/v1.9.1/full/command_line_handling.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:42

    Primary dependencies for full/command_line_handling

    @@ -246,6 +246,6 @@

    <hpx/command_line_handling/parse_command_line.hpp>

    from <libs/full/runtime_distributed/src/server/runtime_support_server.cpp>
    - + diff --git a/tags/v1.9.1/report/release-1.9.X/full/components.html b/branches/release-1.9.X/report/v1.9.1/full/components.html similarity index 98% rename from tags/v1.9.1/report/release-1.9.X/full/components.html rename to branches/release-1.9.X/report/v1.9.1/full/components.html index 5b63b4697f4..bab5456bae6 100644 --- a/tags/v1.9.1/report/release-1.9.X/full/components.html +++ b/branches/release-1.9.X/report/v1.9.1/full/components.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:42

    Primary dependencies for full/components

    @@ -440,6 +440,6 @@

    <hpx/components/get_ptr.hpp>

    • from <hpx/runtime_distributed/server/migrate_component.hpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/full/components_base.html b/branches/release-1.9.X/report/v1.9.1/full/components_base.html similarity index 99% rename from tags/v1.9.1/report/release-1.9.X/full/components_base.html rename to branches/release-1.9.X/report/v1.9.1/full/components_base.html index 672935a5a03..b805e4a2610 100644 --- a/tags/v1.9.1/report/release-1.9.X/full/components_base.html +++ b/branches/release-1.9.X/report/v1.9.1/full/components_base.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:43

    Primary dependencies for full/components_base

    @@ -900,6 +900,6 @@

    <hpx/components_base/traits/is_component.hpp>

    • from <hpx/runtime_distributed/server/runtime_support.hpp>

    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/full/compute.html b/branches/release-1.9.X/report/v1.9.1/full/compute.html similarity index 99% rename from branches/release-1.9.X/report/release-1.9.X/full/compute.html rename to branches/release-1.9.X/report/v1.9.1/full/compute.html index 409f7499fed..4c12befc6b9 100644 --- a/branches/release-1.9.X/report/release-1.9.X/full/compute.html +++ b/branches/release-1.9.X/report/v1.9.1/full/compute.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:43

    Primary dependencies for full/compute

    @@ -459,6 +459,6 @@

    <hpx/modules/compute.hpp>

    • from <hpx/compute.hpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/full/distribution_policies.html b/branches/release-1.9.X/report/v1.9.1/full/distribution_policies.html similarity index 99% rename from tags/v1.9.1/report/release-1.9.X/full/distribution_policies.html rename to branches/release-1.9.X/report/v1.9.1/full/distribution_policies.html index b31a0769eb6..d23b32b12f1 100644 --- a/tags/v1.9.1/report/release-1.9.X/full/distribution_policies.html +++ b/branches/release-1.9.X/report/v1.9.1/full/distribution_policies.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:43

    Primary dependencies for full/distribution_policies

    @@ -525,6 +525,6 @@

    <hpx/distribution_policies/colocating_distribution_policy.hpp>from <hpx/parallel/segmented_algorithms/detail/dispatch.hpp>
    - + diff --git a/tags/v1.9.1/report/release-1.9.X/full/executors_distributed.html b/branches/release-1.9.X/report/v1.9.1/full/executors_distributed.html similarity index 98% rename from tags/v1.9.1/report/release-1.9.X/full/executors_distributed.html rename to branches/release-1.9.X/report/v1.9.1/full/executors_distributed.html index 944cd16ff06..1effbf527e9 100644 --- a/tags/v1.9.1/report/release-1.9.X/full/executors_distributed.html +++ b/branches/release-1.9.X/report/v1.9.1/full/executors_distributed.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:44

    Primary dependencies for full/executors_distributed

    @@ -320,6 +320,6 @@

    full/command_line_handling<

    Reverse dependencies for full/executors_distributed


    -
    + diff --git a/tags/v1.9.1/report/release-1.9.X/full/include.html b/branches/release-1.9.X/report/v1.9.1/full/include.html similarity index 99% rename from tags/v1.9.1/report/release-1.9.X/full/include.html rename to branches/release-1.9.X/report/v1.9.1/full/include.html index fac542df167..c0bd18d8636 100644 --- a/tags/v1.9.1/report/release-1.9.X/full/include.html +++ b/branches/release-1.9.X/report/v1.9.1/full/include.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:44

    Primary dependencies for full/include

    @@ -1510,6 +1510,6 @@

    full/naming

      Reverse dependencies for full/include


      - + diff --git a/tags/v1.9.1/report/release-1.9.X/full/init_runtime.html b/branches/release-1.9.X/report/v1.9.1/full/init_runtime.html similarity index 99% rename from tags/v1.9.1/report/release-1.9.X/full/init_runtime.html rename to branches/release-1.9.X/report/v1.9.1/full/init_runtime.html index 1185149e9d6..79a192f2620 100644 --- a/tags/v1.9.1/report/release-1.9.X/full/init_runtime.html +++ b/branches/release-1.9.X/report/v1.9.1/full/init_runtime.html @@ -33,7 +33,7 @@
      +
      1.9.1 (49dc863a05), 2023-08-10 20:40:45

      Primary dependencies for full/init_runtime

      @@ -729,6 +729,6 @@

      core/threadmanager

        Reverse dependencies for full/init_runtime


    - + diff --git a/tags/v1.9.1/report/release-1.9.X/full/lcos_distributed.html b/branches/release-1.9.X/report/v1.9.1/full/lcos_distributed.html similarity index 98% rename from tags/v1.9.1/report/release-1.9.X/full/lcos_distributed.html rename to branches/release-1.9.X/report/v1.9.1/full/lcos_distributed.html index 73df324240a..2fe836fd7f5 100644 --- a/tags/v1.9.1/report/release-1.9.X/full/lcos_distributed.html +++ b/branches/release-1.9.X/report/v1.9.1/full/lcos_distributed.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:45

    Primary dependencies for full/lcos_distributed

    @@ -396,6 +396,6 @@

    <hpx/lcos_distributed/channel.hpp>

    • from <hpx/include/lcos.hpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/full/naming.html b/branches/release-1.9.X/report/v1.9.1/full/naming.html similarity index 98% rename from tags/v1.9.1/report/release-1.9.X/full/naming.html rename to branches/release-1.9.X/report/v1.9.1/full/naming.html index c4eaa0ff4d3..3371f11b562 100644 --- a/tags/v1.9.1/report/release-1.9.X/full/naming.html +++ b/branches/release-1.9.X/report/v1.9.1/full/naming.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:46

    Primary dependencies for full/naming

    @@ -395,6 +395,6 @@

    <hpx/modules/naming.hpp>

    • from <hpx/runtime_components/console_error_sink.hpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/full/naming_base.html b/branches/release-1.9.X/report/v1.9.1/full/naming_base.html similarity index 99% rename from tags/v1.9.1/report/release-1.9.X/full/naming_base.html rename to branches/release-1.9.X/report/v1.9.1/full/naming_base.html index e133dc2ef46..984d649a843 100644 --- a/tags/v1.9.1/report/release-1.9.X/full/naming_base.html +++ b/branches/release-1.9.X/report/v1.9.1/full/naming_base.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:46

    Primary dependencies for full/naming_base

    @@ -511,6 +511,6 @@

    <hpx/naming_base/id_type.hpp>

    • from <hpx/parallel/segmented_algorithms/traits/zip_iterator.hpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/full/parcelport_tcp.html b/branches/release-1.9.X/report/v1.9.1/full/parcelport_tcp.html similarity index 98% rename from tags/v1.9.1/report/release-1.9.X/full/parcelport_tcp.html rename to branches/release-1.9.X/report/v1.9.1/full/parcelport_tcp.html index fe12281516a..f97ed04925e 100644 --- a/tags/v1.9.1/report/release-1.9.X/full/parcelport_tcp.html +++ b/branches/release-1.9.X/report/v1.9.1/full/parcelport_tcp.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:46

    Primary dependencies for full/parcelport_tcp

    @@ -342,6 +342,6 @@

    full/naming

      Reverse dependencies for full/parcelport_tcp


      - + diff --git a/branches/release-1.9.X/report/release-1.9.X/full/parcelset.html b/branches/release-1.9.X/report/v1.9.1/full/parcelset.html similarity index 99% rename from branches/release-1.9.X/report/release-1.9.X/full/parcelset.html rename to branches/release-1.9.X/report/v1.9.1/full/parcelset.html index 928d1df39b2..9488ccc97ee 100644 --- a/branches/release-1.9.X/report/release-1.9.X/full/parcelset.html +++ b/branches/release-1.9.X/report/v1.9.1/full/parcelset.html @@ -33,7 +33,7 @@
      +
      1.9.1 (49dc863a05), 2023-08-10 20:40:47

      Primary dependencies for full/parcelset

      @@ -615,6 +615,6 @@

      <hpx/parcelset/parcelset_fwd.hpp>

      • from <libs/full/runtime_distributed/src/runtime_distributed.cpp>

      - + diff --git a/branches/release-1.9.X/report/release-1.9.X/full/parcelset_base.html b/branches/release-1.9.X/report/v1.9.1/full/parcelset_base.html similarity index 99% rename from branches/release-1.9.X/report/release-1.9.X/full/parcelset_base.html rename to branches/release-1.9.X/report/v1.9.1/full/parcelset_base.html index 8c199de1970..8b07cb59f81 100644 --- a/branches/release-1.9.X/report/release-1.9.X/full/parcelset_base.html +++ b/branches/release-1.9.X/report/v1.9.1/full/parcelset_base.html @@ -33,7 +33,7 @@
      +
      1.9.1 (49dc863a05), 2023-08-10 20:40:47

      Primary dependencies for full/parcelset_base

      @@ -490,6 +490,6 @@

      <hpx/parcelset_base/set_parcel_write_handler.hpp>

        from <hpx/runtime_distributed/runtime_fwd.hpp>

      - + diff --git a/tags/v1.9.1/report/release-1.9.X/full/performance_counters.html b/branches/release-1.9.X/report/v1.9.1/full/performance_counters.html similarity index 99% rename from tags/v1.9.1/report/release-1.9.X/full/performance_counters.html rename to branches/release-1.9.X/report/v1.9.1/full/performance_counters.html index 0542959fa01..54eb2538412 100644 --- a/tags/v1.9.1/report/release-1.9.X/full/performance_counters.html +++ b/branches/release-1.9.X/report/v1.9.1/full/performance_counters.html @@ -33,7 +33,7 @@
      +
      1.9.1 (49dc863a05), 2023-08-10 20:40:48

      Primary dependencies for full/performance_counters

      @@ -954,6 +954,6 @@

      <hpx/performance_counters/registry.hpp>

      • from <libs/full/runtime_distributed/src/runtime_distributed.cpp>

      - + diff --git a/tags/v1.9.1/report/release-1.9.X/full/plugin_factories.html b/branches/release-1.9.X/report/v1.9.1/full/plugin_factories.html similarity index 98% rename from tags/v1.9.1/report/release-1.9.X/full/plugin_factories.html rename to branches/release-1.9.X/report/v1.9.1/full/plugin_factories.html index 9ec8281f6fd..a6cacb0ebd9 100644 --- a/tags/v1.9.1/report/release-1.9.X/full/plugin_factories.html +++ b/branches/release-1.9.X/report/v1.9.1/full/plugin_factories.html @@ -33,7 +33,7 @@
      +
      1.9.1 (49dc863a05), 2023-08-10 20:40:48

      Primary dependencies for full/plugin_factories

      @@ -303,6 +303,6 @@

      <hpx/plugin_factories/plugin_factory_base.hpp>

      • from <hpx/runtime_distributed/server/runtime_support.hpp>

      - + diff --git a/branches/release-1.9.X/report/release-1.9.X/full/resiliency_distributed.html b/branches/release-1.9.X/report/v1.9.1/full/resiliency_distributed.html similarity index 98% rename from branches/release-1.9.X/report/release-1.9.X/full/resiliency_distributed.html rename to branches/release-1.9.X/report/v1.9.1/full/resiliency_distributed.html index 2d6c886a953..97bc9e0cf7e 100644 --- a/branches/release-1.9.X/report/release-1.9.X/full/resiliency_distributed.html +++ b/branches/release-1.9.X/report/v1.9.1/full/resiliency_distributed.html @@ -33,7 +33,7 @@
      +
      1.9.1 (49dc863a05), 2023-08-10 20:40:48

      Primary dependencies for full/resiliency_distributed

      @@ -301,6 +301,6 @@

      full/command_line_handling<

      Reverse dependencies for full/resiliency_distributed


      -
      + diff --git a/tags/v1.9.1/report/release-1.9.X/full/runtime_components.html b/branches/release-1.9.X/report/v1.9.1/full/runtime_components.html similarity index 99% rename from tags/v1.9.1/report/release-1.9.X/full/runtime_components.html rename to branches/release-1.9.X/report/v1.9.1/full/runtime_components.html index 74a27e23c5e..3725298f19a 100644 --- a/tags/v1.9.1/report/release-1.9.X/full/runtime_components.html +++ b/branches/release-1.9.X/report/v1.9.1/full/runtime_components.html @@ -33,7 +33,7 @@
      +
      1.9.1 (49dc863a05), 2023-08-10 20:40:49

      Primary dependencies for full/runtime_components

      @@ -646,6 +646,6 @@

      <hpx/runtime_components/server/console_error_sink_singleton.hpp>
    • from <hpx/runtime_distributed.hpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/full/runtime_distributed.html b/branches/release-1.9.X/report/v1.9.1/full/runtime_distributed.html similarity index 99% rename from tags/v1.9.1/report/release-1.9.X/full/runtime_distributed.html rename to branches/release-1.9.X/report/v1.9.1/full/runtime_distributed.html index 7e9f6bb405c..dd74914627d 100644 --- a/tags/v1.9.1/report/release-1.9.X/full/runtime_distributed.html +++ b/branches/release-1.9.X/report/v1.9.1/full/runtime_distributed.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:49

    Primary dependencies for full/runtime_distributed

    @@ -999,6 +999,6 @@

    <hpx/runtime_distributed/runtime_support.hpp>

    • from <libs/full/init_runtime/src/pre_main.cpp>

    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/full/segmented_algorithms.html b/branches/release-1.9.X/report/v1.9.1/full/segmented_algorithms.html similarity index 99% rename from branches/release-1.9.X/report/release-1.9.X/full/segmented_algorithms.html rename to branches/release-1.9.X/report/v1.9.1/full/segmented_algorithms.html index 982ca895c41..9c38e0df996 100644 --- a/branches/release-1.9.X/report/release-1.9.X/full/segmented_algorithms.html +++ b/branches/release-1.9.X/report/v1.9.1/full/segmented_algorithms.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:50

    Primary dependencies for full/segmented_algorithms

    @@ -640,6 +640,6 @@

    <hpx/parallel/segmented_algorithms/transform_reduce.hpp><
  • from <hpx/include/parallel_transform_reduce.hpp>

  • - + diff --git a/branches/release-1.9.X/report/release-1.9.X/full/statistics.html b/branches/release-1.9.X/report/v1.9.1/full/statistics.html similarity index 94% rename from branches/release-1.9.X/report/release-1.9.X/full/statistics.html rename to branches/release-1.9.X/report/v1.9.1/full/statistics.html index 5e7c2b85ba5..3b172ebe69e 100644 --- a/branches/release-1.9.X/report/release-1.9.X/full/statistics.html +++ b/branches/release-1.9.X/report/v1.9.1/full/statistics.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:50

    Primary dependencies for full/statistics

    @@ -97,6 +97,6 @@

    <hpx/statistics/rolling_min.hpp>

    • from <libs/full/performance_counters/src/server/statistics_counter.cpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/module-levels.html b/branches/release-1.9.X/report/v1.9.1/module-levels.html similarity index 99% rename from tags/v1.9.1/report/release-1.9.X/module-levels.html rename to branches/release-1.9.X/report/v1.9.1/module-levels.html index 4d33f661db8..cb3c7e4cdb9 100644 --- a/tags/v1.9.1/report/release-1.9.X/module-levels.html +++ b/branches/release-1.9.X/report/v1.9.1/module-levels.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:08

    Module Levels

    Level 0

    core/config_registry

    @@ -178,6 +178,6 @@

    full/include

    full/init_runtime

    core/algorithms26 core/assertion3 core/config1 core/coroutines14 core/datastructures9 core/errors7 core/execution23 core/executors24 core/filesystem2 core/format2 core/functional10 core/futures20 core/init_runtime_local29 core/lock_registration11 core/logging6 core/prefix12 core/program_options12 core/resource_partitioner21 core/runtime_configuration15 core/runtime_local28 core/schedulers19 core/string_util11 core/testing12 core/threading21 core/threading_base18 core/timing3 core/type_support4 full/actions_base31 full/agas36 full/async_distributed34 full/collectives41 full/command_line_handling18 full/components_base30 full/naming31 full/parcelset33 full/parcelset_base29 full/performance_counters38 full/runtime_components37 full/runtime_distributed40


    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/module-list.txt b/branches/release-1.9.X/report/v1.9.1/module-list.txt similarity index 100% rename from branches/release-1.9.X/report/release-1.9.X/module-list.txt rename to branches/release-1.9.X/report/v1.9.1/module-list.txt diff --git a/tags/v1.9.1/report/release-1.9.X/module-overview.html b/branches/release-1.9.X/report/v1.9.1/module-overview.html similarity index 99% rename from tags/v1.9.1/report/release-1.9.X/module-overview.html rename to branches/release-1.9.X/report/v1.9.1/module-overview.html index 502dfd1c263..4dd2b367d88 100644 --- a/tags/v1.9.1/report/release-1.9.X/module-overview.html +++ b/branches/release-1.9.X/report/v1.9.1/module-overview.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:07

    Module Overview

    core/affinity

    core/assertion core/config core/datastructures core/errors core/topology

    core/algorithms

    core/assertion core/async_base core/async_combinators core/async_local core/concepts core/concurrency core/config core/coroutines core/datastructures core/errors core/execution core/execution_base core/executors core/functional core/futures core/iterator_support core/lcos_local core/memory core/pack_traversal core/serialization core/synchronization core/tag_invoke core/threading_base core/type_support core/util

    @@ -135,6 +135,6 @@

    full/statistics

    core/config core/iterator_support


    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/module-weights.html b/branches/release-1.9.X/report/v1.9.1/module-weights.html similarity index 99% rename from branches/release-1.9.X/report/release-1.9.X/module-weights.html rename to branches/release-1.9.X/report/v1.9.1/module-weights.html index 7d3c48f10f6..4276f291747 100644 --- a/branches/release-1.9.X/report/release-1.9.X/module-weights.html +++ b/branches/release-1.9.X/report/v1.9.1/module-weights.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:08

    Module Weights

    Weight 0

    @@ -191,6 +191,6 @@

    Weight 89

    full/include

    core/algorithms51 core/assertion3 core/async_base26 core/async_combinators39 core/async_local49 core/compute_local60 core/concepts2 core/config1 core/datastructures13 core/errors10 core/execution40 core/execution_base21 core/executors48 core/format2 core/functional16 core/futures37 core/include_local62 core/iterator_support15 core/lcos_local38 core/plugin17 core/preprocessor0 core/resource_partitioner40 core/runtime_configuration31 core/runtime_local57 core/serialization12 core/string_util16 core/synchronization36 core/tag_invoke5 core/thread_pool_util50 core/thread_pools37 core/thread_support6 core/threading38 core/threading_base35 core/threadmanager53 core/timed_execution49 core/timing3 core/topology30 core/type_support4 core/util16 full/actions62 full/actions_base61 full/agas78 full/async_colocated77 full/async_distributed71 full/collectives85 full/command_line_handling37 full/components62 full/components_base60 full/compute85 full/distribution_policies83 full/lcos_distributed81 full/naming_base38 full/parcelset69 full/parcelset_base59 full/performance_counters82 full/runtime_components80 full/runtime_distributed84 full/segmented_algorithms84

    core/affinity core/allocator_support core/asio core/batch_environments core/cache core/command_line_handling_local core/concurrency core/config_registry core/coroutines core/debugging core/filesystem core/hardware core/hashing core/ini core/io_service core/itt_notify core/lock_registration core/logging core/memory core/pack_traversal core/prefix core/program_options core/properties core/schedulers core/static_reinit core/version full/agas_base full/checkpoint_base full/naming full/plugin_factories full/statistics


    - + diff --git a/branches/release-1.9.X/singlehtml/index.html b/branches/release-1.9.X/singlehtml/index.html index 17e8e4287a9..f5c7c510e2a 100644 --- a/branches/release-1.9.X/singlehtml/index.html +++ b/branches/release-1.9.X/singlehtml/index.html @@ -18855,7 +18855,7 @@

    API reference
    hpx/algorithm.hpp#
    -

    The header hpx/algorithm.hpp corresponds to the +

    The header hpx/algorithm.hpp corresponds to the C++ standard library header algorithm. See Using parallel algorithms for more information about the parallel algorithms.

    @@ -19302,7 +19302,7 @@
    Functions
    hpx/any.hpp#
    -

    The header hpx/any.hpp corresponds to the C++ +

    The header hpx/any.hpp corresponds to the C++ standard library header any.

    hpx::any is compatible with std::any.

    @@ -19366,7 +19366,7 @@
    Functions
    hpx/assert.hpp#
    -

    The header hpx/assert.hpp corresponds to the C++ standard +

    The header hpx/assert.hpp corresponds to the C++ standard library header cassert.

    HPX_ASSERT is the HPX equivalent to assert in cassert. HPX_ASSERT can also be used in CUDA device code.

    @@ -19392,7 +19392,7 @@
    Macros
    hpx/barrier.hpp#
    -

    The header hpx/barrier.hpp corresponds to the +

    The header hpx/barrier.hpp corresponds to the C++ standard library header barrier and contains a distributed barrier implementation. This functionality is also exposed through the hpx::distributed namespace. The name in hpx::distributed should be preferred.

    @@ -19433,7 +19433,7 @@
    Classes
    hpx/channel.hpp#
    -

    The header hpx/channel.hpp contains a local and a +

    The header hpx/channel.hpp contains a local and a distributed channel implementation. This functionality is also exposed through the hpx::distributed namespace. The name in hpx::distributed should be preferred.

    @@ -19470,7 +19470,7 @@
    Classes
    hpx/chrono.hpp#
    -

    The header hpx/chrono.hpp corresponds to the +

    The header hpx/chrono.hpp corresponds to the C++ standard library header chrono. The following replacements and extensions are provided compared to chrono.

    @@ -19502,7 +19502,7 @@
    Classes
    hpx/condition_variable.hpp#
    -

    The header hpx/condition_variable.hpp corresponds to the C++ +

    The header hpx/condition_variable.hpp corresponds to the C++ standard library header condition_variable.

    Classes#
    @@ -19533,7 +19533,7 @@
    Classes
    hpx/exception.hpp#
    -

    The header hpx/exception.hpp corresponds to +

    The header hpx/exception.hpp corresponds to the C++ standard library header exception. hpx::exception extends std::exception and is the base class for all exceptions thrown in HPX. HPX_THROW_EXCEPTION can be used to throw HPX exceptions with file and line information @@ -19567,7 +19567,7 @@

    Classes
    hpx/execution.hpp#
    -

    The header hpx/execution.hpp corresponds to the +

    The header hpx/execution.hpp corresponds to the C++ standard library header execution. See High level parallel facilities, Using parallel algorithms and Executor parameters and executor parameter traits for more information about execution policies and executor parameters.

    @@ -19658,7 +19658,7 @@
    Classes
    hpx/functional.hpp#
    -

    The header hpx/functional.hpp corresponds to the +

    The header hpx/functional.hpp corresponds to the C++ standard library header functional. hpx::function is a more efficient and serializable replacement for std::function.

    @@ -19764,7 +19764,7 @@
    Functions
    hpx/future.hpp#
    -

    The header hpx/future.hpp corresponds to the +

    The header hpx/future.hpp corresponds to the C++ standard library header future. See Extended facilities for futures for more information about extensions to futures compared to the C++ standard library.

    This header file also contains overloads of hpx::async, @@ -19901,7 +19901,7 @@

    Functions
    hpx/init.hpp#
    -

    The header hpx/init.hpp contains functionality for +

    The header hpx/init.hpp contains functionality for starting, stopping, suspending, and resuming the HPX runtime. This is the main way to explicitly start the HPX runtime. See Starting the HPX runtime for more details on starting the HPX runtime.

    @@ -19953,7 +19953,7 @@
    Functions
    hpx/latch.hpp#
    -

    The header hpx/latch.hpp corresponds to the C++ +

    The header hpx/latch.hpp corresponds to the C++ standard library header latch. It contains a local and a distributed latch implementation. This functionality is also exposed through the hpx::distributed namespace. The name in hpx::distributed should be preferred.

    @@ -19994,7 +19994,7 @@
    Classes
    hpx/mutex.hpp#
    -

    The header hpx/mutex.hpp corresponds to the +

    The header hpx/mutex.hpp corresponds to the C++ standard library header mutex.

    Classes#
    @@ -20057,7 +20057,7 @@
    Functions
    hpx/memory.hpp#
    -

    The header hpx/memory.hpp corresponds to the +

    The header hpx/memory.hpp corresponds to the C++ standard library header memory. It contains parallel versions of the copy, fill, move, and construct helper functions in memory. See Using parallel algorithms for more information about the parallel algorithms.

    @@ -20155,7 +20155,7 @@
    Functions
    hpx/numeric.hpp#
    -

    The header hpx/numeric.hpp corresponds to the +

    The header hpx/numeric.hpp corresponds to the C++ standard library header numeric. See Using parallel algorithms for more information about the parallel algorithms.

    @@ -20219,7 +20219,7 @@
    Functions
    hpx/optional.hpp#
    -

    The header hpx/optional.hpp corresponds to the +

    The header hpx/optional.hpp corresponds to the C++ standard library header optional. hpx::optional is compatible with std::optional.

    @@ -20257,7 +20257,7 @@
    Classes
    hpx/runtime.hpp#
    -

    The header hpx/runtime.hpp contains functions for accessing +

    The header hpx/runtime.hpp contains functions for accessing local and distributed runtime information.

    Typedefs#
    @@ -20326,7 +20326,7 @@
    Functions
    hpx/source_location.hpp#
    -

    The header hpx/source_location.hpp corresponds to the +

    The header hpx/source_location.hpp corresponds to the C++ standard library header source_location.

    Classes#
    @@ -20351,7 +20351,7 @@
    Classes
    hpx/system_error.hpp#
    -

    The header hpx/system_error.hpp corresponds to the +

    The header hpx/system_error.hpp corresponds to the C++ standard library header system_error.

    Classes#
    @@ -20376,7 +20376,7 @@
    Classes
    hpx/task_block.hpp#
    -

    The header hpx/task_block.hpp corresponds to the +

    The header hpx/task_block.hpp corresponds to the task_block feature in N4755. See using_task_block for more details on using task blocks.

    @@ -20420,7 +20420,7 @@
    Functions
    hpx/experimental/task_group.hpp#
    -

    The header hpx/experimental/task_group.hpp +

    The header hpx/experimental/task_group.hpp corresponds to the task_group feature in oneAPI Threading Building Blocks (oneTBB).

    Classes#
    @@ -20442,7 +20442,7 @@
    Classes
    hpx/thread.hpp#
    -

    The header hpx/thread.hpp corresponds to the +

    The header hpx/thread.hpp corresponds to the C++ standard library header thread. The functionality in this header is equivalent to the standard library thread functionality, with the exception that the HPX equivalents are implemented on top of lightweight threads and the HPX runtime.

    @@ -20501,7 +20501,7 @@
    Functions
    hpx/semaphore.hpp#
    -

    The header hpx/semaphore.hpp corresponds to the +

    The header hpx/semaphore.hpp corresponds to the C++ standard library header semaphore.

    Classes#
    @@ -20529,7 +20529,7 @@
    Classes
    hpx/shared_mutex.hpp#
    -

    The header hpx/shared_mutex.hpp corresponds to the +

    The header hpx/shared_mutex.hpp corresponds to the C++ standard library header shared_mutex.

    Classes#
    @@ -20554,7 +20554,7 @@
    Classes
    hpx/stop_token.hpp#
    -

    The header hpx/stop_token.hpp corresponds to the +

    The header hpx/stop_token.hpp corresponds to the C++ standard library header stop_token.

    Constants#
    @@ -20608,7 +20608,7 @@
    Classes
    hpx/tuple.hpp#
    -

    The header hpx/tuple.hpp corresponds to the +

    The header hpx/tuple.hpp corresponds to the C++ standard library header tuple. hpx::tuple can be used in CUDA device code, unlike std::tuple.

    @@ -20692,7 +20692,7 @@
    Functions
    hpx/type_traits.hpp#
    -

    The header hpx/type_traits.hpp corresponds to the +

    The header hpx/type_traits.hpp corresponds to the C++ standard library header type_traits.

    Classes#
    @@ -20720,7 +20720,7 @@
    Classes
    hpx/unwrap.hpp#
    -

    The header hpx/unwrap.hpp contains utilities for +

    The header hpx/unwrap.hpp contains utilities for unwrapping futures.

    Classes#
    @@ -20773,7 +20773,7 @@
    Functions
    hpx/version.hpp#
    -

    The header hpx/version.hpp provides version information +

    The header hpx/version.hpp provides version information about HPX.

    Macros#
    @@ -20840,7 +20840,7 @@
    Functions
    hpx/wrap_main.hpp#
    -

    The header hpx/wrap_main.hpp does not provide any direct functionality +

    The header hpx/wrap_main.hpp does not provide any direct functionality but is used for implicitly using main as the runtime entry point. See Re-use the main() function as the main HPX entry point for more details on implicitly starting the HPX runtime.

    diff --git a/tags/v1.9.1/html/api/public_api.html b/tags/v1.9.1/html/api/public_api.html index fd378ece964..5d988d53bca 100644 --- a/tags/v1.9.1/html/api/public_api.html +++ b/tags/v1.9.1/html/api/public_api.html @@ -5389,7 +5389,7 @@

    Contents

    sub-namespaces will eventually be removed.

    hpx/algorithm.hpp#

    -

    The header hpx/algorithm.hpp corresponds to the +

    The header hpx/algorithm.hpp corresponds to the C++ standard library header algorithm. See Using parallel algorithms for more information about the parallel algorithms.

    @@ -5836,7 +5836,7 @@

    Functions

    hpx/any.hpp#

    -

    The header hpx/any.hpp corresponds to the C++ +

    The header hpx/any.hpp corresponds to the C++ standard library header any.

    hpx::any is compatible with std::any.

    @@ -5900,7 +5900,7 @@

    Functions

    hpx/assert.hpp#

    -

    The header hpx/assert.hpp corresponds to the C++ standard +

    The header hpx/assert.hpp corresponds to the C++ standard library header cassert.

    HPX_ASSERT is the HPX equivalent to assert in cassert. HPX_ASSERT can also be used in CUDA device code.

    @@ -5926,7 +5926,7 @@

    Macros

    hpx/barrier.hpp#

    -

    The header hpx/barrier.hpp corresponds to the +

    The header hpx/barrier.hpp corresponds to the C++ standard library header barrier and contains a distributed barrier implementation. This functionality is also exposed through the hpx::distributed namespace. The name in hpx::distributed should be preferred.

    @@ -5967,7 +5967,7 @@

    Classes

    hpx/channel.hpp#

    -

    The header hpx/channel.hpp contains a local and a +

    The header hpx/channel.hpp contains a local and a distributed channel implementation. This functionality is also exposed through the hpx::distributed namespace. The name in hpx::distributed should be preferred.

    @@ -6004,7 +6004,7 @@

    Classes

    hpx/chrono.hpp#

    -

    The header hpx/chrono.hpp corresponds to the +

    The header hpx/chrono.hpp corresponds to the C++ standard library header chrono. The following replacements and extensions are provided compared to chrono.

    @@ -6036,7 +6036,7 @@

    Classes

    hpx/condition_variable.hpp#

    -

    The header hpx/condition_variable.hpp corresponds to the C++ +

    The header hpx/condition_variable.hpp corresponds to the C++ standard library header condition_variable.

    Classes#

    @@ -6067,7 +6067,7 @@

    Classes

    hpx/exception.hpp#

    -

    The header hpx/exception.hpp corresponds to +

    The header hpx/exception.hpp corresponds to the C++ standard library header exception. hpx::exception extends std::exception and is the base class for all exceptions thrown in HPX. HPX_THROW_EXCEPTION can be used to throw HPX exceptions with file and line information @@ -6101,7 +6101,7 @@

    Classes

    hpx/execution.hpp#

    -

    The header hpx/execution.hpp corresponds to the +

    The header hpx/execution.hpp corresponds to the C++ standard library header execution. See High level parallel facilities, Using parallel algorithms and Executor parameters and executor parameter traits for more information about execution policies and executor parameters.

    @@ -6192,7 +6192,7 @@

    Classes

    hpx/functional.hpp#

    -

    The header hpx/functional.hpp corresponds to the +

    The header hpx/functional.hpp corresponds to the C++ standard library header functional. hpx::function is a more efficient and serializable replacement for std::function.

    @@ -6298,7 +6298,7 @@

    Functions

    hpx/future.hpp#

    -

    The header hpx/future.hpp corresponds to the +

    The header hpx/future.hpp corresponds to the C++ standard library header future. See Extended facilities for futures for more information about extensions to futures compared to the C++ standard library.

    This header file also contains overloads of hpx::async, @@ -6435,7 +6435,7 @@

    Functions

    hpx/init.hpp#

    -

    The header hpx/init.hpp contains functionality for +

    The header hpx/init.hpp contains functionality for starting, stopping, suspending, and resuming the HPX runtime. This is the main way to explicitly start the HPX runtime. See Starting the HPX runtime for more details on starting the HPX runtime.

    @@ -6487,7 +6487,7 @@

    Functions

    hpx/latch.hpp#

    -

    The header hpx/latch.hpp corresponds to the C++ +

    The header hpx/latch.hpp corresponds to the C++ standard library header latch. It contains a local and a distributed latch implementation. This functionality is also exposed through the hpx::distributed namespace. The name in hpx::distributed should be preferred.

    @@ -6528,7 +6528,7 @@

    Classes

    hpx/mutex.hpp#

    -

    The header hpx/mutex.hpp corresponds to the +

    The header hpx/mutex.hpp corresponds to the C++ standard library header mutex.

    Classes#

    @@ -6591,7 +6591,7 @@

    Functions

    hpx/memory.hpp#

    -

    The header hpx/memory.hpp corresponds to the +

    The header hpx/memory.hpp corresponds to the C++ standard library header memory. It contains parallel versions of the copy, fill, move, and construct helper functions in memory. See Using parallel algorithms for more information about the parallel algorithms.

    @@ -6689,7 +6689,7 @@

    Functions

    hpx/numeric.hpp#

    -

    The header hpx/numeric.hpp corresponds to the +

    The header hpx/numeric.hpp corresponds to the C++ standard library header numeric. See Using parallel algorithms for more information about the parallel algorithms.

    @@ -6753,7 +6753,7 @@

    Functions

    hpx/optional.hpp#

    -

    The header hpx/optional.hpp corresponds to the +

    The header hpx/optional.hpp corresponds to the C++ standard library header optional. hpx::optional is compatible with std::optional.

    @@ -6791,7 +6791,7 @@

    Classes

    hpx/runtime.hpp#

    -

    The header hpx/runtime.hpp contains functions for accessing +

    The header hpx/runtime.hpp contains functions for accessing local and distributed runtime information.

    Typedefs#

    @@ -6860,7 +6860,7 @@

    Functions

    hpx/source_location.hpp#

    -

    The header hpx/source_location.hpp corresponds to the +

    The header hpx/source_location.hpp corresponds to the C++ standard library header source_location.

    Classes#

    @@ -6885,7 +6885,7 @@

    Classes

    hpx/system_error.hpp#

    -

    The header hpx/system_error.hpp corresponds to the +

    The header hpx/system_error.hpp corresponds to the C++ standard library header system_error.

    Classes#

    @@ -6910,7 +6910,7 @@

    Classes

    hpx/task_block.hpp#

    -

    The header hpx/task_block.hpp corresponds to the +

    The header hpx/task_block.hpp corresponds to the task_block feature in N4755. See using_task_block for more details on using task blocks.

    @@ -6954,7 +6954,7 @@

    Functions

    hpx/experimental/task_group.hpp#

    -

    The header hpx/experimental/task_group.hpp +

    The header hpx/experimental/task_group.hpp corresponds to the task_group feature in oneAPI Threading Building Blocks (oneTBB).

    Classes#

    @@ -6976,7 +6976,7 @@

    Classes

    hpx/thread.hpp#

    -

    The header hpx/thread.hpp corresponds to the +

    The header hpx/thread.hpp corresponds to the C++ standard library header thread. The functionality in this header is equivalent to the standard library thread functionality, with the exception that the HPX equivalents are implemented on top of lightweight threads and the HPX runtime.

    @@ -7035,7 +7035,7 @@

    Functions

    hpx/semaphore.hpp#

    -

    The header hpx/semaphore.hpp corresponds to the +

    The header hpx/semaphore.hpp corresponds to the C++ standard library header semaphore.

    Classes#

    @@ -7063,7 +7063,7 @@

    Classes

    hpx/shared_mutex.hpp#

    -

    The header hpx/shared_mutex.hpp corresponds to the +

    The header hpx/shared_mutex.hpp corresponds to the C++ standard library header shared_mutex.

    Classes#

    @@ -7088,7 +7088,7 @@

    Classes

    hpx/stop_token.hpp#

    -

    The header hpx/stop_token.hpp corresponds to the +

    The header hpx/stop_token.hpp corresponds to the C++ standard library header stop_token.

    Constants#

    @@ -7142,7 +7142,7 @@

    Classes

    hpx/tuple.hpp#

    -

    The header hpx/tuple.hpp corresponds to the +

    The header hpx/tuple.hpp corresponds to the C++ standard library header tuple. hpx::tuple can be used in CUDA device code, unlike std::tuple.

    @@ -7226,7 +7226,7 @@

    Functions

    hpx/type_traits.hpp#

    -

    The header hpx/type_traits.hpp corresponds to the +

    The header hpx/type_traits.hpp corresponds to the C++ standard library header type_traits.

    Classes#

    @@ -7254,7 +7254,7 @@

    Classes

    hpx/unwrap.hpp#

    -

    The header hpx/unwrap.hpp contains utilities for +

    The header hpx/unwrap.hpp contains utilities for unwrapping futures.

    Classes#

    @@ -7307,7 +7307,7 @@

    Functions

    hpx/version.hpp#

    -

    The header hpx/version.hpp provides version information +

    The header hpx/version.hpp provides version information about HPX.

    Macros#

    @@ -7374,7 +7374,7 @@

    Functions

    hpx/wrap_main.hpp#

    -

    The header hpx/wrap_main.hpp does not provide any direct functionality +

    The header hpx/wrap_main.hpp does not provide any direct functionality but is used for implicitly using main as the runtime entry point. See Re-use the main() function as the main HPX entry point for more details on implicitly starting the HPX runtime.

    diff --git a/tags/v1.9.1/pdf/HPX.pdf b/tags/v1.9.1/pdf/HPX.pdf index 7be1d7a69e9..c3d69f90d29 100644 Binary files a/tags/v1.9.1/pdf/HPX.pdf and b/tags/v1.9.1/pdf/HPX.pdf differ diff --git a/tags/v1.9.1/report/index.html b/tags/v1.9.1/report/index.html index 1d3c8c6251f..75396667a76 100644 --- a/tags/v1.9.1/report/index.html +++ b/tags/v1.9.1/report/index.html @@ -44,9 +44,9 @@
    diff --git a/tags/v1.9.1/report/release-1.9.X/core/affinity.html b/tags/v1.9.1/report/v1.9.1/core/affinity.html similarity index 97% rename from tags/v1.9.1/report/release-1.9.X/core/affinity.html rename to tags/v1.9.1/report/v1.9.1/core/affinity.html index 5cc5430855f..a56a8c374e9 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/affinity.html +++ b/tags/v1.9.1/report/v1.9.1/core/affinity.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:09

    Primary dependencies for core/affinity

    @@ -172,6 +172,6 @@

    <hpx/affinity/affinity_data.hpp>

    • from <libs/core/threading_base/src/thread_pool_base.cpp>

    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/algorithms.html b/tags/v1.9.1/report/v1.9.1/core/algorithms.html similarity index 99% rename from branches/release-1.9.X/report/release-1.9.X/core/algorithms.html rename to tags/v1.9.1/report/v1.9.1/core/algorithms.html index b0819d7b5ea..e65b1e8f611 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/algorithms.html +++ b/tags/v1.9.1/report/v1.9.1/core/algorithms.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:09

    Primary dependencies for core/algorithms

    @@ -2003,6 +2003,6 @@

    <hpx/parallel/util/zip_iterator.hpp>

    • from <hpx/parallel/segmented_algorithms/detail/reduce.hpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/core/allocator_support.html b/tags/v1.9.1/report/v1.9.1/core/allocator_support.html similarity index 97% rename from tags/v1.9.1/report/release-1.9.X/core/allocator_support.html rename to tags/v1.9.1/report/v1.9.1/core/allocator_support.html index 3844c087226..f051f88f66e 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/allocator_support.html +++ b/tags/v1.9.1/report/v1.9.1/core/allocator_support.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:10

    Primary dependencies for core/allocator_support

    @@ -182,6 +182,6 @@

    <hpx/allocator_support/aligned_allocator.hpp>

    • from <hpx/runtime_distributed/big_boot_barrier.hpp>

    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/asio.html b/tags/v1.9.1/report/v1.9.1/core/asio.html similarity index 95% rename from branches/release-1.9.X/report/release-1.9.X/core/asio.html rename to tags/v1.9.1/report/v1.9.1/core/asio.html index dc1af2463d9..db55e8a52fd 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/asio.html +++ b/tags/v1.9.1/report/v1.9.1/core/asio.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:10

    Primary dependencies for core/asio

    @@ -121,6 +121,6 @@

    <hpx/modules/asio.hpp>

    • from <libs/full/parcelport_tcp/src/connection_handler_tcp.cpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/core/assertion.html b/tags/v1.9.1/report/v1.9.1/core/assertion.html similarity index 99% rename from tags/v1.9.1/report/release-1.9.X/core/assertion.html rename to tags/v1.9.1/report/v1.9.1/core/assertion.html index 4ad6fb3dea3..a689c60c9d8 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/assertion.html +++ b/tags/v1.9.1/report/v1.9.1/core/assertion.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:10

    Primary dependencies for core/assertion

    @@ -619,6 +619,6 @@

    <hpx/assert.hpp>

    • from <hpx/parallel/segmented_algorithms/detail/transfer.hpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/core/async_base.html b/tags/v1.9.1/report/v1.9.1/core/async_base.html similarity index 98% rename from tags/v1.9.1/report/release-1.9.X/core/async_base.html rename to tags/v1.9.1/report/v1.9.1/core/async_base.html index 58651bd4345..380c306f07d 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/async_base.html +++ b/tags/v1.9.1/report/v1.9.1/core/async_base.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:11

    Primary dependencies for core/async_base

    @@ -368,6 +368,6 @@

    <hpx/async_base/launch_policy.hpp>

    • from <hpx/parallel/segmented_algorithms/detail/dispatch.hpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/core/async_combinators.html b/tags/v1.9.1/report/v1.9.1/core/async_combinators.html similarity index 98% rename from tags/v1.9.1/report/release-1.9.X/core/async_combinators.html rename to tags/v1.9.1/report/v1.9.1/core/async_combinators.html index b9c9046462f..66d60d35126 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/async_combinators.html +++ b/tags/v1.9.1/report/v1.9.1/core/async_combinators.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:11

    Primary dependencies for core/async_combinators

    @@ -373,6 +373,6 @@

    <hpx/async_combinators/wait_all.hpp>

    • from <libs/full/runtime_distributed/src/server/runtime_support_server.cpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/core/async_local.html b/tags/v1.9.1/report/v1.9.1/core/async_local.html similarity index 98% rename from tags/v1.9.1/report/release-1.9.X/core/async_local.html rename to tags/v1.9.1/report/v1.9.1/core/async_local.html index dffcd52f1ff..d0df0d684e1 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/async_local.html +++ b/tags/v1.9.1/report/v1.9.1/core/async_local.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:12

    Primary dependencies for core/async_local

    @@ -307,6 +307,6 @@

    <hpx/async_local/async_fwd.hpp>

    • from <hpx/runtime_components/create_component_helpers.hpp>

    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/batch_environments.html b/tags/v1.9.1/report/v1.9.1/core/batch_environments.html similarity index 96% rename from branches/release-1.9.X/report/release-1.9.X/core/batch_environments.html rename to tags/v1.9.1/report/v1.9.1/core/batch_environments.html index 9c96c044198..713bf08bd81 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/batch_environments.html +++ b/tags/v1.9.1/report/v1.9.1/core/batch_environments.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:12

    Primary dependencies for core/batch_environments

    @@ -136,6 +136,6 @@

    <hpx/modules/batch_environments.hpp>

    • from <libs/full/command_line_handling/src/command_line_handling.cpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/core/cache.html b/tags/v1.9.1/report/v1.9.1/core/cache.html similarity index 91% rename from tags/v1.9.1/report/release-1.9.X/core/cache.html rename to tags/v1.9.1/report/v1.9.1/core/cache.html index b8123f4c47c..7a292415ab7 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/cache.html +++ b/tags/v1.9.1/report/v1.9.1/core/cache.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:13

    Primary dependencies for core/cache

    @@ -68,6 +68,6 @@

    <hpx/cache/statistics/local_full_statistics.hpp>

    • from <hpx/agas/addressing_service.hpp>

    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/command_line_handling_local.html b/tags/v1.9.1/report/v1.9.1/core/command_line_handling_local.html similarity index 97% rename from branches/release-1.9.X/report/release-1.9.X/core/command_line_handling_local.html rename to tags/v1.9.1/report/v1.9.1/core/command_line_handling_local.html index bdb13db3b2c..d4de68885d1 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/command_line_handling_local.html +++ b/tags/v1.9.1/report/v1.9.1/core/command_line_handling_local.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:13

    Primary dependencies for core/command_line_handling_local

    @@ -224,6 +224,6 @@

    <hpx/modules/command_line_handling_local.hpp>

    • from <libs/full/command_line_handling/src/late_command_line_handling.cpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/core/compute_local.html b/tags/v1.9.1/report/v1.9.1/core/compute_local.html similarity index 99% rename from tags/v1.9.1/report/release-1.9.X/core/compute_local.html rename to tags/v1.9.1/report/v1.9.1/core/compute_local.html index 452992f5eb4..957881ad797 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/compute_local.html +++ b/tags/v1.9.1/report/v1.9.1/core/compute_local.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:13

    Primary dependencies for core/compute_local

    @@ -505,6 +505,6 @@

    <hpx/modules/compute_local.hpp>

    • from <hpx/compute.hpp>

    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/concepts.html b/tags/v1.9.1/report/v1.9.1/core/concepts.html similarity index 98% rename from branches/release-1.9.X/report/release-1.9.X/core/concepts.html rename to tags/v1.9.1/report/v1.9.1/core/concepts.html index 278a1d2b2d2..edb3d4245ec 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/concepts.html +++ b/tags/v1.9.1/report/v1.9.1/core/concepts.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:14

    Primary dependencies for core/concepts

    @@ -289,6 +289,6 @@

    <hpx/concepts/has_xxx.hpp>

    • from <hpx/include/traits.hpp>

    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/concurrency.html b/tags/v1.9.1/report/v1.9.1/core/concurrency.html similarity index 98% rename from branches/release-1.9.X/report/release-1.9.X/core/concurrency.html rename to tags/v1.9.1/report/v1.9.1/core/concurrency.html index 28786a25c3a..86279e0dd9c 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/concurrency.html +++ b/tags/v1.9.1/report/v1.9.1/core/concurrency.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:14

    Primary dependencies for core/concurrency

    @@ -264,6 +264,6 @@

    <hpx/concurrency/queue.hpp>

    • from <hpx/runtime_distributed/big_boot_barrier.hpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/core/config.html b/tags/v1.9.1/report/v1.9.1/core/config.html similarity index 99% rename from tags/v1.9.1/report/release-1.9.X/core/config.html rename to tags/v1.9.1/report/v1.9.1/core/config.html index 50b84399d35..2bb21c570e5 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/config.html +++ b/tags/v1.9.1/report/v1.9.1/core/config.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:15

    Primary dependencies for core/config

    @@ -2182,6 +2182,6 @@

    <hpx/config.hpp>

    • from <hpx/statistics/rolling_min.hpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/core/config_registry.html b/tags/v1.9.1/report/v1.9.1/core/config_registry.html similarity index 91% rename from tags/v1.9.1/report/release-1.9.X/core/config_registry.html rename to tags/v1.9.1/report/v1.9.1/core/config_registry.html index 79ea58a019e..8604c794818 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/config_registry.html +++ b/tags/v1.9.1/report/v1.9.1/core/config_registry.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:16

    Primary dependencies for core/config_registry

    @@ -68,6 +68,6 @@

    <hpx/modules/config_registry.hpp>

    • from <libs/core/version/src/version.cpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/core/coroutines.html b/tags/v1.9.1/report/v1.9.1/core/coroutines.html similarity index 98% rename from tags/v1.9.1/report/release-1.9.X/core/coroutines.html rename to tags/v1.9.1/report/v1.9.1/core/coroutines.html index 3eb7af635f8..193f67631df 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/coroutines.html +++ b/tags/v1.9.1/report/v1.9.1/core/coroutines.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:16

    Primary dependencies for core/coroutines

    @@ -379,6 +379,6 @@

    <hpx/coroutines/coroutine.hpp>

    • from <libs/full/runtime_distributed/src/runtime_distributed.cpp>

    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/datastructures.html b/tags/v1.9.1/report/v1.9.1/core/datastructures.html similarity index 99% rename from branches/release-1.9.X/report/release-1.9.X/core/datastructures.html rename to tags/v1.9.1/report/v1.9.1/core/datastructures.html index 74f89f127b1..18d3bf8c026 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/datastructures.html +++ b/tags/v1.9.1/report/v1.9.1/core/datastructures.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:16

    Primary dependencies for core/datastructures

    @@ -486,6 +486,6 @@

    <hpx/datastructures/tuple.hpp>

    • from <hpx/parallel/segmented_algorithms/transform.hpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/core/debugging.html b/tags/v1.9.1/report/v1.9.1/core/debugging.html similarity index 95% rename from tags/v1.9.1/report/release-1.9.X/core/debugging.html rename to tags/v1.9.1/report/v1.9.1/core/debugging.html index 61405f5a968..cfe20a40b29 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/debugging.html +++ b/tags/v1.9.1/report/v1.9.1/core/debugging.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:17

    Primary dependencies for core/debugging

    @@ -128,6 +128,6 @@

    <hpx/modules/debugging.hpp>

    • from <libs/full/command_line_handling/src/command_line_handling.cpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/core/errors.html b/tags/v1.9.1/report/v1.9.1/core/errors.html similarity index 99% rename from tags/v1.9.1/report/release-1.9.X/core/errors.html rename to tags/v1.9.1/report/v1.9.1/core/errors.html index 3e9eefe1dc5..e45dfeb6417 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/errors.html +++ b/tags/v1.9.1/report/v1.9.1/core/errors.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:17

    Primary dependencies for core/errors

    @@ -599,6 +599,6 @@

    <hpx/modules/errors.hpp>

    • from <libs/full/runtime_distributed/src/server/runtime_support_server.cpp>

    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/execution.html b/tags/v1.9.1/report/v1.9.1/core/execution.html similarity index 99% rename from branches/release-1.9.X/report/release-1.9.X/core/execution.html rename to tags/v1.9.1/report/v1.9.1/core/execution.html index 5316c103a99..1c346afd118 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/execution.html +++ b/tags/v1.9.1/report/v1.9.1/core/execution.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:18

    Primary dependencies for core/execution

    @@ -1284,6 +1284,6 @@

    <hpx/execution/executors/execution.hpp>

    • from <hpx/parallel/segmented_algorithms/detail/scan.hpp>

    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/execution_base.html b/tags/v1.9.1/report/v1.9.1/core/execution_base.html similarity index 99% rename from branches/release-1.9.X/report/release-1.9.X/core/execution_base.html rename to tags/v1.9.1/report/v1.9.1/core/execution_base.html index a58ef3db424..9a2278ff1bd 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/execution_base.html +++ b/tags/v1.9.1/report/v1.9.1/core/execution_base.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:18

    Primary dependencies for core/execution_base

    @@ -556,6 +556,6 @@

    <hpx/execution_base/this_thread.hpp>

    • from <libs/full/runtime_distributed/src/server/runtime_support_server.cpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/core/executors.html b/tags/v1.9.1/report/v1.9.1/core/executors.html similarity index 99% rename from tags/v1.9.1/report/release-1.9.X/core/executors.html rename to tags/v1.9.1/report/v1.9.1/core/executors.html index 112eae551fe..da01fb57394 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/executors.html +++ b/tags/v1.9.1/report/v1.9.1/core/executors.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:19

    Primary dependencies for core/executors

    @@ -970,6 +970,6 @@

    <hpx/executors/execution_policy.hpp>

    • from <hpx/parallel/segmented_algorithms/transform_reduce.hpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/core/filesystem.html b/tags/v1.9.1/report/v1.9.1/core/filesystem.html similarity index 94% rename from tags/v1.9.1/report/release-1.9.X/core/filesystem.html rename to tags/v1.9.1/report/v1.9.1/core/filesystem.html index e667e1deca8..5d4be098b13 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/filesystem.html +++ b/tags/v1.9.1/report/v1.9.1/core/filesystem.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:19

    Primary dependencies for core/filesystem

    @@ -98,6 +98,6 @@

    <hpx/modules/filesystem.hpp>

    • from <libs/full/runtime_distributed/src/server/runtime_support_server.cpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/core/format.html b/tags/v1.9.1/report/v1.9.1/core/format.html similarity index 98% rename from tags/v1.9.1/report/release-1.9.X/core/format.html rename to tags/v1.9.1/report/v1.9.1/core/format.html index 591295c114d..7a540299be2 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/format.html +++ b/tags/v1.9.1/report/v1.9.1/core/format.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:20

    Primary dependencies for core/format

    @@ -292,6 +292,6 @@

    <hpx/util/from_string.hpp>

    • from <libs/full/runtime_distributed/src/server/runtime_support_server.cpp>

    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/functional.html b/tags/v1.9.1/report/v1.9.1/core/functional.html similarity index 99% rename from branches/release-1.9.X/report/release-1.9.X/core/functional.html rename to tags/v1.9.1/report/v1.9.1/core/functional.html index b3e1c87f82b..374d5569533 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/functional.html +++ b/tags/v1.9.1/report/v1.9.1/core/functional.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:20

    Primary dependencies for core/functional

    @@ -909,6 +909,6 @@

    <hpx/functional/invoke.hpp>

    • from <hpx/parallel/segmented_algorithms/transform_reduce.hpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/core/futures.html b/tags/v1.9.1/report/v1.9.1/core/futures.html similarity index 99% rename from tags/v1.9.1/report/release-1.9.X/core/futures.html rename to tags/v1.9.1/report/v1.9.1/core/futures.html index b9a3f63910c..f27590ce2bc 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/futures.html +++ b/tags/v1.9.1/report/v1.9.1/core/futures.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:21

    Primary dependencies for core/futures

    @@ -909,6 +909,6 @@

    <hpx/futures/future.hpp>

    • from <hpx/parallel/segmented_algorithms/detail/scan.hpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/core/hardware.html b/tags/v1.9.1/report/v1.9.1/core/hardware.html similarity index 92% rename from tags/v1.9.1/report/release-1.9.X/core/hardware.html rename to tags/v1.9.1/report/v1.9.1/core/hardware.html index 33e43b1cf10..bb1bc698c5c 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/hardware.html +++ b/tags/v1.9.1/report/v1.9.1/core/hardware.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:21

    Primary dependencies for core/hardware

    @@ -80,6 +80,6 @@

    <hpx/hardware/timestamp.hpp>

    • from <hpx/timing/tick_counter.hpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/core/hashing.html b/tags/v1.9.1/report/v1.9.1/core/hashing.html similarity index 94% rename from tags/v1.9.1/report/release-1.9.X/core/hashing.html rename to tags/v1.9.1/report/v1.9.1/core/hashing.html index 9614c8d1786..81628c74877 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/hashing.html +++ b/tags/v1.9.1/report/v1.9.1/core/hashing.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:21

    Primary dependencies for core/hashing

    @@ -100,6 +100,6 @@

    <hpx/modules/hashing.hpp>

    • from <hpx/parcelset_base/detail/per_action_data_counter.hpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/core/include_local.html b/tags/v1.9.1/report/v1.9.1/core/include_local.html similarity index 99% rename from tags/v1.9.1/report/release-1.9.X/core/include_local.html rename to tags/v1.9.1/report/v1.9.1/core/include_local.html index f8613b31bd4..e3576d6cd0f 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/include_local.html +++ b/tags/v1.9.1/report/v1.9.1/core/include_local.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:22

    Primary dependencies for core/include_local

    @@ -504,6 +504,6 @@

    <hpx/format.hpp>

    • from <libs/full/runtime_distributed/src/runtime_distributed.cpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/core/ini.html b/tags/v1.9.1/report/v1.9.1/core/ini.html similarity index 97% rename from tags/v1.9.1/report/release-1.9.X/core/ini.html rename to tags/v1.9.1/report/v1.9.1/core/ini.html index 19d32055011..acfd9ce0db6 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/ini.html +++ b/tags/v1.9.1/report/v1.9.1/core/ini.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:22

    Primary dependencies for core/ini

    @@ -178,6 +178,6 @@

    <hpx/ini/ini.hpp>

    • from <libs/full/runtime_distributed/src/stubs/runtime_support_stubs.cpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/core/init_runtime_local.html b/tags/v1.9.1/report/v1.9.1/core/init_runtime_local.html similarity index 98% rename from tags/v1.9.1/report/release-1.9.X/core/init_runtime_local.html rename to tags/v1.9.1/report/v1.9.1/core/init_runtime_local.html index 49506a54434..b4d4faf2789 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/init_runtime_local.html +++ b/tags/v1.9.1/report/v1.9.1/core/init_runtime_local.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:23

    Primary dependencies for core/init_runtime_local

    @@ -419,6 +419,6 @@

    <hpx/init_runtime_local/init_runtime_local.hpp>

    • from <libs/full/init_runtime/src/hpx_init.cpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/core/io_service.html b/tags/v1.9.1/report/v1.9.1/core/io_service.html similarity index 97% rename from tags/v1.9.1/report/release-1.9.X/core/io_service.html rename to tags/v1.9.1/report/v1.9.1/core/io_service.html index 6aaaf982cc3..a2d08c76279 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/io_service.html +++ b/tags/v1.9.1/report/v1.9.1/core/io_service.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:23

    Primary dependencies for core/io_service

    @@ -228,6 +228,6 @@

    <hpx/modules/io_service.hpp>

    • from <libs/full/runtime_distributed/src/runtime_distributed.cpp>

    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/iterator_support.html b/tags/v1.9.1/report/v1.9.1/core/iterator_support.html similarity index 99% rename from branches/release-1.9.X/report/release-1.9.X/core/iterator_support.html rename to tags/v1.9.1/report/v1.9.1/core/iterator_support.html index 2cc26e146da..bcf50bab67d 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/iterator_support.html +++ b/tags/v1.9.1/report/v1.9.1/core/iterator_support.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:23

    Primary dependencies for core/iterator_support

    @@ -522,6 +522,6 @@

    <hpx/iterator_support/iterator_range.hpp>

    • from <hpx/statistics/histogram.hpp>

    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/itt_notify.html b/tags/v1.9.1/report/v1.9.1/core/itt_notify.html similarity index 95% rename from branches/release-1.9.X/report/release-1.9.X/core/itt_notify.html rename to tags/v1.9.1/report/v1.9.1/core/itt_notify.html index 259f3361e4b..59d235631a1 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/itt_notify.html +++ b/tags/v1.9.1/report/v1.9.1/core/itt_notify.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:24

    Primary dependencies for core/itt_notify

    @@ -124,6 +124,6 @@

    <hpx/itt_notify/thread_name.hpp>

    • from <libs/full/runtime_distributed/src/runtime_distributed.cpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/core/lcos_local.html b/tags/v1.9.1/report/v1.9.1/core/lcos_local.html similarity index 98% rename from tags/v1.9.1/report/release-1.9.X/core/lcos_local.html rename to tags/v1.9.1/report/v1.9.1/core/lcos_local.html index ef92f84dca8..d9edda3931b 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/lcos_local.html +++ b/tags/v1.9.1/report/v1.9.1/core/lcos_local.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:24

    Primary dependencies for core/lcos_local

    @@ -294,6 +294,6 @@

    <hpx/lcos_local/detail/preprocess_future.hpp>

    • from <libs/full/parcelset/src/detail/parcel_await.cpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/core/lock_registration.html b/tags/v1.9.1/report/v1.9.1/core/lock_registration.html similarity index 97% rename from tags/v1.9.1/report/release-1.9.X/core/lock_registration.html rename to tags/v1.9.1/report/v1.9.1/core/lock_registration.html index a19d0f94d76..95e9f31eada 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/lock_registration.html +++ b/tags/v1.9.1/report/v1.9.1/core/lock_registration.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:25

    Primary dependencies for core/lock_registration

    @@ -171,6 +171,6 @@

    <hpx/lock_registration/detail/register_locks.hpp>

      from <libs/full/runtime_distributed/src/applier.cpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/core/logging.html b/tags/v1.9.1/report/v1.9.1/core/logging.html similarity index 98% rename from tags/v1.9.1/report/release-1.9.X/core/logging.html rename to tags/v1.9.1/report/v1.9.1/core/logging.html index dbb9c5a0e42..54530b55cd5 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/logging.html +++ b/tags/v1.9.1/report/v1.9.1/core/logging.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:25

    Primary dependencies for core/logging

    @@ -250,6 +250,6 @@

    <hpx/modules/logging.hpp>

    • from <libs/full/runtime_distributed/src/server/runtime_support_server.cpp>

    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/memory.html b/tags/v1.9.1/report/v1.9.1/core/memory.html similarity index 97% rename from branches/release-1.9.X/report/release-1.9.X/core/memory.html rename to tags/v1.9.1/report/v1.9.1/core/memory.html index b09c636c269..1cf6a9e7b42 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/memory.html +++ b/tags/v1.9.1/report/v1.9.1/core/memory.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:26

    Primary dependencies for core/memory

    @@ -186,6 +186,6 @@

    <hpx/modules/memory.hpp>

    • from <libs/full/naming_base/src/id_type.cpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/core/pack_traversal.html b/tags/v1.9.1/report/v1.9.1/core/pack_traversal.html similarity index 98% rename from tags/v1.9.1/report/release-1.9.X/core/pack_traversal.html rename to tags/v1.9.1/report/v1.9.1/core/pack_traversal.html index 978a8d81d6a..0ea247c8ca1 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/pack_traversal.html +++ b/tags/v1.9.1/report/v1.9.1/core/pack_traversal.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:26

    Primary dependencies for core/pack_traversal

    @@ -254,6 +254,6 @@

    <hpx/pack_traversal/unwrap.hpp>

    • from <hpx/parallel/segmented_algorithms/detail/scan.hpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/core/plugin.html b/tags/v1.9.1/report/v1.9.1/core/plugin.html similarity index 96% rename from tags/v1.9.1/report/release-1.9.X/core/plugin.html rename to tags/v1.9.1/report/v1.9.1/core/plugin.html index 1023bbc1221..1e6167b5699 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/plugin.html +++ b/tags/v1.9.1/report/v1.9.1/core/plugin.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:26

    Primary dependencies for core/plugin

    @@ -155,6 +155,6 @@

    <hpx/modules/plugin.hpp>

    • from <hpx/runtime_distributed/server/runtime_support.hpp>

    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/prefix.html b/tags/v1.9.1/report/v1.9.1/core/prefix.html similarity index 96% rename from branches/release-1.9.X/report/release-1.9.X/core/prefix.html rename to tags/v1.9.1/report/v1.9.1/core/prefix.html index 2383f1ff711..098cf3a0740 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/prefix.html +++ b/tags/v1.9.1/report/v1.9.1/core/prefix.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:27

    Primary dependencies for core/prefix

    @@ -149,6 +149,6 @@

    <hpx/prefix/find_prefix.hpp>

    • from <libs/full/runtime_distributed/src/server/runtime_support_server.cpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/core/preprocessor.html b/tags/v1.9.1/report/v1.9.1/core/preprocessor.html similarity index 98% rename from tags/v1.9.1/report/release-1.9.X/core/preprocessor.html rename to tags/v1.9.1/report/v1.9.1/core/preprocessor.html index c334ad8abda..30315851937 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/preprocessor.html +++ b/tags/v1.9.1/report/v1.9.1/core/preprocessor.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:27

    Primary dependencies for core/preprocessor

    @@ -313,6 +313,6 @@

    <hpx/preprocessor/nargs.hpp>

    • from <hpx/runtime_components/distributed_metadata_base.hpp>

    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/program_options.html b/tags/v1.9.1/report/v1.9.1/core/program_options.html similarity index 97% rename from branches/release-1.9.X/report/release-1.9.X/core/program_options.html rename to tags/v1.9.1/report/v1.9.1/core/program_options.html index 887f6502df6..56fa9b4c111 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/program_options.html +++ b/tags/v1.9.1/report/v1.9.1/core/program_options.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:28

    Primary dependencies for core/program_options

    @@ -207,6 +207,6 @@

    <hpx/modules/program_options.hpp>

    • from <hpx/runtime_distributed/server/runtime_support.hpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/core/properties.html b/tags/v1.9.1/report/v1.9.1/core/properties.html similarity index 92% rename from tags/v1.9.1/report/release-1.9.X/core/properties.html rename to tags/v1.9.1/report/v1.9.1/core/properties.html index d0dcb602cdb..4d5150afaa8 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/properties.html +++ b/tags/v1.9.1/report/v1.9.1/core/properties.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:28

    Primary dependencies for core/properties

    @@ -76,6 +76,6 @@

    <hpx/properties/property.hpp>

    • from <hpx/executors/execution_policy_annotation.hpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/core/resiliency.html b/tags/v1.9.1/report/v1.9.1/core/resiliency.html similarity index 98% rename from tags/v1.9.1/report/release-1.9.X/core/resiliency.html rename to tags/v1.9.1/report/v1.9.1/core/resiliency.html index d14cbe22646..20a29d15720 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/resiliency.html +++ b/tags/v1.9.1/report/v1.9.1/core/resiliency.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:28

    Primary dependencies for core/resiliency

    @@ -282,6 +282,6 @@

    <hpx/resiliency/util.hpp>

    • from <hpx/resiliency_distributed/async_replicate_distributed.hpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/core/resource_partitioner.html b/tags/v1.9.1/report/v1.9.1/core/resource_partitioner.html similarity index 98% rename from tags/v1.9.1/report/release-1.9.X/core/resource_partitioner.html rename to tags/v1.9.1/report/v1.9.1/core/resource_partitioner.html index d8cbbdfaf83..72ef34f69b3 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/resource_partitioner.html +++ b/tags/v1.9.1/report/v1.9.1/core/resource_partitioner.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:29

    Primary dependencies for core/resource_partitioner

    @@ -289,6 +289,6 @@

    <hpx/modules/resource_partitioner.hpp>

    • from <hpx/plugin_factories/parcelport_factory_base.hpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/core/runtime_configuration.html b/tags/v1.9.1/report/v1.9.1/core/runtime_configuration.html similarity index 98% rename from tags/v1.9.1/report/release-1.9.X/core/runtime_configuration.html rename to tags/v1.9.1/report/v1.9.1/core/runtime_configuration.html index a9a6a0c59d8..25fd3393c59 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/runtime_configuration.html +++ b/tags/v1.9.1/report/v1.9.1/core/runtime_configuration.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:29

    Primary dependencies for core/runtime_configuration

    @@ -327,6 +327,6 @@

    <hpx/runtime_configuration/static_factory_data.hpp>

    <
  • from <libs/full/runtime_distributed/src/server/runtime_support_server.cpp>

  • - + diff --git a/tags/v1.9.1/report/release-1.9.X/core/runtime_local.html b/tags/v1.9.1/report/v1.9.1/core/runtime_local.html similarity index 99% rename from tags/v1.9.1/report/release-1.9.X/core/runtime_local.html rename to tags/v1.9.1/report/v1.9.1/core/runtime_local.html index d5fcdbc749b..fe04e700506 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/runtime_local.html +++ b/tags/v1.9.1/report/v1.9.1/core/runtime_local.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:29

    Primary dependencies for core/runtime_local

    @@ -891,6 +891,6 @@

    <hpx/runtime_local/thread_mapper.hpp>

    • from <libs/full/runtime_distributed/src/runtime_distributed.cpp>

    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/schedulers.html b/tags/v1.9.1/report/v1.9.1/core/schedulers.html similarity index 98% rename from branches/release-1.9.X/report/release-1.9.X/core/schedulers.html rename to tags/v1.9.1/report/v1.9.1/core/schedulers.html index d18bd4cdb13..31ca8b8fe14 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/schedulers.html +++ b/tags/v1.9.1/report/v1.9.1/core/schedulers.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:30

    Primary dependencies for core/schedulers

    @@ -354,6 +354,6 @@

    <hpx/schedulers/maintain_queue_wait_times.hpp>

    • from <libs/full/performance_counters/src/threadmanager_counter_types.cpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/core/serialization.html b/tags/v1.9.1/report/v1.9.1/core/serialization.html similarity index 99% rename from tags/v1.9.1/report/release-1.9.X/core/serialization.html rename to tags/v1.9.1/report/v1.9.1/core/serialization.html index 86413799177..5383803cb9e 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/serialization.html +++ b/tags/v1.9.1/report/v1.9.1/core/serialization.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:30

    Primary dependencies for core/serialization

    @@ -635,6 +635,6 @@

    <hpx/serialization/vector.hpp>

    • from <libs/full/runtime_distributed/src/server/runtime_support_server.cpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/core/static_reinit.html b/tags/v1.9.1/report/v1.9.1/core/static_reinit.html similarity index 96% rename from tags/v1.9.1/report/release-1.9.X/core/static_reinit.html rename to tags/v1.9.1/report/v1.9.1/core/static_reinit.html index 0581ce36f3e..7c9fdd9f580 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/static_reinit.html +++ b/tags/v1.9.1/report/v1.9.1/core/static_reinit.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:31

    Primary dependencies for core/static_reinit

    @@ -136,6 +136,6 @@

    <hpx/static_reinit/reinitializable_static.hpp>

    • from <libs/full/runtime_distributed/src/big_boot_barrier.cpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/core/string_util.html b/tags/v1.9.1/report/v1.9.1/core/string_util.html similarity index 97% rename from tags/v1.9.1/report/release-1.9.X/core/string_util.html rename to tags/v1.9.1/report/v1.9.1/core/string_util.html index 8b794c75578..da59e3b83ce 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/string_util.html +++ b/tags/v1.9.1/report/v1.9.1/core/string_util.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:31

    Primary dependencies for core/string_util

    @@ -193,6 +193,6 @@

    <hpx/string_util/case_conv.hpp>

    • from <libs/full/runtime_distributed/src/server/runtime_support_server.cpp>

    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/synchronization.html b/tags/v1.9.1/report/v1.9.1/core/synchronization.html similarity index 99% rename from branches/release-1.9.X/report/release-1.9.X/core/synchronization.html rename to tags/v1.9.1/report/v1.9.1/core/synchronization.html index ce7ebecc914..207466fc690 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/synchronization.html +++ b/tags/v1.9.1/report/v1.9.1/core/synchronization.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:31

    Primary dependencies for core/synchronization

    @@ -525,6 +525,6 @@

    <hpx/synchronization/spinlock.hpp>

    • from <hpx/runtime_distributed/server/runtime_support.hpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/core/tag_invoke.html b/tags/v1.9.1/report/v1.9.1/core/tag_invoke.html similarity index 98% rename from tags/v1.9.1/report/release-1.9.X/core/tag_invoke.html rename to tags/v1.9.1/report/v1.9.1/core/tag_invoke.html index 7d46f7ebc04..4820c046fc5 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/tag_invoke.html +++ b/tags/v1.9.1/report/v1.9.1/core/tag_invoke.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:32

    Primary dependencies for core/tag_invoke

    @@ -378,6 +378,6 @@

    <hpx/functional/traits/is_invocable.hpp>

    • from <hpx/include/traits.hpp>

    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/testing.html b/tags/v1.9.1/report/v1.9.1/core/testing.html similarity index 95% rename from branches/release-1.9.X/report/release-1.9.X/core/testing.html rename to tags/v1.9.1/report/v1.9.1/core/testing.html index 4871194748c..334907631d3 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/testing.html +++ b/tags/v1.9.1/report/v1.9.1/core/testing.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:32

    Primary dependencies for core/testing

    @@ -123,6 +123,6 @@

    <hpx/modules/testing.hpp>

    • from <libs/full/init_runtime/src/hpx_init.cpp>

    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/thread_pool_util.html b/tags/v1.9.1/report/v1.9.1/core/thread_pool_util.html similarity index 97% rename from branches/release-1.9.X/report/release-1.9.X/core/thread_pool_util.html rename to tags/v1.9.1/report/v1.9.1/core/thread_pool_util.html index 06e63a2a838..ab6de938ce0 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/thread_pool_util.html +++ b/tags/v1.9.1/report/v1.9.1/core/thread_pool_util.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:33

    Primary dependencies for core/thread_pool_util

    @@ -200,6 +200,6 @@

    <hpx/thread_pool_util/thread_pool_suspension_helpers.hpp>
  • from <hpx/include/threads.hpp>

  • - + diff --git a/tags/v1.9.1/report/release-1.9.X/core/thread_pools.html b/tags/v1.9.1/report/v1.9.1/core/thread_pools.html similarity index 98% rename from tags/v1.9.1/report/release-1.9.X/core/thread_pools.html rename to tags/v1.9.1/report/v1.9.1/core/thread_pools.html index 4c402fa7687..ca5bcefd4a9 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/thread_pools.html +++ b/tags/v1.9.1/report/v1.9.1/core/thread_pools.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:33

    Primary dependencies for core/thread_pools

    @@ -330,6 +330,6 @@

    <hpx/thread_pools/detail/scoped_background_timer.hpp>

    from <libs/full/runtime_distributed/src/runtime_distributed.cpp>
    - + diff --git a/tags/v1.9.1/report/release-1.9.X/core/thread_support.html b/tags/v1.9.1/report/v1.9.1/core/thread_support.html similarity index 98% rename from tags/v1.9.1/report/release-1.9.X/core/thread_support.html rename to tags/v1.9.1/report/v1.9.1/core/thread_support.html index 93062ee17f3..f7615670f92 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/thread_support.html +++ b/tags/v1.9.1/report/v1.9.1/core/thread_support.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:33

    Primary dependencies for core/thread_support

    @@ -286,6 +286,6 @@

    <hpx/thread_support/unlock_guard.hpp>

    • from <libs/full/runtime_distributed/src/server/runtime_support_server.cpp>

    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/threading.html b/tags/v1.9.1/report/v1.9.1/core/threading.html similarity index 98% rename from branches/release-1.9.X/report/release-1.9.X/core/threading.html rename to tags/v1.9.1/report/v1.9.1/core/threading.html index 585b3ba1817..d8c50baa51c 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/threading.html +++ b/tags/v1.9.1/report/v1.9.1/core/threading.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:34

    Primary dependencies for core/threading

    @@ -277,6 +277,6 @@

    <hpx/modules/threading.hpp>

    • from <libs/full/parcelset_base/src/parcelport.cpp>

    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/threading_base.html b/tags/v1.9.1/report/v1.9.1/core/threading_base.html similarity index 99% rename from branches/release-1.9.X/report/release-1.9.X/core/threading_base.html rename to tags/v1.9.1/report/v1.9.1/core/threading_base.html index c2dbeabb6c6..ad94a7dfa88 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/threading_base.html +++ b/tags/v1.9.1/report/v1.9.1/core/threading_base.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:34

    Primary dependencies for core/threading_base

    @@ -936,6 +936,6 @@

    <hpx/threading_base/thread_helpers.hpp>

    • from <libs/full/runtime_distributed/src/applier.cpp>

    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/threadmanager.html b/tags/v1.9.1/report/v1.9.1/core/threadmanager.html similarity index 98% rename from branches/release-1.9.X/report/release-1.9.X/core/threadmanager.html rename to tags/v1.9.1/report/v1.9.1/core/threadmanager.html index 4aee20cfc67..f323db0456f 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/threadmanager.html +++ b/tags/v1.9.1/report/v1.9.1/core/threadmanager.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:35

    Primary dependencies for core/threadmanager

    @@ -353,6 +353,6 @@

    <hpx/modules/threadmanager.hpp>

    • from <libs/full/runtime_distributed/src/server/runtime_support_server.cpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/core/timed_execution.html b/tags/v1.9.1/report/v1.9.1/core/timed_execution.html similarity index 98% rename from tags/v1.9.1/report/release-1.9.X/core/timed_execution.html rename to tags/v1.9.1/report/v1.9.1/core/timed_execution.html index 87ecaa4989a..daeba9fc7f7 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/timed_execution.html +++ b/tags/v1.9.1/report/v1.9.1/core/timed_execution.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:35

    Primary dependencies for core/timed_execution

    @@ -277,6 +277,6 @@

    <hpx/timed_execution/traits/is_timed_executor.hpp>

    from <hpx/include/traits.hpp>
    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/timing.html b/tags/v1.9.1/report/v1.9.1/core/timing.html similarity index 97% rename from branches/release-1.9.X/report/release-1.9.X/core/timing.html rename to tags/v1.9.1/report/v1.9.1/core/timing.html index 363a9444641..c76d41c37bc 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/timing.html +++ b/tags/v1.9.1/report/v1.9.1/core/timing.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:36

    Primary dependencies for core/timing

    @@ -216,6 +216,6 @@

    <hpx/timing/high_resolution_clock.hpp>

    • from <libs/full/runtime_distributed/src/runtime_distributed.cpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/core/topology.html b/tags/v1.9.1/report/v1.9.1/core/topology.html similarity index 98% rename from tags/v1.9.1/report/release-1.9.X/core/topology.html rename to tags/v1.9.1/report/v1.9.1/core/topology.html index 6ede42d6365..02c44bc84b4 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/topology.html +++ b/tags/v1.9.1/report/v1.9.1/core/topology.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:36

    Primary dependencies for core/topology

    @@ -289,6 +289,6 @@

    <hpx/topology/topology.hpp>

    • from <libs/full/runtime_distributed/src/big_boot_barrier.cpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/core/type_support.html b/tags/v1.9.1/report/v1.9.1/core/type_support.html similarity index 99% rename from tags/v1.9.1/report/release-1.9.X/core/type_support.html rename to tags/v1.9.1/report/v1.9.1/core/type_support.html index 5bc31eaadaa..4fdf2bbfd6e 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/type_support.html +++ b/tags/v1.9.1/report/v1.9.1/core/type_support.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:36

    Primary dependencies for core/type_support

    @@ -755,6 +755,6 @@

    <hpx/type_support/void_guard.hpp>

    • from <hpx/parallel/segmented_algorithms/detail/scan.hpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/core/util.html b/tags/v1.9.1/report/v1.9.1/core/util.html similarity index 98% rename from tags/v1.9.1/report/release-1.9.X/core/util.html rename to tags/v1.9.1/report/v1.9.1/core/util.html index c13eeb0a54f..23110d72df4 100644 --- a/tags/v1.9.1/report/release-1.9.X/core/util.html +++ b/tags/v1.9.1/report/v1.9.1/core/util.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:37

    Primary dependencies for core/util

    @@ -254,6 +254,6 @@

    <hpx/util/regex_from_pattern.hpp>

    • from <libs/full/performance_counters/src/registry.cpp>

    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/core/version.html b/tags/v1.9.1/report/v1.9.1/core/version.html similarity index 96% rename from branches/release-1.9.X/report/release-1.9.X/core/version.html rename to tags/v1.9.1/report/v1.9.1/core/version.html index 8e809b8f68c..0cf1113ae0b 100644 --- a/branches/release-1.9.X/report/release-1.9.X/core/version.html +++ b/tags/v1.9.1/report/v1.9.1/core/version.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:37

    Primary dependencies for core/version

    @@ -142,6 +142,6 @@

    <hpx/version.hpp>

    • from <libs/full/runtime_distributed/src/runtime_distributed.cpp>

    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/full/actions.html b/tags/v1.9.1/report/v1.9.1/full/actions.html similarity index 99% rename from branches/release-1.9.X/report/release-1.9.X/full/actions.html rename to tags/v1.9.1/report/v1.9.1/full/actions.html index d172022115d..5f32eb62289 100644 --- a/branches/release-1.9.X/report/release-1.9.X/full/actions.html +++ b/tags/v1.9.1/report/v1.9.1/full/actions.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:38

    Primary dependencies for full/actions

    @@ -505,6 +505,6 @@

    <hpx/actions/transfer_action.hpp>

    • from <hpx/runtime_distributed/server/runtime_support.hpp>

    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/full/actions_base.html b/tags/v1.9.1/report/v1.9.1/full/actions_base.html similarity index 99% rename from branches/release-1.9.X/report/release-1.9.X/full/actions_base.html rename to tags/v1.9.1/report/v1.9.1/full/actions_base.html index 0c05e839714..6bbb2b2b2d6 100644 --- a/branches/release-1.9.X/report/release-1.9.X/full/actions_base.html +++ b/tags/v1.9.1/report/v1.9.1/full/actions_base.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:38

    Primary dependencies for full/actions_base

    @@ -836,6 +836,6 @@

    <hpx/actions_base/plain_action.hpp>

    • from <hpx/parallel/segmented_algorithms/detail/dispatch.hpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/full/agas.html b/tags/v1.9.1/report/v1.9.1/full/agas.html similarity index 99% rename from tags/v1.9.1/report/release-1.9.X/full/agas.html rename to tags/v1.9.1/report/v1.9.1/full/agas.html index f47552b25c1..99946ae1c66 100644 --- a/tags/v1.9.1/report/release-1.9.X/full/agas.html +++ b/tags/v1.9.1/report/v1.9.1/full/agas.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:39

    Primary dependencies for full/agas

    @@ -533,6 +533,6 @@

    <hpx/agas/agas_fwd.hpp>

    • from <libs/full/runtime_distributed/src/applier.cpp>

    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/full/agas_base.html b/tags/v1.9.1/report/v1.9.1/full/agas_base.html similarity index 99% rename from branches/release-1.9.X/report/release-1.9.X/full/agas_base.html rename to tags/v1.9.1/report/v1.9.1/full/agas_base.html index c2e4a6eed4a..9fac57cf6d1 100644 --- a/branches/release-1.9.X/report/release-1.9.X/full/agas_base.html +++ b/tags/v1.9.1/report/v1.9.1/full/agas_base.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:39

    Primary dependencies for full/agas_base

    @@ -644,6 +644,6 @@

    <hpx/modules/agas_base.hpp>

    • from <libs/full/runtime_distributed/src/big_boot_barrier.cpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/full/async_colocated.html b/tags/v1.9.1/report/v1.9.1/full/async_colocated.html similarity index 99% rename from tags/v1.9.1/report/release-1.9.X/full/async_colocated.html rename to tags/v1.9.1/report/v1.9.1/full/async_colocated.html index 0127b8fa380..0c14f82d34a 100644 --- a/tags/v1.9.1/report/release-1.9.X/full/async_colocated.html +++ b/tags/v1.9.1/report/v1.9.1/full/async_colocated.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:40

    Primary dependencies for full/async_colocated

    @@ -506,6 +506,6 @@

    <hpx/async_colocated/post_colocated.hpp>

    • from <libs/full/runtime_distributed/src/stubs/runtime_support_stubs.cpp>

    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/full/async_distributed.html b/tags/v1.9.1/report/v1.9.1/full/async_distributed.html similarity index 99% rename from branches/release-1.9.X/report/release-1.9.X/full/async_distributed.html rename to tags/v1.9.1/report/v1.9.1/full/async_distributed.html index 3497c4bdde0..49d94624589 100644 --- a/branches/release-1.9.X/report/release-1.9.X/full/async_distributed.html +++ b/tags/v1.9.1/report/v1.9.1/full/async_distributed.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:40

    Primary dependencies for full/async_distributed

    @@ -1252,6 +1252,6 @@

    <hpx/async_distributed/dataflow.hpp>

    • from <hpx/parallel/segmented_algorithms/detail/transfer.hpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/full/checkpoint.html b/tags/v1.9.1/report/v1.9.1/full/checkpoint.html similarity index 98% rename from tags/v1.9.1/report/release-1.9.X/full/checkpoint.html rename to tags/v1.9.1/report/v1.9.1/full/checkpoint.html index 49c56bea5f7..43abe2c52b8 100644 --- a/tags/v1.9.1/report/release-1.9.X/full/checkpoint.html +++ b/tags/v1.9.1/report/v1.9.1/full/checkpoint.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:40

    Primary dependencies for full/checkpoint

    @@ -358,6 +358,6 @@

    full/plugin_factoriesReverse dependencies for full/checkpoint


    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/full/checkpoint_base.html b/tags/v1.9.1/report/v1.9.1/full/checkpoint_base.html similarity index 94% rename from branches/release-1.9.X/report/release-1.9.X/full/checkpoint_base.html rename to tags/v1.9.1/report/v1.9.1/full/checkpoint_base.html index abc730dd904..a333e890c41 100644 --- a/branches/release-1.9.X/report/release-1.9.X/full/checkpoint_base.html +++ b/tags/v1.9.1/report/v1.9.1/full/checkpoint_base.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:41

    Primary dependencies for full/checkpoint_base

    @@ -91,6 +91,6 @@

    <hpx/modules/checkpoint_base.hpp>

    • from <libs/full/naming/src/credit_handling.cpp>

    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/full/collectives.html b/tags/v1.9.1/report/v1.9.1/full/collectives.html similarity index 99% rename from branches/release-1.9.X/report/release-1.9.X/full/collectives.html rename to tags/v1.9.1/report/v1.9.1/full/collectives.html index 0b5d0cc1e9a..e2add7964fc 100644 --- a/branches/release-1.9.X/report/release-1.9.X/full/collectives.html +++ b/tags/v1.9.1/report/v1.9.1/full/collectives.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:41

    Primary dependencies for full/collectives

    @@ -826,6 +826,6 @@

    <hpx/collectives/latch.hpp>

    • from <libs/full/init_runtime/src/pre_main.cpp>

    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/full/command_line_handling.html b/tags/v1.9.1/report/v1.9.1/full/command_line_handling.html similarity index 98% rename from branches/release-1.9.X/report/release-1.9.X/full/command_line_handling.html rename to tags/v1.9.1/report/v1.9.1/full/command_line_handling.html index 498e9028b70..c9627af861b 100644 --- a/branches/release-1.9.X/report/release-1.9.X/full/command_line_handling.html +++ b/tags/v1.9.1/report/v1.9.1/full/command_line_handling.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:42

    Primary dependencies for full/command_line_handling

    @@ -246,6 +246,6 @@

    <hpx/command_line_handling/parse_command_line.hpp>

    from <libs/full/runtime_distributed/src/server/runtime_support_server.cpp>
    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/full/components.html b/tags/v1.9.1/report/v1.9.1/full/components.html similarity index 98% rename from branches/release-1.9.X/report/release-1.9.X/full/components.html rename to tags/v1.9.1/report/v1.9.1/full/components.html index 5b63b4697f4..bab5456bae6 100644 --- a/branches/release-1.9.X/report/release-1.9.X/full/components.html +++ b/tags/v1.9.1/report/v1.9.1/full/components.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:42

    Primary dependencies for full/components

    @@ -440,6 +440,6 @@

    <hpx/components/get_ptr.hpp>

    • from <hpx/runtime_distributed/server/migrate_component.hpp>

    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/full/components_base.html b/tags/v1.9.1/report/v1.9.1/full/components_base.html similarity index 99% rename from branches/release-1.9.X/report/release-1.9.X/full/components_base.html rename to tags/v1.9.1/report/v1.9.1/full/components_base.html index 672935a5a03..b805e4a2610 100644 --- a/branches/release-1.9.X/report/release-1.9.X/full/components_base.html +++ b/tags/v1.9.1/report/v1.9.1/full/components_base.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:43

    Primary dependencies for full/components_base

    @@ -900,6 +900,6 @@

    <hpx/components_base/traits/is_component.hpp>

    • from <hpx/runtime_distributed/server/runtime_support.hpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/full/compute.html b/tags/v1.9.1/report/v1.9.1/full/compute.html similarity index 99% rename from tags/v1.9.1/report/release-1.9.X/full/compute.html rename to tags/v1.9.1/report/v1.9.1/full/compute.html index 409f7499fed..4c12befc6b9 100644 --- a/tags/v1.9.1/report/release-1.9.X/full/compute.html +++ b/tags/v1.9.1/report/v1.9.1/full/compute.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:43

    Primary dependencies for full/compute

    @@ -459,6 +459,6 @@

    <hpx/modules/compute.hpp>

    • from <hpx/compute.hpp>

    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/full/distribution_policies.html b/tags/v1.9.1/report/v1.9.1/full/distribution_policies.html similarity index 99% rename from branches/release-1.9.X/report/release-1.9.X/full/distribution_policies.html rename to tags/v1.9.1/report/v1.9.1/full/distribution_policies.html index b31a0769eb6..d23b32b12f1 100644 --- a/branches/release-1.9.X/report/release-1.9.X/full/distribution_policies.html +++ b/tags/v1.9.1/report/v1.9.1/full/distribution_policies.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:43

    Primary dependencies for full/distribution_policies

    @@ -525,6 +525,6 @@

    <hpx/distribution_policies/colocating_distribution_policy.hpp>from <hpx/parallel/segmented_algorithms/detail/dispatch.hpp>
    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/full/executors_distributed.html b/tags/v1.9.1/report/v1.9.1/full/executors_distributed.html similarity index 98% rename from branches/release-1.9.X/report/release-1.9.X/full/executors_distributed.html rename to tags/v1.9.1/report/v1.9.1/full/executors_distributed.html index 944cd16ff06..1effbf527e9 100644 --- a/branches/release-1.9.X/report/release-1.9.X/full/executors_distributed.html +++ b/tags/v1.9.1/report/v1.9.1/full/executors_distributed.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:44

    Primary dependencies for full/executors_distributed

    @@ -320,6 +320,6 @@

    full/command_line_handling<

    Reverse dependencies for full/executors_distributed


    -
    + diff --git a/branches/release-1.9.X/report/release-1.9.X/full/include.html b/tags/v1.9.1/report/v1.9.1/full/include.html similarity index 99% rename from branches/release-1.9.X/report/release-1.9.X/full/include.html rename to tags/v1.9.1/report/v1.9.1/full/include.html index fac542df167..c0bd18d8636 100644 --- a/branches/release-1.9.X/report/release-1.9.X/full/include.html +++ b/tags/v1.9.1/report/v1.9.1/full/include.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:44

    Primary dependencies for full/include

    @@ -1510,6 +1510,6 @@

    full/naming

      Reverse dependencies for full/include


      - + diff --git a/branches/release-1.9.X/report/release-1.9.X/full/init_runtime.html b/tags/v1.9.1/report/v1.9.1/full/init_runtime.html similarity index 99% rename from branches/release-1.9.X/report/release-1.9.X/full/init_runtime.html rename to tags/v1.9.1/report/v1.9.1/full/init_runtime.html index 1185149e9d6..79a192f2620 100644 --- a/branches/release-1.9.X/report/release-1.9.X/full/init_runtime.html +++ b/tags/v1.9.1/report/v1.9.1/full/init_runtime.html @@ -33,7 +33,7 @@
      +
      1.9.1 (49dc863a05), 2023-08-10 20:40:45

      Primary dependencies for full/init_runtime

      @@ -729,6 +729,6 @@

      core/threadmanager

        Reverse dependencies for full/init_runtime


    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/full/lcos_distributed.html b/tags/v1.9.1/report/v1.9.1/full/lcos_distributed.html similarity index 98% rename from branches/release-1.9.X/report/release-1.9.X/full/lcos_distributed.html rename to tags/v1.9.1/report/v1.9.1/full/lcos_distributed.html index 73df324240a..2fe836fd7f5 100644 --- a/branches/release-1.9.X/report/release-1.9.X/full/lcos_distributed.html +++ b/tags/v1.9.1/report/v1.9.1/full/lcos_distributed.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:45

    Primary dependencies for full/lcos_distributed

    @@ -396,6 +396,6 @@

    <hpx/lcos_distributed/channel.hpp>

    • from <hpx/include/lcos.hpp>

    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/full/naming.html b/tags/v1.9.1/report/v1.9.1/full/naming.html similarity index 98% rename from branches/release-1.9.X/report/release-1.9.X/full/naming.html rename to tags/v1.9.1/report/v1.9.1/full/naming.html index c4eaa0ff4d3..3371f11b562 100644 --- a/branches/release-1.9.X/report/release-1.9.X/full/naming.html +++ b/tags/v1.9.1/report/v1.9.1/full/naming.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:46

    Primary dependencies for full/naming

    @@ -395,6 +395,6 @@

    <hpx/modules/naming.hpp>

    • from <hpx/runtime_components/console_error_sink.hpp>

    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/full/naming_base.html b/tags/v1.9.1/report/v1.9.1/full/naming_base.html similarity index 99% rename from branches/release-1.9.X/report/release-1.9.X/full/naming_base.html rename to tags/v1.9.1/report/v1.9.1/full/naming_base.html index e133dc2ef46..984d649a843 100644 --- a/branches/release-1.9.X/report/release-1.9.X/full/naming_base.html +++ b/tags/v1.9.1/report/v1.9.1/full/naming_base.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:46

    Primary dependencies for full/naming_base

    @@ -511,6 +511,6 @@

    <hpx/naming_base/id_type.hpp>

    • from <hpx/parallel/segmented_algorithms/traits/zip_iterator.hpp>

    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/full/parcelport_tcp.html b/tags/v1.9.1/report/v1.9.1/full/parcelport_tcp.html similarity index 98% rename from branches/release-1.9.X/report/release-1.9.X/full/parcelport_tcp.html rename to tags/v1.9.1/report/v1.9.1/full/parcelport_tcp.html index fe12281516a..f97ed04925e 100644 --- a/branches/release-1.9.X/report/release-1.9.X/full/parcelport_tcp.html +++ b/tags/v1.9.1/report/v1.9.1/full/parcelport_tcp.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:46

    Primary dependencies for full/parcelport_tcp

    @@ -342,6 +342,6 @@

    full/naming

      Reverse dependencies for full/parcelport_tcp


      - + diff --git a/tags/v1.9.1/report/release-1.9.X/full/parcelset.html b/tags/v1.9.1/report/v1.9.1/full/parcelset.html similarity index 99% rename from tags/v1.9.1/report/release-1.9.X/full/parcelset.html rename to tags/v1.9.1/report/v1.9.1/full/parcelset.html index 928d1df39b2..9488ccc97ee 100644 --- a/tags/v1.9.1/report/release-1.9.X/full/parcelset.html +++ b/tags/v1.9.1/report/v1.9.1/full/parcelset.html @@ -33,7 +33,7 @@
      +
      1.9.1 (49dc863a05), 2023-08-10 20:40:47

      Primary dependencies for full/parcelset

      @@ -615,6 +615,6 @@

      <hpx/parcelset/parcelset_fwd.hpp>

      • from <libs/full/runtime_distributed/src/runtime_distributed.cpp>

      - + diff --git a/tags/v1.9.1/report/release-1.9.X/full/parcelset_base.html b/tags/v1.9.1/report/v1.9.1/full/parcelset_base.html similarity index 99% rename from tags/v1.9.1/report/release-1.9.X/full/parcelset_base.html rename to tags/v1.9.1/report/v1.9.1/full/parcelset_base.html index 8c199de1970..8b07cb59f81 100644 --- a/tags/v1.9.1/report/release-1.9.X/full/parcelset_base.html +++ b/tags/v1.9.1/report/v1.9.1/full/parcelset_base.html @@ -33,7 +33,7 @@
      +
      1.9.1 (49dc863a05), 2023-08-10 20:40:47

      Primary dependencies for full/parcelset_base

      @@ -490,6 +490,6 @@

      <hpx/parcelset_base/set_parcel_write_handler.hpp>

        from <hpx/runtime_distributed/runtime_fwd.hpp>

      - + diff --git a/branches/release-1.9.X/report/release-1.9.X/full/performance_counters.html b/tags/v1.9.1/report/v1.9.1/full/performance_counters.html similarity index 99% rename from branches/release-1.9.X/report/release-1.9.X/full/performance_counters.html rename to tags/v1.9.1/report/v1.9.1/full/performance_counters.html index 0542959fa01..54eb2538412 100644 --- a/branches/release-1.9.X/report/release-1.9.X/full/performance_counters.html +++ b/tags/v1.9.1/report/v1.9.1/full/performance_counters.html @@ -33,7 +33,7 @@
      +
      1.9.1 (49dc863a05), 2023-08-10 20:40:48

      Primary dependencies for full/performance_counters

      @@ -954,6 +954,6 @@

      <hpx/performance_counters/registry.hpp>

      • from <libs/full/runtime_distributed/src/runtime_distributed.cpp>

      - + diff --git a/branches/release-1.9.X/report/release-1.9.X/full/plugin_factories.html b/tags/v1.9.1/report/v1.9.1/full/plugin_factories.html similarity index 98% rename from branches/release-1.9.X/report/release-1.9.X/full/plugin_factories.html rename to tags/v1.9.1/report/v1.9.1/full/plugin_factories.html index 9ec8281f6fd..a6cacb0ebd9 100644 --- a/branches/release-1.9.X/report/release-1.9.X/full/plugin_factories.html +++ b/tags/v1.9.1/report/v1.9.1/full/plugin_factories.html @@ -33,7 +33,7 @@
      +
      1.9.1 (49dc863a05), 2023-08-10 20:40:48

      Primary dependencies for full/plugin_factories

      @@ -303,6 +303,6 @@

      <hpx/plugin_factories/plugin_factory_base.hpp>

      • from <hpx/runtime_distributed/server/runtime_support.hpp>

      - + diff --git a/tags/v1.9.1/report/release-1.9.X/full/resiliency_distributed.html b/tags/v1.9.1/report/v1.9.1/full/resiliency_distributed.html similarity index 98% rename from tags/v1.9.1/report/release-1.9.X/full/resiliency_distributed.html rename to tags/v1.9.1/report/v1.9.1/full/resiliency_distributed.html index 2d6c886a953..97bc9e0cf7e 100644 --- a/tags/v1.9.1/report/release-1.9.X/full/resiliency_distributed.html +++ b/tags/v1.9.1/report/v1.9.1/full/resiliency_distributed.html @@ -33,7 +33,7 @@
      +
      1.9.1 (49dc863a05), 2023-08-10 20:40:48

      Primary dependencies for full/resiliency_distributed

      @@ -301,6 +301,6 @@

      full/command_line_handling<

      Reverse dependencies for full/resiliency_distributed


      -
      + diff --git a/branches/release-1.9.X/report/release-1.9.X/full/runtime_components.html b/tags/v1.9.1/report/v1.9.1/full/runtime_components.html similarity index 99% rename from branches/release-1.9.X/report/release-1.9.X/full/runtime_components.html rename to tags/v1.9.1/report/v1.9.1/full/runtime_components.html index 74a27e23c5e..3725298f19a 100644 --- a/branches/release-1.9.X/report/release-1.9.X/full/runtime_components.html +++ b/tags/v1.9.1/report/v1.9.1/full/runtime_components.html @@ -33,7 +33,7 @@
      +
      1.9.1 (49dc863a05), 2023-08-10 20:40:49

      Primary dependencies for full/runtime_components

      @@ -646,6 +646,6 @@

      <hpx/runtime_components/server/console_error_sink_singleton.hpp>
    • from <hpx/runtime_distributed.hpp>

    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/full/runtime_distributed.html b/tags/v1.9.1/report/v1.9.1/full/runtime_distributed.html similarity index 99% rename from branches/release-1.9.X/report/release-1.9.X/full/runtime_distributed.html rename to tags/v1.9.1/report/v1.9.1/full/runtime_distributed.html index 7e9f6bb405c..dd74914627d 100644 --- a/branches/release-1.9.X/report/release-1.9.X/full/runtime_distributed.html +++ b/tags/v1.9.1/report/v1.9.1/full/runtime_distributed.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:49

    Primary dependencies for full/runtime_distributed

    @@ -999,6 +999,6 @@

    <hpx/runtime_distributed/runtime_support.hpp>

    • from <libs/full/init_runtime/src/pre_main.cpp>

    - + diff --git a/tags/v1.9.1/report/release-1.9.X/full/segmented_algorithms.html b/tags/v1.9.1/report/v1.9.1/full/segmented_algorithms.html similarity index 99% rename from tags/v1.9.1/report/release-1.9.X/full/segmented_algorithms.html rename to tags/v1.9.1/report/v1.9.1/full/segmented_algorithms.html index 982ca895c41..9c38e0df996 100644 --- a/tags/v1.9.1/report/release-1.9.X/full/segmented_algorithms.html +++ b/tags/v1.9.1/report/v1.9.1/full/segmented_algorithms.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:50

    Primary dependencies for full/segmented_algorithms

    @@ -640,6 +640,6 @@

    <hpx/parallel/segmented_algorithms/transform_reduce.hpp><
  • from <hpx/include/parallel_transform_reduce.hpp>

  • - + diff --git a/tags/v1.9.1/report/release-1.9.X/full/statistics.html b/tags/v1.9.1/report/v1.9.1/full/statistics.html similarity index 94% rename from tags/v1.9.1/report/release-1.9.X/full/statistics.html rename to tags/v1.9.1/report/v1.9.1/full/statistics.html index 5e7c2b85ba5..3b172ebe69e 100644 --- a/tags/v1.9.1/report/release-1.9.X/full/statistics.html +++ b/tags/v1.9.1/report/v1.9.1/full/statistics.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:50

    Primary dependencies for full/statistics

    @@ -97,6 +97,6 @@

    <hpx/statistics/rolling_min.hpp>

    • from <libs/full/performance_counters/src/server/statistics_counter.cpp>

    - + diff --git a/branches/release-1.9.X/report/release-1.9.X/module-levels.html b/tags/v1.9.1/report/v1.9.1/module-levels.html similarity index 99% rename from branches/release-1.9.X/report/release-1.9.X/module-levels.html rename to tags/v1.9.1/report/v1.9.1/module-levels.html index 4d33f661db8..cb3c7e4cdb9 100644 --- a/branches/release-1.9.X/report/release-1.9.X/module-levels.html +++ b/tags/v1.9.1/report/v1.9.1/module-levels.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:08

    Module Levels

    Level 0

    core/config_registry

    @@ -178,6 +178,6 @@

    full/include

    full/init_runtime

    core/algorithms26 core/assertion3 core/config1 core/coroutines14 core/datastructures9 core/errors7 core/execution23 core/executors24 core/filesystem2 core/format2 core/functional10 core/futures20 core/init_runtime_local29 core/lock_registration11 core/logging6 core/prefix12 core/program_options12 core/resource_partitioner21 core/runtime_configuration15 core/runtime_local28 core/schedulers19 core/string_util11 core/testing12 core/threading21 core/threading_base18 core/timing3 core/type_support4 full/actions_base31 full/agas36 full/async_distributed34 full/collectives41 full/command_line_handling18 full/components_base30 full/naming31 full/parcelset33 full/parcelset_base29 full/performance_counters38 full/runtime_components37 full/runtime_distributed40


    - + diff --git a/tags/v1.9.1/report/release-1.9.X/module-list.txt b/tags/v1.9.1/report/v1.9.1/module-list.txt similarity index 100% rename from tags/v1.9.1/report/release-1.9.X/module-list.txt rename to tags/v1.9.1/report/v1.9.1/module-list.txt diff --git a/branches/release-1.9.X/report/release-1.9.X/module-overview.html b/tags/v1.9.1/report/v1.9.1/module-overview.html similarity index 99% rename from branches/release-1.9.X/report/release-1.9.X/module-overview.html rename to tags/v1.9.1/report/v1.9.1/module-overview.html index 502dfd1c263..4dd2b367d88 100644 --- a/branches/release-1.9.X/report/release-1.9.X/module-overview.html +++ b/tags/v1.9.1/report/v1.9.1/module-overview.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:07

    Module Overview

    core/affinity

    core/assertion core/config core/datastructures core/errors core/topology

    core/algorithms

    core/assertion core/async_base core/async_combinators core/async_local core/concepts core/concurrency core/config core/coroutines core/datastructures core/errors core/execution core/execution_base core/executors core/functional core/futures core/iterator_support core/lcos_local core/memory core/pack_traversal core/serialization core/synchronization core/tag_invoke core/threading_base core/type_support core/util

    @@ -135,6 +135,6 @@

    full/statistics

    core/config core/iterator_support


    - + diff --git a/tags/v1.9.1/report/release-1.9.X/module-weights.html b/tags/v1.9.1/report/v1.9.1/module-weights.html similarity index 99% rename from tags/v1.9.1/report/release-1.9.X/module-weights.html rename to tags/v1.9.1/report/v1.9.1/module-weights.html index 7d3c48f10f6..4276f291747 100644 --- a/tags/v1.9.1/report/release-1.9.X/module-weights.html +++ b/tags/v1.9.1/report/v1.9.1/module-weights.html @@ -33,7 +33,7 @@
    +
    1.9.1 (49dc863a05), 2023-08-10 20:40:08

    Module Weights

    Weight 0

    @@ -191,6 +191,6 @@

    Weight 89

    full/include

    core/algorithms51 core/assertion3 core/async_base26 core/async_combinators39 core/async_local49 core/compute_local60 core/concepts2 core/config1 core/datastructures13 core/errors10 core/execution40 core/execution_base21 core/executors48 core/format2 core/functional16 core/futures37 core/include_local62 core/iterator_support15 core/lcos_local38 core/plugin17 core/preprocessor0 core/resource_partitioner40 core/runtime_configuration31 core/runtime_local57 core/serialization12 core/string_util16 core/synchronization36 core/tag_invoke5 core/thread_pool_util50 core/thread_pools37 core/thread_support6 core/threading38 core/threading_base35 core/threadmanager53 core/timed_execution49 core/timing3 core/topology30 core/type_support4 core/util16 full/actions62 full/actions_base61 full/agas78 full/async_colocated77 full/async_distributed71 full/collectives85 full/command_line_handling37 full/components62 full/components_base60 full/compute85 full/distribution_policies83 full/lcos_distributed81 full/naming_base38 full/parcelset69 full/parcelset_base59 full/performance_counters82 full/runtime_components80 full/runtime_distributed84 full/segmented_algorithms84

    core/affinity core/allocator_support core/asio core/batch_environments core/cache core/command_line_handling_local core/concurrency core/config_registry core/coroutines core/debugging core/filesystem core/hardware core/hashing core/ini core/io_service core/itt_notify core/lock_registration core/logging core/memory core/pack_traversal core/prefix core/program_options core/properties core/schedulers core/static_reinit core/version full/agas_base full/checkpoint_base full/naming full/plugin_factories full/statistics


    - + diff --git a/tags/v1.9.1/singlehtml/index.html b/tags/v1.9.1/singlehtml/index.html index 17e8e4287a9..f5c7c510e2a 100644 --- a/tags/v1.9.1/singlehtml/index.html +++ b/tags/v1.9.1/singlehtml/index.html @@ -18855,7 +18855,7 @@

    API reference
    hpx/algorithm.hpp#
    -

    The header hpx/algorithm.hpp corresponds to the +

    The header hpx/algorithm.hpp corresponds to the C++ standard library header algorithm. See Using parallel algorithms for more information about the parallel algorithms.

    @@ -19302,7 +19302,7 @@
    Functions
    hpx/any.hpp#
    -

    The header hpx/any.hpp corresponds to the C++ +

    The header hpx/any.hpp corresponds to the C++ standard library header any.

    hpx::any is compatible with std::any.

    @@ -19366,7 +19366,7 @@
    Functions
    hpx/assert.hpp#
    -

    The header hpx/assert.hpp corresponds to the C++ standard +

    The header hpx/assert.hpp corresponds to the C++ standard library header cassert.

    HPX_ASSERT is the HPX equivalent to assert in cassert. HPX_ASSERT can also be used in CUDA device code.

    @@ -19392,7 +19392,7 @@
    Macros
    hpx/barrier.hpp#
    -

    The header hpx/barrier.hpp corresponds to the +

    The header hpx/barrier.hpp corresponds to the C++ standard library header barrier and contains a distributed barrier implementation. This functionality is also exposed through the hpx::distributed namespace. The name in hpx::distributed should be preferred.

    @@ -19433,7 +19433,7 @@
    Classes
    hpx/channel.hpp#
    -

    The header hpx/channel.hpp contains a local and a +

    The header hpx/channel.hpp contains a local and a distributed channel implementation. This functionality is also exposed through the hpx::distributed namespace. The name in hpx::distributed should be preferred.

    @@ -19470,7 +19470,7 @@
    Classes
    hpx/chrono.hpp#
    -

    The header hpx/chrono.hpp corresponds to the +

    The header hpx/chrono.hpp corresponds to the C++ standard library header chrono. The following replacements and extensions are provided compared to chrono.

    @@ -19502,7 +19502,7 @@
    Classes
    hpx/condition_variable.hpp#
    -

    The header hpx/condition_variable.hpp corresponds to the C++ +

    The header hpx/condition_variable.hpp corresponds to the C++ standard library header condition_variable.

    Classes#
    @@ -19533,7 +19533,7 @@
    Classes
    hpx/exception.hpp#
    -

    The header hpx/exception.hpp corresponds to +

    The header hpx/exception.hpp corresponds to the C++ standard library header exception. hpx::exception extends std::exception and is the base class for all exceptions thrown in HPX. HPX_THROW_EXCEPTION can be used to throw HPX exceptions with file and line information @@ -19567,7 +19567,7 @@

    Classes
    hpx/execution.hpp#
    -

    The header hpx/execution.hpp corresponds to the +

    The header hpx/execution.hpp corresponds to the C++ standard library header execution. See High level parallel facilities, Using parallel algorithms and Executor parameters and executor parameter traits for more information about execution policies and executor parameters.

    @@ -19658,7 +19658,7 @@
    Classes
    hpx/functional.hpp#
    -

    The header hpx/functional.hpp corresponds to the +

    The header hpx/functional.hpp corresponds to the C++ standard library header functional. hpx::function is a more efficient and serializable replacement for std::function.

    @@ -19764,7 +19764,7 @@
    Functions
    hpx/future.hpp#
    -

    The header hpx/future.hpp corresponds to the +

    The header hpx/future.hpp corresponds to the C++ standard library header future. See Extended facilities for futures for more information about extensions to futures compared to the C++ standard library.

    This header file also contains overloads of hpx::async, @@ -19901,7 +19901,7 @@

    Functions
    hpx/init.hpp#
    -

    The header hpx/init.hpp contains functionality for +

    The header hpx/init.hpp contains functionality for starting, stopping, suspending, and resuming the HPX runtime. This is the main way to explicitly start the HPX runtime. See Starting the HPX runtime for more details on starting the HPX runtime.

    @@ -19953,7 +19953,7 @@
    Functions
    hpx/latch.hpp#
    -

    The header hpx/latch.hpp corresponds to the C++ +

    The header hpx/latch.hpp corresponds to the C++ standard library header latch. It contains a local and a distributed latch implementation. This functionality is also exposed through the hpx::distributed namespace. The name in hpx::distributed should be preferred.

    @@ -19994,7 +19994,7 @@
    Classes
    hpx/mutex.hpp#
    -

    The header hpx/mutex.hpp corresponds to the +

    The header hpx/mutex.hpp corresponds to the C++ standard library header mutex.

    Classes#
    @@ -20057,7 +20057,7 @@
    Functions
    hpx/memory.hpp#
    -

    The header hpx/memory.hpp corresponds to the +

    The header hpx/memory.hpp corresponds to the C++ standard library header memory. It contains parallel versions of the copy, fill, move, and construct helper functions in memory. See Using parallel algorithms for more information about the parallel algorithms.

    @@ -20155,7 +20155,7 @@
    Functions
    hpx/numeric.hpp#
    -

    The header hpx/numeric.hpp corresponds to the +

    The header hpx/numeric.hpp corresponds to the C++ standard library header numeric. See Using parallel algorithms for more information about the parallel algorithms.

    @@ -20219,7 +20219,7 @@
    Functions
    hpx/optional.hpp#
    -

    The header hpx/optional.hpp corresponds to the +

    The header hpx/optional.hpp corresponds to the C++ standard library header optional. hpx::optional is compatible with std::optional.

    @@ -20257,7 +20257,7 @@
    Classes
    hpx/runtime.hpp#
    -

    The header hpx/runtime.hpp contains functions for accessing +

    The header hpx/runtime.hpp contains functions for accessing local and distributed runtime information.

    Typedefs#
    @@ -20326,7 +20326,7 @@
    Functions
    hpx/source_location.hpp#
    -

    The header hpx/source_location.hpp corresponds to the +

    The header hpx/source_location.hpp corresponds to the C++ standard library header source_location.

    Classes#
    @@ -20351,7 +20351,7 @@
    Classes
    hpx/system_error.hpp#
    -

    The header hpx/system_error.hpp corresponds to the +

    The header hpx/system_error.hpp corresponds to the C++ standard library header system_error.

    Classes#
    @@ -20376,7 +20376,7 @@
    Classes
    hpx/task_block.hpp#
    -

    The header hpx/task_block.hpp corresponds to the +

    The header hpx/task_block.hpp corresponds to the task_block feature in N4755. See using_task_block for more details on using task blocks.

    @@ -20420,7 +20420,7 @@
    Functions
    hpx/experimental/task_group.hpp#
    -

    The header hpx/experimental/task_group.hpp +

    The header hpx/experimental/task_group.hpp corresponds to the task_group feature in oneAPI Threading Building Blocks (oneTBB).

    Classes#
    @@ -20442,7 +20442,7 @@
    Classes
    hpx/thread.hpp#
    -

    The header hpx/thread.hpp corresponds to the +

    The header hpx/thread.hpp corresponds to the C++ standard library header thread. The functionality in this header is equivalent to the standard library thread functionality, with the exception that the HPX equivalents are implemented on top of lightweight threads and the HPX runtime.

    @@ -20501,7 +20501,7 @@
    Functions
    hpx/semaphore.hpp#
    -

    The header hpx/semaphore.hpp corresponds to the +

    The header hpx/semaphore.hpp corresponds to the C++ standard library header semaphore.

    Classes#
    @@ -20529,7 +20529,7 @@
    Classes
    hpx/shared_mutex.hpp#
    -

    The header hpx/shared_mutex.hpp corresponds to the +

    The header hpx/shared_mutex.hpp corresponds to the C++ standard library header shared_mutex.

    Classes#
    @@ -20554,7 +20554,7 @@
    Classes
    hpx/stop_token.hpp#
    -

    The header hpx/stop_token.hpp corresponds to the +

    The header hpx/stop_token.hpp corresponds to the C++ standard library header stop_token.

    Constants#
    @@ -20608,7 +20608,7 @@
    Classes
    hpx/tuple.hpp#
    -

    The header hpx/tuple.hpp corresponds to the +

    The header hpx/tuple.hpp corresponds to the C++ standard library header tuple. hpx::tuple can be used in CUDA device code, unlike std::tuple.

    @@ -20692,7 +20692,7 @@
    Functions
    hpx/type_traits.hpp#
    -

    The header hpx/type_traits.hpp corresponds to the +

    The header hpx/type_traits.hpp corresponds to the C++ standard library header type_traits.

    Classes#
    @@ -20720,7 +20720,7 @@
    Classes
    hpx/unwrap.hpp#
    -

    The header hpx/unwrap.hpp contains utilities for +

    The header hpx/unwrap.hpp contains utilities for unwrapping futures.

    Classes#
    @@ -20773,7 +20773,7 @@
    Functions
    hpx/version.hpp#
    -

    The header hpx/version.hpp provides version information +

    The header hpx/version.hpp provides version information about HPX.

    Macros#
    @@ -20840,7 +20840,7 @@
    Functions
    hpx/wrap_main.hpp#
    -

    The header hpx/wrap_main.hpp does not provide any direct functionality +

    The header hpx/wrap_main.hpp does not provide any direct functionality but is used for implicitly using main as the runtime entry point. See Re-use the main() function as the main HPX entry point for more details on implicitly starting the HPX runtime.