Branch: refs/heads/finer-includes
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: da2194e75c5a0631d8b36cf0db28cc891180bc1f
      
https://github.com/STEllAR-GROUP/hpx/commit/da2194e75c5a0631d8b36cf0db28cc891180bc1f
  Author: Agustin K-ballo Berge <[email protected]>
  Date:   2020-10-08 (Thu, 08 Oct 2020)

  Changed paths:
    M hpx/runtime/actions/trigger.hpp
    M libs/core/execution_base/include/hpx/execution_base/register_locks.hpp
    M libs/core/functional/include/hpx/functional/mem_fn.hpp
    M 
libs/core/schedulers/include/hpx/schedulers/local_priority_queue_scheduler.hpp
    M libs/core/schedulers/include/hpx/schedulers/local_queue_scheduler.hpp
    M 
libs/core/schedulers/include/hpx/schedulers/shared_priority_queue_scheduler.hpp
    M libs/core/synchronization/include/hpx/synchronization/once.hpp
    M libs/core/testing/include/hpx/modules/testing.hpp
    M 
libs/core/thread_pools/include/hpx/thread_pools/scheduled_thread_pool_impl.hpp
    M libs/core/threading_base/include/hpx/threading_base/annotated_function.hpp
    M libs/core/threading_base/include/hpx/threading_base/external_timer.hpp
    M libs/core/threading_base/include/hpx/threading_base/register_thread.hpp
    M libs/core/threading_base/include/hpx/threading_base/scheduler_base.hpp
    M libs/core/threading_base/include/hpx/threading_base/thread_pool_base.hpp
    M libs/full/collectives/tests/regressions/barrier_3792.cpp
    M libs/full/collectives/tests/unit/barrier.cpp
    M 
libs/full/command_line_handling/include/hpx/command_line_handling/command_line_handling.hpp
    M libs/full/resiliency/include/hpx/resiliency/async_replay.hpp
    M libs/full/resiliency/include/hpx/resiliency/async_replay_executor.hpp
    M libs/full/resiliency/include/hpx/resiliency/async_replicate.hpp
    M libs/full/resiliency/include/hpx/resiliency/async_replicate_executor.hpp
    M libs/full/resiliency/include/hpx/resiliency/resiliency_cpos.hpp
    M libs/full/runtime_configuration/include/hpx/runtime_configuration/ini.hpp
    M libs/full/runtime_local/include/hpx/runtime_local/run_as_hpx_thread.hpp
    M libs/full/runtime_local/src/runtime_local.cpp
    M 
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/adjacent_difference.hpp
    M 
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/adjacent_find.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/adjacent_difference.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/all_any_none.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/count.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/detail/set_operation.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/equal.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/for_each.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/for_loop.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/search.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform_reduce.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/datapar/iterator_helpers.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/spmd_block.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/util/compare_projected.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/util/detail/algorithm_result.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/util/detail/handle_exception_termination_handler.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/util/invoke_projected.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/util/loop.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/util/transform_loop.hpp
    M 
libs/parallelism/execution/include/hpx/execution/detail/async_launch_policy_dispatch.hpp
    M 
libs/parallelism/execution/include/hpx/execution/detail/execution_parameter_callbacks.hpp
    M 
libs/parallelism/execution/include/hpx/execution/detail/sync_launch_policy_dispatch.hpp
    M libs/parallelism/execution/include/hpx/execution/executors/execution.hpp
    M 
libs/parallelism/execution/include/hpx/execution/executors/polymorphic_executor.hpp
    M libs/parallelism/execution/tests/unit/polymorphic_executor.cpp
    M libs/parallelism/executors/include/hpx/executors/exception_list.hpp
    M libs/parallelism/executors/include/hpx/executors/limiting_executor.hpp
    M 
libs/parallelism/executors/include/hpx/executors/parallel_executor_aggregated.hpp
    M libs/parallelism/futures/include/hpx/futures/detail/future_data.hpp
    M libs/parallelism/futures/include/hpx/futures/future.hpp
    M 
