Skip to content

Commit faf43ad

Browse files
committed
[libc++][ranges][NFC] Mark range algorithms that are in progress.
1 parent dcf3368 commit faf43ad

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

libcxx/docs/Status/RangesAlgorithms.csv

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,52 +5,52 @@ Search,none_of,Nikolas Klauser,`D123016 <https://llvm.org/D123016>`_,✅
55
Search,find,Nikolas Klauser,`D121248 <https://reviews.llvm.org/D121248>`_,✅
66
Search,find_if,Nikolas Klauser,`D121248 <https://reviews.llvm.org/D121248>`_,✅
77
Search,find_if_not,Nikolas Klauser,`D121248 <https://reviews.llvm.org/D121248>`_,✅
8-
Search,find_first_of,Not assigned,n/a,Not started
9-
Search,adjacent_find,Not assigned,n/a,Not started
8+
Search,find_first_of,Nikolas Klauser,`D126529 <https://reviews.llvm.org/D126529>`_,Under review
9+
Search,adjacent_find,Nikolas Klauser,`D126610 <https://reviews.llvm.org/D126610>`_,Under review
1010
Search,mismatch,Nikolas Klauser,`D117817 <https://llvm.org/D117817>`_,✅
1111
Search,equal,Nikolas Klauser,`D123681 <https://reviews.llvm.org/D123681>`,✅
1212
Search,lexicographical_compare,Not assigned,n/a,Not started
1313
Search,partition_point,Christopher Di Bella,`D105794 <https://llvm.org/D105794>`_,Under review
14-
Search,lower_bound,Christopher Di Bella,`D105795 <https://llvm.org/D105795>`_,Under review
15-
Search,upper_bound,Christopher Di Bella,`D105795 <https://llvm.org/D105795>`_,Under review
14+
Search,lower_bound,Nikolas Klauser,`D121964 <https://llvm.org/D121964>`_,Under review
15+
Search,upper_bound,Nikolas Klauser,`D121964 <https://llvm.org/D121964>`_,Under review
1616
Search,equal_range,Christopher Di Bella,n/a,Not started
17-
Search,binary_search,Christopher Di Bella,n/a,Not started
17+
Search,binary_search,Nikolas Klauser,`D121964 <https://llvm.org/D121964>`_,Under review
1818
Search,min,Nikolas Klauser,`D119589 <https://llvm.org/D119589>`_,✅
1919
Search,max,Nikolas Klauser,`D122002 <https://llvm.org/D122002>`_,✅
2020
Search,minmax,Nikolas Klauser,`D120637 <https://llvm.org/D120637>`_,✅
2121
Search,min_element,Nikolas Klauser,`D117025 <https://llvm.org/D117025>`_,✅
2222
Search,max_element,Nikolas Klauser,`D117523 <https://llvm.org/D117523>`_,✅
2323
Search,minmax_element,Nikolas Klauser,`D120637 <https://llvm.org/D120637>`_,✅
24-
Search,count,Nikolas Klauser, `D121523 <https://llvm.org/D121523>`_,✅
25-
Search,count_if,Nikolas Klauser, `D121523 <https://llvm.org/D121523>`_,✅
26-
Search,search,Not assigned,n/a,Not started
27-
Search,search_n,Not assigned,n/a,Not started
28-
Search,find_end,Not assigned,n/a,Not started
24+
Search,count,Nikolas Klauser,`D121523 <https://llvm.org/D121523>`_,✅
25+
Search,count_if,Nikolas Klauser,`D121523 <https://llvm.org/D121523>`_,✅
26+
Search,search,Nikolas Klauser,`D124079 <https://llvm.org/D124079>`_,Under review
27+
Search,search_n,Nikolas Klauser,`D124079 <https://llvm.org/D124079>`_,Under review
28+
Search,find_end,Nikolas Klauser,`D124079 <https://llvm.org/D124079>`_,Under review
2929
Read-only,is_partitioned,Nikolas Klauser,`D124440 <https://llvm.org/D124440>`_,✅
3030
Read-only,is_sorted,Nikolas Klauser,`D125608 <https://llvm.org/D125608>`_,✅
3131
Read-only,is_sorted_unitl,Nikolas Klauser,`D125608 <https://llvm.org/D125608>`_,✅
3232
Read-only,includes,Not assigned,n/a,Not started
3333
Read-only,is_heap,Not assigned,n/a,Not started
3434
Read-only,is_heap_until,Not assigned,n/a,Not started
35-
Read-only,clamp,Not assigned,n/a,Not started
35+
Read-only,clamp,Nikolas Klauser,`D126193 <https://llvm.org/D126193>`_,Under review
3636
Read-only,is_permutation,Not assigned,n/a,Not started
3737
Read-only,for_each,Nikolas Klauser,`D124332 <https://llvm.org/D124332>`_,✅
3838
Read-only,for_each_n,Nikolas Klauser,`D124332 <https://llvm.org/D124332>`_,✅
3939
Write,copy,Nikolas Klauser,`D122982 <https://llvm.org/D122982>`_,✅
4040
Write,copy_if,Nikolas Klauser,`D122982 <https://llvm.org/D122982>`_,✅
4141
Write,copy_n,Nikolas Klauser,`D122982 <https://llvm.org/D122982>`_,✅
4242
Write,copy_backward,Nikolas Klauser,`D122982 <https://llvm.org/D122982>`_,✅
43-
Write,move,Not assigned,n/a,Not started
44-
Write,move_backward,Not assigned,n/a,Not started
43+
Write,move,Nikolas Klauser,`D126616 <https://llvm.org/D126616>`_,Under review
44+
Write,move_backward,Nikolas Klauser,`D126616 <https://llvm.org/D126616>`_,Under review
4545
Write,fill,Nikolas Klauser,`D123462 <https://reviews.llvm.org/D123462>`_,✅
4646
Write,fill_n,Nikolas Klauser,`D123462 <https://reviews.llvm.org/D123462>`_,✅
4747
Write,transform,Nikolas Klauser,`D122173 <https://llvm.org/D122173>`_,✅
4848
Write,generate,Not assigned,n/a,Not started
4949
Write,generate_n,Not assigned,n/a,Not started
5050
Write,remove_copy,Not assigned,n/a,Not started
5151
Write,remove_copy_if,Not assigned,n/a,Not started
52-
Write,replace,Not assigned,n/a,Not started
53-
Write,replace_if,Not assigned,n/a,Not started
52+
Write,replace,Nikolas Klauser,`D126283 <https://llvm.org/D126283>`_,Under review
53+
Write,replace_if,Nikolas Klauser,`D126283 <https://llvm.org/D126283>`_,Under review
5454
Write,replace_copy,Not assigned,n/a,Not started
5555
Write,replace_copy_if,Not assigned,n/a,Not started
5656
Write,swap_ranges,Nikolas Klauser,`D116303 <https://llvm.org/D116303>`_,✅
@@ -73,9 +73,9 @@ Permutation,shuffle,Not assigned,n/a,Not started
7373
Permutation,unique,Not assigned,n/a,Not started
7474
Permutation,partition,Not assigned,n/a,Not started
7575
Permutation,stable_partition,Not assigned,n/a,Not started
76-
Permutation,sort,Not assigned,n/a,Not started
77-
Permutation,stable_sort,Not assigned,n/a,Not started
78-
Permutation,partial_sort,Not assigned,n/a,Not started
76+
Permutation,sort,Konstantin Varlamov,n/a,In progress
77+
Permutation,stable_sort,Konstantin Varlamov,n/a,In progress
78+
Permutation,partial_sort,Konstantin Varlamov,n/a,In progress
7979
Permutation,nth_element,Not assigned,n/a,Not started
8080
Permutation,inplace_merge,Not assigned,n/a,Not started
8181
Permutation,make_heap,Not assigned,n/a,Not started

0 commit comments

Comments
 (0)