Branch: refs/heads/rename_tag_invoke
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 85e6a9efc4d2ab96104452b92eac2aeb790d62d1
      
https://github.com/STEllAR-GROUP/hpx/commit/85e6a9efc4d2ab96104452b92eac2aeb790d62d1
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-05-31 (Mon, 31 May 2021)

  Changed paths:
    M 
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_segmented_iterator.hpp
    M 
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_view_iterator.hpp
    M libs/core/execution_base/include/hpx/execution_base/execution.hpp
    M libs/core/execution_base/include/hpx/execution_base/operation_state.hpp
    M libs/core/execution_base/include/hpx/execution_base/receiver.hpp
    M libs/core/execution_base/include/hpx/execution_base/sender.hpp
    M libs/core/execution_base/tests/unit/basic_executor.cpp
    M libs/core/execution_base/tests/unit/basic_operation_state.cpp
    M libs/core/execution_base/tests/unit/basic_schedule.cpp
    M libs/core/execution_base/tests/unit/basic_sender.cpp
    M libs/core/execution_base/tests/unit/basic_submit.cpp
    M libs/core/functional/CMakeLists.txt
    A libs/core/functional/include/hpx/functional/tag_dispatch.hpp
    A libs/core/functional/include/hpx/functional/tag_fallback_dispatch.hpp
    R libs/core/functional/include/hpx/functional/tag_fallback_invoke.hpp
    R libs/core/functional/include/hpx/functional/tag_invoke.hpp
    A libs/core/functional/include/hpx/functional/tag_priority_dispatch.hpp
    R libs/core/functional/include/hpx/functional/tag_priority_invoke.hpp
    M libs/core/functional/tests/unit/CMakeLists.txt
    A libs/core/functional/tests/unit/tag_dispatch.cpp
    R libs/core/functional/tests/unit/tag_invoke.cpp
    M libs/core/properties/docs/index.rst
    M libs/core/properties/include/hpx/properties/property.hpp
    M libs/core/properties/tests/unit/properties.cpp
    M 
libs/full/resiliency_distributed/include/hpx/resiliency_distributed/async_replay_distributed.hpp
    M 
libs/full/resiliency_distributed/include/hpx/resiliency_distributed/async_replicate_distributed.hpp
    M 
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/adjacent_find.hpp
    M 
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/all_any_none.hpp
    M 
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/count.hpp
    M 
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/fill.hpp
    M 
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/find.hpp
    M 
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/for_each.hpp
    M 
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/generate.hpp
    M 
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/reduce.hpp
    M 
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/transform.hpp
    M 
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/transform_reduce.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/adjacent_find.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/all_any_none.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/copy.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/count.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/destroy.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/equal.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/fill.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/find.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/generate.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/includes.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/is_heap.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/is_partitioned.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/is_sorted.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/make_heap.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/merge.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/mismatch.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/move.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/partial_sort.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/reduce.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/remove.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/remove_copy.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/replace.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/reverse.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/search.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/transform.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform_reduce.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/adjacent_find.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/all_any_none.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/copy.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/count.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/destroy.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/equal.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/fill.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/find.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/for_each.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/for_loop.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/generate.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/includes.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/is_heap.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/is_partitioned.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/is_sorted.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/make_heap.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/merge.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/mismatch.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/move.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/reduce.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/remove.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/remove_copy.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/replace.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/reverse.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/search.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/set_difference.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/set_intersection.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/set_symmetric_difference.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/set_union.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/transform.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/transform_reduce.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/util/loop.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/util/prefetching.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/util/transform_loop.hpp
    M libs/parallelism/execution/include/hpx/execution/algorithms/detach.hpp
    M 
libs/parallelism/execution/include/hpx/execution/algorithms/ensure_started.hpp
    M libs/parallelism/execution/include/hpx/execution/algorithms/just.hpp
    M libs/parallelism/execution/include/hpx/execution/algorithms/just_on.hpp
    M 
libs/parallelism/execution/include/hpx/execution/algorithms/keep_future.hpp
    M libs/parallelism/execution/include/hpx/execution/algorithms/let_error.hpp
    M libs/parallelism/execution/include/hpx/execution/algorithms/let_value.hpp
    M libs/parallelism/execution/include/hpx/execution/algorithms/on.hpp
    M libs/parallelism/execution/include/hpx/execution/algorithms/sync_wait.hpp
    M libs/parallelism/execution/include/hpx/execution/algorithms/transform.hpp
    M libs/parallelism/execution/include/hpx/execution/algorithms/when_all.hpp
    M 
