Per the LLVM convention.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 30325 Build 30324: arc lint + arc unit
Paths
| Differential D60521
[pstl] Move to single underscore-capital for macros and include guards ClosedPublic Authored by ldionne on Apr 10 2019, 10:38 AM.
Details Summary Per the LLVM convention.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 10 2019, 12:45 PM Closed by commit rPSTL358131: [pstl] Move to single underscore-capital for macros and include guards (authored by ldionne). · Explain WhyApr 10 2019, 12:50 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 194546 pstl/include/pstl/algorithm
pstl/include/pstl/execution
pstl/include/pstl/internal/algorithm_fwd.h
pstl/include/pstl/internal/algorithm_impl.h
pstl/include/pstl/internal/execution_defs.h
pstl/include/pstl/internal/execution_impl.h
pstl/include/pstl/internal/glue_algorithm_defs.h
pstl/include/pstl/internal/glue_algorithm_impl.h
pstl/include/pstl/internal/glue_execution_defs.h
pstl/include/pstl/internal/glue_memory_defs.h
pstl/include/pstl/internal/glue_memory_impl.h
pstl/include/pstl/internal/glue_numeric_defs.h
pstl/include/pstl/internal/glue_numeric_impl.h
pstl/include/pstl/internal/memory_impl.h
pstl/include/pstl/internal/numeric_fwd.h
pstl/include/pstl/internal/numeric_impl.h
pstl/include/pstl/internal/parallel_backend.h
pstl/include/pstl/internal/parallel_backend_tbb.h
pstl/include/pstl/internal/parallel_backend_utils.h
pstl/include/pstl/internal/parallel_impl.h
pstl/include/pstl/internal/pstl_config.h
pstl/include/pstl/internal/unseq_backend_simd.h
pstl/include/pstl/internal/utils.h
pstl/include/pstl/memory
pstl/include/pstl/numeric
pstl/test/std/algorithms/alg.merge/inplace_merge.pass.cpp
pstl/test/std/algorithms/alg.merge/merge.pass.cpp
pstl/test/std/algorithms/alg.modifying.operations/alg.copy/copy_if.pass.cpp
pstl/test/std/algorithms/alg.modifying.operations/alg.partitions/is_partitioned.pass.cpp
pstl/test/std/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp
pstl/test/std/algorithms/alg.modifying.operations/alg.partitions/partition_copy.pass.cpp
pstl/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse.pass.cpp
pstl/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp
pstl/test/std/algorithms/alg.modifying.operations/copy_move.pass.cpp
pstl/test/std/algorithms/alg.modifying.operations/remove.pass.cpp
pstl/test/std/algorithms/alg.modifying.operations/replace_copy.pass.cpp
pstl/test/std/algorithms/alg.modifying.operations/rotate.pass.cpp
pstl/test/std/algorithms/alg.modifying.operations/rotate_copy.pass.cpp
pstl/test/std/algorithms/alg.modifying.operations/unique.pass.cpp
pstl/test/std/algorithms/alg.modifying.operations/unique_copy_equal.pass.cpp
pstl/test/std/algorithms/alg.nonmodifying/all_of.pass.cpp
pstl/test/std/algorithms/alg.nonmodifying/any_of.pass.cpp
pstl/test/std/algorithms/alg.nonmodifying/count.pass.cpp
pstl/test/std/algorithms/alg.nonmodifying/equal.pass.cpp
pstl/test/std/algorithms/alg.nonmodifying/find.pass.cpp
pstl/test/std/algorithms/alg.nonmodifying/find_end.pass.cpp
pstl/test/std/algorithms/alg.nonmodifying/find_first_of.pass.cpp
pstl/test/std/algorithms/alg.nonmodifying/find_if.pass.cpp
pstl/test/std/algorithms/alg.nonmodifying/none_of.pass.cpp
pstl/test/std/algorithms/alg.nonmodifying/nth_element.pass.cpp
pstl/test/std/algorithms/alg.nonmodifying/search_n.pass.cpp
pstl/test/std/algorithms/alg.sorting/alg.heap.operations/is_heap.pass.cpp
pstl/test/std/algorithms/alg.sorting/alg.lex.comparison/lexicographical_compare.pass.cpp
pstl/test/std/algorithms/alg.sorting/partial_sort.pass.cpp
pstl/test/std/algorithms/alg.sorting/partial_sort_copy.pass.cpp
pstl/test/std/numerics/numeric.ops/adjacent_difference.pass.cpp
pstl/test/std/numerics/numeric.ops/reduce.pass.cpp
pstl/test/std/numerics/numeric.ops/scan.pass.cpp
pstl/test/std/numerics/numeric.ops/transform_scan.pass.cpp
pstl/test/std/utilities/memory/specialized.algorithms/uninitialized_construct.pass.cpp
pstl/test/std/utilities/memory/specialized.algorithms/uninitialized_copy_move.pass.cpp
pstl/test/support/pstl_test_config.h
pstl/test/support/utils.h
|