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
/
experimental
/
algorithms
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
1
-0
/
+1
*
Support tests in freestanding
JF Bastien
2019-02-04
1
-1
/
+3
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove std::experimental::sample; use std::sample instead. See https://libcxx...
Marshall Clow
2018-02-01
3
-244
/
+0
*
[libcxx] [test] Untabify, NFC.
Stephan T. Lavavej
2017-07-29
1
-1
/
+1
*
Fix libc++ test experimental/algorithms/alg.random.sample/sample.pass.cpp whe...
Mehdi Amini
2017-03-02
1
-5
/
+9
*
Implement C++17 std::sample.
Eric Fiselier
2016-08-28
1
-3
/
+5
*
Mark LWG 2716 as complete - shuffle and sample disallows lvalue URNGs.
Eric Fiselier
2016-08-28
2
-9
/
+12
*
Fix various undefined behavior found by UBSan.
Eric Fiselier
2016-06-19
1
-6
/
+6
*
Remove trailing whitespace in test suite. Approved by Marshall Clow.
Eric Fiselier
2016-06-01
1
-1
/
+1
*
Implement P0253R1: Fixing a design mistake in the searchers interface.
Marshall Clow
2016-03-08
1
-3
/
+4
*
Implementation of Boyer-Moore and Boyer-Moore-Horspool searchers for the LFTS.
Marshall Clow
2015-09-08
1
-0
/
+2
*
Finally get the test suite passing in C++03!!
Eric Fiselier
2015-08-28
1
-2
/
+2
*
Implement the plugin-based version of std::search. There are no searchers yet...
Marshall Clow
2015-07-20
1
-0
/
+43
*
Implement std::experimental::sample.
Evgeniy Stepanov
2015-05-13
3
-0
/
+235