Branch: refs/heads/master
Home: https://github.com/STEllAR-GROUP/hpx
Commit: 30fd71ee483e67f32ba9fd1e55bb3c0d6acac976
https://github.com/STEllAR-GROUP/hpx/commit/30fd71ee483e67f32ba9fd1e55bb3c0d6acac976
Author: Hartmut Kaiser <[email protected]>
Date: 2021-02-03 (Wed, 03 Feb 2021)
Changed paths:
M hpx/lcos/packaged_action.hpp
M hpx/runtime/components/server/abstract_migration_support.hpp
M hpx/runtime/components/server/locking_hook.hpp
M hpx/runtime/components/server/migration_support.hpp
M hpx/runtime/components/server/runtime_support.hpp
R hpx/traits/action_decorate_continuation.hpp
R hpx/traits/action_decorate_function.hpp
R hpx/traits/action_does_termination_detection.hpp
R hpx/traits/action_is_target_valid.hpp
R hpx/traits/action_schedule_thread.hpp
R hpx/traits/action_was_object_migrated.hpp
R hpx/traits/is_valid_action.hpp
R hpx/traits/pointer_category.hpp
M libs/full/actions/include/hpx/actions/apply_helper.hpp
M libs/full/actions/include/hpx/actions/transfer_base_action.hpp
M libs/full/actions_base/CMakeLists.txt
M libs/full/actions_base/include/hpx/actions_base/basic_action.hpp
M
libs/full/actions_base/include/hpx/actions_base/traits/action_continuation.hpp
A
libs/full/actions_base/include/hpx/actions_base/traits/action_decorate_continuation.hpp
A
libs/full/actions_base/include/hpx/actions_base/traits/action_does_termination_detection.hpp
A
libs/full/actions_base/include/hpx/actions_base/traits/action_is_target_valid.hpp
M libs/full/actions_base/include/hpx/actions_base/traits/action_priority.hpp
M
libs/full/actions_base/include/hpx/actions_base/traits/action_remote_result.hpp
A
libs/full/actions_base/include/hpx/actions_base/traits/action_schedule_thread.hpp
M
libs/full/actions_base/include/hpx/actions_base/traits/action_select_direct_execution.hpp
M
libs/full/actions_base/include/hpx/actions_base/traits/action_stacksize.hpp
A
libs/full/actions_base/include/hpx/actions_base/traits/action_was_object_migrated.hpp
A libs/full/actions_base/include/hpx/actions_base/traits/is_valid_action.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/applier/detail/apply_implementations.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/detail/async_implementations.hpp
M
libs/full/async_distributed/include/hpx/async_distributed/detail/async_unwrap_result_implementations.hpp
M
libs/full/async_distributed/include/hpx/async_distributed/detail/sync_implementations.hpp
M libs/full/async_distributed/include/hpx/async_distributed/sync.hpp
M libs/full/components_base/CMakeLists.txt
M libs/full/components_base/include/hpx/components_base/pinned_ptr.hpp
A
libs/full/components_base/include/hpx/components_base/traits/action_decorate_function.hpp
M libs/full/compute_cuda/include/hpx/compute/cuda/transfer.hpp
M libs/full/include/include/hpx/include/traits.hpp
M libs/parallelism/algorithms/CMakeLists.txt
A
libs/parallelism/algorithms/include/hpx/algorithms/traits/pointer_category.hpp
M libs/parallelism/algorithms/include/hpx/parallel/util/transfer.hpp
M src/CMakeLists.txt
M src/runtime/agas/addressing_service.cpp
M src/runtime/components/stubs/runtime_support_stubs.cpp
M tests/unit/component/action_invoke_no_more_than.hpp
Log Message:
-----------
Moving traits files to actions_base
- flyby: moving a traits file to algorithms
Commit: db6ddaec22336bbfc2674c4bd5e5027e677cb840
https://github.com/STEllAR-GROUP/hpx/commit/db6ddaec22336bbfc2674c4bd5e5027e677cb840
Author: Hartmut Kaiser <[email protected]>
Date: 2021-02-03 (Wed, 03 Feb 2021)
Changed paths:
M components/performance_counters/papi/src/server/papi.cpp
M examples/performance_counters/sine/server/sine.cpp
M examples/throttle/throttle/throttle.hpp
R hpx/runtime/actions/continuation.hpp
M hpx/runtime/actions/make_continuation.hpp
R hpx/runtime/actions/set_lco_value_continuation.hpp
R hpx/runtime/actions/trigger.hpp
M hpx/runtime/components/server/fixed_component_base.hpp
M hpx/runtime/components/server/migration_support.hpp
M hpx/runtime/trigger_lco.hpp
M hpx/util/functional/colocated_helpers.hpp
M libs/full/actions/CMakeLists.txt
M libs/full/actions/include/hpx/actions/actions_fwd.hpp
M libs/full/actions/include/hpx/actions/apply_helper.hpp
M libs/full/actions/include/hpx/actions/base_action.hpp
A libs/full/actions/include/hpx/actions/continuation.hpp
A libs/full/actions/include/hpx/actions/continuation_fwd.hpp
A libs/full/actions/include/hpx/actions/set_lco_value_continuation.hpp
A libs/full/actions/include/hpx/actions/traits/action_continuation.hpp
A
libs/full/actions/include/hpx/actions/traits/action_decorate_continuation.hpp
A
libs/full/actions/include/hpx/actions/traits/action_trigger_continuation.hpp
M libs/full/actions/include/hpx/actions/transfer_base_action.hpp
M libs/full/actions/include/hpx/actions/transfer_continuation_action.hpp
A libs/full/actions/include/hpx/actions/trigger.hpp
A libs/full/actions/src/continuation.cpp
M libs/full/actions_base/CMakeLists.txt
M libs/full/actions_base/include/hpx/actions_base/basic_action.hpp
R libs/full/actions_base/include/hpx/actions_base/continuation_fwd.hpp
M libs/full/actions_base/include/hpx/actions_base/plain_action.hpp
R
libs/full/actions_base/include/hpx/actions_base/traits/action_continuation.hpp
A
libs/full/actions_base/include/hpx/actions_base/traits/action_continuation_fwd.hpp
R
libs/full/actions_base/include/hpx/actions_base/traits/action_decorate_continuation.hpp
A
libs/full/actions_base/include/hpx/actions_base/traits/action_trigger_continuation_fwd.hpp
M libs/full/agas/src/primary_namespace.cpp
M libs/full/agas/src/server/primary_namespace_server.cpp
M libs/full/collectives/src/latch.cpp
M libs/full/include/include/hpx/include/actions.hpp
M libs/full/include/include/hpx/include/plain_actions.hpp
M libs/full/include/include/hpx/include/traits.hpp
M libs/full/performance_counters/src/counters.cpp
M libs/full/performance_counters/src/manage_counter.cpp
M libs/full/performance_counters/src/manage_counter_type.cpp
M libs/full/performance_counters/src/performance_counter.cpp
M libs/full/performance_counters/src/server/arithmetics_counter.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 src/CMakeLists.txt
R src/runtime/actions/continuation.cpp
M src/runtime/agas/interface.cpp
M src/runtime/agas/server/component_namespace_server.cpp
M src/runtime/agas/server/locality_namespace_server.cpp
M src/runtime/agas/server/route.cpp
M src/runtime/applier/applier.cpp
M src/runtime/components/console_error_sink.cpp
M src/runtime/components/console_logging.cpp
M src/runtime/components/server/console_error_sink_server.cpp
M src/runtime/components/server/console_logging_server.cpp
M src/runtime/components/server/runtime_support_server.cpp
M src/runtime/parcelset/parcelhandler.cpp
M src/util/activate_counters.cpp
M src/util/query_counters.cpp
M tests/performance/local/future_overhead.cpp
M tests/performance/local/spinlock_overhead1.cpp
M tests/performance/local/spinlock_overhead2.cpp
M tests/unit/component/action_invoke_no_more_than.hpp
Log Message:
-----------
Moving files related to continuations
- fixing failing tests
Commit: 36e6af30fe373df86d7e38ae56e30237455689e3
https://github.com/STEllAR-GROUP/hpx/commit/36e6af30fe373df86d7e38ae56e30237455689e3
Author: Hartmut Kaiser <[email protected]>
Date: 2021-02-03 (Wed, 03 Feb 2021)
Changed paths:
M
libs/full/actions/include/hpx/actions/traits/action_decorate_continuation.hpp
M libs/full/actions/include/hpx/actions/trigger.hpp
M tests/unit/component/action_invoke_no_more_than.hpp
Log Message:
-----------
Resolving rebase conflicts
Commit: e8fe4f8fd1c6670aca8739e77869fdb2a7125c78
https://github.com/STEllAR-GROUP/hpx/commit/e8fe4f8fd1c6670aca8739e77869fdb2a7125c78
Author: Hartmut Kaiser <[email protected]>
Date: 2021-02-03 (Wed, 03 Feb 2021)
Changed paths:
M
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_component_decl.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/process/include/hpx/components/process/server/child.hpp
M hpx/lcos/base_lco.hpp
M hpx/lcos/base_lco_with_value.hpp
M hpx/runtime/agas/server/component_namespace.hpp
M hpx/runtime/agas/server/locality_namespace.hpp
M hpx/runtime/agas/server/symbol_namespace.hpp
M hpx/runtime/components/server/console_error_sink.hpp
M hpx/runtime/components/server/console_logging.hpp
M hpx/runtime/components/server/distributed_metadata_base.hpp
M hpx/runtime/components/server/runtime_support.hpp
M hpx/runtime/parcelset/put_parcel.hpp
M hpx/runtime/trigger_lco.hpp
M libs/full/actions/CMakeLists.txt
M libs/full/actions/include/hpx/actions/actions_fwd.hpp
M libs/full/actions/include/hpx/actions/apply_helper.hpp
A libs/full/actions/include/hpx/actions/apply_helper_fwd.hpp
M libs/full/actions/include/hpx/actions/base_action.hpp
M libs/full/actions/include/hpx/actions/continuation.hpp
M libs/full/actions/include/hpx/actions/set_lco_value_continuation.hpp
M libs/full/actions/include/hpx/actions/traits/action_continuation.hpp
M
libs/full/actions/include/hpx/actions/traits/action_decorate_continuation.hpp
M
libs/full/actions/include/hpx/actions/traits/action_trigger_continuation.hpp
M libs/full/actions/include/hpx/actions/trigger.hpp
M libs/full/actions/src/base_action.cpp
M libs/full/actions/src/continuation.cpp
M
libs/full/actions_base/include/hpx/actions_base/traits/action_does_termination_detection.hpp
M
libs/full/actions_base/include/hpx/actions_base/traits/action_is_target_valid.hpp
M
libs/full/actions_base/include/hpx/actions_base/traits/action_was_object_migrated.hpp
M libs/full/actions_base/include/hpx/actions_base/traits/is_valid_action.hpp
M libs/full/agas/include/hpx/agas/server/primary_namespace.hpp
M libs/full/collectives/include/hpx/collectives/broadcast_direct.hpp
M libs/full/collectives/include/hpx/collectives/detail/barrier_node.hpp
M libs/full/collectives/include/hpx/collectives/detail/latch.hpp
M libs/full/collectives/include/hpx/collectives/fold.hpp
M libs/full/collectives/include/hpx/collectives/reduce.hpp
M
libs/full/components_base/include/hpx/components_base/traits/action_decorate_function.hpp
M libs/full/include/include/hpx/include/actions.hpp
M libs/full/lcos_distributed/include/hpx/lcos_distributed/server/channel.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/primary_namespace_counters.hpp
M src/lcos/base_lco.cpp
M src/runtime/parcelset/parcel.cpp
Log Message:
-----------
Fixing clang-format and other issues caused by the rebase
Commit: 7e29a0d201814eff9bff23aadffde13c33df4867
https://github.com/STEllAR-GROUP/hpx/commit/7e29a0d201814eff9bff23aadffde13c33df4867
Author: Hartmut Kaiser <[email protected]>
Date: 2021-02-04 (Thu, 04 Feb 2021)
Changed paths:
M libs/full/actions/include/hpx/actions/base_action.hpp
M libs/full/actions/include/hpx/actions/register_action.hpp
M libs/full/actions/include/hpx/actions/transfer_action.hpp
M libs/full/actions/include/hpx/actions/transfer_base_action.hpp
M libs/full/actions/include/hpx/actions/transfer_continuation_action.hpp
Log Message:
-----------
Leaving some headers active if HPX_WITH_NETWORKING=OFF
Commit: 67c3f53a60dedc7d26a802b31d3094319d212224
https://github.com/STEllAR-GROUP/hpx/commit/67c3f53a60dedc7d26a802b31d3094319d212224
Author: Mikael Simberg <[email protected]>
Date: 2021-02-05 (Fri, 05 Feb 2021)
Changed paths:
M
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_component_decl.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/performance_counters/papi/src/server/papi.cpp
M components/process/include/hpx/components/process/server/child.hpp
M examples/performance_counters/sine/server/sine.cpp
M examples/throttle/throttle/throttle.hpp
M hpx/lcos/base_lco.hpp
M hpx/lcos/base_lco_with_value.hpp
M hpx/lcos/packaged_action.hpp
R hpx/runtime/actions/continuation.hpp
M hpx/runtime/actions/make_continuation.hpp
R hpx/runtime/actions/set_lco_value_continuation.hpp
R hpx/runtime/actions/trigger.hpp
M hpx/runtime/agas/server/component_namespace.hpp
M hpx/runtime/agas/server/locality_namespace.hpp
M hpx/runtime/agas/server/symbol_namespace.hpp
M hpx/runtime/components/server/abstract_migration_support.hpp
M hpx/runtime/components/server/console_error_sink.hpp
M hpx/runtime/components/server/console_logging.hpp
M hpx/runtime/components/server/distributed_metadata_base.hpp
M hpx/runtime/components/server/fixed_component_base.hpp
M hpx/runtime/components/server/locking_hook.hpp
M hpx/runtime/components/server/migration_support.hpp
M hpx/runtime/components/server/runtime_support.hpp
M hpx/runtime/parcelset/put_parcel.hpp
M hpx/runtime/trigger_lco.hpp
R hpx/traits/action_decorate_continuation.hpp
R hpx/traits/action_decorate_function.hpp
R hpx/traits/action_does_termination_detection.hpp
R hpx/traits/action_is_target_valid.hpp
R hpx/traits/action_schedule_thread.hpp
R hpx/traits/action_was_object_migrated.hpp
R hpx/traits/is_valid_action.hpp
R hpx/traits/pointer_category.hpp
M hpx/util/functional/colocated_helpers.hpp
M libs/full/actions/CMakeLists.txt
M libs/full/actions/include/hpx/actions/actions_fwd.hpp
M libs/full/actions/include/hpx/actions/apply_helper.hpp
A libs/full/actions/include/hpx/actions/apply_helper_fwd.hpp
M libs/full/actions/include/hpx/actions/base_action.hpp
A libs/full/actions/include/hpx/actions/continuation.hpp
A libs/full/actions/include/hpx/actions/continuation_fwd.hpp
M libs/full/actions/include/hpx/actions/register_action.hpp
A libs/full/actions/include/hpx/actions/set_lco_value_continuation.hpp
A libs/full/actions/include/hpx/actions/traits/action_continuation.hpp
A
libs/full/actions/include/hpx/actions/traits/action_decorate_continuation.hpp
A
libs/full/actions/include/hpx/actions/traits/action_trigger_continuation.hpp
M libs/full/actions/include/hpx/actions/transfer_action.hpp
M libs/full/actions/include/hpx/actions/transfer_base_action.hpp
M libs/full/actions/include/hpx/actions/transfer_continuation_action.hpp
A libs/full/actions/include/hpx/actions/trigger.hpp
M libs/full/actions/src/base_action.cpp
A libs/full/actions/src/continuation.cpp
M libs/full/actions_base/CMakeLists.txt
M libs/full/actions_base/include/hpx/actions_base/basic_action.hpp
R libs/full/actions_base/include/hpx/actions_base/continuation_fwd.hpp
M libs/full/actions_base/include/hpx/actions_base/plain_action.hpp
R
libs/full/actions_base/include/hpx/actions_base/traits/action_continuation.hpp
A
libs/full/actions_base/include/hpx/actions_base/traits/action_continuation_fwd.hpp
A
libs/full/actions_base/include/hpx/actions_base/traits/action_does_termination_detection.hpp
A
libs/full/actions_base/include/hpx/actions_base/traits/action_is_target_valid.hpp
M libs/full/actions_base/include/hpx/actions_base/traits/action_priority.hpp
M
libs/full/actions_base/include/hpx/actions_base/traits/action_remote_result.hpp
A
libs/full/actions_base/include/hpx/actions_base/traits/action_schedule_thread.hpp
M
libs/full/actions_base/include/hpx/actions_base/traits/action_select_direct_execution.hpp
M
libs/full/actions_base/include/hpx/actions_base/traits/action_stacksize.hpp
A
libs/full/actions_base/include/hpx/actions_base/traits/action_trigger_continuation_fwd.hpp
A
libs/full/actions_base/include/hpx/actions_base/traits/action_was_object_migrated.hpp
A libs/full/actions_base/include/hpx/actions_base/traits/is_valid_action.hpp
M libs/full/agas/include/hpx/agas/server/primary_namespace.hpp
M libs/full/agas/src/primary_namespace.cpp
M libs/full/agas/src/server/primary_namespace_server.cpp
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/applier/detail/apply_implementations.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/detail/async_implementations.hpp
M
libs/full/async_distributed/include/hpx/async_distributed/detail/async_unwrap_result_implementations.hpp
M
libs/full/async_distributed/include/hpx/async_distributed/detail/sync_implementations.hpp
M libs/full/async_distributed/include/hpx/async_distributed/sync.hpp
M libs/full/collectives/include/hpx/collectives/broadcast_direct.hpp
M libs/full/collectives/include/hpx/collectives/detail/barrier_node.hpp
M libs/full/collectives/include/hpx/collectives/detail/latch.hpp
M libs/full/collectives/include/hpx/collectives/fold.hpp
M libs/full/collectives/include/hpx/collectives/reduce.hpp
M libs/full/collectives/src/latch.cpp
M libs/full/components_base/CMakeLists.txt
M libs/full/components_base/include/hpx/components_base/pinned_ptr.hpp
A
libs/full/components_base/include/hpx/components_base/traits/action_decorate_function.hpp
M libs/full/compute_cuda/include/hpx/compute/cuda/transfer.hpp
M libs/full/include/include/hpx/include/actions.hpp
M libs/full/include/include/hpx/include/plain_actions.hpp
M libs/full/include/include/hpx/include/traits.hpp
M libs/full/lcos_distributed/include/hpx/lcos_distributed/server/channel.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/primary_namespace_counters.hpp
M libs/full/performance_counters/src/counters.cpp
M libs/full/performance_counters/src/manage_counter.cpp
M libs/full/performance_counters/src/manage_counter_type.cpp
M libs/full/performance_counters/src/performance_counter.cpp
M libs/full/performance_counters/src/server/arithmetics_counter.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/parallelism/algorithms/CMakeLists.txt
A
libs/parallelism/algorithms/include/hpx/algorithms/traits/pointer_category.hpp
M libs/parallelism/algorithms/include/hpx/parallel/util/transfer.hpp
M src/CMakeLists.txt
M src/lcos/base_lco.cpp
R src/runtime/actions/continuation.cpp
M src/runtime/agas/addressing_service.cpp
M src/runtime/agas/interface.cpp
M src/runtime/agas/server/component_namespace_server.cpp
M src/runtime/agas/server/locality_namespace_server.cpp
M src/runtime/agas/server/route.cpp
M src/runtime/applier/applier.cpp
M src/runtime/components/console_error_sink.cpp
M src/runtime/components/console_logging.cpp
M src/runtime/components/server/console_error_sink_server.cpp
M src/runtime/components/server/console_logging_server.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/util/activate_counters.cpp
M src/util/query_counters.cpp
M tests/performance/local/future_overhead.cpp
M tests/performance/local/spinlock_overhead1.cpp
M tests/performance/local/spinlock_overhead2.cpp
M tests/unit/component/action_invoke_no_more_than.hpp
Log Message:
-----------
Merge pull request #5031 from STEllAR-GROUP/action_module
Moving traits files to actions_base
Compare:
https://github.com/STEllAR-GROUP/hpx/compare/e6a757ff58d9...67c3f53a60de
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits