Branch: refs/heads/components_module
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 66d83a9b3dad99962f72e0dccc2236c8888ff46c
      
https://github.com/STEllAR-GROUP/hpx/commit/66d83a9b3dad99962f72e0dccc2236c8888ff46c
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-02-09 (Tue, 09 Feb 2021)

  Changed paths:
    M 
components/component_storage/include/hpx/components/component_storage/server/migrate_from_storage.hpp
    M components/component_storage/src/component_storage.cpp
    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/unordered/include/hpx/components/containers/unordered/unordered_map.hpp
    M components/process/include/hpx/components/process/process.hpp
    M 
components/process/include/hpx/components/process/util/windows/initializers/set_args.hpp
    M 
components/process/include/hpx/components/process/util/windows/initializers/set_cmd_line.hpp
    M 
components/process/include/hpx/components/process/util/windows/initializers/set_env.hpp
    M docs/CMakeLists.txt
    M hpx/components/containers/container_distribution_policy.hpp
    M hpx/runtime/components/binpacking_distribution_policy.hpp
    M hpx/runtime/components/colocating_distribution_policy.hpp
    R hpx/runtime/components/copy_component.hpp
    R hpx/runtime/components/create_component_helpers.hpp
    M hpx/runtime/components/default_distribution_policy.hpp
    R hpx/runtime/components/migrate_component.hpp
    R hpx/runtime/components/new.hpp
    R hpx/runtime/components/server/copy_component.hpp
    R hpx/runtime/components/server/migrate_component.hpp
    M hpx/runtime/components/target_distribution_policy.hpp
    M hpx/runtime/components/unwrapping_result_policy.hpp
    R hpx/traits/is_distribution_policy.hpp
    M libs/create_module_skeleton.py
    M libs/full/CMakeLists.txt
    M libs/full/actions_base/CMakeLists.txt
    M libs/full/actions_base/include/hpx/actions_base/basic_action.hpp
    A 
libs/full/actions_base/include/hpx/actions_base/traits/is_distribution_policy.hpp
    M libs/full/agas/CMakeLists.txt
    M libs/full/agas/src/detail/interface.cpp
    M libs/full/agas_base/CMakeLists.txt
    M libs/full/agas_base/include/hpx/agas_base/gva.hpp
    M 
libs/full/async_colocated/include/hpx/async_colocated/server/destroy_component.hpp
    M 
libs/full/async_distributed/include/hpx/async_distributed/applier/apply.hpp
    M 
libs/full/async_distributed/include/hpx/async_distributed/applier/apply_callback.hpp
    M libs/full/async_distributed/include/hpx/async_distributed/async.hpp
    M 
libs/full/async_distributed/include/hpx/async_distributed/async_callback.hpp
    M 
libs/full/async_distributed/include/hpx/async_distributed/async_continue.hpp
    M 
libs/full/async_distributed/include/hpx/async_distributed/async_continue_callback.hpp
    M 
libs/full/async_distributed/include/hpx/async_distributed/async_continue_callback_fwd.hpp
    M 
libs/full/async_distributed/include/hpx/async_distributed/async_continue_fwd.hpp
    M libs/full/async_distributed/include/hpx/async_distributed/sync.hpp
    M libs/full/checkpoint/include/hpx/checkpoint/checkpoint.hpp
    M libs/full/collectives/CMakeLists.txt
    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/include/hpx/components_base/agas_interface.hpp
    M 
libs/full/components_base/include/hpx/components_base/detail/agas_interface_functions.hpp
    M libs/full/components_base/src/agas_interface.cpp
    M libs/full/components_base/src/detail/agas_interface_functions.cpp
    M libs/full/compute/CMakeLists.txt
    M libs/full/compute/include/hpx/compute/host/target_distribution_policy.hpp
    M 
libs/full/compute_cuda/include/hpx/compute/cuda/target_distribution_policy.hpp
    M 
libs/full/executors_distributed/include/hpx/executors_distributed/distribution_policy_executor.hpp
    M libs/full/include/include/hpx/include/components.hpp
    M libs/full/include/include/hpx/include/traits.hpp
    M libs/full/lcos_distributed/include/hpx/lcos_distributed/channel.hpp
    M libs/full/modules.rst
    M libs/full/naming_base/include/hpx/naming_base/naming_base.hpp
    A libs/full/runtime_components/CMakeLists.txt
    A libs/full/runtime_components/README.rst
    A libs/full/runtime_components/docs/index.rst
    A libs/full/runtime_components/examples/CMakeLists.txt
    A 
libs/full/runtime_components/include/hpx/runtime_components/copy_component.hpp
    A 
libs/full/runtime_components/include/hpx/runtime_components/create_component_helpers.hpp
    A 
libs/full/runtime_components/include/hpx/runtime_components/migrate_component.hpp
    A libs/full/runtime_components/include/hpx/runtime_components/new.hpp
    A 
