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/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-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-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
/
ext
/
rope
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-02
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2024-09-25
libstdc++: #ifdef out #pragma GCC system_header
Jason Merrill
1
-0
/
+2
2024-09-19
libstdc++: add #pragma diagnostic
Jason Merrill
1
-0
/
+6
2024-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
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-01-14
libstdc++: Add attribute to features deprecated in C++17 [PR91260]
Jonathan Wakely
1
-1
/
+14
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-08-25
libstdc++: Remove __gnu_cxx::rope::erase(size_type) [PR102048]
Jonathan Wakely
1
-5
/
+0
2021-07-21
libstdc++: Make __gnu_cxx::sequence_buffer move-aware [PR101542]
Jonathan Wakely
1
-1
/
+8
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-12-02
libstdc++: Fix null pointer dereferences in __gnu_cxx::rope
Jonathan Wakely
1
-11
/
+20
2020-12-02
libstdc++: Fix indentation in rope
Jonathan Wakely
1
-4
/
+4
2020-10-29
libstdc++: Do not use volatile for __gnu_cxx::rope reference counting
Jonathan Wakely
1
-2
/
+2
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-10-22
Remove redundant std::allocator members for C++20
Jonathan Wakely
1
-3
/
+5
2019-05-31
Remove using-declarations that add std names to __gnu_cxx
Jonathan Wakely
1
-155
/
+164
2019-01-21
Fix after P0600.
Ulrich Drepper
1
-1
/
+1
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-08-14
Rope iterators: don't retain pointers when copied
Jeremy Sawicki
1
-3
/
+3
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-07-23
re PR libstdc++/81064 (Inline namespace regression)
François Dumont
1
-5
/
+5
2017-07-19
new (bad_array_new_length): Remove redundant semicolon after in-class member ...
Volker Reichelt
1
-6
/
+6
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-12-12
re PR libstdc++/64276 (would be better to use __cpp_exceptions rather than __...
Jonathan Wakely
1
-1
/
+1
2014-07-29
re PR libstdc++/61946 (rope construction, passing allocator referenct without...
Jonathan Wakely
1
-3
/
+4
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
-1
/
+1
2012-07-16
re PR libstdc++/53270 (Error when bootstrapping gcc on hppa2.0-unknown-linux-...
Jonathan Wakely
1
-16
/
+16
2012-06-14
re PR libstdc++/53270 (Error when bootstrapping gcc on hppa2.0-unknown-linux-...
Jonathan Wakely
1
-0
/
+11
2011-05-20
re PR c++/24163 (dependent Base class scope examined during unqualified name ...
Jason Merrill
1
-3
/
+3
2011-01-30
PR libstdc++/36104 part four
Benjamin Kosnik
1
-4
/
+11
2009-04-09
Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.
Jakub Jelinek
1
-14
/
+9
2009-02-03
re PR libstdc++/25191 (exception_defines.h #defines try/catch)
Paolo Carlini
1
-7
/
+7
2008-07-15
re PR libstdc++/36832 (error compiling with crope)
Paolo Carlini
1
-5
/
+21
2008-01-31
auto_ptr.h: Fix comment typos.
Ralf Wildenhues
1
-4
/
+4
2007-10-11
Convert ext/hash_map, set to tr1/functional, tr1/unordered_map, set.
Benjamin Kosnik
1
-8
/
+14
2007-09-07
libstdc++.exp: Check CXXFLAGS.
Benjamin Kosnik
1
-3
/
+2
2007-05-04
stl_construct.h (_Destroy(_ForwardIterator, _ForwardIterator __last, _Allocat...
Paolo Carlini
1
-26
/
+56
2007-03-11
PR libstdc++/28080 (final)
Paolo Carlini
1
-1
/
+1
2007-03-03
PR libstdc++/28080 (partial)
Paolo Carlini
1
-1
/
+2
2006-12-11
traits.hpp: Qualify types.
Richard Guenther
1
-6
/
+4
2006-10-17
re PR libstdc++/28514 (libstdc++ vs. anonymous namespaces)
Benjamin Kosnik
1
-78
/
+75
2006-09-04
re PR c++/28871 (massive C++ compile time slowdown)
Benjamin Kosnik
1
-1
/
+1
2006-07-28
PR libstdc++/19664 round 3
Benjamin Kosnik
1
-22
/
+22
2006-05-04
re PR libstdc++/27404 (Rope iterators are not InputIterators)
Douglas Gregor
1
-1
/
+16
2005-12-19
c++config: Add in revised namespace associations.
Benjamin Kosnik
1
-3
/
+3
2005-08-17
All files: Update FSF address.
Kelley Cook
1
-1
/
+1
[next]