index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libcxx
/
test
/
std
/
algorithms
/
alg.nonmodifying
Commit message (
Expand
)
Author
Age
Files
Lines
*
libcxx: Rename .hpp files in libcxx/test/support to .h
Nico Weber
2019-08-21
3
-3
/
+3
*
Support tests in freestanding
JF Bastien
2019-02-04
27
-27
/
+81
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
27
-108
/
+81
*
Add missing include to test. NFC
Marshall Clow
2018-12-19
1
-0
/
+1
*
One more local type warning removed from the tests. NFC
Marshall Clow
2018-10-12
1
-8
/
+12
*
[libcxx] [test] Strip trailing whitespace, NFC.
Stephan T. Lavavej
2018-02-12
5
-9
/
+9
*
Fix the BinaryPredicate form of std::is_permutation to not rely on operator==
Peter Collingbourne
2018-01-26
1
-0
/
+24
*
Still more P0202 constexpr-ifying. This batch is: for_each/for_each_n/lexicog...
Marshall Clow
2018-01-22
2
-2
/
+37
*
Fix most GCC test failures.
Eric Fiselier
2018-01-18
3
-7
/
+6
*
More constexpr algorithms from P0202. search/search_n
Marshall Clow
2018-01-16
4
-4
/
+79
*
More constexpr algorithms from P0202: lower_bound, upper_bound, equal_range, ...
Marshall Clow
2018-01-16
2
-2
/
+2
*
Actually CALL the constexpr tests.
Marshall Clow
2018-01-16
2
-0
/
+8
*
More constexpr (re P0202) - equal and mismatch
Marshall Clow
2018-01-16
4
-4
/
+146
*
Fix constexpr failure on C++11-based buildbots.
Marshall Clow
2018-01-15
1
-1
/
+1
*
More constexpr from P0202. count and count_if. Also fix a comment that Morwen...
Marshall Clow
2018-01-15
2
-4
/
+33
*
Some of the tests from earlier today had 'int' as the return type when it sho...
Marshall Clow
2018-01-15
5
-5
/
+5
*
More P0202 constexpr-ifying. All the find_XXX algorithms in this commit.
Marshall Clow
2018-01-15
9
-14
/
+192
*
partition_point gets the P0202 treatment
Marshall Clow
2018-01-15
2
-2
/
+2
*
More constexpr algorithms from P0202. any_of/all_of/none_of.
Marshall Clow
2018-01-15
3
-3
/
+48
*
First part of P0202: Adding constexpr modifiers to functions in <algorithm> a...
Marshall Clow
2018-01-15
2
-2
/
+40
*
Fix misspelled macro name - thanks to andrew@ispras.ru for the catch
Marshall Clow
2018-01-10
1
-1
/
+1
*
Add the C++17 extensions to std::search. Include the default searcher, but no...
Marshall Clow
2018-01-08
1
-0
/
+28
*
Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...
Billy Robert O'Neal III
2017-11-21
1
-1
/
+1
*
Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm...
Billy Robert O'Neal III
2017-11-15
2
-2
/
+2
*
[libcxx] [test] Change comments to say C++ instead of c++. NFC.
Stephan T. Lavavej
2017-07-29
2
-2
/
+2
*
[libcxx] [test] Untabify, NFC.
Stephan T. Lavavej
2017-07-29
3
-12
/
+12
*
[libcxx] [test] Strip trailing whitespace. NFC.
Stephan T. Lavavej
2017-06-20
1
-5
/
+5
*
Add non-parallel version of for_each_n (+tests) from the Parallelism TS
Marshall Clow
2017-05-25
1
-0
/
+61
*
[libcxx] [test] Strip trailing whitespace. NFC.
Stephan T. Lavavej
2017-05-04
3
-3
/
+3
*
Update the algorithm tests to not use the (deprecated) function binders. No f...
Marshall Clow
2017-03-23
3
-7
/
+27
*
[libcxx] [test] D27023: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...
Stephan T. Lavavej
2016-12-06
1
-1
/
+1
*
Purge all usages of _LIBCPP_STD_VER under test/std/algorithm
Eric Fiselier
2016-10-08
5
-95
/
+85
*
Remove trailing whitespace in test suite. Approved by Marshall Clow.
Eric Fiselier
2016-06-01
2
-3
/
+3
*
Fix warnings in test/std/algorithms
Eric Fiselier
2015-07-18
2
-7
/
+6
*
[libcxx] Properly convert the count arguments to the *_n algorithms before use.
Eric Fiselier
2015-02-10
2
-0
/
+10
*
Removed some tabs that snuck into the test suite. No functionality change
Marshall Clow
2015-01-28
2
-14
/
+14
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
26
-0
/
+2713