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
/
include
/
istream
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc++] Implement LWG 3199
Louis Dionne
2019-08-20
1
-1
/
+1
*
[libc++] Fix error flags and exceptions propagated from input stream operations
Louis Dionne
2019-04-05
1
-374
/
+509
*
Revert "[libc++] Fix error flags and exceptions propagated from input stream ...
Louis Dionne
2019-04-02
1
-509
/
+374
*
[libc++] Fix build when exceptions are turned off
Louis Dionne
2019-04-02
1
-1
/
+1
*
[libc++] Fix error flags and exceptions propagated from input stream operations
Louis Dionne
2019-04-02
1
-374
/
+509
*
[libc++] Remove use of auto with actual type
Louis Dionne
2019-04-02
1
-2
/
+2
*
[libc++][NFC] Remove useless public: label at the end of class
Louis Dionne
2019-04-02
1
-1
/
+0
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308
Marshall Clow
2018-12-11
1
-0
/
+1
*
[libcxx] Don't depend on availability markup to provide the streams in the dylib
Louis Dionne
2018-12-06
1
-1
/
+1
*
[libc++] Implement P0487R1 - Fixing operator>>(basic_istream&, CharT*)
Zhihao Yuan
2018-11-21
1
-8
/
+49
*
[libcxx] Remove _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY
Louis Dionne
2018-10-16
1
-11
/
+11
*
[libc++] Factor duplicate code into function templates
Louis Dionne
2018-07-25
1
-269
/
+50
*
[libcxx] Make std::basic_istream::get 0-terminate input array in case of error.
Volodymyr Sapsai
2018-01-11
1
-1
/
+4
*
[libcxx] Make std::basic_istream::getline 0-terminate input array in case of ...
Volodymyr Sapsai
2017-11-22
1
-2
/
+4
*
[Libc++] Use #pragma push_macro/pop_macro to better handle min/max on Windows
Eric Fiselier
2017-05-31
1
-2
/
+6
*
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
1
-14
/
+11
*
Replace _LIBCPP_HAS_NO_DELETED_FUNCTIONS with _LIBCPP_CXX03_LANG
Eric Fiselier
2017-01-06
1
-6
/
+1
*
[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VIS
Eric Fiselier
2017-01-04
1
-4
/
+4
*
fix sign comparison warnings
Eric Fiselier
2016-12-24
1
-1
/
+1
*
[libc++] Add _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY to support GCC ABI com...
Eric Fiselier
2016-09-16
1
-113
/
+55
*
[libc++] Fix and document visibility attributes for Clang, GCC and Windows.
Eric Fiselier
2016-09-15
1
-3
/
+3
*
Implement LWG2328. Rvalue stream extraction should perfect forward.
Eric Fiselier
2016-07-24
1
-2
/
+2
*
Constuct a sentry object in istream::readsome, and handle failures appropriat...
Marshall Clow
2016-07-13
1
-11
/
+28
*
Revert "Remove visibility attributes from out-of-class method definitions in ...
Evgeniy Stepanov
2016-01-08
1
-23
/
+23
*
Remove visibility attributes from out-of-class method definitions in iostreams.
Evgeniy Stepanov
2015-12-09
1
-23
/
+23
*
Fix LWG#2244: basic_istream::seekg
Marshall Clow
2015-10-25
1
-0
/
+1
*
K-ballo pointed out *another* mistype in my change
Marshall Clow
2014-09-17
1
-3
/
+4
*
Forgot 'const' on my last checkin
Marshall Clow
2014-09-16
1
-4
/
+4
*
Some of the synopsis was left out of these headers, and the copy construction...
Marshall Clow
2014-09-16
1
-1
/
+16
*
LWG issue 2341; Make the two variants of basic_ostream::seekp and basic_istre...
Marshall Clow
2013-10-31
1
-1
/
+6
*
Nico Rieck: this patch series fixes visibility issues on Windows as explaine...
Howard Hinnant
2013-08-12
1
-7
/
+7
*
In istream::ignore, check the delimeter as an int_type, not as a char_type, s...
Howard Hinnant
2013-07-01
1
-4
/
+2
*
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...
Howard Hinnant
2013-03-06
1
-4
/
+4
*
Have basic_istream::read call sgetn intead of sbumpc individual characters. ...
Howard Hinnant
2013-03-06
1
-10
/
+3
*
Hyeon-Bin Jeong: readsome() need to reset gcount to zero. This fixes http:/...
Howard Hinnant
2012-12-20
1
-0
/
+1
*
Provide a way to disable use of extern templates in libc++. This is intended...
Howard Hinnant
2012-11-06
1
-3
/
+3
*
peek should set eofbit if sgetc() returns eof.
Howard Hinnant
2012-11-01
1
-0
/
+4
*
Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ...
Howard Hinnant
2012-09-14
1
-1
/
+1
*
Have basic_istream seekg, putback and unget first clear eofbit. Fixes http:/...
Howard Hinnant
2012-08-24
1
-0
/
+3
*
Modernize conversion to bool to the explicit bool conversion operator (librar...
Howard Hinnant
2012-02-21
1
-1
/
+1
*
Quash a whole bunch of warnings
Howard Hinnant
2011-12-01
1
-3
/
+2
*
Further macro protection by replacing _[A-Z] with _[A-Z]p
Howard Hinnant
2011-11-29
1
-42
/
+42
*
Add protection from min/max macros
Howard Hinnant
2011-11-29
1
-0
/
+2
*
Windows support by Ruben Van Boxem.
Howard Hinnant
2011-10-17
1
-0
/
+2
*
Fix <rdar://problem/10256836> getline of an empty string mistakenly causes fa...
Howard Hinnant
2011-10-09
1
-1
/
+3
*
Reimplemented much of <istream> such that single character extractions do not...
Howard Hinnant
2011-09-01
1
-207
/
+167
*
Fixing up some ABI issues
Howard Hinnant
2011-07-07
1
-0
/
+4
*
_STD -> _VSTD to avoid macro clash on windows
Howard Hinnant
2011-06-30
1
-3
/
+3
[next]