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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Purge all usages of _LIBCPP_STD_VER under test/std/algorithm
Eric Fiselier
2016-10-08
17
-121
/
+132
*
Implement C++17 std::sample.
Eric Fiselier
2016-08-28
3
-0
/
+244
*
Mark LWG 2716 as complete - shuffle and sample disallows lvalue URNGs.
Eric Fiselier
2016-08-28
1
-1
/
+1
*
Fix portability issues in <random> tests. Patch from STL@microsoft.com
Eric Fiselier
2016-07-24
3
-5
/
+16
*
Implement LWG#2688: 'clamp misses preconditions and has extraneous condition ...
Marshall Clow
2016-06-30
2
-4
/
+135
*
Add array bounds assertions to satisfy MSVC's /analyze flag. Patch from STL@m...
Eric Fiselier
2016-06-26
2
-0
/
+8
*
Move remaining _LIBCPP_VERSION tests into test/libcxx
Eric Fiselier
2016-06-22
1
-20
/
+0
*
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...
Eric Fiselier
2016-06-14
6
-12
/
+12
*
[libcxx] Fix c++98 test failures.
Asiri Rathnayake
2016-06-03
2
-2
/
+2
*
Remove trailing whitespace in test suite. Approved by Marshall Clow.
Eric Fiselier
2016-06-01
13
-20
/
+20
*
Remove names of unreferenced parameters. Patch from STL@microsoft.com
Eric Fiselier
2016-04-28
1
-1
/
+1
*
Add braces, move braces, and rename variables to avoid shadowing. Patch from ...
Eric Fiselier
2016-04-28
1
-0
/
+2
*
Implement P0025R0: 'An algorithm to clamp a value between a pair of boundary ...
Marshall Clow
2016-03-07
2
-0
/
+121
*
Change some #ifdefs to #if - thanks to Dexon for thge catch.
Marshall Clow
2015-07-30
2
-4
/
+4
*
Fix a self-move bug in inplace_merge. Thanks to Ted and Dexon for the report ...
Marshall Clow
2015-07-29
2
-10
/
+69
*
Fix warnings in test/std/algorithms
Eric Fiselier
2015-07-18
5
-16
/
+15
*
Fix for LWG Issue 2369: constexpr max(initializer_list) vs max_element
Marshall Clow
2015-05-10
6
-0
/
+89
*
Need to wrap a bit in an ifdef, since there are no initializer_lists in C++03
Marshall Clow
2015-02-11
1
-0
/
+2
*
Fix PR 22541: When values are equal, minmax should return the rightmost one i...
Marshall Clow
2015-02-11
1
-0
/
+35
*
[libcxx] Properly convert the count arguments to the *_n algorithms before use.
Eric Fiselier
2015-02-10
5
-11
/
+30
*
Test commit: remove whitespace at EOL.
Dimitry Andric
2015-02-05
1
-1
/
+1
*
Fix PR#22433. The algorithm is_partitioned was testing an item in the middle ...
Marshall Clow
2015-02-02
1
-5
/
+24
*
Fix PR#22427. The implementation of inplace_merge had a \'small data set\' op...
Marshall Clow
2015-02-02
2
-3
/
+12
*
Removed some tabs that snuck into the test suite. No functionality change
Marshall Clow
2015-01-28
3
-15
/
+15
*
Fix PR 22106; make std::swap work for multi-dimensional arrays. Thanks to Pet...
Marshall Clow
2015-01-06
1
-0
/
+49
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
145
-0
/
+15343