aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/sstream
AgeCommit message (Expand)AuthorFilesLines
2026-01-04[libc++] Applied `[[nodiscard]]` to `<fstream>`, `<sstream>`, `<strstream>`, ...Hristo Hristov1-24/+30
2025-09-24[libc++][NFC] Refactor __is_allocator to be a variable template (#159584)Nikolas Klauser1-4/+4
2025-07-05[libc++] Granularize <locale> (#146650)Nikolas Klauser1-1/+1
2025-05-28Revert "[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HID...James Y Knight1-2/+0
2025-05-18[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HIDE_FROM_A...Nikolas Klauser1-0/+2
2025-04-09[libc++] Remove _LIBCPP_TEMPLATE_VIS (#134885)Nikolas Klauser1-4/+4
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-96/+99
2024-11-06[libc++] Refactor the configuration macros to being always defined (#112094)Nikolas Klauser1-2/+2
2024-10-12[libc++][RFC] Always define internal feature test macros (#89178)Nikolas Klauser1-4/+4
2024-09-16[libc++][modules] Fix missing and incorrect includes (#108850)Louis Dionne1-0/+2
2024-09-16[libc++][modules] Guard carved-out headers more consistently (#108637)Louis Dionne1-85/+90
2024-08-06[libc++] Implements LWG3130. (#101889)Mark de Wever1-15/+17
2024-08-01[libc++][stringbuf] Test and document LWG2995. (#100879)Mark de Wever1-3/+11
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