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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add SFINAE on additional overloads of std::complex functions. Fixes PR19921.
Eric Fiselier
2016-07-20
1
-0
/
+74
*
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
5
-102
/
+0
*
Avoid huge main() functions and huge arrays. Patch from STL@microsoft.com
Eric Fiselier
2016-06-22
9
-2455
/
+2686
*
Fix operator precedence mistake in valarray/not.pass.cpp. Patch from STL@micr...
Eric Fiselier
2016-06-22
1
-1
/
+1
*
Improve portability of random_device tests. Patch from STL@microsoft.com
Eric Fiselier
2016-06-15
2
-2
/
+6
*
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...
Eric Fiselier
2016-06-14
1
-0
/
+1
*
Rename variables to prevent shadowing. Patch from STL@microsoft.com
Eric Fiselier
2016-06-14
32
-372
/
+372
*
Rename some test data (and make it const) to rid us of some shadowing warning...
Marshall Clow
2016-06-06
27
-315
/
+315
*
Remove trailing whitespace in test suite. Approved by Marshall Clow.
Eric Fiselier
2016-06-01
9
-14
/
+14
*
[libcxx] Improve tests to use the UNSUPPORTED lit directive
Asiri Rathnayake
2016-05-28
4
-13
/
+5
*
Tolerate incorrect return type for 'isinf' and 'isnan' in tests.
Eric Fiselier
2016-05-27
3
-63
/
+48
*
Implement P0030R1: Introduce a 3-Argument Overload to std::hypot
Marshall Clow
2016-05-17
1
-0
/
+23
*
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
2
-1
/
+3
*
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
*
[libcxx] Fixup a few fumbles in the initial no-exceptions XFAILs list.
Asiri Rathnayake
2015-11-12
1
-1
/
+0
*
Make it possible to build a no-exceptions variant of libcxx.
Asiri Rathnayake
2015-11-10
3
-0
/
+3
*
Remove unneeded initialisation of fenv_t and fexcept_t.
Ed Schouten
2015-03-15
1
-2
/
+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
820
-0
/
+43889