summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/ostream
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2023-01-161-1/+1
* libstdc++-v3: Some std::*float*_t charconv and i/ostream overloadsJakub Jelinek2022-11-011-0/+45
* libstdc++: Mark headers that must be hosted as such [PR103626]Arsen Arsenović2022-10-031-0/+2
* libstdc++: Optimize std::ostream inserters for single charactersJonathan Wakely2022-01-111-2/+12
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* libstdc++: Define deleted wchar_t overloads unconditionally [PR 98725]Jonathan Wakely2021-10-091-4/+0
* libstdc++: Support printing volatile pointers (P1147R1)Jonathan Wakely2021-10-051-0/+7
* libstdc++: Avoid intercepting exception in ostream::writeJonathan Wakely2021-06-251-13/+7
* libstdc++: Fix constraints for rvalue stream insertion/extractionJonathan Wakely2021-05-071-19/+17
* libstdc++: Implement LWG 1203 for rvalue iostreamsJonathan Wakely2021-04-301-56/+31
* libstdc++: Fix doxygen markup for group close commandsJonathan Wakely2021-04-061-14/+14
* libstdc++: Fix errors when syncbuf is used without RTTIJonathan Wakely2021-02-121-1/+3
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* libstdc++: Implement std::emit_on_flush etc.Jonathan Wakely2020-11-111-0/+67
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* libstdc++: Adjust some function templates for coding conventionsJonathan Wakely2019-11-291-20/+20
* libstdc++: P1423R3 char8_t remediation (2/4)Tom Honermann2019-11-291-0/+82
* Implement LWG 2221: formatted output operator for nullptrVille Voutilainen2019-01-101-0/+6
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Avoid deprecation warning with -Wsystem-headersJonathan Wakely2018-08-161-0/+3
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* PR libstdc++/80675, PR libstdc++/80940Ville Voutilainen2017-06-211-16/+43
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* The convertible_to traits need to use a variadic catch-all for the false-cases.Ville Voutilainen2016-12-011-1/+1
* Fix testsuite failures caused by the patch implementing LWG 2534.Ville Voutilainen2016-11-301-7/+8
* Implement LWG 2534, Constrain rvalue stream operators.Ville Voutilainen2016-11-301-3/+30
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* re PR libstdc++/65543 (rvalue stream insertion and extraction operators incor...Paolo Carlini2015-03-251-1/+4
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* gnu.ver: Adjust basic_ostream exports.Jonathan Wakely2014-09-231-1/+1
* Make streams movable and swappable.Jonathan Wakely2014-09-221-0/+26
* api.xml: Link to more recent API docs.Jonathan Wakely2014-06-141-1/+1
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-021-1/+1
* Update copyright in libstdc++-v3.Richard Sandiford2013-02-031-3/+1
* * many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill2012-11-101-3/+3
* re PR libstdc++/44015 (template parameters not documented)Benjamin Kosnik2012-05-021-1/+5
* user.cfg.in: Add macros, directories.Benjamin Kosnik2011-12-101-72/+91
* user.cfg.in (PDF_HYPERLINKS): To NO.Benjamin Kosnik2011-08-071-26/+26
* PR libstdc++/36104 part fourBenjamin Kosnik2011-01-301-2/+5
* c++config (_GLIBCXX_EXPORT_TEMPLATE): Remove.Benjamin Kosnik2011-01-211-4/+2
* *: Use headername alias to associate private includes to public includes.Benjamin Kosnik2010-12-191-1/+1
* re PR libstdc++/42460 (man page errors for generated libstdc++ man pages)Benjamin Kosnik2010-02-041-5/+5
* re PR libstdc++/41949 (std::endl documentation contains bad link)Jonathan Wakely2009-11-061-2/+2
* istream (operator>>(basic_istream<>&&, _Tp&)): Minor cosmetic changes, inline.Paolo Carlini2009-08-031-6/+3
* call.c (convert_class_to_reference): Binding an lvalue to an rvalue reference...Jason Merrill2009-07-311-0/+21
* functional (function): Use explicit operator bool.Benjamin Kosnik2009-05-211-1/+4
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2009-04-091-14/+9
* user.cfg.in: Tweaks.Benjamin Kosnik2009-02-211-1/+2
* 2009-01-03 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini2009-01-031-26/+10
* re PR libstdc++/38678 ([DR XXX] istream::read() calls streambuf::sgetn())Paolo Carlini2009-01-011-10/+26