libs/full/runtime_components/include/hpx/runtime_components/server/copy_component.hpp
    A 
libs/full/runtime_components/include/hpx/runtime_components/server/migrate_component.hpp
    A libs/full/runtime_components/tests/CMakeLists.txt
    A libs/full/runtime_components/tests/performance/CMakeLists.txt
    A libs/full/runtime_components/tests/regressions/CMakeLists.txt
    A libs/full/runtime_components/tests/unit/CMakeLists.txt
    A libs/full/runtime_components/tests/unit/agas/CMakeLists.txt
    A libs/full/runtime_components/tests/unit/agas/components/CMakeLists.txt
    A 
libs/full/runtime_components/tests/unit/agas/components/managed_refcnt_checker.cpp
    A 
libs/full/runtime_components/tests/unit/agas/components/managed_refcnt_checker.hpp
    A 
libs/full/runtime_components/tests/unit/agas/components/server/managed_refcnt_checker.cpp
    A 
libs/full/runtime_components/tests/unit/agas/components/server/managed_refcnt_checker.hpp
    A 
libs/full/runtime_components/tests/unit/agas/components/server/simple_mobile_object.hpp
    A 
libs/full/runtime_components/tests/unit/agas/components/server/simple_refcnt_checker.cpp
    A 
libs/full/runtime_components/tests/unit/agas/components/server/simple_refcnt_checker.hpp
    A 
libs/full/runtime_components/tests/unit/agas/components/simple_mobile_object.cpp
    A 
libs/full/runtime_components/tests/unit/agas/components/simple_mobile_object.hpp
    A 
libs/full/runtime_components/tests/unit/agas/components/simple_refcnt_checker.cpp
    A 
libs/full/runtime_components/tests/unit/agas/components/simple_refcnt_checker.hpp
    A 
libs/full/runtime_components/tests/unit/agas/components/stubs/managed_refcnt_checker.hpp
    A 
libs/full/runtime_components/tests/unit/agas/components/stubs/simple_refcnt_checker.hpp
    A libs/full/runtime_components/tests/unit/agas/credit_exhaustion.cpp
    A libs/full/runtime_components/tests/unit/agas/find_clients_from_prefix.cpp
    A libs/full/runtime_components/tests/unit/agas/find_ids_from_prefix.cpp
    A libs/full/runtime_components/tests/unit/agas/get_colocation_id.cpp
    A libs/full/runtime_components/tests/unit/agas/local_address_rebind.cpp
    A 
libs/full/runtime_components/tests/unit/agas/local_embedded_ref_to_local_object.cpp
    A 
libs/full/runtime_components/tests/unit/agas/local_embedded_ref_to_remote_object.cpp
    A 
libs/full/runtime_components/tests/unit/agas/refcnted_symbol_to_local_object.cpp
    A 
libs/full/runtime_components/tests/unit/agas/refcnted_symbol_to_remote_object.cpp
    A 
libs/full/runtime_components/tests/unit/agas/remote_embedded_ref_to_local_object.cpp
    A 
libs/full/runtime_components/tests/unit/agas/remote_embedded_ref_to_remote_object.cpp
    A 
libs/full/runtime_components/tests/unit/agas/scoped_ref_to_local_object.cpp
    A 
libs/full/runtime_components/tests/unit/agas/scoped_ref_to_remote_object.cpp
    A libs/full/runtime_components/tests/unit/agas/split_credit.cpp
    A 
libs/full/runtime_components/tests/unit/agas/uncounted_symbol_to_local_object.cpp
    A 
libs/full/runtime_components/tests/unit/agas/uncounted_symbol_to_remote_object.cpp
    A libs/full/runtime_components/tests/unit/components/CMakeLists.txt
    A 
libs/full/runtime_components/tests/unit/components/action_invoke_no_more_than.cpp
    A 
libs/full/runtime_components/tests/unit/components/action_invoke_no_more_than.hpp
    A 
libs/full/runtime_components/tests/unit/components/components/CMakeLists.txt
    A 
libs/full/runtime_components/tests/unit/components/components/launch_process_test_server.cpp
    A 
libs/full/runtime_components/tests/unit/components/components/launch_process_test_server.hpp
    A libs/full/runtime_components/tests/unit/components/copy_component.cpp
    A libs/full/runtime_components/tests/unit/components/get_gid.cpp
    A libs/full/runtime_components/tests/unit/components/get_ptr.cpp
    A 
libs/full/runtime_components/tests/unit/components/inheritance_2_classes_abstract.cpp
    A 
libs/full/runtime_components/tests/unit/components/inheritance_2_classes_concrete.cpp
    A 
libs/full/runtime_components/tests/unit/components/inheritance_2_classes_concrete_simple.cpp
    A 
libs/full/runtime_components/tests/unit/components/inheritance_3_classes_1_abstract.cpp
    A 
libs/full/runtime_components/tests/unit/components/inheritance_3_classes_2_abstract.cpp
    A 
