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
/
input.streams
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
20
-0
/
+40
*
[libc++] Add XFAILs for istream tests that were added in r357775
Louis Dionne
2019-04-05
21
-0
/
+143
*
[libc++] Fix error flags and exceptions propagated from input stream operations
Louis Dionne
2019-04-05
35
-148
/
+1712
*
Revert "[libc++] Fix error flags and exceptions propagated from input stream ...
Louis Dionne
2019-04-02
35
-1712
/
+148
*
[libc++] Fix error flags and exceptions propagated from input stream operations
Louis Dionne
2019-04-02
35
-148
/
+1712
*
Support tests in freestanding
JF Bastien
2019-02-04
59
-59
/
+177
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
59
-236
/
+177
*
Portability fix: add missing includes and static_casts. Reviewed as https://r...
Marshall Clow
2018-12-18
2
-0
/
+2
*
[libcxx] Mark some tests as failing on macosx 10.14
Louis Dionne
2018-12-06
4
-0
/
+4
*
[libcxx] Don't depend on availability markup to provide the streams in the dylib
Louis Dionne
2018-12-06
11
-25
/
+8
*
[libcxx] Remove incorrect XFAIL on macos 10.12
Louis Dionne
2018-11-22
1
-1
/
+0
*
[libc++] Implement P0487R1 - Fixing operator>>(basic_istream&, CharT*)
Zhihao Yuan
2018-11-21
3
-0
/
+77
*
[libcxx] [test] Allow a standard library that implements LWG 1203 in istream....
Billy Robert O'Neal III
2018-08-08
1
-1
/
+1
*
[libcxx] [test] Fix MSVC x64 truncation warning.
Stephan T. Lavavej
2018-05-05
1
-1
/
+1
*
[libcxx] [test] Use the correct type from strlen. Include correct header.
Billy Robert O'Neal III
2018-04-10
1
-1
/
+1
*
[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
3
-12
/
+12
*
[libcxx] [test] Fix MSVC warning C4242 "conversion from 'int' to 'const char'...
Stephan T. Lavavej
2017-07-19
1
-1
/
+1
*
Add markup for libc++ dylib availability
Mehdi Amini
2017-05-04
8
-0
/
+26
*
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
1
-1
/
+1
*
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
1
-5
/
+5
*
[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
2
-2
/
+2
*
[libcxx] [test] D27267: Fix MSVC x64 warning C4267 "conversion from 'size_t' ...
Stephan T. Lavavej
2016-12-06
2
-2
/
+2
*
Implement LWG2328. Rvalue stream extraction should perfect forward.
Eric Fiselier
2016-07-24
1
-6
/
+15
*
Move remaining _LIBCPP_VERSION tests into test/libcxx
Eric Fiselier
2016-06-22
1
-20
/
+0
*
Remove trailing whitespace in test suite. Approved by Marshall Clow.
Eric Fiselier
2016-06-01
1
-2
/
+2
*
Remove names of unreferenced parameters. Patch from STL@microsoft.com
Eric Fiselier
2016-04-28
1
-1
/
+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
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
59
-0
/
+4252