libs/parallelism/pack_traversal/include/hpx/pack_traversal/detail/pack_traversal_async_impl.hpp
    M 
libs/parallelism/pack_traversal/include/hpx/pack_traversal/detail/pack_traversal_impl.hpp
    M 
libs/parallelism/pack_traversal/include/hpx/pack_traversal/detail/unwrap_impl.hpp
    M libs/parallelism/threading/include/hpx/threading/jthread.hpp
    M libs/parallelism/threading/include/hpx/threading/thread.hpp
    M libs/parallelism/threading/tests/unit/condition_variable2.cpp
    M src/runtime/parcelset/detail/parcel_await.cpp
    M src/runtime/threads/thread_pool_suspension_helpers.cpp
    M src/runtime_distributed.cpp

  Log Message:
  -----------
  Avoid including the entire functional module


  Commit: 26bc1b0da66f15dd6ccbb4fe4c823b731d70d65c
      
https://github.com/STEllAR-GROUP/hpx/commit/26bc1b0da66f15dd6ccbb4fe4c823b731d70d65c
  Author: Agustin K-ballo Berge <[email protected]>
  Date:   2020-10-08 (Thu, 08 Oct 2020)

  Changed paths:
    M libs/core/execution_base/include/hpx/execution_base/execution.hpp
    M libs/full/collectives/src/detail/communication_set_node.cpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/detail/sample_sort.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/exclusive_scan.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/for_each.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/for_loop.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/inclusive_scan.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform_exclusive_scan.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform_inclusive_scan.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform_reduce.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/util/range.hpp

  Log Message:
  -----------
  Avoid including the entire iterator_support module


  Commit: 9db2b9a139bf8c55a337f722c19cbae3ac839518
      
https://github.com/STEllAR-GROUP/hpx/commit/9db2b9a139bf8c55a337f722c19cbae3ac839518
  Author: Agustin K-ballo Berge <[email protected]>
  Date:   2020-10-08 (Thu, 08 Oct 2020)

  Changed paths:
    M libs/full/resiliency/include/hpx/resiliency/async_replay_executor.hpp
    M libs/full/resiliency/include/hpx/resiliency/async_replicate_executor.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/for_each.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/for_loop.hpp

  Log Message:
  -----------
  Avoid including the entire concepts module


  Commit: ad7e508e4786a806904277eeaa85c511419be9cd
      
https://github.com/STEllAR-GROUP/hpx/commit/ad7e508e4786a806904277eeaa85c511419be9cd
  Author: Agustin K-ballo Berge <[email protected]>
  Date:   2020-10-08 (Thu, 08 Oct 2020)

  Changed paths:
    M hpx/lcos/packaged_action.hpp
    M hpx/runtime/actions/continuation.hpp
    M hpx/runtime/actions/continuation2_impl.hpp
    M hpx/runtime/actions/continuation_impl.hpp
    M hpx/runtime/actions/make_continuation.hpp
    M hpx/runtime/components/server/locking_hook.hpp
    M hpx/runtime/components/stubs/runtime_support.hpp
    M hpx/runtime/components/stubs/stub_base.hpp
    M hpx/runtime/parcelset/locality.hpp
    M hpx/runtime/trigger_lco.hpp
    M hpx/traits/is_continuation.hpp
    M hpx/traits/is_valid_action.hpp
    M hpx/util/functional/colocated_helpers.hpp
    M hpx/util/storage/tuple.hpp
    M libs/core/datastructures/include/hpx/datastructures/tagged.hpp
    M libs/core/datastructures/include/hpx/datastructures/tagged_pair.hpp
    M libs/core/datastructures/include/hpx/datastructures/tagged_tuple.hpp
    M libs/core/datastructures/tests/unit/tagged.cpp
    M libs/core/functional/include/hpx/functional/traits/is_action.hpp
    M 
libs/core/iterator_support/include/hpx/iterator_support/counting_iterator.hpp
    M libs/core/iterator_support/tests/unit/stencil3_iterator.cpp
    M libs/core/serialization/include/hpx/serialization/access.hpp
    M libs/core/serialization/include/hpx/serialization/base_object.hpp
    M 
