Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
453da19d2d8c8f428c00a3566dc42d3099f39b22
/
libcxx
/
test
/
std
/
algorithms
4063113
Change some #ifdefs to #if - thanks to Dexon for thge catch.
by Marshall Clow
· 10 years ago
adfdae1
Fix a self-move bug in inplace_merge. Thanks to Ted and Dexon for the report and the suggested fix.
by Marshall Clow
· 10 years ago
19fa337
Fix warnings in test/std/algorithms
by Eric Fiselier
· 10 years ago
0b0671a
Fix for LWG Issue 2369: constexpr max(initializer_list) vs max_element
by Marshall Clow
· 10 years ago
5f15a8b
Need to wrap a bit in an ifdef, since there are no initializer_lists in C++03
by Marshall Clow
· 11 years ago
002144f
Fix PR 22541: When values are equal, minmax should return the rightmost one in the initializer_list
by Marshall Clow
· 11 years ago
5154402
[libcxx] Properly convert the count arguments to the *_n algorithms before use.
by Eric Fiselier
· 11 years ago
7e187f1
Test commit: remove whitespace at EOL.
by Dimitry Andric
· 11 years ago
b9595b7
Fix PR#22433. The algorithm is_partitioned was testing an item in the middle of the sequence twice.
by Marshall Clow
· 11 years ago
0b48cf9
Fix PR#22427. The implementation of inplace_merge had a \'small data set\' optimization; if either half of the merge was small (i.e, less than 9 items), it did an inplace merge rather than allocating a buffer and doing a faster/smarter merge. However, this failed to satisfy the complexity requirements in the standard. Remove that code. Add tests to check the complexity, and add the same tests for std::merge, since we are in that section of the test suite anyway.
by Marshall Clow
· 11 years ago
c57d98a
Removed some tabs that snuck into the test suite. No functionality change
by Marshall Clow
· 11 years ago
d632356
Fix PR 22106; make std::swap work for multi-dimensional arrays. Thanks to Peter Griess for the report and suggested fix
by Marshall Clow
· 11 years ago
5a83710
Move test into test/std subdirectory.
by Eric Fiselier
· 11 years ago