[all-commits] [llvm/llvm-project] ff3989: [libc++][ranges] Implement `ranges::sort`.
Konstantin Varlamov via All-commits
all-commits at lists.llvm.org
Thu Jun 16 15:21:49 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ff3989e6ae740a9b3adaad0e2bf7691ffd6dad12
https://github.com/llvm/llvm-project/commit/ff3989e6ae740a9b3adaad0e2bf7691ffd6dad12
Author: Konstantin Varlamov <varconst at apple.com>
Date: 2022-06-16 (Thu, 16 Jun 2022)
Changed paths:
M libcxx/benchmarks/CMakeLists.txt
A libcxx/benchmarks/algorithms/ranges_sort.bench.cpp
M libcxx/docs/Status/RangesAlgorithms.csv
M libcxx/include/CMakeLists.txt
A libcxx/include/__algorithm/make_projected.h
A libcxx/include/__algorithm/ranges_sort.h
M libcxx/include/__algorithm/sort.h
M libcxx/include/algorithm
M libcxx/include/module.modulemap.in
M libcxx/src/algorithm.cpp
M libcxx/test/libcxx/algorithms/ranges_robust_against_copying_comparators.pass.cpp
M libcxx/test/libcxx/algorithms/ranges_robust_against_copying_projections.pass.cpp
M libcxx/test/libcxx/private_headers.verify.cpp
A libcxx/test/std/algorithms/alg.sorting/alg.sort/sort/ranges.sort.pass.cpp
M libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp
M libcxx/test/support/almost_satisfies_types.h
Log Message:
-----------
[libc++][ranges] Implement `ranges::sort`.
Differential Revision: https://reviews.llvm.org/D127557
More information about the All-commits
mailing list