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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libcxx] Make std::basic_istream::get 0-terminate input array in case of error.
Volodymyr Sapsai
2018-01-11
2
-0
/
+124
*
[libcxx][fixup] Mark std::basic_istream::getline tests as failing for previou...
Volodymyr Sapsai
2017-11-22
2
-0
/
+16
*
[libcxx] Make std::basic_istream::getline 0-terminate input array in case of ...
Volodymyr Sapsai
2017-11-22
2
-0
/
+108
*
[libcxx] [test] Rename __c to ch. NFCI.
Stephan T. Lavavej
2017-08-11
37
-148
/
+148
*
[libcxx] [test] Untabify, NFC.
Stephan T. Lavavej
2017-07-29
2
-2
/
+2
*
[libcxx] [test] Fix MSVC warning C4242 "conversion from 'int' to 'const char'...
Stephan T. Lavavej
2017-07-19
2
-2
/
+2
*
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
9
-0
/
+28
*
Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the input.output library
Eric Fiselier
2017-04-18
6
-24
/
+12
*
Update all bug URL's to point to https://bugs.llvm.org/...
Eric Fiselier
2017-02-17
3
-3
/
+3
*
[libcxx] [test] Fix comment typos, strip trailing whitespace.
Stephan T. Lavavej
2017-01-18
1
-1
/
+1
*
[libcxx] [test] Fix MSVC warnings C4127 and C6326 about constants.
Stephan T. Lavavej
2017-01-18
1
-6
/
+11
*
Replace _LIBCPP_HAS_NO_DELETED_FUNCTIONS with _LIBCPP_CXX03_LANG
Eric Fiselier
2017-01-06
2
-6
/
+57
*
[libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...
Stephan T. Lavavej
2016-12-08
2
-6
/
+6
*
[libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...
Stephan T. Lavavej
2016-12-08
1
-2
/
+2
*
[libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...
Stephan T. Lavavej
2016-12-08
31
-31
/
+31
*
[libcxx] [test] D27267: Fix MSVC x64 warning C4267 "conversion from 'size_t' ...
Stephan T. Lavavej
2016-12-06
35
-35
/
+35
*
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
*
[libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized...
Stephan T. Lavavej
2016-11-14
1
-0
/
+1
*
Implement LWG2328. Rvalue stream extraction should perfect forward.
Eric Fiselier
2016-07-24
1
-6
/
+15
*
Avoid narrowing conversions in quoted test. Patch from STL@microsoft.com
Eric Fiselier
2016-06-26
1
-6
/
+6
*
Move remaining _LIBCPP_VERSION tests into test/libcxx
Eric Fiselier
2016-06-22
3
-60
/
+0
*
Fix warnings in tests.
Eric Fiselier
2016-06-14
2
-4
/
+4
*
Remove trailing whitespace in test suite. Approved by Marshall Clow.
Eric Fiselier
2016-06-01
4
-11
/
+11
*
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
*
Remove names of unreferenced parameters. Patch from STL@microsoft.com
Eric Fiselier
2016-04-28
1
-1
/
+1
*
Minor updates to failing tests. NFC
Marshall Clow
2016-02-09
2
-2
/
+10
*
Clean up a test; get rid of hard-wired char/wchar_t code for template fns tha...
Marshall Clow
2016-02-08
1
-95
/
+56
*
[libcxx] Add appropriate 'REQUIRE' directives to tests that require en_US.UTF-8.
Daniel Sanders
2016-01-21
2
-0
/
+4
*
Make it possible to build a no-exceptions variant of libcxx.
Asiri Rathnayake
2015-11-10
1
-0
/
+1
*
Fix LWG#2244: basic_istream::seekg
Marshall Clow
2015-10-25
1
-0
/
+9
*
While researching LWG#2244, I noticed we weren't testing that eofbit was bein...
Marshall Clow
2015-10-07
1
-0
/
+9
*
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
121
-0
/
+8635