libs/full/runtime_components/tests/unit/components/inheritance_3_classes_2_concrete.cpp
    A 
libs/full/runtime_components/tests/unit/components/inheritance_3_classes_concrete.cpp
    A libs/full/runtime_components/tests/unit/components/launch_process.cpp
    A libs/full/runtime_components/tests/unit/components/launched_process.cpp
    A libs/full/runtime_components/tests/unit/components/local_new.cpp
    A libs/full/runtime_components/tests/unit/components/migrate_component.cpp
    A 
libs/full/runtime_components/tests/unit/components/migrate_polymorphic_component.cpp
    A libs/full/runtime_components/tests/unit/components/new_.cpp
    M src/CMakeLists.txt
    M src/runtime/agas/server/route.cpp
    M tests/unit/CMakeLists.txt
    R tests/unit/agas/CMakeLists.txt
    R tests/unit/agas/components/CMakeLists.txt
    R tests/unit/agas/components/managed_refcnt_checker.cpp
    R tests/unit/agas/components/managed_refcnt_checker.hpp
    R tests/unit/agas/components/server/managed_refcnt_checker.cpp
    R tests/unit/agas/components/server/managed_refcnt_checker.hpp
    R tests/unit/agas/components/server/simple_mobile_object.hpp
    R tests/unit/agas/components/server/simple_refcnt_checker.cpp
    R tests/unit/agas/components/server/simple_refcnt_checker.hpp
    R tests/unit/agas/components/simple_mobile_object.cpp
    R tests/unit/agas/components/simple_mobile_object.hpp
    R tests/unit/agas/components/simple_refcnt_checker.cpp
    R tests/unit/agas/components/simple_refcnt_checker.hpp
    R tests/unit/agas/components/stubs/managed_refcnt_checker.hpp
    R tests/unit/agas/components/stubs/simple_refcnt_checker.hpp
    R tests/unit/agas/credit_exhaustion.cpp
    R tests/unit/agas/find_clients_from_prefix.cpp
    R tests/unit/agas/find_ids_from_prefix.cpp
    R tests/unit/agas/get_colocation_id.cpp
    R tests/unit/agas/local_address_rebind.cpp
    R tests/unit/agas/local_embedded_ref_to_local_object.cpp
    R tests/unit/agas/local_embedded_ref_to_remote_object.cpp
    R tests/unit/agas/refcnted_symbol_to_local_object.cpp
    R tests/unit/agas/refcnted_symbol_to_remote_object.cpp
    R tests/unit/agas/remote_embedded_ref_to_local_object.cpp
    R tests/unit/agas/remote_embedded_ref_to_remote_object.cpp
    R tests/unit/agas/scoped_ref_to_local_object.cpp
    R tests/unit/agas/scoped_ref_to_remote_object.cpp
    R tests/unit/agas/split_credit.cpp
    R tests/unit/agas/uncounted_symbol_to_local_object.cpp
    R tests/unit/agas/uncounted_symbol_to_remote_object.cpp
    M tests/unit/component/CMakeLists.txt
    R tests/unit/component/action_invoke_no_more_than.cpp
    R tests/unit/component/action_invoke_no_more_than.hpp
    R tests/unit/component/components/CMakeLists.txt
    R tests/unit/component/components/launch_process_test_server.cpp
    R tests/unit/component/components/launch_process_test_server.hpp
    R tests/unit/component/copy_component.cpp
    R tests/unit/component/get_gid.cpp
    R tests/unit/component/get_ptr.cpp
    R tests/unit/component/inheritance_2_classes_abstract.cpp
    R tests/unit/component/inheritance_2_classes_concrete.cpp
    R tests/unit/component/inheritance_2_classes_concrete_simple.cpp
    R tests/unit/component/inheritance_3_classes_1_abstract.cpp
    R tests/unit/component/inheritance_3_classes_2_abstract.cpp
    R tests/unit/component/inheritance_3_classes_2_concrete.cpp
    R tests/unit/component/inheritance_3_classes_concrete.cpp
    R tests/unit/component/launch_process.cpp
    R tests/unit/component/launched_process.cpp
    R tests/unit/component/local_new.cpp
    R tests/unit/component/migrate_component.cpp
    R tests/unit/component/migrate_polymorphic_component.cpp
    R tests/unit/component/new_.cpp

  Log Message:
  -----------
  Adding runtime_components module

- moving tests to modules


  Commit: a3ecadfe87e566224cc26c7811241cb9c496bffd
      
https://github.com/STEllAR-GROUP/hpx/commit/a3ecadfe87e566224cc26c7811241cb9c496bffd
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-02-09 (Tue, 09 Feb 2021)

  Changed paths:
    M cmake/HPX_AddModule.cmake

  Log Message:
  -----------
  Adding checks ensuring modules are not cross-referenced from other module 
categories


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/704320371825...a3ecadfe87e5
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to