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