libs/core/serialization/include/hpx/serialization/detail/polymorphic_nonintrusive_factory.hpp
    M libs/core/serialization/include/hpx/serialization/serializable_any.hpp
    M libs/core/timing/include/hpx/timing/high_resolution_clock.hpp
    M 
libs/full/async_distributed/include/hpx/async_distributed/applier/apply_callback.hpp
    M 
libs/full/async_distributed/include/hpx/async_distributed/applier/apply_helper.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_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/collectives/include/hpx/collectives/all_gather.hpp
    M libs/full/collectives/include/hpx/collectives/all_reduce.hpp
    M libs/full/collectives/include/hpx/collectives/all_to_all.hpp
    M libs/full/collectives/include/hpx/collectives/broadcast.hpp
    M libs/full/collectives/include/hpx/collectives/detail/communicator.hpp
    M libs/full/collectives/include/hpx/collectives/fold.hpp
    M libs/full/collectives/include/hpx/collectives/gather.hpp
    M libs/full/collectives/include/hpx/collectives/reduce.hpp
    M libs/full/collectives/include/hpx/collectives/scatter.hpp
    M libs/full/compute/include/hpx/compute/detail/get_proxy_type.hpp
    M libs/full/compute_cuda/include/hpx/compute/cuda/concurrent_executor.hpp
    M libs/full/compute_cuda/include/hpx/compute/cuda/default_executor.hpp
    M libs/full/compute_cuda/include/hpx/compute/cuda/detail/launch.hpp
    M libs/full/compute_cuda/include/hpx/compute/cuda/transfer.hpp
    M libs/full/compute_cuda/include/hpx/compute/detail/get_proxy_type.hpp
    M 
libs/full/executors_distributed/include/hpx/executors_distributed/distribution_policy_executor.hpp
    M libs/full/include/include/hpx/include/util.hpp
    M libs/full/resiliency/include/hpx/resiliency/async_replay_executor.hpp
    M libs/full/resource_partitioner/examples/async_customization.cpp
    M libs/full/resource_partitioner/tests/unit/named_pool_executor.cpp
    M libs/full/runtime_configuration/src/ini.cpp
    M 
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/detail/dispatch.hpp
    M 
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/reduce.hpp
    M 
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/transform_reduce.hpp
    M 
libs/full/segmented_algorithms/tests/unit/partitioned_vector_transform_reduce1.cpp
    M 
libs/full/segmented_algorithms/tests/unit/partitioned_vector_transform_reduce2.cpp
    M 
libs/full/segmented_algorithms/tests/unit/partitioned_vector_transform_reduce_binary1.cpp
    M 
libs/full/segmented_algorithms/tests/unit/partitioned_vector_transform_reduce_binary2.cpp
    M 
libs/full/thread_executors/include/hpx/thread_executors/thread_execution.hpp
    M libs/parallelism/algorithms/include/hpx/algorithms/traits/projected.hpp
    M 
libs/parallelism/algorithms/include/hpx/algorithms/traits/projected_range.hpp
    M 
libs/parallelism/algorithms/include/hpx/algorithms/traits/segmented_iterator_traits.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/count.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/detail/dispatch.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/detail/parallel_stable_sort.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/detail/sample_sort.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/fill.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/for_each.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/for_loop.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/for_loop_induction.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/for_loop_reduction.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/set_difference.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/set_intersection.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/set_symmetric_difference.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/set_union.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/sort.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/stable_sort.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform_reduce.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/datapar/iterator_helpers.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/datapar/loop.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/datapar/transform_loop.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/spmd_block.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/task_block.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/util/detail/algorithm_result.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/util/detail/chunk_size.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/util/invoke_projected.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/util/tagged_pair.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/util/tagged_tuple.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/util/transfer.hpp
    M libs/parallelism/async_base/include/hpx/async_base/apply.hpp
    M libs/parallelism/async_base/include/hpx/async_base/async.hpp
    M libs/parallelism/async_base/include/hpx/async_base/dataflow.hpp
    M libs/parallelism/async_base/include/hpx/async_base/sync.hpp
    M 
