summaryrefslogtreecommitdiffstats
path: root/libcxx/include/ios
Commit message (Expand)AuthorAgeFilesLines
* [NFC][libcxx] Remove trailing whitespaceLouis Dionne2019-05-291-15/+15
* [libc++] Fix error flags and exceptions propagated from input stream operationsLouis Dionne2019-04-051-0/+9
* Revert "[libc++] Fix error flags and exceptions propagated from input stream ...Louis Dionne2019-04-021-9/+0
* [libc++] Fix error flags and exceptions propagated from input stream operationsLouis Dionne2019-04-021-0/+9
* [libc++] Avoid UB in the no-exceptions mode in a few placesLouis Dionne2019-02-121-0/+10
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne2018-07-111-17/+17
* Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne2018-07-051-17/+17
* [libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITYLouis Dionne2018-07-051-17/+17
* Fix incorrect indentation.Bruce Mitchener2018-02-141-1/+1
* Add static_asserts to basic_ios and basic_stream_buf to ensure that that the ...Marshall Clow2018-02-011-0/+3
* Cleanup usages of _LIBCPP_HAS_NO_<c++11-feature> in <bitset>, <ios>, <locale>...Eric Fiselier2017-04-191-1/+1
* Fix merge conflict caused by r291921Eric Fiselier2017-01-131-1/+1
* Revert "Rework fix for PR19460 - Use explicit bool as an extension instead."Eric Fiselier2017-01-131-0/+17
* [NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier2017-01-041-3/+3
* Rework fix for PR19460 - Use explicit bool as an extension instead.Eric Fiselier2017-01-021-17/+0
* Recommit r290750: Fix PR19460 - std::ios is convertible to int.Eric Fiselier2016-12-301-2/+19
* Revert r290750 - Fix PR19460 - std::ios is convertible to int.Eric Fiselier2016-12-301-15/+2
* Fix PR19460 - std::ios is convertible to int.Eric Fiselier2016-12-301-2/+15
* Make ios_base::failure visibility specified consistentEric Fiselier2016-04-211-1/+1
* Implement P0004R1 'Remove Deprecated iostreams aliases'Marshall Clow2015-10-291-6/+9
* [libcxx] Allow use of <atomic> in C++03. Try 3.Eric Fiselier2015-08-191-2/+4
* Address some post-commit review comments on r217261Jonathan Roelofs2014-09-051-2/+2
* Allow libc++ to be built on systems without POSIX threadsJonathan Roelofs2014-09-051-2/+2
* Patch by GM: Making implicit conversion to bool explicit in <ios> and <__locale>Marshall Clow2013-10-211-3/+3
* LWG Issue 2087: iostream_category() and noexceptMarshall Clow2013-10-121-6/+6
* LWG issue 2143: ios_base::xalloc should be thread-safeMarshall Clow2013-10-121-0/+8
* G M: Rename local variable from __except to avoid MSVC keyword clash.Howard Hinnant2013-10-061-4/+4
* Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant2013-08-121-3/+3
* move __save_flags from <random> to <ios> in preparation for reuse; no functio...Marshall Clow2013-07-091-0/+27
* No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant2013-03-061-8/+8
* Rename uses of _ and __ because these are getting stepped on by macros from o...Howard Hinnant2012-10-301-1/+1
* Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ...Howard Hinnant2012-09-141-2/+2
* Hyeon-bin Jeong: libc++ fails to create any classes inherit from basic_ios i...Howard Hinnant2012-08-261-2/+4
* noexcept and constexpr applied to <ios>.Howard Hinnant2012-07-211-35/+35
* Modernize conversion to bool to the explicit bool conversion operator (librar...Howard Hinnant2012-02-211-1/+2
* Fix http://llvm.org/bugs/show_bug.cgi?id=11428. Fix provided by Alberto Gane...Howard Hinnant2011-12-021-7/+5
* Windows support by Ruben Van Boxem.Howard Hinnant2011-10-171-0/+2
* _STD -> _VSTD to avoid macro clash on windowsHoward Hinnant2011-06-301-4/+4
* Effort to reduce the number of exported symbolsHoward Hinnant2010-12-171-17/+31
* license changeHoward Hinnant2010-11-161-2/+2
* visibility-decoration.Howard Hinnant2010-09-221-7/+13
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-041-1/+1
* Fixing whitespace problemsHoward Hinnant2010-08-221-9/+9
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+965
OpenPOWER on IntegriCloud