Branch: refs/heads/components_module
Home: https://github.com/STEllAR-GROUP/hpx
Commit: 523d0d6b20ffc31c53177d31c5aee3d9c77db6f4
https://github.com/STEllAR-GROUP/hpx/commit/523d0d6b20ffc31c53177d31c5aee3d9c77db6f4
Author: Hartmut Kaiser <[email protected]>
Date: 2021-02-06 (Sat, 06 Feb 2021)
Changed paths:
M libs/full/actions/include/hpx/actions/base_action.hpp
Log Message:
-----------
Leaving some headers active if HPX_WITH_NETWORKING=OFF
Commit: 24f5f836f7867161f5c906a1acd01f6045d07fa2
https://github.com/STEllAR-GROUP/hpx/commit/24f5f836f7867161f5c906a1acd01f6045d07fa2
Author: Hartmut Kaiser <[email protected]>
Date: 2021-02-06 (Sat, 06 Feb 2021)
Changed paths:
M examples/quickstart/hello_world_distributed.cpp
M hpx/runtime/agas/addressing_service.hpp
R hpx/runtime/agas/component_namespace.hpp
R hpx/runtime/agas/detail/bootstrap_component_namespace.hpp
R hpx/runtime/agas/detail/bootstrap_locality_namespace.hpp
R hpx/runtime/agas/detail/hosted_component_namespace.hpp
R hpx/runtime/agas/detail/hosted_locality_namespace.hpp
R hpx/runtime/agas/locality_namespace.hpp
R hpx/runtime/agas/namespace_action_code.hpp
R hpx/runtime/agas/server/component_namespace.hpp
R hpx/runtime/agas/server/locality_namespace.hpp
R hpx/runtime/agas/server/symbol_namespace.hpp
R hpx/runtime/agas/symbol_namespace.hpp
M hpx/runtime/components/server/destroy_component.hpp
R hpx/runtime/naming/resolver_client.hpp
M hpx/runtime/parcelset/decode_parcels.hpp
M libs/core/config/include/hpx/config.hpp
M libs/full/agas/CMakeLists.txt
M libs/full/agas/include/hpx/agas/agas_fwd.hpp
A libs/full/agas/include/hpx/agas/component_namespace.hpp
A libs/full/agas/include/hpx/agas/detail/bootstrap_component_namespace.hpp
A libs/full/agas/include/hpx/agas/detail/bootstrap_locality_namespace.hpp
A libs/full/agas/include/hpx/agas/detail/hosted_component_namespace.hpp
A libs/full/agas/include/hpx/agas/detail/hosted_locality_namespace.hpp
A libs/full/agas/include/hpx/agas/locality_namespace.hpp
A libs/full/agas/include/hpx/agas/server/component_namespace.hpp
A libs/full/agas/include/hpx/agas/server/locality_namespace.hpp
M libs/full/agas/include/hpx/agas/server/primary_namespace.hpp
A libs/full/agas/include/hpx/agas/server/symbol_namespace.hpp
A libs/full/agas/include/hpx/agas/symbol_namespace.hpp
A libs/full/agas/src/component_namespace.cpp
A libs/full/agas/src/detail/bootstrap_component_namespace.cpp
A libs/full/agas/src/detail/bootstrap_locality_namespace.cpp
A libs/full/agas/src/detail/hosted_component_namespace.cpp
A libs/full/agas/src/detail/hosted_locality_namespace.cpp
A libs/full/agas/src/locality_namespace.cpp
M libs/full/agas/src/primary_namespace.cpp
A libs/full/agas/src/server/component_namespace_server.cpp
A libs/full/agas/src/server/locality_namespace_server.cpp
M libs/full/agas/src/server/primary_namespace_server.cpp
A libs/full/agas/src/server/symbol_namespace_server.cpp
A libs/full/agas/src/symbol_namespace.cpp
M libs/full/include/include/hpx/include/naming.hpp
M libs/full/performance_counters/CMakeLists.txt
A
libs/full/performance_counters/include/hpx/performance_counters/agas_namespace_action_code.hpp
A
libs/full/performance_counters/include/hpx/performance_counters/server/component_namespace_counters.hpp
A
libs/full/performance_counters/include/hpx/performance_counters/server/locality_namespace_counters.hpp
A
libs/full/performance_counters/include/hpx/performance_counters/server/symbol_namespace_counters.hpp
A libs/full/performance_counters/src/agas_namespace_action_code.cpp
M libs/full/performance_counters/src/counter_creators.cpp
A libs/full/performance_counters/src/server/component_namespace_counters.cpp
A libs/full/performance_counters/src/server/locality_namespace_counters.cpp
M libs/full/performance_counters/src/server/primary_namespace_counters.cpp
A libs/full/performance_counters/src/server/symbol_namespace_counters.cpp
M libs/full/runtime_distributed/include/hpx/runtime_distributed.hpp
M src/CMakeLists.txt
M src/runtime/agas/addressing_service.cpp
M src/runtime/agas/big_boot_barrier.cpp
R src/runtime/agas/component_namespace.cpp
R src/runtime/agas/detail/bootstrap_component_namespace.cpp
R src/runtime/agas/detail/bootstrap_locality_namespace.cpp
R src/runtime/agas/detail/hosted_component_namespace.cpp
R src/runtime/agas/detail/hosted_locality_namespace.cpp
M src/runtime/agas/interface.cpp
R src/runtime/agas/locality_namespace.cpp
R src/runtime/agas/server/component_namespace_server.cpp
R src/runtime/agas/server/locality_namespace_server.cpp
R src/runtime/agas/server/symbol_namespace_server.cpp
R src/runtime/agas/symbol_namespace.cpp
M src/runtime/applier/applier.cpp
M src/runtime/applier/bind_naming_wrappers.cpp
M src/runtime/components/component_type.cpp
M src/runtime/components/console_error_sink.cpp
M src/runtime/components/server/runtime_support_server.cpp
M src/runtime/parcelset/parcelhandler.cpp
M src/runtime_distributed.cpp
M src/state.cpp
M src/util/init_logging.cpp
Log Message:
-----------
Moving more files to AGAS module
- flyby: remove resolver_client.hpp
- flyby: fixing integral conversion warning
Commit: 31035fcf18b57123c5b2cf29795874c482f66bee
https://github.com/STEllAR-GROUP/hpx/commit/31035fcf18b57123c5b2cf29795874c482f66bee
Author: Hartmut Kaiser <[email protected]>
Date: 2021-02-06 (Sat, 06 Feb 2021)
Changed paths:
M components/iostreams/src/standard_streams.cpp
M examples/heartbeat/heartbeat.cpp
M examples/quickstart/hello_world_distributed.cpp
M examples/throttle/throttle_client.cpp
M hpx/plugins/parcelport/tcp/sender.hpp
R hpx/runtime/agas/addressing_service.hpp
R hpx/runtime/agas/big_boot_barrier.hpp
R hpx/runtime/agas/interface.hpp
M hpx/runtime/basename_registration_fwd.hpp
M hpx/runtime/components/client_base.hpp
M hpx/runtime/components/console_logging.hpp
M hpx/runtime/components/server/component_base.hpp
M hpx/runtime/components/server/destroy_component.hpp
M hpx/runtime/components/server/migrate_component.hpp
M hpx/runtime/components/server/migration_support.hpp
M hpx/runtime/components/target_distribution_policy.hpp
M hpx/runtime/components_fwd.hpp
M hpx/runtime/parcelset/decode_parcels.hpp
M hpx/runtime/trigger_lco_fwd.hpp
R hpx/state.hpp
M hpx/util/functional/colocated_helpers.hpp
M libs/create_module_skeleton.py
M libs/full/CMakeLists.txt
M libs/full/actions/include/hpx/actions/apply_helper.hpp
M libs/full/actions/include/hpx/actions/base_action.hpp
M libs/full/actions/include/hpx/actions/continuation.hpp
M libs/full/agas/CMakeLists.txt
M libs/full/agas/README.rst
M libs/full/agas/docs/index.rst
M libs/full/agas/examples/CMakeLists.txt
A libs/full/agas/include/hpx/agas/addressing_service.hpp
M libs/full/agas/include/hpx/agas/agas_fwd.hpp
A libs/full/agas/include/hpx/agas/basename_registration.hpp
A libs/full/agas/include/hpx/agas/big_boot_barrier.hpp
R libs/full/agas/include/hpx/agas/component_namespace.hpp
R libs/full/agas/include/hpx/agas/detail/bootstrap_component_namespace.hpp
R libs/full/agas/include/hpx/agas/detail/bootstrap_locality_namespace.hpp
R libs/full/agas/include/hpx/agas/detail/hosted_component_namespace.hpp
R libs/full/agas/include/hpx/agas/detail/hosted_locality_namespace.hpp
R libs/full/agas/include/hpx/agas/gva.hpp
R libs/full/agas/include/hpx/agas/locality_namespace.hpp
R libs/full/agas/include/hpx/agas/primary_namespace.hpp
R libs/full/agas/include/hpx/agas/server/component_namespace.hpp
R libs/full/agas/include/hpx/agas/server/locality_namespace.hpp
R libs/full/agas/include/hpx/agas/server/primary_namespace.hpp
R libs/full/agas/include/hpx/agas/server/symbol_namespace.hpp
A libs/full/agas/include/hpx/agas/state.hpp
R libs/full/agas/include/hpx/agas/symbol_namespace.hpp
A libs/full/agas/src/addressing_service.cpp
A libs/full/agas/src/basename_registration.cpp
A libs/full/agas/src/big_boot_barrier.cpp
R libs/full/agas/src/component_namespace.cpp
R libs/full/agas/src/detail/bootstrap_component_namespace.cpp
R libs/full/agas/src/detail/bootstrap_locality_namespace.cpp
R libs/full/agas/src/detail/hosted_component_namespace.cpp
R libs/full/agas/src/detail/hosted_locality_namespace.cpp
A libs/full/agas/src/detail/interface.cpp
R libs/full/agas/src/locality_namespace.cpp
R libs/full/agas/src/primary_namespace.cpp
R libs/full/agas/src/server/component_namespace_server.cpp
R libs/full/agas/src/server/locality_namespace_server.cpp
R libs/full/agas/src/server/primary_namespace_server.cpp
R libs/full/agas/src/server/symbol_namespace_server.cpp
A libs/full/agas/src/state.cpp
R libs/full/agas/src/symbol_namespace.cpp
M libs/full/agas/tests/CMakeLists.txt
M libs/full/agas/tests/performance/CMakeLists.txt
M libs/full/agas/tests/regressions/CMakeLists.txt
M libs/full/agas/tests/unit/CMakeLists.txt
A libs/full/agas_base/CMakeLists.txt
A libs/full/agas_base/README.rst
A libs/full/agas_base/docs/index.rst
A libs/full/agas_base/examples/CMakeLists.txt
A libs/full/agas_base/include/hpx/agas_base/agas_fwd.hpp
A libs/full/agas_base/include/hpx/agas_base/component_namespace.hpp
A
libs/full/agas_base/include/hpx/agas_base/detail/bootstrap_component_namespace.hpp
A
libs/full/agas_base/include/hpx/agas_base/detail/bootstrap_locality_namespace.hpp
A
libs/full/agas_base/include/hpx/agas_base/detail/hosted_component_namespace.hpp
A
libs/full/agas_base/include/hpx/agas_base/detail/hosted_locality_namespace.hpp
A libs/full/agas_base/include/hpx/agas_base/gva.hpp
A libs/full/agas_base/include/hpx/agas_base/locality_namespace.hpp
A libs/full/agas_base/include/hpx/agas_base/primary_namespace.hpp
A libs/full/agas_base/include/hpx/agas_base/server/component_namespace.hpp
A libs/full/agas_base/include/hpx/agas_base/server/locality_namespace.hpp
A libs/full/agas_base/include/hpx/agas_base/server/primary_namespace.hpp
A libs/full/agas_base/include/hpx/agas_base/server/symbol_namespace.hpp
A libs/full/agas_base/include/hpx/agas_base/symbol_namespace.hpp
A libs/full/agas_base/src/component_namespace.cpp
A libs/full/agas_base/src/detail/bootstrap_component_namespace.cpp
A libs/full/agas_base/src/detail/bootstrap_locality_namespace.cpp
A libs/full/agas_base/src/detail/hosted_component_namespace.cpp
A libs/full/agas_base/src/detail/hosted_locality_namespace.cpp
A libs/full/agas_base/src/locality_namespace.cpp
A libs/full/agas_base/src/primary_namespace.cpp
A libs/full/agas_base/src/server/component_namespace_server.cpp
A libs/full/agas_base/src/server/locality_namespace_server.cpp
A libs/full/agas_base/src/server/primary_namespace_server.cpp
A libs/full/agas_base/src/server/symbol_namespace_server.cpp
A libs/full/agas_base/src/symbol_namespace.cpp
A libs/full/agas_base/tests/CMakeLists.txt
A libs/full/agas_base/tests/performance/CMakeLists.txt
A libs/full/agas_base/tests/regressions/CMakeLists.txt
A libs/full/agas_base/tests/unit/CMakeLists.txt
M libs/full/async_colocated/CMakeLists.txt
M libs/full/async_colocated/include/hpx/async_colocated/apply_colocated.hpp
M
libs/full/async_colocated/include/hpx/async_colocated/apply_colocated_callback.hpp
M libs/full/async_colocated/include/hpx/async_colocated/async_colocated.hpp
M
libs/full/async_colocated/include/hpx/async_colocated/async_colocated_callback.hpp
M libs/full/async_colocated/src/get_colocation_id.cpp
M
libs/full/async_distributed/include/hpx/async_distributed/applier/apply.hpp
M
libs/full/async_distributed/include/hpx/async_distributed/applier/detail/apply_implementations.hpp
M libs/full/collectives/src/barrier.cpp
M libs/full/components_base/CMakeLists.txt
A libs/full/components_base/include/hpx/components_base/agas_interface.hpp
A
libs/full/components_base/include/hpx/components_base/detail/agas_interface_functions.hpp
A libs/full/components_base/src/agas_interface.cpp
A libs/full/components_base/src/detail/agas_interface_functions.cpp
M libs/full/include/CMakeLists.txt
M libs/full/include/include/hpx/include/agas.hpp
M libs/full/include/include/hpx/include/naming.hpp
M libs/full/init_runtime/src/hpx_init.cpp
M libs/full/modules.rst
M libs/full/naming/CMakeLists.txt
M libs/full/naming/src/credit_handling.cpp
M libs/full/naming_base/include/hpx/naming_base/naming_base.hpp
M libs/full/performance_counters/CMakeLists.txt
A
libs/full/performance_counters/include/hpx/performance_counters/agas_counter_types.hpp
A
libs/full/performance_counters/include/hpx/performance_counters/component_namespace_counters.hpp
A
libs/full/performance_counters/include/hpx/performance_counters/locality_namespace_counters.hpp
A
libs/full/performance_counters/include/hpx/performance_counters/primary_namespace_counters.hpp
M
libs/full/performance_counters/include/hpx/performance_counters/server/component_namespace_counters.hpp
M
libs/full/performance_counters/include/hpx/performance_counters/server/locality_namespace_counters.hpp
M
libs/full/performance_counters/include/hpx/performance_counters/server/primary_namespace_counters.hpp
M
libs/full/performance_counters/include/hpx/performance_counters/server/symbol_namespace_counters.hpp
A
libs/full/performance_counters/include/hpx/performance_counters/symbol_namespace_counters.hpp
A libs/full/performance_counters/src/agas_counter_types.cpp
A libs/full/performance_counters/src/component_namespace_counters.cpp
M libs/full/performance_counters/src/counter_creators.cpp
M libs/full/performance_counters/src/counters.cpp
A libs/full/performance_counters/src/locality_namespace_counters.cpp
A libs/full/performance_counters/src/primary_namespace_counters.cpp
M libs/full/performance_counters/src/registry.cpp
M libs/full/performance_counters/src/server/arithmetics_counter.cpp
M libs/full/performance_counters/src/server/component_instance_counter.cpp
R libs/full/performance_counters/src/server/component_namespace_counters.cpp
R libs/full/performance_counters/src/server/locality_namespace_counters.cpp
R libs/full/performance_counters/src/server/primary_namespace_counters.cpp
M libs/full/performance_counters/src/server/statistics_counter.cpp
R libs/full/performance_counters/src/server/symbol_namespace_counters.cpp
A libs/full/performance_counters/src/symbol_namespace_counters.cpp
M libs/full/runtime_distributed/CMakeLists.txt
M libs/full/runtime_distributed/include/hpx/runtime_distributed.hpp
M libs/full/runtime_local/include/hpx/runtime_local/runtime_local.hpp
M libs/full/runtime_local/include/hpx/runtime_local/state.hpp
M libs/full/runtime_local/src/custom_exception_info.cpp
M libs/full/runtime_local/src/runtime_local.cpp
M plugins/parcelport/libfabric/libfabric_controller.hpp
M src/CMakeLists.txt
R src/runtime/agas/addressing_service.cpp
R src/runtime/agas/big_boot_barrier.cpp
R src/runtime/agas/interface.cpp
M src/runtime/agas/server/route.cpp
M src/runtime/applier/applier.cpp
M src/runtime/applier/bind_naming_wrappers.cpp
M src/runtime/components/component_type.cpp
M src/runtime/components/console_error_sink.cpp
M src/runtime/components/console_logging.cpp
M src/runtime/components/server/component_base.cpp
M src/runtime/components/server/destroy_component.cpp
M src/runtime/components/server/runtime_support_server.cpp
M src/runtime/components/stubs/runtime_support_stubs.cpp
M src/runtime/parcelset/parcel.cpp
M src/runtime/parcelset/parcelhandler.cpp
M src/runtime/parcelset/parcelport.cpp
M src/runtime_distributed.cpp
R src/state.cpp
M src/util/activate_counters.cpp
M src/util/generate_unique_ids.cpp
M src/util/init_logging.cpp
M src/util/one_size_heap_list.cpp
M src/util/query_counters.cpp
M tests/unit/agas/local_embedded_ref_to_remote_object.cpp
M tests/unit/agas/refcnted_symbol_to_local_object.cpp
M tests/unit/agas/refcnted_symbol_to_remote_object.cpp
M tests/unit/agas/remote_embedded_ref_to_local_object.cpp
M tests/unit/agas/remote_embedded_ref_to_remote_object.cpp
M tests/unit/agas/scoped_ref_to_remote_object.cpp
M tests/unit/agas/uncounted_symbol_to_local_object.cpp
M tests/unit/agas/uncounted_symbol_to_remote_object.cpp
Log Message:
-----------
Renaming agas -> agas_base, adding new agas module
Commit: f4e00d1aa91c51646b45646ccdf9067e0d578868
https://github.com/STEllAR-GROUP/hpx/commit/f4e00d1aa91c51646b45646ccdf9067e0d578868
Author: Hartmut Kaiser <[email protected]>
Date: 2021-02-06 (Sat, 06 Feb 2021)
Changed paths:
M components/component_storage/src/component_module.cpp
M
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_component_decl.hpp
M
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_component_impl.hpp
M
components/containers/unordered/include/hpx/components/containers/unordered/partition_unordered_map_component.hpp
M
components/iostreams/include/hpx/components/iostreams/server/output_stream.hpp
M components/iostreams/src/component_module.cpp
M components/iostreams/src/standard_streams.cpp
M
components/performance_counters/papi/include/hpx/components/performance_counters/papi/server/papi.hpp
M components/performance_counters/papi/src/server/papi.cpp
M components/process/include/hpx/components/process/server/child.hpp
M components/process/src/process.cpp
M hpx/lcos/base_lco.hpp
M hpx/lcos/base_lco_with_value.hpp
M hpx/lcos/detail/promise_base.hpp
M hpx/lcos/detail/promise_lco.hpp
M hpx/lcos/server/object_semaphore.hpp
R hpx/runtime/actions/continuation2_impl.hpp
R hpx/runtime/actions/continuation_impl.hpp
R hpx/runtime/actions/make_continuation.hpp
R hpx/runtime/components/server/abstract_component_base.hpp
R hpx/runtime/components/server/component.hpp
R hpx/runtime/components/server/component_base.hpp
M hpx/runtime/components/server/distributed_metadata_base.hpp
R hpx/runtime/components/server/fixed_component_base.hpp
R hpx/runtime/components/server/managed_component_base.hpp
R hpx/runtime/components/server/simple_component_base.hpp
M hpx/runtime/components_fwd.hpp
M libs/full/CMakeLists.txt
M libs/full/actions/CMakeLists.txt
M libs/full/actions_base/include/hpx/actions_base/plain_action.hpp
M libs/full/agas/src/big_boot_barrier.cpp
M libs/full/agas/src/detail/interface.cpp
M libs/full/agas_base/include/hpx/agas_base/server/component_namespace.hpp
M libs/full/agas_base/include/hpx/agas_base/server/locality_namespace.hpp
M libs/full/agas_base/include/hpx/agas_base/server/primary_namespace.hpp
M libs/full/agas_base/include/hpx/agas_base/server/symbol_namespace.hpp
M libs/full/async_distributed/CMakeLists.txt
M
libs/full/async_distributed/include/hpx/async_distributed/applier/apply_continue.hpp
M
libs/full/async_distributed/include/hpx/async_distributed/applier/apply_continue_callback.hpp
R
libs/full/async_distributed/include/hpx/async_distributed/applier/bind_naming_wrappers.hpp
A
libs/full/async_distributed/include/hpx/async_distributed/continuation2_impl.hpp
A
libs/full/async_distributed/include/hpx/async_distributed/continuation_impl.hpp
A
libs/full/async_distributed/include/hpx/async_distributed/make_continuation.hpp
M libs/full/collectives/include/hpx/collectives/barrier.hpp
M libs/full/collectives/include/hpx/collectives/detail/barrier_node.hpp
M
libs/full/collectives/include/hpx/collectives/detail/communication_set_node.hpp
M libs/full/collectives/include/hpx/collectives/detail/communicator.hpp
M libs/full/collectives/include/hpx/collectives/detail/latch.hpp
M libs/full/collectives/src/detail/communication_set_node.cpp
M libs/full/collectives/src/detail/communicator.cpp
A libs/full/components/CMakeLists.txt
A libs/full/components/README.rst
A libs/full/components/docs/index.rst
A libs/full/components/examples/CMakeLists.txt
A libs/full/components/src/dummy.cpp
A libs/full/components/tests/CMakeLists.txt
A libs/full/components/tests/performance/CMakeLists.txt
A libs/full/components/tests/regressions/CMakeLists.txt
A libs/full/components/tests/unit/CMakeLists.txt
M libs/full/components_base/CMakeLists.txt
M libs/full/components_base/include/hpx/components_base/agas_interface.hpp
M libs/full/components_base/include/hpx/components_base/component_type.hpp
A
libs/full/components_base/include/hpx/components_base/components_base_fwd.hpp
M
libs/full/components_base/include/hpx/components_base/detail/agas_interface_functions.hpp
A
libs/full/components_base/include/hpx/components_base/server/abstract_component_base.hpp
A libs/full/components_base/include/hpx/components_base/server/component.hpp
A
libs/full/components_base/include/hpx/components_base/server/component_base.hpp
A
libs/full/components_base/include/hpx/components_base/server/fixed_component_base.hpp
A
libs/full/components_base/include/hpx/components_base/server/managed_component_base.hpp
M
libs/full/components_base/include/hpx/components_base/traits/component_type_database.hpp
M
libs/full/components_base/include/hpx/components_base/traits/is_component.hpp
M libs/full/components_base/src/agas_interface.cpp
A libs/full/components_base/src/component_type.cpp
M libs/full/components_base/src/detail/agas_interface_functions.cpp
A libs/full/components_base/src/server/component_base.cpp
M libs/full/include/include/hpx/include/actions.hpp
M libs/full/include/include/hpx/include/applier.hpp
M libs/full/include/include/hpx/include/components.hpp
M libs/full/lcos_distributed/include/hpx/lcos_distributed/server/channel.hpp
M libs/full/modules.rst
M libs/full/naming/include/hpx/naming/credit_handling.hpp
M libs/full/naming/src/credit_handling.cpp
M libs/full/naming_base/include/hpx/naming_base/gid_type.hpp
M
libs/full/performance_counters/include/hpx/performance_counters/base_performance_counter.hpp
M
libs/full/performance_counters/include/hpx/performance_counters/server/arithmetics_counter.hpp
M
libs/full/performance_counters/include/hpx/performance_counters/server/arithmetics_counter_extended.hpp
M
libs/full/performance_counters/include/hpx/performance_counters/server/base_performance_counter.hpp
M
libs/full/performance_counters/include/hpx/performance_counters/server/elapsed_time_counter.hpp
M
libs/full/performance_counters/include/hpx/performance_counters/server/raw_counter.hpp
M
libs/full/performance_counters/include/hpx/performance_counters/server/raw_values_counter.hpp
M
libs/full/performance_counters/include/hpx/performance_counters/server/statistics_counter.hpp
M libs/full/performance_counters/src/server/component_instance_counter.cpp
M src/CMakeLists.txt
R src/runtime/applier/bind_naming_wrappers.cpp
R src/runtime/components/component_type.cpp
R src/runtime/components/server/component_base.cpp
M src/runtime/components/server/wrapper_heap.cpp
M src/runtime_distributed.cpp
M tests/unit/agas/components/server/managed_refcnt_checker.hpp
M tests/unit/agas/components/server/simple_mobile_object.hpp
M tests/unit/agas/components/server/simple_refcnt_checker.hpp
Log Message:
-----------
Creating components module
- move more files to modules
Compare:
https://github.com/STEllAR-GROUP/hpx/compare/523d0d6b20ff%5E...f4e00d1aa91c
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits