summaryrefslogtreecommitdiff
path: root/libcxx/include/istream
AgeCommit message (Expand)Author
2025-09-30[libc++][istream] P3223R2: Making `std::istream::ignore` less surprising (#14...Hristo Hristov
2025-07-05[libc++] Granularize <locale> (#146650)Nikolas Klauser
2025-05-28Revert "[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HID...James Y Knight
2025-05-19[libc++] Optimize std::getline (#121346)Nikolas Klauser
2025-05-18[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HIDE_FROM_A...Nikolas Klauser
2025-04-09[libc++] Remove _LIBCPP_TEMPLATE_VIS (#134885)Nikolas Klauser
2025-04-08[libc++] Fix misplaced _LIBCPP_POP_MACROS (#134874)Louis Dionne
2024-12-21[libc++][C++03] Use `__cxx03/` headers in C++03 mode (#109002)Nikolas Klauser
2024-12-10[libc++] Add #if 0 block to all the top-level headers (#119234)Nikolas Klauser
2024-11-06[libc++] Refactor the configuration macros to being always defined (#112094)Nikolas Klauser
2024-10-12[libc++][RFC] Always define internal feature test macros (#89178)Nikolas Klauser
2024-09-16[libc++][modules] Guard carved-out headers more consistently (#108637)Louis Dionne
2024-08-29[libc++] Fix wraparound issue with -fsanitize=integer in string operator>> (#...Louis Dionne
2024-06-18[libc++] Enable modernize-use-equals-delete (#93293)Nikolas Klauser
2024-05-02[libc++] Granularize <ostream> (#85537)Nikolas Klauser
2024-02-29[libc++] Clean up includes of <__assert> (#80091)Louis Dionne
2024-02-18[libc++] Fixes istream::sync. (#76467)Mark de Wever
2024-02-12[libc++] Move the contents of `__fwd/get.h` into the forward declaration head...Nikolas Klauser
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne
2023-10-29[libc++] Remove a few transitive includes (#70553)philnik777
2023-09-01[libc++][NFC] Update the remaining enable_ifsNikolas Klauser
2023-08-29[libc++] Implement LWG3464(istream::gcount() can overflow)yronglin
2023-08-27Revert "[libc++] Implement LWG3464(istream::gcount() can overflow)"yronglin
2023-08-27[libc++] Implement LWG3464(istream::gcount() can overflow)yronglin
2023-05-24Revert "[libc++] Apply _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION only in cl...Nikolas Klauser
2023-05-23[libc++] Apply _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION only in classes th...Nikolas Klauser
2023-04-27[libc++] Adds more forward declaration headers.Mark de Wever
2023-03-12[libc++] Granularize <exception>Nikolas Klauser
2023-03-08[libc++] Granularize <type_traits> includesNikolas Klauser
2023-02-17[libc++][NFC] Rename _LIBCPP_NO_EXCEPTIONS to _LIBCPP_HAS_NO_EXCEPTIONSNikolas Klauser
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser
2023-01-12[libc++][NFC] Qualify declvalNikolas Klauser
2022-12-23[libc++] Add custom clang-tidy checksNikolas Klauser
2022-12-23[libc++] Granularize <type_traits> includes in <compare>Nikolas Klauser
2022-11-05[libc++] Granularize <concept> includesNikolas Klauser
2022-08-25[libc++][NFC] Enable modernize-use-overrideNikolas Klauser
2022-08-13[libc++] Add a bunch of missing _LIBCPP_HIDE_FROM_ABINikolas Klauser
2022-06-10[libc++] Granularize <iterator> includesNikolas Klauser
2022-06-08[libc++] Towards a simpler extern template story in libc++Louis Dionne
2022-03-30[libc++] Ensure that all public C++ headers include <__assert>Louis Dionne
2022-03-15[libc++] Define _LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER whenever we enable warnin...Louis Dionne
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer
2021-12-08[libc++] `= delete` member functions with // = delete;Nikolas Klauser
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2021-10-12[libc++] Add an option to disable wide character support in libc++Louis Dionne
2021-06-28[libc++] Remove some _LIBCPP_CXX03_LANG from iostreams headers.Arthur O'Dwyer
2021-06-25[libc++] Enable the rvalue overloads of operator<< and operator>> even in C++03.Arthur O'Dwyer
2021-06-24[libcxx][modularisation] moves <utility> content out of <type_traits>Christopher Di Bella