[libcxx-commits] [PATCH] D60521: [pstl] Move to single underscore-capital for macros and include guards

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Apr 10 12:50:15 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rPSTL358131: [pstl] Move to single underscore-capital for macros and include guards (authored by ldionne, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D60521?vs=194573&id=194575#toc

Repository:
  rPSTL pstl

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

https://reviews.llvm.org/D60521

Files:
  include/pstl/algorithm
  include/pstl/execution
  include/pstl/internal/algorithm_fwd.h
  include/pstl/internal/algorithm_impl.h
  include/pstl/internal/execution_defs.h
  include/pstl/internal/execution_impl.h
  include/pstl/internal/glue_algorithm_defs.h
  include/pstl/internal/glue_algorithm_impl.h
  include/pstl/internal/glue_execution_defs.h
  include/pstl/internal/glue_memory_defs.h
  include/pstl/internal/glue_memory_impl.h
  include/pstl/internal/glue_numeric_defs.h
  include/pstl/internal/glue_numeric_impl.h
  include/pstl/internal/memory_impl.h
  include/pstl/internal/numeric_fwd.h
  include/pstl/internal/numeric_impl.h
  include/pstl/internal/parallel_backend.h
  include/pstl/internal/parallel_backend_tbb.h
  include/pstl/internal/parallel_backend_utils.h
  include/pstl/internal/parallel_impl.h
  include/pstl/internal/pstl_config.h
  include/pstl/internal/unseq_backend_simd.h
  include/pstl/internal/utils.h
  include/pstl/memory
  include/pstl/numeric
  test/std/algorithms/alg.merge/inplace_merge.pass.cpp
  test/std/algorithms/alg.merge/merge.pass.cpp
  test/std/algorithms/alg.modifying.operations/alg.copy/copy_if.pass.cpp
  test/std/algorithms/alg.modifying.operations/alg.partitions/is_partitioned.pass.cpp
  test/std/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp
  test/std/algorithms/alg.modifying.operations/alg.partitions/partition_copy.pass.cpp
  test/std/algorithms/alg.modifying.operations/alg.reverse/reverse.pass.cpp
  test/std/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp
  test/std/algorithms/alg.modifying.operations/copy_move.pass.cpp
  test/std/algorithms/alg.modifying.operations/remove.pass.cpp
  test/std/algorithms/alg.modifying.operations/replace_copy.pass.cpp
  test/std/algorithms/alg.modifying.operations/rotate.pass.cpp
  test/std/algorithms/alg.modifying.operations/rotate_copy.pass.cpp
  test/std/algorithms/alg.modifying.operations/unique.pass.cpp
  test/std/algorithms/alg.modifying.operations/unique_copy_equal.pass.cpp
  test/std/algorithms/alg.nonmodifying/all_of.pass.cpp
  test/std/algorithms/alg.nonmodifying/any_of.pass.cpp
  test/std/algorithms/alg.nonmodifying/count.pass.cpp
  test/std/algorithms/alg.nonmodifying/equal.pass.cpp
  test/std/algorithms/alg.nonmodifying/find.pass.cpp
  test/std/algorithms/alg.nonmodifying/find_end.pass.cpp
  test/std/algorithms/alg.nonmodifying/find_first_of.pass.cpp
  test/std/algorithms/alg.nonmodifying/find_if.pass.cpp
  test/std/algorithms/alg.nonmodifying/none_of.pass.cpp
  test/std/algorithms/alg.nonmodifying/nth_element.pass.cpp
  test/std/algorithms/alg.nonmodifying/search_n.pass.cpp
  test/std/algorithms/alg.sorting/alg.heap.operations/is_heap.pass.cpp
  test/std/algorithms/alg.sorting/alg.lex.comparison/lexicographical_compare.pass.cpp
  test/std/algorithms/alg.sorting/partial_sort.pass.cpp
  test/std/algorithms/alg.sorting/partial_sort_copy.pass.cpp
  test/std/numerics/numeric.ops/adjacent_difference.pass.cpp
  test/std/numerics/numeric.ops/reduce.pass.cpp
  test/std/numerics/numeric.ops/scan.pass.cpp
  test/std/numerics/numeric.ops/transform_scan.pass.cpp
  test/std/utilities/memory/specialized.algorithms/uninitialized_construct.pass.cpp
  test/std/utilities/memory/specialized.algorithms/uninitialized_copy_move.pass.cpp
  test/support/pstl_test_config.h
  test/support/utils.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60521.194575.patch
Type: text/x-patch
Size: 154246 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190410/3276b919/attachment-0001.bin>


More information about the libcxx-commits mailing list