libs/parallelism/execution/include/hpx/execution/executors/execution_information.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/tests/unit/algorithm_detach.cpp
    M libs/parallelism/execution/tests/unit/algorithm_ensure_started.cpp
    M libs/parallelism/execution/tests/unit/algorithm_just.cpp
    M libs/parallelism/execution/tests/unit/algorithm_just_on.cpp
    M libs/parallelism/execution/tests/unit/algorithm_let_error.cpp
    M libs/parallelism/execution/tests/unit/algorithm_let_value.cpp
    M libs/parallelism/execution/tests/unit/algorithm_on.cpp
    M libs/parallelism/execution/tests/unit/algorithm_sync_wait.cpp
    M libs/parallelism/execution/tests/unit/algorithm_transform.cpp
    M libs/parallelism/execution/tests/unit/algorithm_when_all.cpp
    M libs/parallelism/executors/include/hpx/executors/p0443_executor.hpp
    M libs/parallelism/executors/include/hpx/executors/parallel_executor.hpp
    M libs/parallelism/resiliency/include/hpx/resiliency/async_replay.hpp
    M 
libs/parallelism/resiliency/include/hpx/resiliency/async_replay_executor.hpp
    M libs/parallelism/resiliency/include/hpx/resiliency/async_replicate.hpp
    M 
libs/parallelism/resiliency/include/hpx/resiliency/async_replicate_executor.hpp
    M libs/parallelism/resiliency/include/hpx/resiliency/resiliency_cpos.hpp
    M 
libs/parallelism/timed_execution/include/hpx/timed_execution/timed_execution_fwd.hpp

  Log Message:
  -----------
  Rename tag_invoke and related facilities to tag_dispatch


  Commit: 04a89ad2720fc3b37d3823945e6d407a375884e8
      
https://github.com/STEllAR-GROUP/hpx/commit/04a89ad2720fc3b37d3823945e6d407a375884e8
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-05-31 (Mon, 31 May 2021)

  Changed paths:
    M libs/core/execution_base/tests/unit/basic_executor.cpp
    M libs/core/execution_base/tests/unit/basic_schedule.cpp
    M libs/core/execution_base/tests/unit/basic_sender.cpp
    M libs/core/execution_base/tests/unit/basic_submit.cpp
    M libs/parallelism/execution/tests/unit/algorithm_detach.cpp
    M libs/parallelism/execution/tests/unit/algorithm_ensure_started.cpp
    M libs/parallelism/execution/tests/unit/algorithm_just.cpp
    M libs/parallelism/execution/tests/unit/algorithm_just_on.cpp
    M libs/parallelism/execution/tests/unit/algorithm_let_error.cpp
    M libs/parallelism/execution/tests/unit/algorithm_let_value.cpp
    M libs/parallelism/execution/tests/unit/algorithm_on.cpp
    M libs/parallelism/execution/tests/unit/algorithm_sync_wait.cpp
    M libs/parallelism/execution/tests/unit/algorithm_test_utils.hpp
    M libs/parallelism/execution/tests/unit/algorithm_transform.cpp
    M libs/parallelism/execution/tests/unit/algorithm_when_all.cpp

  Log Message:
  -----------
  Rename use of `tag_invoke_...` in tests as well


  Commit: 1111130fdaa536f467101f10429361cb229ef348
      
https://github.com/STEllAR-GROUP/hpx/commit/1111130fdaa536f467101f10429361cb229ef348
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-05-31 (Mon, 31 May 2021)

  Changed paths:
    M libs/core/functional/include/hpx/functional/tag_fallback_dispatch.hpp
    M libs/core/functional/include/hpx/functional/tag_priority_dispatch.hpp
    M 
libs/full/resiliency_distributed/include/hpx/resiliency_distributed/async_replicate_distributed.hpp
    M 
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/fill.hpp
    M 
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/transform.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/count.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/destroy.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/find.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/for_each.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/is_heap.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/is_sorted.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/merge.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/partial_sort.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/remove_copy.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/replace.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/algorithms/set_intersection.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/all_any_none.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/count.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/equal.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/find.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/is_partitioned.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/is_sorted.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/make_heap.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/merge.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/reduce.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/remove_copy.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/set_difference.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/set_symmetric_difference.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/transform.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/transform_reduce.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/datapar/loop.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/util/loop.hpp
    M 
libs/parallelism/execution/include/hpx/execution/executors/execution_information.hpp
    M 
libs/parallelism/execution/include/hpx/execution/executors/execution_parameters.hpp
    M libs/parallelism/execution/tests/unit/algorithm_when_all.cpp
    M 
libs/parallelism/resiliency/include/hpx/resiliency/async_replicate_executor.hpp
    M 
libs/parallelism/timed_execution/include/hpx/timed_execution/timed_execution_fwd.hpp

  Log Message:
  -----------
  Fixing clang-format issues


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

Reply via email to