aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/ios
AgeCommit message (Expand)AuthorFilesLines
2023-12-18[libc++] Format the code base (#74334)Louis Dionne1-592/+361
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne1-4/+4
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne1-84/+84
2023-11-17[libc++] Implement P2467R1: Support exclusive mode for fstreamsPragmaTwice1-6/+10
2023-08-31[libc++] Move once_flag outside of <mutex>Louis Dionne1-0/+1
2023-06-15[libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI i...Nikolas Klauser1-7/+6
2023-05-24Revert "[libc++] Apply _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION only in cl...Nikolas Klauser1-43/+28
2023-05-23[libc++] Apply _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION only in classes th...Nikolas Klauser1-28/+43
2023-05-23[libc++][NFC] Move basic_ios extern instantiations into <ios>Nikolas Klauser1-0/+6
2023-04-27[libc++] Adds more forward declaration headers.Mark de Wever1-0/+1
2023-04-16[libc++] Add hide_from_abi check for classesNikolas Klauser1-1/+1
2023-04-09[libc++] Granularize system_error.Mark de Wever1-1/+5
2023-03-18[libc++] Use the _LIBCPP_VERBOSE_ABORT macro instead of calling the function ...Nikolas Klauser1-1/+1
2023-03-14[libc++] Use __verbose_abort instead of std::abort in __throw_ functionsNikolas Klauser1-2/+2
2023-03-10[libc++] Granularize <atomic> includesNikolas Klauser1-1/+2
2023-02-17[libc++][NFC] Rename _LIBCPP_NO_EXCEPTIONS to _LIBCPP_HAS_NO_EXCEPTIONSNikolas Klauser1-1/+1
2022-12-23[libc++] Add custom clang-tidy checksNikolas Klauser1-2/+2
2022-11-05[libc++] Split __allocator_destructor out of shared_ptr.hNikolas Klauser1-0/+9
2022-11-05[libc++] Granularize <concept> includesNikolas Klauser1-0/+4
2022-09-27[libc++][NFC] Fix some standard-mandated includes commentsNikolas Klauser1-0/+2
2022-08-25[libc++][NFC] Enable modernize-use-overrideNikolas Klauser1-2/+2
2022-08-13[libc++] Add a bunch of missing _LIBCPP_HIDE_FROM_ABINikolas Klauser1-24/+24
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