aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/sstream
AgeCommit message (Expand)AuthorFilesLines
2024-05-28[libc++] Make the __availability header a sub-header of __config (#93083)Louis Dionne1-1/+0
2024-05-02[libc++] Granularize <ostream> (#85537)Nikolas Klauser1-2/+3
2024-04-20[libc++] Removes a Clang 16 Windows workaround. (#88560)Mark de Wever1-16/+8
2024-03-05[libc++][sstream] P2495R3: Interfacing `stringstream`s with `string_view` (#8...Hristo Hristov1-0/+154
2024-02-29[libc++] Clean up includes of <__assert> (#80091)Louis Dionne1-1/+0
2024-02-13[libc++][sstream] Explicitly delete special member functions (#80254)Hristo Hristov1-0/+16
2024-01-21[libc++] Fix typo in _LIBCPP_REMOVE_TRANSITIVE_INCLUDES (#78639)bobsayshilol1-1/+1
2024-01-08[libc++] Remove usage of internal string function in sstream (#75858)Tacet1-3/+3
2023-12-18[libc++] Format the code base (#74334)Louis Dionne1-687/+587
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne1-16/+16
2023-12-04[libc++][NFC] Add a few clang-format annotations (#74352)Louis Dionne1-0/+4
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne1-25/+25
2023-11-24[libc++][NFC] Refactor _LIBCPP_AVAILABILITY_HAS_* macros to always be defined...philnik7771-1/+1
2023-10-17[libc++] Eliminate extra allocations from `std::move(oss).str()` (#67294)Amirreza Ashouri1-5/+5
2023-10-16[libc++] Add missing <__availability> includeNikolas Klauser1-0/+1
2023-10-06[libc++] Recategorize additional instantiations in the dylib as availability ...Nikolas Klauser1-1/+1
2023-08-10[libc++] Work around dynamic linking of stringstream::str() on WindowsPiotr Fusik1-19/+25
2023-08-02[libc++] Fix `std::out_of_range` thrown from `basic_stringbuf::str() &&`Piotr Fusik1-1/+5
2023-07-19[libc++] Work around dynamic linking of stringbuf::str() on WindowsPiotr Fusik1-8/+16
2023-07-16[libc++] Implement stringstream members of P0408R7 (Efficient Access to basic...Piotr Fusik1-17/+71
2023-07-16[libc++] Implement ostringstream members of P0408R7 (Efficient Access to basi...Piotr Fusik1-18/+72
2023-07-14[libc++] Implement istringstream members of P0408R7 (Efficient Access to basi...Piotr Fusik1-18/+71
2023-07-04[NFC][libc++] Fix whitespace in sstreamPiotr Fusik1-3/+3
2023-07-01[libc++] Implement stringbuf members of P0408R7 (Efficient Access to basic_st...Piotr Fusik1-40/+131
2023-06-24[libc++] Add noexcept clauses to swap per P0408R7 (Efficient Access to basic_...Piotr Fusik1-10/+22
2023-05-24Revert "[libc++] Apply _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION only in cl...Nikolas Klauser1-32/+32
2023-05-23[libc++] Apply _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION only in classes th...Nikolas Klauser1-32/+32
2023-05-17[libcxx] Fix crash in std::stringstream with payload >= INT_MAXAzat Khuzhin1-1/+1
2023-05-16[libc++] Add C++20 stringstream::view()Piotr Fusik1-0/+44
2023-04-27[libc++] Adds more forward declaration headers.Mark de Wever1-0/+1
2023-02-17[libc++][NFC] Rename _LIBCPP_NO_EXCEPTIONS to _LIBCPP_HAS_NO_EXCEPTIONSNikolas Klauser1-4/+4
2023-01-11[libc++] Use _LIBCPP_HIDE_FROM_ABI_VIRTUAL instead of _LIBCPP_INLINE_VISIBILI...yronglin1-1/+1
2022-12-20[libc++] Granularize <type_traits> includes in <concepts>Nikolas Klauser1-0/+4
2022-10-13[libc++] <sstream>: update references to standard paragraphsRupert Nash1-31/+36
2022-08-25[libc++][NFC] Enable modernize-use-overrideNikolas Klauser1-7/+7
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-03-05[libc++] Granularize <utility> includesNikolas 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-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne1-1/+1
2021-06-28[libc++] Remove some _LIBCPP_CXX03_LANG from iostreams headers.Arthur O'Dwyer1-33/+9
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-3/+3
2021-01-19[libc++] [P0935] [C++20] Eradicating unnecessarily explicit default construct...Marek Kurdej1-22/+67
2020-11-27[libc++] Replace several uses of 0 by nullptrBruce Mitchener1-5/+5
2020-11-12[libc++] Instantiate additional <iostream> members in the dylibLouis Dionne1-0/+7
2020-10-09[libc++] NFCI: Define small methods of basic_stringstream inlineLouis Dionne1-257/+139
2020-10-09[libc++] Remove some workarounds for C++03Louis Dionne1-24/+0
2019-02-01add a test and a couple minor bug fixes for the implicit-signed-integer-trunc...Marshall Clow1-1/+1