Branch: refs/heads/components_module
Home: https://github.com/STEllAR-GROUP/hpx
Commit: 5fd881eeecb1011d7b6d17a0208dd8092ffc52ae
https://github.com/STEllAR-GROUP/hpx/commit/5fd881eeecb1011d7b6d17a0208dd8092ffc52ae
Author: Hartmut Kaiser <[email protected]>
Date: 2021-02-20 (Sat, 20 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_impl.hpp
M
components/containers/partitioned_vector/src/partitioned_vector_component.cpp
M
components/containers/unordered/include/hpx/components/containers/unordered/partition_unordered_map_component.hpp
M components/containers/unordered/src/partition_unordered_map_component.cpp
M components/iostreams/src/component_module.cpp
M components/performance_counters/io/src/io_counters.cpp
M components/performance_counters/memory/src/memory.cpp
M components/performance_counters/papi/src/papi_startup.cpp
M components/performance_counters/papi/src/server/papi.cpp
M components/process/src/process.cpp
M docs/CMakeLists.txt
M examples/accumulators/accumulator.cpp
M examples/accumulators/template_accumulator.cpp
M examples/startup_shutdown/server/startup_shutdown.cpp
M examples/throttle/throttle/throttle.cpp
M examples/tuplespace/central_tuplespace/simple_central_tuplespace.cpp
R hpx/runtime/components/component_commandline.hpp
R hpx/runtime/components/component_commandline_base.hpp
R hpx/runtime/components/component_factory.hpp
R hpx/runtime/components/component_factory_base.hpp
R hpx/runtime/components/component_registry.hpp
R hpx/runtime/components/component_startup_shutdown.hpp
R hpx/runtime/components/component_startup_shutdown_base.hpp
R hpx/runtime/components/derived_component_factory.hpp
M libs/full/agas_base/src/component_namespace.cpp
M libs/full/agas_base/src/locality_namespace.cpp
M libs/full/agas_base/src/primary_namespace.cpp
M libs/full/agas_base/src/symbol_namespace.cpp
M libs/full/collectives/src/detail/communication_set_node.cpp
M libs/full/collectives/src/detail/communicator.cpp
M libs/full/collectives/src/latch.cpp
M libs/full/components/CMakeLists.txt
M libs/full/components_base/CMakeLists.txt
A
libs/full/components_base/include/hpx/components_base/component_commandline.hpp
A
libs/full/components_base/include/hpx/components_base/component_startup_shutdown.hpp
M libs/full/include/include/hpx/include/client.hpp
M libs/full/include/include/hpx/include/components.hpp
M libs/full/performance_counters/CMakeLists.txt
M libs/full/performance_counters/src/server/arithmetics_counter.cpp
M libs/full/performance_counters/src/server/arithmetics_counter_extended.cpp
M libs/full/performance_counters/src/server/elapsed_time_counter.cpp
M libs/full/performance_counters/src/server/raw_counter.cpp
M libs/full/performance_counters/src/server/raw_values_counter.cpp
M libs/full/performance_counters/src/server/statistics_counter.cpp
M libs/full/runtime_components/CMakeLists.txt
A
libs/full/runtime_components/include/hpx/runtime_components/component_factory.hpp
A
libs/full/runtime_components/include/hpx/runtime_components/component_registry.hpp
A
libs/full/runtime_components/include/hpx/runtime_components/derived_component_factory.hpp
A libs/full/runtime_components/src/component_registry.cpp
M libs/full/runtime_configuration/CMakeLists.txt
A
libs/full/runtime_configuration/include/hpx/runtime_configuration/component_commandline_base.hpp
A
libs/full/runtime_configuration/include/hpx/runtime_configuration/component_factory_base.hpp
M libs/full/runtime_distributed/CMakeLists.txt
M libs/full/runtime_local/CMakeLists.txt
A
libs/full/runtime_local/include/hpx/runtime_local/component_startup_shutdown_base.hpp
M plugins/parcel/coalescing/performance_counters.cpp
M src/CMakeLists.txt
R src/runtime/components/component_registry.cpp
M src/runtime/components/runtime_support.cpp
M src/runtime/components/server/runtime_support_server.cpp
M tests/regressions/lcos/after_588.cpp
Log Message:
-----------
Moving plugin related component files
Commit: 3e54bda0316ea0950f69ce9881042bdf8a592d8f
https://github.com/STEllAR-GROUP/hpx/commit/3e54bda0316ea0950f69ce9881042bdf8a592d8f
Author: Hartmut Kaiser <[email protected]>
Date: 2021-02-21 (Sun, 21 Feb 2021)
Changed paths:
M
components/component_storage/include/hpx/components/component_storage/server/migrate_from_storage.hpp
M components/component_storage/src/component_module.cpp
M
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_component_impl.hpp
M
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_decl.hpp
M
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_impl.hpp
M
components/containers/partitioned_vector/src/partitioned_vector_component.cpp
M
components/containers/unordered/include/hpx/components/containers/unordered/partition_unordered_map_component.hpp
M
components/containers/unordered/include/hpx/components/containers/unordered/unordered_map.hpp
M components/containers/unordered/src/partition_unordered_map_component.cpp
M components/iostreams/src/component_module.cpp
M components/performance_counters/papi/src/server/papi.cpp
M components/process/src/process.cpp
M examples/accumulators/accumulator.cpp
M examples/accumulators/template_accumulator.cpp
M examples/startup_shutdown/server/startup_shutdown.cpp
M examples/tuplespace/central_tuplespace/simple_central_tuplespace.cpp
R hpx/runtime/components/console_error_sink.hpp
R hpx/runtime/components/console_logging.hpp
R hpx/runtime/components/runtime_support.hpp
R hpx/runtime/components/server/console_error_sink.hpp
R hpx/runtime/components/server/console_error_sink_singleton.hpp
R hpx/runtime/components/server/console_logging.hpp
R hpx/runtime/components/server/distributed_metadata_base.hpp
R hpx/runtime/components/server/executor_component.hpp
R hpx/runtime/components/server/invoke_function.hpp
R hpx/runtime/components/server/runtime_support.hpp
R hpx/runtime/components/stubs/runtime_support.hpp
M libs/full/CMakeLists.txt
M libs/full/actions/CMakeLists.txt
A libs/full/actions/include/hpx/actions/invoke_function.hpp
M libs/full/agas/src/detail/interface.cpp
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
M libs/full/collectives/src/latch.cpp
M libs/full/components/CMakeLists.txt
A libs/full/components/include/hpx/components/distributed_metadata_base.hpp
A libs/full/components/include/hpx/components/executor_component.hpp
M
libs/full/executors_distributed/include/hpx/executors_distributed/distribution_policy_executor.hpp
M libs/full/include/CMakeLists.txt
M libs/full/include/include/hpx/include/client.hpp
M libs/full/include/include/hpx/include/components.hpp
M libs/full/init_runtime/CMakeLists.txt
A libs/full/init_runtime/include/hpx/init_runtime/console_logging.hpp
A libs/full/init_runtime/include/hpx/init_runtime/server/console_logging.hpp
A libs/full/init_runtime/src/console_logging.cpp
M libs/full/init_runtime/src/hpx_init.cpp
M libs/full/init_runtime/src/init_logging.cpp
A libs/full/init_runtime/src/server/console_logging_server.cpp
M libs/full/modules.rst
M libs/full/performance_counters/CMakeLists.txt
A
libs/full/performance_counters/include/hpx/performance_counters/counter_interface.hpp
A
libs/full/performance_counters/include/hpx/performance_counters/detail/counter_interface_functions.hpp
A libs/full/performance_counters/src/counter_interface.cpp
M libs/full/performance_counters/src/counters.cpp
A libs/full/performance_counters/src/detail/counter_interface_functions.cpp
M libs/full/performance_counters/src/server/arithmetics_counter.cpp
M libs/full/performance_counters/src/server/arithmetics_counter_extended.cpp
M libs/full/performance_counters/src/server/elapsed_time_counter.cpp
M libs/full/performance_counters/src/server/raw_counter.cpp
M libs/full/performance_counters/src/server/raw_values_counter.cpp
M libs/full/performance_counters/src/server/statistics_counter.cpp
M libs/full/runtime_components/CMakeLists.txt
R
libs/full/runtime_components/include/hpx/runtime_components/component_factory.hpp
R
libs/full/runtime_components/include/hpx/runtime_components/component_registry.hpp
A
libs/full/runtime_components/include/hpx/runtime_components/console_error_sink.hpp
R
libs/full/runtime_components/include/hpx/runtime_components/copy_component.hpp
R
libs/full/runtime_components/include/hpx/runtime_components/derived_component_factory.hpp
R
libs/full/runtime_components/include/hpx/runtime_components/migrate_component.hpp
A
libs/full/runtime_components/include/hpx/runtime_components/server/console_error_sink.hpp
A
libs/full/runtime_components/include/hpx/runtime_components/server/console_error_sink_singleton.hpp
R
libs/full/runtime_components/include/hpx/runtime_components/server/copy_component.hpp
R
libs/full/runtime_components/include/hpx/runtime_components/server/migrate_component.hpp
R libs/full/runtime_components/src/component_registry.cpp
A libs/full/runtime_components/src/console_error_sink.cpp
A libs/full/runtime_components/src/server/console_error_sink_server.cpp
A libs/full/runtime_components/src/server/console_error_sink_singleton.cpp
M libs/full/runtime_components/tests/CMakeLists.txt
M libs/full/runtime_components/tests/unit/components/CMakeLists.txt
A libs/full/runtime_components_base/CMakeLists.txt
A libs/full/runtime_components_base/README.rst
A libs/full/runtime_components_base/docs/index.rst
A libs/full/runtime_components_base/examples/CMakeLists.txt
A
libs/full/runtime_components_base/include/hpx/runtime_components_base/component_factory.hpp
A
libs/full/runtime_components_base/include/hpx/runtime_components_base/component_registry.hpp
A
libs/full/runtime_components_base/include/hpx/runtime_components_base/derived_component_factory.hpp
A libs/full/runtime_components_base/src/component_registry.cpp
A libs/full/runtime_components_base/tests/CMakeLists.txt
A libs/full/runtime_components_base/tests/performance/CMakeLists.txt
A libs/full/runtime_components_base/tests/regressions/CMakeLists.txt
A libs/full/runtime_components_base/tests/unit/CMakeLists.txt
M libs/full/runtime_distributed/CMakeLists.txt
M libs/full/runtime_distributed/include/hpx/runtime_distributed.hpp
A
libs/full/runtime_distributed/include/hpx/runtime_distributed/copy_component.hpp
A
libs/full/runtime_distributed/include/hpx/runtime_distributed/migrate_component.hpp
A
libs/full/runtime_distributed/include/hpx/runtime_distributed/runtime_support.hpp
A
libs/full/runtime_distributed/include/hpx/runtime_distributed/server/copy_component.hpp
A
libs/full/runtime_distributed/include/hpx/runtime_distributed/server/migrate_component.hpp
A
libs/full/runtime_distributed/include/hpx/runtime_distributed/server/runtime_support.hpp
A
libs/full/runtime_distributed/include/hpx/runtime_distributed/stubs/runtime_support.hpp
A libs/full/runtime_distributed/src/runtime_support.cpp
A libs/full/runtime_distributed/src/server/runtime_support_server.cpp
A libs/full/runtime_distributed/src/stubs/runtime_support_stubs.cpp
M src/CMakeLists.txt
R src/runtime/components/console_error_sink.cpp
R src/runtime/components/console_logging.cpp
R src/runtime/components/runtime_support.cpp
R src/runtime/components/server/console_error_sink_server.cpp
R src/runtime/components/server/console_error_sink_singleton.cpp
R src/runtime/components/server/console_logging_server.cpp
R src/runtime/components/server/runtime_support_server.cpp
R src/runtime/components/stubs/runtime_support_stubs.cpp
M src/runtime_distributed.cpp
Log Message:
-----------
Creating runtime_components_base module
- shuffle more files
Compare:
https://github.com/STEllAR-GROUP/hpx/compare/5fd881eeecb1%5E...3e54bda0316e
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits