aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/ios
AgeCommit message (Expand)AuthorFilesLines
2022-06-17[libc++] Mark standard-mandated includes as suchNikolas Klauser1-1/+3
2022-05-20[libc++] Improve error messages for disabled modesLouis Dionne1-1/+6
2022-03-30[libc++] Ensure that all public C++ headers include <__assert>Louis Dionne1-0/+1
2022-03-05[libc++] Granularize <utility> includesNikolas Klauser1-0/+1
2022-03-03[libc++] Fix initialization of __fill_Jake Egan1-0/+2
2022-03-01[libc++] Remove _LIBCPP_HAS_NO_STRONG_ENUMS.Mark de Wever1-1/+1
2022-02-04[libc++] Move fpos into its own headerNikolas Klauser1-0/+1
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer1-1/+1
2022-01-04[libc++] Add the version header to all headers.Mark de Wever1-0/+1
2021-12-08[libc++] `= delete` member functions with // = delete;Nikolas Klauser1-4/+2
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne1-1/+1
2021-08-11[libc++] Restore `basic_ios`'s implicit conversion to `bool` in C++03 mode.Arthur O'Dwyer1-0/+7
2021-06-28[libc++] Remove some _LIBCPP_CXX03_LANG from iostreams headers.Arthur O'Dwyer1-2/+0
2021-06-22[libc++] Enable `explicit` conversion operators, even in C++03 mode.Arthur O'Dwyer1-18/+1
2021-05-29[libc++] Alphabetize and include-what-you-use. NFCI.Arthur O'Dwyer1-1/+1
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne1-1/+1
2020-11-27[libc++] Replace several uses of 0 by nullptrBruce Mitchener1-2/+2
2020-10-15[libc++] Reduce dependencies on <iostream> from <random>Louis Dionne1-27/+0
2020-07-13[libc++] Implement P0551Louis Dionne1-24/+24
2020-03-17Fix -Wdeprecated-copy-dtor and -Wdeprecated-dynamic-exception-spec warnings.Dimitry Andric1-1/+2
2019-05-29[NFC][libcxx] Remove trailing whitespaceLouis Dionne1-15/+15
2019-04-05[libc++] Fix error flags and exceptions propagated from input stream operationsLouis Dionne1-0/+9
2019-04-02Revert "[libc++] Fix error flags and exceptions propagated from input stream ...Louis Dionne1-9/+0
2019-04-02[libc++] Fix error flags and exceptions propagated from input stream operationsLouis Dionne1-0/+9
2019-02-12[libc++] Avoid UB in the no-exceptions mode in a few placesLouis Dionne1-0/+10
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-07-11[libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne1-17/+17
2018-07-05Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne1-17/+17
2018-07-05[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITYLouis Dionne1-17/+17
2018-02-14Fix incorrect indentation.Bruce Mitchener1-1/+1
2018-02-01Add static_asserts to basic_ios and basic_stream_buf to ensure that that the ...Marshall Clow1-0/+3
2017-04-19Cleanup usages of _LIBCPP_HAS_NO_<c++11-feature> in <bitset>, <ios>, <locale>...Eric Fiselier1-1/+1
2017-01-13Fix merge conflict caused by r291921Eric Fiselier1-1/+1
2017-01-13Revert "Rework fix for PR19460 - Use explicit bool as an extension instead."Eric Fiselier1-0/+17
2017-01-04[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier1-3/+3
2017-01-02Rework fix for PR19460 - Use explicit bool as an extension instead.Eric Fiselier1-17/+0
2016-12-30Recommit r290750: Fix PR19460 - std::ios is convertible to int.Eric Fiselier1-2/+19
2016-12-30Revert r290750 - Fix PR19460 - std::ios is convertible to int.Eric Fiselier1-15/+2
2016-12-30Fix PR19460 - std::ios is convertible to int.Eric Fiselier1-2/+15
2016-04-21Make ios_base::failure visibility specified consistentEric Fiselier1-1/+1
2015-10-29Implement P0004R1 'Remove Deprecated iostreams aliases'Marshall Clow1-6/+9
2015-08-19[libcxx] Allow use of <atomic> in C++03. Try 3.Eric Fiselier1-2/+4
2014-09-05Address some post-commit review comments on r217261Jonathan Roelofs1-2/+2
2014-09-05Allow libc++ to be built on systems without POSIX threadsJonathan Roelofs1-2/+2
2013-10-21Patch by GM: Making implicit conversion to bool explicit in <ios> and <__locale>Marshall Clow1-3/+3
2013-10-12LWG Issue 2087: iostream_category() and noexceptMarshall Clow1-6/+6
2013-10-12LWG issue 2143: ios_base::xalloc should be thread-safeMarshall Clow1-0/+8
2013-10-06G M: Rename local variable from __except to avoid MSVC keyword clash.Howard Hinnant1-4/+4
2013-08-12Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant1-3/+3
2013-07-09move __save_flags from <random> to <ios> in preparation for reuse; no functio...Marshall Clow1-0/+27