index
:
rocket-tools/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
/
sstream
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-11
libstdc++: Fix whitespace before comments in <sstream>
Jonathan Wakely
1
-6
/
+6
2025-06-09
libstdc++: sstream from string_view (P2495R3) [PR119741]
Nathan Myers
1
-18
/
+184
2025-06-04
Revert "libstdc++: sstream from string_view (P2495R3) [PR119741]"
Nathan Myers
1
-180
/
+18
2025-06-04
libstdc++: sstream from string_view (P2495R3) [PR119741]
Nathan Myers
1
-18
/
+180
2025-01-02
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2024-09-26
libstdc++: Add [[nodiscard]] to iostream members
Jonathan Wakely
1
-0
/
+15
2024-09-25
libstdc++: #ifdef out #pragma GCC system_header
Jason Merrill
1
-0
/
+2
2024-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-02-02
libstdc++: Define std::basic_stringbuf::view() for old std::string ABI
Jonathan Wakely
1
-7
/
+25
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2022-10-03
libstdc++: Mark headers that must be hosted as such [PR103626]
Arsen Arsenović
1
-0
/
+2
2022-05-27
libstdc++: Mark non-exported function always_inline [PR105671]
Jonathan Wakely
1
-0
/
+1
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-11-10
libstdc++: Reorder constructors in <sstream>
Jonathan Wakely
1
-100
/
+100
2020-11-10
libstdc++: Add remaining C++20 additions to <sstream> [P0408R7]
Jonathan Wakely
1
-41
/
+182
2020-11-10
libstdc++: Fix more unspecified comparisons to null pointer [PR 97415]
Jonathan Wakely
1
-7
/
+10
2020-11-05
libstdc++: Fix new <sstream> constructors
Jonathan Wakely
1
-21
/
+17
2020-11-05
libstdc++: Adjust whitespace in <sstream>
Jonathan Wakely
1
-12
/
+13
2020-11-04
libstdc++: Fix default mode of new basic_stringstream constructor [PR 97719]
Jonathan Wakely
1
-1
/
+1
2020-10-29
libstdc++: Fix new basic_stringbuf constructor
Jonathan Wakely
1
-2
/
+2
2020-10-28
libstdc++: Implement C++20 features for <sstream>
Thomas Rodgers
1
-0
/
+196
2020-10-14
libstdc++: Fix unspecified comparison to null pointer [PR 97415]
Jonathan Wakely
1
-4
/
+5
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-07-06
P0935R0 Eradicating unnecessarily explicit default constructors
Jonathan Wakely
1
-7
/
+59
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-07-10
PR libstdc++/81381 support stateful allocators in basic_stringbuf
Jonathan Wakely
1
-4
/
+5
2017-07-10
PR libstdc++/81338 correctly manage string capacity
Jonathan Wakely
1
-4
/
+17
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-06-16
Remove trailing whitespace from libstdc++ headers
Jonathan Wakely
1
-3
/
+3
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-12-19
New std::string implementation.
Jonathan Wakely
1
-5
/
+65
2014-09-22
Make streams movable and swappable.
Jonathan Wakely
1
-0
/
+153
2014-06-14
api.xml: Link to more recent API docs.
Jonathan Wakely
1
-1
/
+1
2014-01-02
Update copyright years in libstdc++-v3/
Richard Sandiford
1
-1
/
+1
2013-02-03
Update copyright in libstdc++-v3.
Richard Sandiford
1
-2
/
+1
2012-05-02
re PR libstdc++/44015 (template parameters not documented)
Benjamin Kosnik
1
-1
/
+21
2011-08-07
user.cfg.in (PDF_HYPERLINKS): To NO.
Benjamin Kosnik
1
-25
/
+26
2011-02-28
re PR libstdc++/47921 (pbump will overflow when input n is larger than 2G-1)
Paolo Carlini
1
-0
/
+5
2011-01-30
PR libstdc++/36104 part four
Benjamin Kosnik
1
-2
/
+5
2011-01-21
c++config (_GLIBCXX_EXPORT_TEMPLATE): Remove.
Benjamin Kosnik
1
-4
/
+2
2010-12-19
*: Use headername alias to associate private includes to public includes.
Benjamin Kosnik
1
-1
/
+1
2010-02-04
re PR libstdc++/42460 (man page errors for generated libstdc++ man pages)
Benjamin Kosnik
1
-3
/
+3
2009-11-06
user.cfg.in: Adjust includes.
Benjamin Kosnik
1
-2
/
+2
2009-04-09
Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.
Jakub Jelinek
1
-14
/
+9
2009-02-21
user.cfg.in: Tweaks.
Benjamin Kosnik
1
-1
/
+5
2008-12-02
re PR libstdc++/38080 (dead links in libstdc++ headers)
Benjamin Kosnik
1
-1
/
+1
2008-05-14
sstream: Adjust braces.
Benjamin Kosnik
1
-4
/
+6
[next]