[libcxx-commits] [libcxx] ee39772 - [libc++][NFC] Update ranges algorithms status page
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Jun 11 07:22:01 PDT 2022
Author: Nikolas Klauser
Date: 2022-06-11T16:21:34+02:00
New Revision: ee397722cc19de3b81dfb53321416ae182c402ce
URL: https://github.com/llvm/llvm-project/commit/ee397722cc19de3b81dfb53321416ae182c402ce
DIFF: https://github.com/llvm/llvm-project/commit/ee397722cc19de3b81dfb53321416ae182c402ce.diff
LOG: [libc++][NFC] Update ranges algorithms status page
Added:
Modified:
libcxx/docs/Status/RangesAlgorithms.csv
Removed:
################################################################################
diff --git a/libcxx/docs/Status/RangesAlgorithms.csv b/libcxx/docs/Status/RangesAlgorithms.csv
index 58103731c91b..f665db9567ee 100644
--- a/libcxx/docs/Status/RangesAlgorithms.csv
+++ b/libcxx/docs/Status/RangesAlgorithms.csv
@@ -2,14 +2,14 @@ Category,Algorithm,Assignee,CL,Complete
Search,any_of,Nikolas Klauser,`D123016 <https://llvm.org/D123016>`_,✅
Search,all_of,Nikolas Klauser,`D123016 <https://llvm.org/D123016>`_,✅
Search,none_of,Nikolas Klauser,`D123016 <https://llvm.org/D123016>`_,✅
-Search,find,Nikolas Klauser,`D121248 <https://reviews.llvm.org/D121248>`_,✅
-Search,find_if,Nikolas Klauser,`D121248 <https://reviews.llvm.org/D121248>`_,✅
-Search,find_if_not,Nikolas Klauser,`D121248 <https://reviews.llvm.org/D121248>`_,✅
-Search,find_first_of,Nikolas Klauser,`D126529 <https://reviews.llvm.org/D126529>`_,✅
-Search,adjacent_find,Nikolas Klauser,`D126610 <https://reviews.llvm.org/D126610>`_,Under review
+Search,find,Nikolas Klauser,`D121248 <https://llvm.org/D121248>`_,✅
+Search,find_if,Nikolas Klauser,`D121248 <https://llvm.org/D121248>`_,✅
+Search,find_if_not,Nikolas Klauser,`D121248 <https://llvm.org/D121248>`_,✅
+Search,find_first_of,Nikolas Klauser,`D126529 <https://llvm.org/D126529>`_,✅
+Search,adjacent_find,Nikolas Klauser,`D126610 <https://llvm.org/D126610>`_,✅
Search,mismatch,Nikolas Klauser,`D117817 <https://llvm.org/D117817>`_,✅
-Search,equal,Nikolas Klauser,`D123681 <https://reviews.llvm.org/D123681>`_,✅
-Search,lexicographical_compare,Not assigned,n/a,Not started
+Search,equal,Nikolas Klauser,`D123681 <https://llvm.org/D123681>`_,✅
+Search,lexicographical_compare,Nikolas Klauser,`D127130 <https://llvm.org/D127130>`_,Under review
Search,partition_point,Christopher Di Bella,`D105794 <https://llvm.org/D105794>`_,Under review
Search,lower_bound,Nikolas Klauser,`D121964 <https://llvm.org/D121964>`_,✅
Search,upper_bound,Nikolas Klauser,`D121964 <https://llvm.org/D121964>`_,✅
@@ -29,11 +29,11 @@ Search,find_end,Nikolas Klauser,`D124079 <https://llvm.org/D124079>`_,Under revi
Read-only,is_partitioned,Nikolas Klauser,`D124440 <https://llvm.org/D124440>`_,✅
Read-only,is_sorted,Nikolas Klauser,`D125608 <https://llvm.org/D125608>`_,✅
Read-only,is_sorted_unitl,Nikolas Klauser,`D125608 <https://llvm.org/D125608>`_,✅
-Read-only,includes,Not assigned,n/a,Not started
-Read-only,is_heap,Not assigned,n/a,Not started
-Read-only,is_heap_until,Not assigned,n/a,Not started
+Read-only,includes,Nikolas Klauser,n/a,Not started
+Read-only,is_heap,Nikolas Klauser,n/a,Not started
+Read-only,is_heap_until,Nikolas Klauser,n/a,Not started
Read-only,clamp,Nikolas Klauser,`D126193 <https://llvm.org/D126193>`_,Under review
-Read-only,is_permutation,Not assigned,n/a,Not started
+Read-only,is_permutation,Nikolas Klauser,`D127194 <https://llvm.org/D127194>`_,Under review
Read-only,for_each,Nikolas Klauser,`D124332 <https://llvm.org/D124332>`_,✅
Read-only,for_each_n,Nikolas Klauser,`D124332 <https://llvm.org/D124332>`_,✅
Write,copy,Nikolas Klauser,`D122982 <https://llvm.org/D122982>`_,✅
@@ -42,20 +42,20 @@ Write,copy_n,Nikolas Klauser,`D122982 <https://llvm.org/D122982>`_,✅
Write,copy_backward,Nikolas Klauser,`D122982 <https://llvm.org/D122982>`_,✅
Write,move,Nikolas Klauser,`D126616 <https://llvm.org/D126616>`_,Under review
Write,move_backward,Nikolas Klauser,`D126616 <https://llvm.org/D126616>`_,Under review
-Write,fill,Nikolas Klauser,`D123462 <https://reviews.llvm.org/D123462>`_,✅
-Write,fill_n,Nikolas Klauser,`D123462 <https://reviews.llvm.org/D123462>`_,✅
+Write,fill,Nikolas Klauser,`D123462 <https://llvm.org/D123462>`_,✅
+Write,fill_n,Nikolas Klauser,`D123462 <https://llvm.org/D123462>`_,✅
Write,transform,Nikolas Klauser,`D122173 <https://llvm.org/D122173>`_,✅
-Write,generate,Not assigned,n/a,Not started
-Write,generate_n,Not assigned,n/a,Not started
-Write,remove_copy,Not assigned,n/a,Not started
-Write,remove_copy_if,Not assigned,n/a,Not started
+Write,generate,Nikolas Klauser,n/a,Not started
+Write,generate_n,Nikolas Klauser,n/a,Not started
+Write,remove_copy,Nikolas Klauser,n/a,Not started
+Write,remove_copy_if,Nikolas Klauser,n/a,Not started
Write,replace,Nikolas Klauser,`D126283 <https://llvm.org/D126283>`_,✅
Write,replace_if,Nikolas Klauser,`D126283 <https://llvm.org/D126283>`_,✅
-Write,replace_copy,Not assigned,n/a,Not started
-Write,replace_copy_if,Not assigned,n/a,Not started
+Write,replace_copy,Nikolas Klauser,n/a,Not started
+Write,replace_copy_if,Nikolas Klauser,n/a,Not started
Write,swap_ranges,Nikolas Klauser,`D116303 <https://llvm.org/D116303>`_,✅
-Write,reverse_copy,Not assigned,n/a,Not started
-Write,rotate_copy,Not assigned,n/a,Not started
+Write,reverse_copy,Nikolas Klauser,`D127211 <https://llvm.org/D127211>`_,Under review
+Write,rotate_copy,Nikolas Klauser,`D127211 <https://llvm.org/D127211>`_,Under review
Write,sample,Not assigned,n/a,Not started
Write,unique_copy,Not assigned,n/a,Not started
Write,partition_copy,Not assigned,n/a,Not started
@@ -68,7 +68,7 @@ Merge,set_union,Not assigned,n/a,Not started
Permutation,remove,Not assigned,n/a,Not started
Permutation,remove_if,Not assigned,n/a,Not started
Permutation,reverse,Nikolas Klauser,`D125752 <https://llvm.org/D125752>`_,✅
-Permutation,rotate,Not assigned,n/a,Not started
+Permutation,rotate,Nikolas Klauser,`D124122 <https://llvm.org/D124122>`_,Under review
Permutation,shuffle,Not assigned,n/a,Not started
Permutation,unique,Not assigned,n/a,Not started
Permutation,partition,Not assigned,n/a,Not started
More information about the libcxx-commits
mailing list