libs/parallelism/async_base/include/hpx/async_base/traits/is_launch_policy.hpp
    M libs/parallelism/async_local/include/hpx/async_local/async_fwd.hpp
    M libs/parallelism/async_local/include/hpx/async_local/sync_fwd.hpp
    M libs/parallelism/execution/include/hpx/execution/detail/future_exec.hpp
    M 
libs/parallelism/execution/include/hpx/execution/executors/execution_parameters.hpp
    M 
libs/parallelism/execution/include/hpx/execution/executors/execution_parameters_fwd.hpp
    M 
libs/parallelism/execution/include/hpx/execution/executors/rebind_executor.hpp
    M 
libs/parallelism/execution/include/hpx/execution/traits/executor_traits.hpp
    M 
libs/parallelism/execution/include/hpx/execution/traits/is_execution_policy.hpp
    M libs/parallelism/execution/tests/regressions/lambda_return_type_2402.cpp
    M libs/parallelism/executors/include/hpx/executors/async.hpp
    M libs/parallelism/executors/include/hpx/executors/dataflow.hpp
    M libs/parallelism/executors/include/hpx/executors/exception_list.hpp
    M libs/parallelism/executors/include/hpx/executors/execution_policy.hpp
    M libs/parallelism/executors/include/hpx/executors/sync.hpp
    M libs/parallelism/futures/include/hpx/futures/detail/future_data.hpp
    M libs/parallelism/futures/include/hpx/futures/futures_factory.hpp
    M 
libs/parallelism/pack_traversal/include/hpx/pack_traversal/detail/pack_traversal_async_impl.hpp
    M 
libs/parallelism/pack_traversal/include/hpx/pack_traversal/detail/pack_traversal_impl.hpp
    M libs/parallelism/threading/include/hpx/threading/thread.hpp
    M 
libs/parallelism/timed_execution/include/hpx/timed_execution/timed_executors.hpp
    M 
libs/parallelism/timed_execution/include/hpx/timed_execution/traits/is_timed_executor.hpp

  Log Message:
  -----------
  Avoid including the entire type_support module


  Commit: fed182376256104339dca7eea8fbe184be3f1a7c
      
https://github.com/STEllAR-GROUP/hpx/commit/fed182376256104339dca7eea8fbe184be3f1a7c
  Author: Agustin K-ballo Berge <[email protected]>
  Date:   2020-10-08 (Thu, 08 Oct 2020)

  Changed paths:
    M libs/core/serialization/include/hpx/serialization/basic_archive.hpp
    M libs/core/serialization/include/hpx/serialization/serialize_buffer.hpp
    M libs/core/serialization/tests/performance/serialization_performance.cpp
    M libs/core/serialization/tests/unit/serialization_optional.cpp
    M libs/full/actions/include/hpx/actions/transfer_continuation_action.hpp
    M libs/full/resiliency/include/hpx/resiliency/async_replicate_executor.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/for_loop.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/util/result_types.hpp
    M 
libs/parallelism/lcos_local/include/hpx/lcos_local/detail/preprocess_future.hpp
    M libs/parallelism/threading/tests/unit/stop_token_cb1.cpp
    M libs/parallelism/threading/tests/unit/stop_token_race.cpp

  Log Message:
  -----------
  Avoid including the entire datastructures module


  Commit: 58a93ef0d83ed528798b28fe603f5d5b62d42873
      
https://github.com/STEllAR-GROUP/hpx/commit/58a93ef0d83ed528798b28fe603f5d5b62d42873
  Author: Agustin K-ballo Berge <[email protected]>
  Date:   2020-10-08 (Thu, 08 Oct 2020)

  Changed paths:
    M libs/parallelism/futures/include/hpx/futures/future.hpp

  Log Message:
  -----------
  Avoid including the entire serialization module


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

Reply via email to