index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gfortran-test
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-15
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-15
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstdc++-v3
/
include
/
std
/
ostream
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-10
libstdc++: Implement P3107R5 optimizations for std::print [PR121790]
Jonathan Wakely
1
-4
/
+13
2025-04-28
libstdc++: Fix mingw build by using _M_span [PR119970]
Tomasz Kamiński
1
-1
/
+1
2025-01-16
libstdc++: Move std::basic_ostream to new internal header [PR99995]
Jonathan Wakely
1
-762
/
+1
2025-01-02
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2024-12-11
libstdc++: Make std::println use locale from ostream (LWG 4088)
Jonathan Wakely
1
-2
/
+4
2024-09-27
libstdc++: Fix more pedwarns in headers for C++98
Jonathan Wakely
1
-0
/
+3
2024-09-26
libstdc++: Preserve signbit of nan when converting float to double [PR113578]
Jonathan Wakely
1
-6
/
+37
2024-09-25
libstdc++: #ifdef out #pragma GCC system_header
Jason Merrill
1
-0
/
+2
2024-07-24
libstdc++: Fix <ostream> and <istream> for -std=gnu++14 -fconcepts [PR116070]
Jonathan Wakely
1
-1
/
+1
2024-04-17
libstdc++: Implement "Printing blank lines with println" for C++23
Jonathan Wakely
1
-0
/
+12
2024-02-28
libstdc++: Fix std::print for Cygwin
Jonathan Wakely
1
-2
/
+2
2024-01-08
libstdc++: Implement P2905R2 "Runtime format strings" for C++20
Jonathan Wakely
1
-1
/
+1
2024-01-08
libstdc++: Add Unicode-aware width estimation for std::format
Jonathan Wakely
1
-1
/
+1
2024-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-12-15
libstdc++: Simplify std::vprint_unicode for non-Windows targets
Jonathan Wakely
1
-8
/
+23
2023-12-15
libstdc++: Do not add padding for std::print to std::ostream
Jonathan Wakely
1
-44
/
+2
2023-12-14
libstdc++: Implement C++23 <print> header [PR107760]
Jonathan Wakely
1
-0
/
+152
2023-11-16
libstdc++: Adjust feature test in <istream> and <ostream>
Jonathan Wakely
1
-1
/
+1
2023-08-24
libstdc++: Tweak some preprocessor conditions for feature tests
Jonathan Wakely
1
-3
/
+3
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2022-11-01
libstdc++-v3: Some std::*float*_t charconv and i/ostream overloads
Jakub Jelinek
1
-0
/
+45
2022-10-03
libstdc++: Mark headers that must be hosted as such [PR103626]
Arsen Arsenović
1
-0
/
+2
2022-01-11
libstdc++: Optimize std::ostream inserters for single characters
Jonathan Wakely
1
-2
/
+12
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-10-09
libstdc++: Define deleted wchar_t overloads unconditionally [PR 98725]
Jonathan Wakely
1
-4
/
+0
2021-10-05
libstdc++: Support printing volatile pointers (P1147R1)
Jonathan Wakely
1
-0
/
+7
2021-06-25
libstdc++: Avoid intercepting exception in ostream::write
Jonathan Wakely
1
-13
/
+7
2021-05-07
libstdc++: Fix constraints for rvalue stream insertion/extraction
Jonathan Wakely
1
-19
/
+17
2021-04-30
libstdc++: Implement LWG 1203 for rvalue iostreams
Jonathan Wakely
1
-56
/
+31
2021-04-06
libstdc++: Fix doxygen markup for group close commands
Jonathan Wakely
1
-14
/
+14
2021-02-12
libstdc++: Fix errors when syncbuf is used without RTTI
Jonathan Wakely
1
-1
/
+3
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-11-11
libstdc++: Implement std::emit_on_flush etc.
Jonathan Wakely
1
-0
/
+67
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-11-29
libstdc++: Adjust some function templates for coding conventions
Jonathan Wakely
1
-20
/
+20
2019-11-29
libstdc++: P1423R3 char8_t remediation (2/4)
Tom Honermann
1
-0
/
+82
2019-01-10
Implement LWG 2221: formatted output operator for nullptr
Ville Voutilainen
1
-0
/
+6
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-08-16
Avoid deprecation warning with -Wsystem-headers
Jonathan Wakely
1
-0
/
+3
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-06-21
PR libstdc++/80675, PR libstdc++/80940
Ville Voutilainen
1
-16
/
+43
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-12-01
The convertible_to traits need to use a variadic catch-all for the false-cases.
Ville Voutilainen
1
-1
/
+1
2016-11-30
Fix testsuite failures caused by the patch implementing LWG 2534.
Ville Voutilainen
1
-7
/
+8
2016-11-30
Implement LWG 2534, Constrain rvalue stream operators.
Ville Voutilainen
1
-3
/
+30
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-03-25
re PR libstdc++/65543 (rvalue stream insertion and extraction operators incor...
Paolo Carlini
1
-1
/
+4
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-09-23
gnu.ver: Adjust basic_ostream exports.
Jonathan Wakely
1
-1
/
+1
2014-09-22
Make streams movable and swappable.
Jonathan Wakely
1
-0
/
+26
[next]