[all-commits] [llvm/llvm-project] 94c7b8: [libc++][ranges] Implement `ranges::stable_sort`.
Konstantin Varlamov via All-commits
all-commits at lists.llvm.org
Fri Jul 1 16:35:37 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 94c7b89fe5b096f85cdddc9c11a1a8112f9409c7
https://github.com/llvm/llvm-project/commit/94c7b89fe5b096f85cdddc9c11a1a8112f9409c7
Author: Konstantin Varlamov <varconst at apple.com>
Date: 2022-07-01 (Fri, 01 Jul 2022)
Changed paths:
M libcxx/benchmarks/CMakeLists.txt
A libcxx/benchmarks/algorithms/ranges_stable_sort.bench.cpp
M libcxx/docs/Status/RangesAlgorithms.csv
M libcxx/include/CMakeLists.txt
M libcxx/include/__algorithm/ranges_sort.h
A libcxx/include/__algorithm/ranges_stable_sort.h
M libcxx/include/__algorithm/stable_sort.h
M libcxx/include/algorithm
M libcxx/include/module.modulemap.in
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/stable.sort/ranges.stable.sort.pass.cpp
M libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp
Log Message:
-----------
[libc++][ranges] Implement `ranges::stable_sort`.
Differential Revision: https://reviews.llvm.org/D127834
More information about the All-commits
mailing list