summaryrefslogtreecommitdiff
path: root/libcxx/include/sstream
AgeCommit message (Expand)Author
2025-09-24[libc++][NFC] Refactor __is_allocator to be a variable template (#159584)Nikolas Klauser
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-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
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] Fix missing and incorrect includes (#108850)Louis Dionne
2024-09-16[libc++][modules] Guard carved-out headers more consistently (#108637)Louis Dionne
2024-08-06[libc++] Implements LWG3130. (#101889)Mark de Wever
2024-08-01[libc++][stringbuf] Test and document LWG2995. (#100879)Mark de Wever
2024-05-28[libc++] Make the __availability header a sub-header of __config (#93083)Louis Dionne
2024-05-02[libc++] Granularize <ostream> (#85537)Nikolas Klauser
2024-04-20[libc++] Removes a Clang 16 Windows workaround. (#88560)Mark de Wever
2024-03-05[libc++][sstream] P2495R3: Interfacing `stringstream`s with `string_view` (#8...Hristo Hristov
2024-02-29[libc++] Clean up includes of <__assert> (#80091)Louis Dionne
2024-02-13[libc++][sstream] Explicitly delete special member functions (#80254)Hristo Hristov
2024-01-21[libc++] Fix typo in _LIBCPP_REMOVE_TRANSITIVE_INCLUDES (#78639)bobsayshilol
2024-01-08[libc++] Remove usage of internal string function in sstream (#75858)Tacet
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++][NFC] Add a few clang-format annotations (#74352)Louis Dionne
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne
2023-11-24[libc++][NFC] Refactor _LIBCPP_AVAILABILITY_HAS_* macros to always be defined...philnik777
2023-10-17[libc++] Eliminate extra allocations from `std::move(oss).str()` (#67294)Amirreza Ashouri
2023-10-16[libc++] Add missing <__availability> includeNikolas Klauser
2023-10-06[libc++] Recategorize additional instantiations in the dylib as availability ...Nikolas Klauser
2023-08-10[libc++] Work around dynamic linking of stringstream::str() on WindowsPiotr Fusik
2023-08-02[libc++] Fix `std::out_of_range` thrown from `basic_stringbuf::str() &&`Piotr Fusik
2023-07-19[libc++] Work around dynamic linking of stringbuf::str() on WindowsPiotr Fusik
2023-07-16[libc++] Implement stringstream members of P0408R7 (Efficient Access to basic...Piotr Fusik
2023-07-16[libc++] Implement ostringstream members of P0408R7 (Efficient Access to basi...Piotr Fusik
2023-07-14[libc++] Implement istringstream members of P0408R7 (Efficient Access to basi...Piotr Fusik
2023-07-04[NFC][libc++] Fix whitespace in sstreamPiotr Fusik
2023-07-01[libc++] Implement stringbuf members of P0408R7 (Efficient Access to basic_st...Piotr Fusik
2023-06-24[libc++] Add noexcept clauses to swap per P0408R7 (Efficient Access to basic_...Piotr Fusik
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-05-17[libcxx] Fix crash in std::stringstream with payload >= INT_MAXAzat Khuzhin
2023-05-16[libc++] Add C++20 stringstream::view()Piotr Fusik
2023-04-27[libc++] Adds more forward declaration headers.Mark de Wever
2023-02-17[libc++][NFC] Rename _LIBCPP_NO_EXCEPTIONS to _LIBCPP_HAS_NO_EXCEPTIONSNikolas Klauser
2023-01-11[libc++] Use _LIBCPP_HIDE_FROM_ABI_VIRTUAL instead of _LIBCPP_INLINE_VISIBILI...yronglin
2022-12-20[libc++] Granularize <type_traits> includes in <concepts>Nikolas Klauser
2022-10-13[libc++] <sstream>: update references to standard paragraphsRupert Nash
2022-08-25[libc++][NFC] Enable modernize-use-overrideNikolas 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