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
/
input.output
/
iostream.format
/
output.streams
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement LWG2221: 'Formatted output for nullptr_t' Reviewed as: https://revi...
Marshall Clow
2019-07-01
1
-0
/
+7
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
45
-0
/
+90
*
Support tests in freestanding
JF Bastien
2019-02-04
48
-48
/
+142
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
48
-192
/
+144
*
[NFC] Normalize some test 'main' signatures
JF Bastien
2019-01-09
1
-1
/
+1
*
[libcxx] Add XFAIL for test on OS X 10.12 to 10.14
Louis Dionne
2018-11-22
1
-0
/
+6
*
Revert "Implement LWG 2221 - No formatted output operator for nullptr."
Volodymyr Sapsai
2018-09-19
1
-80
/
+0
*
Implement LWG 2221 - No formatted output operator for nullptr. Reviewed as ht...
Marshall Clow
2018-09-19
1
-0
/
+80
*
[libcxx] [test] Rename __c to ch. NFCI.
Stephan T. Lavavej
2017-08-11
32
-128
/
+128
*
Ensure showbase does not overflow do_put buffers
Dimitry Andric
2017-05-06
1
-0
/
+97
*
Add markup for libc++ dylib availability
Mehdi Amini
2017-05-04
1
-0
/
+2
*
Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the input.output library
Eric Fiselier
2017-04-18
3
-12
/
+6
*
Update all bug URL's to point to https://bugs.llvm.org/...
Eric Fiselier
2017-02-17
2
-2
/
+2
*
[libcxx] [test] Fix MSVC warnings C4127 and C6326 about constants.
Stephan T. Lavavej
2017-01-18
1
-6
/
+11
*
[libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...
Stephan T. Lavavej
2016-12-08
1
-1
/
+1
*
[libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...
Stephan T. Lavavej
2016-12-08
28
-28
/
+28
*
[libcxx] [test] D27267: Fix MSVC x64 warning C4267 "conversion from 'size_t' ...
Stephan T. Lavavej
2016-12-06
32
-32
/
+32
*
Protect std::ostream::sentry test under libcpp-no-exceptions
Roger Ferrer Ibanez
2016-12-01
1
-1
/
+4
*
[libcxx] [test] D27019: Fix MSVC warning C4245 "conversion from 'X' to 'Y', s...
Stephan T. Lavavej
2016-11-23
1
-1
/
+1
*
Move remaining _LIBCPP_VERSION tests into test/libcxx
Eric Fiselier
2016-06-22
1
-20
/
+0
*
Void cast runtime-unused variables. Patch from STL@microsoft.com
Eric Fiselier
2016-05-02
1
-1
/
+1
*
Fix PR21428 for long. Buffer was one byte too small in octal formatting case....
Eric Fiselier
2016-04-29
1
-9
/
+31
*
Fix or move various non-standard tests.
Eric Fiselier
2016-04-29
1
-0
/
+1
*
Make it possible to build a no-exceptions variant of libcxx.
Asiri Rathnayake
2015-11-10
1
-0
/
+1
*
Make seeking on an ostream that has eofbit set work correctly. Fixes PR#21361
Marshall Clow
2015-06-22
2
-0
/
+22
*
Don't attempt to validate the output of %p.
Ed Schouten
2015-03-16
1
-12
/
+21
*
Fix PR21428. Buffer was one byte too small in octal formatting case. Add test
Marshall Clow
2015-01-26
1
-0
/
+84
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
47
-0
/
+3411