summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/ostream
AgeCommit message (Expand)Author
2025-10-10libstdc++: Implement P3107R5 optimizations for std::print [PR121790]Jonathan Wakely
2025-04-28libstdc++: Fix mingw build by using _M_span [PR119970]Tomasz Kamiński
2025-01-16libstdc++: Move std::basic_ostream to new internal header [PR99995]Jonathan Wakely
2025-01-02Update copyright years.Jakub Jelinek
2024-12-11libstdc++: Make std::println use locale from ostream (LWG 4088)Jonathan Wakely
2024-09-27libstdc++: Fix more pedwarns in headers for C++98Jonathan Wakely
2024-09-26libstdc++: Preserve signbit of nan when converting float to double [PR113578]Jonathan Wakely
2024-09-25libstdc++: #ifdef out #pragma GCC system_headerJason Merrill
2024-07-24libstdc++: Fix <ostream> and <istream> for -std=gnu++14 -fconcepts [PR116070]Jonathan Wakely
2024-04-17libstdc++: Implement "Printing blank lines with println" for C++23Jonathan Wakely
2024-02-28libstdc++: Fix std::print for CygwinJonathan Wakely
2024-01-08libstdc++: Implement P2905R2 "Runtime format strings" for C++20Jonathan Wakely
2024-01-08libstdc++: Add Unicode-aware width estimation for std::formatJonathan Wakely
2024-01-03Update copyright years.Jakub Jelinek
2023-12-15libstdc++: Simplify std::vprint_unicode for non-Windows targetsJonathan Wakely
2023-12-15libstdc++: Do not add padding for std::print to std::ostreamJonathan Wakely
2023-12-14libstdc++: Implement C++23 <print> header [PR107760]Jonathan Wakely
2023-11-16libstdc++: Adjust feature test in <istream> and <ostream>Jonathan Wakely
2023-08-24libstdc++: Tweak some preprocessor conditions for feature testsJonathan Wakely
2023-01-16Update copyright years.Jakub Jelinek
2022-11-01libstdc++-v3: Some std::*float*_t charconv and i/ostream overloadsJakub Jelinek
2022-10-03libstdc++: Mark headers that must be hosted as such [PR103626]Arsen Arsenović
2022-01-11libstdc++: Optimize std::ostream inserters for single charactersJonathan Wakely
2022-01-03Update copyright years.Jakub Jelinek
2021-10-09libstdc++: Define deleted wchar_t overloads unconditionally [PR 98725]Jonathan Wakely
2021-10-05libstdc++: Support printing volatile pointers (P1147R1)Jonathan Wakely
2021-06-25libstdc++: Avoid intercepting exception in ostream::writeJonathan Wakely
2021-05-07libstdc++: Fix constraints for rvalue stream insertion/extractionJonathan Wakely
2021-04-30libstdc++: Implement LWG 1203 for rvalue iostreamsJonathan Wakely
2021-04-06libstdc++: Fix doxygen markup for group close commandsJonathan Wakely
2021-02-12libstdc++: Fix errors when syncbuf is used without RTTIJonathan Wakely
2021-01-04Update copyright years.Jakub Jelinek
2020-11-11libstdc++: Implement std::emit_on_flush etc.Jonathan Wakely
2020-01-01Update copyright years.Jakub Jelinek
2019-11-29libstdc++: Adjust some function templates for coding conventionsJonathan Wakely
2019-11-29libstdc++: P1423R3 char8_t remediation (2/4)Tom Honermann
2019-01-10Implement LWG 2221: formatted output operator for nullptrVille Voutilainen
2019-01-01Update copyright years.Jakub Jelinek
2018-08-16Avoid deprecation warning with -Wsystem-headersJonathan Wakely
2018-01-03Update copyright years.Jakub Jelinek
2017-06-21PR libstdc++/80675, PR libstdc++/80940Ville Voutilainen
2017-01-01Update copyright years.Jakub Jelinek
2016-12-01The convertible_to traits need to use a variadic catch-all for the false-cases.Ville Voutilainen
2016-11-30Fix testsuite failures caused by the patch implementing LWG 2534.Ville Voutilainen
2016-11-30Implement LWG 2534, Constrain rvalue stream operators.Ville Voutilainen
2016-01-04Update copyright years.Jakub Jelinek
2015-03-25re PR libstdc++/65543 (rvalue stream insertion and extraction operators incor...Paolo Carlini
2015-01-05Update copyright years.Jakub Jelinek
2014-09-23gnu.ver: Adjust basic_ostream exports.Jonathan Wakely
2014-09-22Make streams movable and swappable.Jonathan Wakely