[libcxx-commits] [libcxx] faf43ad - [libc++][ranges][NFC] Mark range algorithms that are in progress.

via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jun 3 20:09:31 PDT 2022


Author: varconst
Date: 2022-06-03T20:02:46-07:00
New Revision: faf43ad7aec2dc530ee0ef162f1274628646954d

URL: https://github.com/llvm/llvm-project/commit/faf43ad7aec2dc530ee0ef162f1274628646954d
DIFF: https://github.com/llvm/llvm-project/commit/faf43ad7aec2dc530ee0ef162f1274628646954d.diff

LOG: [libc++][ranges][NFC] Mark range algorithms that are in progress.

Added: 
    

Modified: 
    libcxx/docs/Status/RangesAlgorithms.csv

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/Status/RangesAlgorithms.csv b/libcxx/docs/Status/RangesAlgorithms.csv
index 05e522d916b5..ba0f5302ac73 100644
--- a/libcxx/docs/Status/RangesAlgorithms.csv
+++ b/libcxx/docs/Status/RangesAlgorithms.csv
@@ -5,34 +5,34 @@ 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,Not assigned,n/a,Not started
-Search,adjacent_find,Not assigned,n/a,Not started
+Search,find_first_of,Nikolas Klauser,`D126529 <https://reviews.llvm.org/D126529>`_,Under review
+Search,adjacent_find,Nikolas Klauser,`D126610 <https://reviews.llvm.org/D126610>`_,Under review
 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,partition_point,Christopher Di Bella,`D105794 <https://llvm.org/D105794>`_,Under review
-Search,lower_bound,Christopher Di Bella,`D105795 <https://llvm.org/D105795>`_,Under review
-Search,upper_bound,Christopher Di Bella,`D105795 <https://llvm.org/D105795>`_,Under review
+Search,lower_bound,Nikolas Klauser,`D121964 <https://llvm.org/D121964>`_,Under review
+Search,upper_bound,Nikolas Klauser,`D121964 <https://llvm.org/D121964>`_,Under review
 Search,equal_range,Christopher Di Bella,n/a,Not started
-Search,binary_search,Christopher Di Bella,n/a,Not started
+Search,binary_search,Nikolas Klauser,`D121964 <https://llvm.org/D121964>`_,Under review
 Search,min,Nikolas Klauser,`D119589 <https://llvm.org/D119589>`_,✅
 Search,max,Nikolas Klauser,`D122002 <https://llvm.org/D122002>`_,✅
 Search,minmax,Nikolas Klauser,`D120637 <https://llvm.org/D120637>`_,✅
 Search,min_element,Nikolas Klauser,`D117025 <https://llvm.org/D117025>`_,✅
 Search,max_element,Nikolas Klauser,`D117523 <https://llvm.org/D117523>`_,✅
 Search,minmax_element,Nikolas Klauser,`D120637 <https://llvm.org/D120637>`_,✅
-Search,count,Nikolas Klauser, `D121523 <https://llvm.org/D121523>`_,✅
-Search,count_if,Nikolas Klauser, `D121523 <https://llvm.org/D121523>`_,✅
-Search,search,Not assigned,n/a,Not started
-Search,search_n,Not assigned,n/a,Not started
-Search,find_end,Not assigned,n/a,Not started
+Search,count,Nikolas Klauser,`D121523 <https://llvm.org/D121523>`_,✅
+Search,count_if,Nikolas Klauser,`D121523 <https://llvm.org/D121523>`_,✅
+Search,search,Nikolas Klauser,`D124079 <https://llvm.org/D124079>`_,Under review
+Search,search_n,Nikolas Klauser,`D124079 <https://llvm.org/D124079>`_,Under review
+Search,find_end,Nikolas Klauser,`D124079 <https://llvm.org/D124079>`_,Under review
 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,clamp,Not assigned,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,for_each,Nikolas Klauser,`D124332 <https://llvm.org/D124332>`_,✅
 Read-only,for_each_n,Nikolas Klauser,`D124332 <https://llvm.org/D124332>`_,✅
@@ -40,8 +40,8 @@ Write,copy,Nikolas Klauser,`D122982 <https://llvm.org/D122982>`_,✅
 Write,copy_if,Nikolas Klauser,`D122982 <https://llvm.org/D122982>`_,✅
 Write,copy_n,Nikolas Klauser,`D122982 <https://llvm.org/D122982>`_,✅
 Write,copy_backward,Nikolas Klauser,`D122982 <https://llvm.org/D122982>`_,✅
-Write,move,Not assigned,n/a,Not started
-Write,move_backward,Not assigned,n/a,Not started
+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,transform,Nikolas Klauser,`D122173 <https://llvm.org/D122173>`_,✅
@@ -49,8 +49,8 @@ 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,replace,Not assigned,n/a,Not started
-Write,replace_if,Not assigned,n/a,Not started
+Write,replace,Nikolas Klauser,`D126283 <https://llvm.org/D126283>`_,Under review
+Write,replace_if,Nikolas Klauser,`D126283 <https://llvm.org/D126283>`_,Under review
 Write,replace_copy,Not assigned,n/a,Not started
 Write,replace_copy_if,Not assigned,n/a,Not started
 Write,swap_ranges,Nikolas Klauser,`D116303 <https://llvm.org/D116303>`_,✅
@@ -73,9 +73,9 @@ Permutation,shuffle,Not assigned,n/a,Not started
 Permutation,unique,Not assigned,n/a,Not started
 Permutation,partition,Not assigned,n/a,Not started
 Permutation,stable_partition,Not assigned,n/a,Not started
-Permutation,sort,Not assigned,n/a,Not started
-Permutation,stable_sort,Not assigned,n/a,Not started
-Permutation,partial_sort,Not assigned,n/a,Not started
+Permutation,sort,Konstantin Varlamov,n/a,In progress
+Permutation,stable_sort,Konstantin Varlamov,n/a,In progress
+Permutation,partial_sort,Konstantin Varlamov,n/a,In progress
 Permutation,nth_element,Not assigned,n/a,Not started
 Permutation,inplace_merge,Not assigned,n/a,Not started
 Permutation,make_heap,Not assigned,n/a,Not started


        


More information about the libcxx-commits mailing list