Branch: refs/heads/iterator_support
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 1a6908144a9e856f429083925e74fcfc0285d3b3
      
https://github.com/STEllAR-GROUP/hpx/commit/1a6908144a9e856f429083925e74fcfc0285d3b3
  Author: Hartmut Kaiser <hartmut.kai...@gmail.com>
  Date:   2019-11-01 (Fri, 01 Nov 2019)

  Changed paths:
    M hpx/include/traits.hpp
    M hpx/lcos/local/spmd_block.hpp
    M hpx/runtime/parcelset/locality.hpp
    M hpx/traits/acquire_future.hpp
    M hpx/traits/acquire_shared_state.hpp
    M hpx/traits/is_future_range.hpp
    M hpx/util/detail/container_category.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/adjacent_difference.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/adjacent_find.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/all_any_none.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/copy.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/count.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/destroy.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/detail/transfer.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/equal.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/exclusive_scan.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/fill.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/find.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/for_each.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/for_loop.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/generate.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/includes.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/inclusive_scan.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/is_heap.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/is_partitioned.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/is_sorted.hpp
    M 
libs/algorithms/include/hpx/parallel/algorithms/lexicographical_compare.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/merge.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/minmax.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/mismatch.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/move.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/partition.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/reduce.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/remove.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/remove_copy.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/replace.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/reverse.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/rotate.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/search.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/set_difference.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/set_intersection.hpp
    M 
libs/algorithms/include/hpx/parallel/algorithms/set_symmetric_difference.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/set_union.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/sort.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/swap_ranges.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/transform.hpp
    M 
libs/algorithms/include/hpx/parallel/algorithms/transform_exclusive_scan.hpp
    M 
libs/algorithms/include/hpx/parallel/algorithms/transform_inclusive_scan.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/transform_reduce.hpp
    M 
libs/algorithms/include/hpx/parallel/algorithms/transform_reduce_binary.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/uninitialized_copy.hpp
    M 
libs/algorithms/include/hpx/parallel/algorithms/uninitialized_default_construct.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/uninitialized_fill.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/uninitialized_move.hpp
    M 
libs/algorithms/include/hpx/parallel/algorithms/uninitialized_value_construct.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/unique.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/all_any_none.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/copy.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/count.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/fill.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/find.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/for_each.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/generate.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/is_heap.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/merge.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/minmax.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/move.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/partition.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/remove.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/remove_copy.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/replace.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/reverse.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/rotate.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/search.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/sort.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/transform.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/unique.hpp
    M libs/algorithms/include/hpx/parallel/datapar/transform_loop.hpp
    M libs/algorithms/include/hpx/parallel/datapar/zip_iterator.hpp
    M libs/algorithms/include/hpx/parallel/traits/projected.hpp
    M libs/algorithms/include/hpx/parallel/traits/projected_range.hpp
    M libs/algorithms/include/hpx/parallel/util/prefetching.hpp
    M libs/algorithms/include/hpx/traits/segmented_iterator_traits.hpp
    M libs/collectives/include/hpx/collectives/spmd_block.hpp
    M libs/compute/include/hpx/compute/detail/get_proxy_type.hpp
    M libs/compute/include/hpx/compute/vector.hpp
    M libs/compute_cuda/include/hpx/compute/cuda/default_executor.hpp
    M libs/compute_cuda/include/hpx/compute/detail/get_proxy_type.hpp
    M libs/execution/include/hpx/parallel/algorithms/detail/predicates.hpp
    M libs/execution/include/hpx/parallel/executors/fused_bulk_execute.hpp
    M libs/iterator_support/CMakeLists.txt
    R libs/iterator_support/include/hpx/iterator_support/is_iterator.hpp
    R libs/iterator_support/include/hpx/iterator_support/is_range.hpp
    M libs/iterator_support/include/hpx/iterator_support/iterator_adaptor.hpp
    M libs/iterator_support/include/hpx/iterator_support/iterator_facade.hpp
    M libs/iterator_support/include/hpx/iterator_support/iterator_range.hpp
    A libs/iterator_support/include/hpx/iterator_support/traits/is_iterator.hpp
    A libs/iterator_support/include/hpx/iterator_support/traits/is_range.hpp
    M libs/iterator_support/include/hpx/iterator_support/zip_iterator.hpp
    M libs/iterator_support/include_compatibility/hpx/traits/is_iterator.hpp
    M libs/iterator_support/include_compatibility/hpx/traits/is_range.hpp
    M libs/iterator_support/tests/unit/is_iterator.cpp
    M libs/iterator_support/tests/unit/is_range.cpp
    M libs/iterator_support/tests/unit/iterator_facade.cpp
    M libs/iterator_support/tests/unit/iterator_tests.hpp
    M 
libs/segmented_algorithms/include/hpx/parallel/segmented_algorithms/detail/scan.hpp
    M libs/util/include/hpx/util/detail/reserve.hpp

  Log Message:
  -----------
  Moving traits into subdirectory (for 4053)


_______________________________________________
hpx-commits mailing list
hpx-commits@stellar.cct.lsu.edu
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to