[libcxx-commits] [PATCH] D60535: [pstl] Remove the stdlib headers from the PSTL and move them to the tests

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Apr 16 07:38:23 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL358497: [pstl] Remove the stdlib headers from the PSTL and move them to the tests (authored by ldionne, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D60535?vs=194576&id=195379#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60535/new/

https://reviews.llvm.org/D60535

Files:
  pstl/trunk/include/pstl/algorithm
  pstl/trunk/include/pstl/execution
  pstl/trunk/include/pstl/memory
  pstl/trunk/include/pstl/numeric
  pstl/trunk/test/CMakeLists.txt
  pstl/trunk/test/pstl/header_inclusion_order_algorithm_0.pass.cpp
  pstl/trunk/test/pstl/header_inclusion_order_algorithm_1.pass.cpp
  pstl/trunk/test/pstl/header_inclusion_order_memory_0.pass.cpp
  pstl/trunk/test/pstl/header_inclusion_order_memory_1.pass.cpp
  pstl/trunk/test/pstl/header_inclusion_order_numeric_0.pass.cpp
  pstl/trunk/test/pstl/header_inclusion_order_numeric_1.pass.cpp
  pstl/trunk/test/std/algorithms/alg.merge/inplace_merge.pass.cpp
  pstl/trunk/test/std/algorithms/alg.merge/merge.pass.cpp
  pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.copy/copy_if.pass.cpp
  pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.partitions/is_partitioned.pass.cpp
  pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp
  pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.partitions/partition_copy.pass.cpp
  pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse.pass.cpp
  pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp
  pstl/trunk/test/std/algorithms/alg.modifying.operations/copy_move.pass.cpp
  pstl/trunk/test/std/algorithms/alg.modifying.operations/fill.pass.cpp
  pstl/trunk/test/std/algorithms/alg.modifying.operations/generate.pass.cpp
  pstl/trunk/test/std/algorithms/alg.modifying.operations/remove.pass.cpp
  pstl/trunk/test/std/algorithms/alg.modifying.operations/remove_copy.pass.cpp
  pstl/trunk/test/std/algorithms/alg.modifying.operations/replace.pass.cpp
  pstl/trunk/test/std/algorithms/alg.modifying.operations/replace_copy.pass.cpp
  pstl/trunk/test/std/algorithms/alg.modifying.operations/rotate.pass.cpp
  pstl/trunk/test/std/algorithms/alg.modifying.operations/rotate_copy.pass.cpp
  pstl/trunk/test/std/algorithms/alg.modifying.operations/swap_ranges.pass.cpp
  pstl/trunk/test/std/algorithms/alg.modifying.operations/transform_binary.pass.cpp
  pstl/trunk/test/std/algorithms/alg.modifying.operations/transform_unary.pass.cpp
  pstl/trunk/test/std/algorithms/alg.modifying.operations/unique.pass.cpp
  pstl/trunk/test/std/algorithms/alg.modifying.operations/unique_copy_equal.pass.cpp
  pstl/trunk/test/std/algorithms/alg.nonmodifying/adjacent_find.pass.cpp
  pstl/trunk/test/std/algorithms/alg.nonmodifying/all_of.pass.cpp
  pstl/trunk/test/std/algorithms/alg.nonmodifying/any_of.pass.cpp
  pstl/trunk/test/std/algorithms/alg.nonmodifying/count.pass.cpp
  pstl/trunk/test/std/algorithms/alg.nonmodifying/equal.pass.cpp
  pstl/trunk/test/std/algorithms/alg.nonmodifying/find.pass.cpp
  pstl/trunk/test/std/algorithms/alg.nonmodifying/find_end.pass.cpp
  pstl/trunk/test/std/algorithms/alg.nonmodifying/find_first_of.pass.cpp
  pstl/trunk/test/std/algorithms/alg.nonmodifying/find_if.pass.cpp
  pstl/trunk/test/std/algorithms/alg.nonmodifying/for_each.pass.cpp
  pstl/trunk/test/std/algorithms/alg.nonmodifying/mismatch.pass.cpp
  pstl/trunk/test/std/algorithms/alg.nonmodifying/none_of.pass.cpp
  pstl/trunk/test/std/algorithms/alg.nonmodifying/nth_element.pass.cpp
  pstl/trunk/test/std/algorithms/alg.nonmodifying/search_n.pass.cpp
  pstl/trunk/test/std/algorithms/alg.sorting/alg.heap.operations/is_heap.pass.cpp
  pstl/trunk/test/std/algorithms/alg.sorting/alg.lex.comparison/lexicographical_compare.pass.cpp
  pstl/trunk/test/std/algorithms/alg.sorting/alg.min.max/minmax_element.pass.cpp
  pstl/trunk/test/std/algorithms/alg.sorting/alg.set.operations/includes.pass.cpp
  pstl/trunk/test/std/algorithms/alg.sorting/alg.set.operations/set.pass.cpp
  pstl/trunk/test/std/algorithms/alg.sorting/is_sorted.pass.cpp
  pstl/trunk/test/std/algorithms/alg.sorting/partial_sort.pass.cpp
  pstl/trunk/test/std/algorithms/alg.sorting/partial_sort_copy.pass.cpp
  pstl/trunk/test/std/algorithms/alg.sorting/sort.pass.cpp
  pstl/trunk/test/std/numerics/numeric.ops/adjacent_difference.pass.cpp
  pstl/trunk/test/std/numerics/numeric.ops/reduce.pass.cpp
  pstl/trunk/test/std/numerics/numeric.ops/scan.pass.cpp
  pstl/trunk/test/std/numerics/numeric.ops/transform_reduce.pass.cpp
  pstl/trunk/test/std/numerics/numeric.ops/transform_scan.pass.cpp
  pstl/trunk/test/std/utilities/memory/specialized.algorithms/uninitialized_construct.pass.cpp
  pstl/trunk/test/std/utilities/memory/specialized.algorithms/uninitialized_copy_move.pass.cpp
  pstl/trunk/test/std/utilities/memory/specialized.algorithms/uninitialized_fill_destroy.pass.cpp
  pstl/trunk/test/support/stdlib/algorithm
  pstl/trunk/test/support/stdlib/execution
  pstl/trunk/test/support/stdlib/memory
  pstl/trunk/test/support/stdlib/numeric

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60535.195379.patch
Type: text/x-patch
Size: 45597 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190416/59443332/attachment-0001.bin>


More information about the libcxx-commits mailing list