aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/istream
AgeCommit message (Expand)AuthorFilesLines
2024-06-18[libc++] Enable modernize-use-equals-delete (#93293)Nikolas Klauser1-1/+1
2024-05-02[libc++] Granularize <ostream> (#85537)Nikolas Klauser1-1/+4
2024-02-29[libc++] Clean up includes of <__assert> (#80091)Louis Dionne1-1/+0
2024-02-18[libc++] Fixes istream::sync. (#76467)Mark de Wever1-4/+5
2024-02-12[libc++] Move the contents of `__fwd/get.h` into the forward declaration head...Nikolas Klauser1-0/+1
2023-12-18[libc++] Format the code base (#74334)Louis Dionne1-1169/+882
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne1-21/+21
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne1-21/+21
2023-10-29[libc++] Remove a few transitive includes (#70553)philnik7771-0/+1
2023-09-01[libc++][NFC] Update the remaining enable_ifsNikolas Klauser1-4/+2
2023-08-29[libc++] Implement LWG3464(istream::gcount() can overflow)yronglin1-7/+12
2023-08-27Revert "[libc++] Implement LWG3464(istream::gcount() can overflow)"yronglin1-12/+7
2023-08-27[libc++] Implement LWG3464(istream::gcount() can overflow)yronglin1-7/+12
2023-05-24Revert "[libc++] Apply _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION only in cl...Nikolas Klauser1-6/+6
2023-05-23[libc++] Apply _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION only in classes th...Nikolas Klauser1-6/+6
2023-04-27[libc++] Adds more forward declaration headers.Mark de Wever1-0/+1
2023-03-12[libc++] Granularize <exception>Nikolas Klauser1-0/+3
2023-03-08[libc++] Granularize <type_traits> includesNikolas Klauser1-0/+1
2023-02-17[libc++][NFC] Rename _LIBCPP_NO_EXCEPTIONS to _LIBCPP_HAS_NO_EXCEPTIONSNikolas Klauser1-77/+77
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser1-2/+2
2023-01-12[libc++][NFC] Qualify declvalNikolas Klauser1-1/+1
2022-12-23[libc++] Add custom clang-tidy checksNikolas Klauser1-10/+10
2022-12-23[libc++] Granularize <type_traits> includes in <compare>Nikolas Klauser1-0/+1
2022-11-05[libc++] Granularize <concept> includesNikolas Klauser1-0/+4
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-5/+5
2022-06-10[libc++] Granularize <iterator> includesNikolas Klauser1-0/+1
2022-06-08[libc++] Towards a simpler extern template story in libc++Louis Dionne1-3/+3
2022-03-30[libc++] Ensure that all public C++ headers include <__assert>Louis Dionne1-0/+1
2022-03-15[libc++] Define _LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER whenever we enable warnin...Louis Dionne1-1/+1
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer1-1/+1
2021-12-08[libc++] `= delete` member functions with // = delete;Nikolas Klauser1-3/+3
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne1-1/+1
2021-10-12[libc++] Add an option to disable wide character support in libc++Louis Dionne1-0/+2
2021-06-28[libc++] Remove some _LIBCPP_CXX03_LANG from iostreams headers.Arthur O'Dwyer1-18/+1
2021-06-25[libc++] Enable the rvalue overloads of operator<< and operator>> even in C++03.Arthur O'Dwyer1-5/+1
2021-06-24[libcxx][modularisation] moves <utility> content out of <type_traits>Christopher Di Bella1-0/+1
2021-06-22[libc++] Enable `explicit` conversion operators, even in C++03 mode.Arthur O'Dwyer1-2/+1
2021-05-29[libc++] Alphabetize and include-what-you-use. NFCI.Arthur O'Dwyer1-1/+1
2021-05-11[libc++] s/_VSTD::declval/declval/g. NFCI.Arthur O'Dwyer1-1/+1
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne1-36/+36
2020-11-27[libc++] Replace several uses of 0 by nullptrBruce Mitchener1-3/+3
2020-10-22[libc++] Drop old workaround for iostreams instantiations missing from the dylibLouis Dionne1-2/+0
2020-09-23[libc++] Re-apply fdc41e11f (LWG1203) without breaking the C++11 buildLouis Dionne1-8/+18
2020-09-23Revert "[libc++] Implement LWG1203"Raphael Isemann1-18/+8
2020-09-22[libc++] Implement LWG1203Louis Dionne1-8/+18
2019-08-20[libc++] Implement LWG 3199Louis Dionne1-1/+1
2019-04-05[libc++] Fix error flags and exceptions propagated from input stream operationsLouis Dionne1-374/+509
2019-04-02Revert "[libc++] Fix error flags and exceptions propagated from input stream ...Louis Dionne1-509/+374
2019-04-02[libc++] Fix build when exceptions are turned offLouis Dionne1-1/+1