Star
81
Fork
27
代码
介绍
代码
Issues
10
Pull Requests
9
流水线
Actions
讨论
Wiki
项目成员
44
分析
项目设置
Star
81
Fork
27
master
msdebug
/
libcxx
/
include
/
__algorithm
下载当前目录
T
Tobias Hieta
[libc++] Add missing include to three_way_comp_ref_type.h
6883c490
创建于
2024年9月1日
历史提交
文件
最后提交记录
最后更新时间
adjacent_find.h
[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (
#87094
)
2 年前
all_of.h
[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (
#87094
)
2 年前
any_of.h
[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (
#87094
)
2 年前
binary_search.h
[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (
#87094
)
2 年前
clamp.h
[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (
#87094
)
2 年前
comp.h
[libc++] Optimize ranges::minmax (
#87335
)
2 年前
comp_ref_type.h
[libc++][NFC] Run clang-format on libcxx/include again (
#95874
)
1 年前
copy.h
[libc++][NFC] Simplify copy and move lowering to memmove a bit (
#83574
)
2 年前
copy_backward.h
[libc++][NFC] Simplify copy and move lowering to memmove a bit (
#83574
)
2 年前
copy_if.h
[libc++] Format the code base (
#74334
)
2 年前
copy_move_common.h
[libc++] Remove a few unused includes of trivially_copyable.h (
#93200
)
2 年前
copy_n.h
[libc++] Format the code base (
#74334
)
2 年前
count.h
[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (
#87094
)
2 年前
count_if.h
[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (
#87094
)
2 年前
equal.h
[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (
#87094
)
2 年前
equal_range.h
[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (
#87094
)
2 年前
fill.h
[libc++] Format the code base (
#74334
)
2 年前
fill_n.h
[libc++] Optimize ranges::fill{,_n} for vector<bool>::iterator (
#84642
)
2 年前
find.h
[libc++][NFC] Rename __find_impl to __find (
#90163
)
2 年前
find_end.h
[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (
#87094
)
2 年前
find_first_of.h
[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (
#87094
)
2 年前
find_if.h
[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (
#87094
)
2 年前
find_if_not.h
[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (
#87094
)
2 年前
find_segment_if.h
[libc++] Optimize std::find for segmented iterators (
#67224
)
2 年前
fold.h
[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (
#87094
)
2 年前
for_each.h
[libc++] Optimize for_each for segmented iterators
2 年前
for_each_n.h
[libc++] Format the code base (
#74334
)
2 年前
for_each_segment.h
[libc++] Introduce __for_each_segment and use it in copy/move
2 年前
generate.h
[libc++] Format the code base (
#74334
)
2 年前
generate_n.h
[libc++] Format the code base (
#74334
)
2 年前
half_positive.h
[libc++] Format the code base (
#74334
)
2 年前
in_found_result.h
[libc++] Fix missing and incorrect push/pop macros (
#79204
)
2 年前
in_fun_result.h
[libc++] Fix missing and incorrect push/pop macros (
#79204
)
2 年前
in_in_out_result.h
[libc++] Fix missing and incorrect push/pop macros (
#79204
)
2 年前
in_in_result.h
[libc++] Fix missing and incorrect push/pop macros (
#79204
)
2 年前
in_out_out_result.h
[libc++] Fix missing and incorrect push/pop macros (
#79204
)
2 年前
in_out_result.h
[libc++] Format the code base (
#74334
)
2 年前
includes.h
[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (
#87094
)
2 年前
inplace_merge.h
[libc++] Remove __unconstrained_reverse_iterator (
#85582
)
2 年前
is_heap.h
[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (
#87094
)
2 年前
is_heap_until.h
[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (
#87094
)
2 年前
is_partitioned.h
[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (
#87094
)
2 年前
is_permutation.h
[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (
#87094
)
2 年前
is_sorted.h
[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (
#87094
)
2 年前
is_sorted_until.h
[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (
#87094
)
2 年前
iter_swap.h
[libc++] Format the code base (
#74334
)
2 年前
iterator_operations.h
[libc++] Speed up set_intersection() by fast-forwarding over ranges of non-matching elements with one-sided binary search. (
#75230
)
1 年前
lexicographical_compare.h
[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (
#87094
)
2 年前
lexicographical_compare_three_way.h
[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (
#87094
)
2 年前
lower_bound.h
[libc++] Speed up set_intersection() by fast-forwarding over ranges of non-matching elements with one-sided binary search. (
#75230
)
1 年前
make_heap.h
[libc++] Format the code base (
#74334
)
2 年前
make_projected.h
[libc++][NFC] Run clang-format on libcxx/include again (
#95874
)
1 年前
max.h
[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (
#87094
)
2 年前
max_element.h
[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (
#87094
)
2 年前
merge.h
[libc++] Format the code base (
#74334
)
2 年前
min.h
[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (
#87094
)
2 年前
min_element.h
[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (
#87094
)
2 年前
min_max_result.h
[libc++] Format the code base (
#74334
)
2 年前
minmax.h
[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (
#87094
)
2 年前
minmax_element.h
[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (
#87094
)
2 年前
mismatch.h
[libc++] Vectorize std::mismatch with trivially equality comparable types (
#87716
)
2 年前
move.h
[libc++][NFC] Simplify copy and move lowering to memmove a bit (
#83574
)
2 年前
move_backward.h
[libc++][NFC] Simplify copy and move lowering to memmove a bit (
#83574
)
2 年前
next_permutation.h
[libc++] Fix missing and incorrect push/pop macros (
#79204
)
2 年前
none_of.h
[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (
#87094
)
2 年前
nth_element.h
[libc++] Fix missing and incorrect push/pop macros (
#79204
)
2 年前
partial_sort.h
[libc++][NFC] Merge is{,_nothrow,_trivially}{,_copy,_move,_default}{_assignable,_constructible} (
#85308
)
2 年前
partial_sort_copy.h
[libc++] Fix missing and incorrect push/pop macros (
#79204
)
2 年前
partition.h
[libc++] Fix missing and incorrect push/pop macros (
#79204
)
2 年前
partition_copy.h
[libc++] Format the code base (
#74334
)
2 年前
partition_point.h
[libc++] Format the code base (
#74334
)
2 年前
pop_heap.h
[libc++][NFC] Merge is{,_nothrow,_trivially}{,_copy,_move,_default}{_assignable,_constructible} (
#85308
)
2 年前
prev_permutation.h
[libc++] Fix missing and incorrect push/pop macros (
#79204
)
2 年前
pstl.h
[libc++] Remove unnecessary #ifdef guards around PSTL implementation details (
#95268
)
1 年前
push_heap.h
[libc++][NFC] Merge is{,_nothrow,_trivially}{,_copy,_move,_default}{_assignable,_constructible} (
#85308
)
2 年前
ranges_adjacent_find.h
[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (
#87094
)
2 年前
ranges_all_of.h
[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (
#87094
)
2 年前
ranges_any_of.h
[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (
#87094
)
2 年前
ranges_binary_search.h
[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (
#87094
)
2 年前
ranges_clamp.h
[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (
#87094
)
2 年前
ranges_contains.h
[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (
#87094
)
2 年前
ranges_contains_subrange.h
[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (
#87094
)
2 年前
ranges_copy.h
[libc++] Fix missing and incorrect push/pop macros (
#79204
)
2 年前
ranges_copy_backward.h
[libc++] Fix missing and incorrect push/pop macros (
#79204
)
2 年前
ranges_copy_if.h
[libc++] Fix missing and incorrect push/pop macros (
#79204
)
2 年前
ranges_copy_n.h
[libc++] Fix missing and incorrect push/pop macros (
#79204
)
2 年前
ranges_count.h
[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (
#87094
)
2 年前
ranges_count_if.h
[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (
#87094
)
2 年前
ranges_ends_with.h
[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (
#87094
)
2 年前
ranges_equal.h
[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (
#87094
)
2 年前
ranges_equal_range.h
[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (
#87094
)
2 年前
ranges_fill.h
[libc++] Fix missing and incorrect push/pop macros (
#79204
)
2 年前
ranges_fill_n.h
[libc++] Fix missing and incorrect push/pop macros (
#79204
)
2 年前
ranges_find.h
[libc++][NFC] Rename __find_impl to __find (
#90163
)
2 年前
ranges_find_end.h
[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (
#87094
)
2 年前
ranges_find_first_of.h
[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (
#87094
)
2 年前
ranges_find_if.h
[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (
#87094
)
2 年前
ranges_find_if_not.h
[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (
#87094
)
2 年前
ranges_find_last.h
[libc++][ranges] P1223R5:
find_last
(
#99312
)
1 年前
ranges_for_each.h
[libc++] Fix missing and incorrect push/pop macros (
#79204
)
2 年前