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
/
numerics
/
rand
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add array bounds assertions to satisfy MSVC's /analyze flag. Patch from STL@m...
Eric Fiselier
2016-06-26
1
-0
/
+3
*
Move remaining _LIBCPP_VERSION tests into test/libcxx
Eric Fiselier
2016-06-22
1
-20
/
+0
*
Avoid huge main() functions and huge arrays. Patch from STL@microsoft.com
Eric Fiselier
2016-06-22
9
-2455
/
+2686
*
Improve portability of random_device tests. Patch from STL@microsoft.com
Eric Fiselier
2016-06-15
2
-2
/
+6
*
Rename variables to prevent shadowing. Patch from STL@microsoft.com
Eric Fiselier
2016-06-14
32
-372
/
+372
*
Guard use of <unistd.h> in test.
Eric Fiselier
2016-05-03
1
-17
/
+22
*
Initialize local doubles to NaN. Patch from STL@microsoft.com
Eric Fiselier
2016-05-02
2
-28
/
+30
*
Void cast runtime-unused variables. Patch from STL@microsoft.com
Eric Fiselier
2016-05-02
1
-1
/
+1
*
Fix some non-standard parts of our test suite. Reported by STL
Eric Fiselier
2016-04-22
2
-0
/
+2
*
Add missing include of <algorithm>
Marshall Clow
2016-04-22
2
-0
/
+2
*
Add a bunch of missing includes in the test suite to make it more portable. F...
Marshall Clow
2016-01-12
1
-0
/
+1
*
Make it possible to build a no-exceptions variant of libcxx.
Asiri Rathnayake
2015-11-10
2
-0
/
+2
*
Add support for arc4random() to random_device.
Ed Schouten
2015-03-10
1
-6
/
+4
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
495
-0
/
+25941