summaryrefslogtreecommitdiff
path: root/libcxx/include/strstream
AgeCommit message (Expand)Author
2025-05-28Revert "[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HID...James Y Knight
2025-05-18[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HIDE_FROM_A...Nikolas Klauser
2025-04-04[libc++] Guard additional headers with _LIBCPP_HAS_LOCALIZATION (#131921)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-16[libc++] Avoid including <ostream> in <fstream> and <strstream> (#116014)Nikolas Klauser
2024-06-18[libc++][NFC] Run clang-format on libcxx/include again (#95874)Louis Dionne
2024-04-04[libc++] P2867R1: Remove Deprecated `strstream`s From C++26 (#87107)Hristo Hristov
2024-02-29[libc++] Clean up includes of <__assert> (#80091)Louis Dionne
2024-01-25[libc++] Fix missing and incorrect push/pop macros (#79204)Louis Dionne
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-06-15[libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI i...Nikolas Klauser
2023-05-31[libc++] Fixes use-after move diagnostic.Mark de Wever
2023-05-30[libc++] Deprecate the classes in strstream.Mark de Wever
2023-04-16[libc++] Add hide_from_abi check for classesNikolas Klauser
2022-08-25[libc++][NFC] Enable modernize-use-overrideNikolas Klauser
2022-06-21[libc++][clang-tidy] Enable bugprone-use-after-move and explicitly list all u...Nikolas Klauser
2022-03-30[libc++] Ensure that all public C++ headers include <__assert>Louis Dionne
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer
2022-01-04[libc++] Add the version header to all headers.Mark de Wever
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2021-05-29[libc++] Alphabetize and include-what-you-use. NFCI.Arthur O'Dwyer
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne
2021-01-19[libc++] [P0935] [C++20] Eradicating unnecessarily explicit default construct...Marek Kurdej
2020-12-10[libc++] ADL-proof by adding _VSTD:: qualifications to memmove etc.Arthur O'Dwyer
2020-11-27[libc++] Replace several uses of 0 by nullptrBruce Mitchener
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-04-18Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the input.output libraryEric Fiselier
2013-03-06No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant
2011-10-17Windows support by Ruben Van Boxem.Howard Hinnant
2011-07-07Fixing up some ABI issuesHoward Hinnant
2011-06-30_STD -> _VSTD to avoid macro clash on windowsHoward Hinnant
2010-11-16license changeHoward Hinnant
2010-09-23visibility-decoration.Howard Hinnant
2010-09-04Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant
2010-08-22Fixing whitespace problemsHoward Hinnant
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant
2010-05-11libcxx initial importHoward Hinnant