Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
2ffd06528dd27ba3f41be9454c701a7aee0f7424
/
libcxx
/
test
/
algorithms
0f242be
Taking another swing at correctly optimizing fill_n.
by Howard Hinnant
· 12 years ago
8bb1dbb
Fix a bug in std::fill_n where memset would end up being called in cases when it shouldn’t.
by Anders Carlsson
· 12 years ago
e0fe3d2
War on tabs.
by Howard Hinnant
· 12 years ago
0b0bbd2
Implement n3607: 'equal', 'mismatch', and 'is_permutation'
by Marshall Clow
· 13 years ago
b13fcad
Somehow search_n never got tested, so of course it had a bug in it. This fixes http://llvm.org/bugs/show_bug.cgi?id=15667.
by Howard Hinnant
· 13 years ago
3222708
Move common header files into a 'support' directory; make 'testit' include -I to that directory; rename 'iterators.h' to 'iterator_test.h'; remove hard-coded paths to include files from more than 350 source files
by Marshall Clow
· 13 years ago
f8c2b82
...and then there was one. Only one copy of 'iterators.h' in the test tree for libc++
by Marshall Clow
· 13 years ago
54976f2
Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574
by Howard Hinnant
· 14 years ago
412dbeb
license change
by Howard Hinnant
· 15 years ago
7609c9b
Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature.
by Howard Hinnant
· 15 years ago
664ae81
Fixing whitespace problems
by Howard Hinnant
· 15 years ago
4eb27b7
US 122, N3106
by Howard Hinnant
· 15 years ago
f9d540b
Completed [alg.random.shuffle].
by Howard Hinnant
· 16 years ago
5b08a8a
Wiped out some non-ascii characters that snuck into the copyright.
by Howard Hinnant
· 16 years ago
3e51952
libcxx initial import
by Howard Hinnant
· 16 years ago