aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/streambuf
AgeCommit message (Expand)AuthorFilesLines
2026-01-15Reapply "[libc++] Optimize std::find_if" (#175903) (#175921)Nikolas Klauser1-1/+1
2026-01-14Revert "[libc++] Optimize std::find_if" (#175903)Nikolas Klauser1-1/+1
2026-01-13[libc++] Optimize std::find_if (#167697)Nikolas Klauser1-1/+1
2026-01-09[libc++] Introduce the notion of a minimum header version (#166074)Nikolas Klauser1-19/+19
2026-01-06[libc++][iostream] Applied `[[nodiscard]]` (#173754)Hristo Hristov1-4/+4
2025-08-20[libc++] Add internal checks for some basic_streambuf invariants (#144602)Louis Dionne1-0/+40
2025-06-17[libc++][NFC] Refactor basic_streambuf to use public API functions when possi...Louis Dionne1-24/+29
2025-05-28Revert "[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HID...James Y Knight1-2/+0
2025-05-19[libc++] Optimize std::getline (#121346)Nikolas Klauser1-0/+7
2025-05-18[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HIDE_FROM_A...Nikolas Klauser1-0/+2
2025-04-19[libc++] Backport segmented iterator optimization for std::for_each to C++11 ...Peng Liu1-0/+1
2025-04-09[libc++] Remove _LIBCPP_TEMPLATE_VIS (#134885)Nikolas Klauser1-1/+1
2025-01-23[libc++] Inline basic_streambuf functions (#123379)Nikolas Klauser1-159/+97
2024-12-21[libc++][C++03] Use `__cxx03/` headers in C++03 mode (#109002)Nikolas Klauser1-3/+4
2024-12-10[libc++] Add #if 0 block to all the top-level headers (#119234)Nikolas Klauser1-24/+27
2024-11-06[libc++] Refactor the configuration macros to being always defined (#112094)Nikolas Klauser1-3/+3
2024-09-16[libc++][modules] Guard carved-out headers more consistently (#108637)Louis Dionne1-16/+21
2024-06-18[libc++][NFC] Remove unnecessary parens in static_asserts (#95605)Nikolas Klauser1-1/+1
2024-04-25[libc++] Implement LWG4023 (#87513)Louis Dionne1-0/+6
2024-04-14[libc++][RFC] Only include what is required by-version in the umbrella header...Nikolas Klauser1-0/+1
2024-02-29[libc++] Clean up includes of <__assert> (#80091)Louis Dionne1-1/+0
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-299/+231
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne1-10/+10
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne1-7/+7
2023-11-08Implement syncstream (p0053)Mark de Wever1-0/+1
2023-10-29[libc++] Remove a few transitive includes (#70553)philnik7771-1/+4
2023-05-24Revert "[libc++] Apply _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION only in cl...Nikolas Klauser1-7/+7
2023-05-23[libc++] Apply _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION only in classes th...Nikolas Klauser1-7/+7
2023-05-23[libc++][NFC] Move basic_ios extern instantiations into <ios>Nikolas Klauser1-2/+0
2023-04-27[libc++] Adds more forward declaration headers.Mark de Wever1-0/+1
2022-11-21[libc++][NFC] Add missing conditionals for the existence of wide charactersLouis Dionne1-2/+4
2022-06-08[libc++] Towards a simpler extern template story in libc++Louis Dionne1-4/+4
2022-03-30[libc++] Ensure that all public C++ headers include <__assert>Louis Dionne1-0/+1
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer1-1/+1
2022-01-14[libc++] Modularize <chrono>Louis Dionne1-0/+1
2022-01-04[libc++] Add the version header to all headers.Mark de Wever1-0/+1
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne1-1/+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
2021-04-04[libc++] Fix the header guard from _LIBCPP_STEAMBUF to _LIBCPP_STREAMBUF.Arthur O'Dwyer1-3/+3
2020-11-27[libc++] Replace several uses of 0 by nullptrBruce Mitchener1-6/+6
2020-10-22[libc++] Drop old workaround for iostreams instantiations missing from the dylibLouis Dionne1-2/+0
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-06[libcxx] Don't depend on availability markup to provide the streams in the dylibLouis Dionne1-1/+1
2018-10-16[libcxx] Remove _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITYLouis Dionne1-19/+19
2018-07-11[libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne1-7/+7
2018-07-05Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne1-7/+7
2018-07-05[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITYLouis Dionne1-7/+7
2018-02-01Add static_asserts to basic_ios and basic_stream_buf to ensure that that the ...Marshall Clow1-0/+3