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/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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-31
re PR libstdc++/44480 ([C++0x] Linear performance of begin() in unordered ass...
Paolo Carlini
2
-53
/
+76
2010-08-31
remove_freed.cc: Fix test01 return type to void.
Paolo Carlini
4
-5
/
+12
2010-08-29
[multiple changes]
Paolo Carlini
167
-72
/
+4819
2010-08-27
stl_iterator_base_types.h: Fix doxygen warning.
Benjamin Kosnik
2
-1
/
+11
2010-08-21
Fix misquoting in stdint.m4.
Ralf Wildenhues
2
-8
/
+8
2010-08-18
re PR libstdc++/45276 (Need to document _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE)
Kostya Serebryany
2
-0
/
+57
2010-08-17
re PR libstdc++/45300 (in cstdio/cstdlib keyword restrict is used instead of ...
Paolo Carlini
3
-6
/
+12
2010-08-16
re PR libstdc++/45300 (in cstdio/cstdlib keyword restrict is used instead of ...
Paolo Carlini
5
-14
/
+24
2010-08-16
printers.py (StdVectorPrinter): Added stuff to handle pretty-printing of std:...
Chris Moller
2
-11
/
+51
2010-08-14
re PR libstdc++/45283 (performance/30_threads/future/polling.cc fails at comp...
Jonathan Wakely
2
-3
/
+14
2010-08-14
hashtable.h (_Hashtable<>::operator=(const _Hashtable&)): Move inline.
Paolo Carlini
8
-155
/
+201
2010-08-14
re PR libstdc++/45281 (performance/ext/pb_ds/priority_queue_text_modify_down_...
Paolo Carlini
2
-22
/
+8
2010-08-13
dr1189.cc: Move to...
Paolo Carlini
6
-0
/
+74
2010-08-13
ios_init.cc (ios_base::Init::~Init): Add back semicolon at the end of the _GL...
Paolo Carlini
8
-20
/
+32
2010-08-12
c++config (_GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE, [...]): Add.
Kostya Serebryany
11
-13
/
+101
2010-08-11
hashtable.h (_Hashtable<>::erase(const key_type&)): Use std::__addressof.
Paolo Carlini
4
-8
/
+126
2010-08-11
stl_algo.h (shuffle): Change signature consistently with random_shuffle (US 1...
Paolo Carlini
5
-5
/
+14
2010-08-11
move.h (forward): Reinstate the N2835 version.
Paolo Carlini
2
-10
/
+27
2010-08-11
re PR libstdc++/42925 ([GB 99] Not possible to compare unique_ptr with 0)
Paolo Carlini
7
-4
/
+158
2010-08-11
unique_ptr.h: Replace _Tp_Deleter -> _Dp, and _Up_Deleter -> _Ep.
Paolo Carlini
2
-55
/
+60
2010-08-10
shared_ptr_base.h: Remove a few now redundant __glibcxx_function_requires(_Co...
Paolo Carlini
4
-9
/
+13
2010-08-10
1.cc: Avoid -Wall warnings.
Paolo Carlini
3
-4
/
+12
2010-08-10
range_access.cc: Avoid -Wall warnings.
Paolo Carlini
2
-1
/
+6
2010-08-10
cons_overflow_neg.cc: Avoid -Wall warnings.
Paolo Carlini
11
-38
/
+167
2010-08-10
re PR libstdc++/45228 ([C++0x] Can't copy-construct "tuple<int,int,int>" from...
Paolo Carlini
5
-20
/
+189
2010-08-08
re PR libstdc++/44963 ([DR 1334] Ambiguous function overload using __gnu_cxx:...
Paolo Carlini
4
-4
/
+71
2010-08-08
cmath: Implement US 136.
Paolo Carlini
4
-16
/
+458
2010-08-06
hook.in: Rename variable dir to dir_.
David Malcolm
2
-3
/
+8
2010-08-06
* include/std/thread: Add deleted thread(thread&).
Jason Merrill
3
-7
/
+7
2010-08-06
tuple (pack_arguments): Rename to forward_as_tuple and simplify, per US 98 an...
Paolo Carlini
4
-32
/
+25
2010-08-06
tuple (begin, end): Remove per GB 87.
Paolo Carlini
3
-51
/
+5
2010-08-06
ratio (ratio_less): Improve, use ratio_divide to avoid more overflows.
Paolo Carlini
4
-16
/
+42
2010-08-05
utility (begin, end): Remove per GB 85.
Paolo Carlini
4
-55
/
+9
2010-08-05
move.h (forward): Update to N3092.
Paolo Carlini
36
-190
/
+98
2010-07-27
acinclude.m4 ([GLIBCXX_COMPUTE_STDIO_INTEGER_CONSTANTS]): Fix messages.
Paolo Carlini
3
-20
/
+21
2010-07-27
[multiple changes]
Paolo Carlini
43
-1
/
+970
2010-07-27
acinclude.m4 ([GLIBCXX_CHECK_STDIO_MACROS]): Remove.
Paolo Carlini
10
-132
/
+175
2010-07-26
14220.cc: XFAIL on Solaris 9/x86, 32-bit Solaris 10/x86 and 64-bit Solaris 10...
Rainer Orth
6
-15
/
+37
2010-07-25
re PR libstdc++/45060 (Wreorder warning in bits/hashtable.h)
Jonathan Wakely
2
-2
/
+8
2010-07-22
DocBook 4.5 to 5.0 transition.
Benjamin Kosnik
60
-4423
/
+4093
2010-07-21
appendix_contributing.xml: Update for new reality.
Benjamin Kosnik
5
-42
/
+161
2010-07-20
[multiple changes]
Paolo Carlini
2
-13
/
+30
2010-07-20
Makefile.am (doc-texinfo): New rule.
Benjamin Kosnik
3
-12
/
+58
2010-07-14
shared_ptr.xml: Update.
Jonathan Wakely
42
-198
/
+190
2010-07-13
Makefile.am: Edit pdf rules.
Benjamin Kosnik
4
-419
/
+461
2010-07-11
type_traits (is_convertible): Use SFINAE.
Paolo Carlini
5
-12
/
+27
2010-07-09
re PR libstdc++/44875 (libstdc++ status documentation fails to mention missin...
Jonathan Wakely
42
-162
/
+172
2010-07-08
stl_heap.h: Update markup.
Benjamin Kosnik
10
-24
/
+58
2010-07-06
status_cxx200x.xml: Add some missing features.
Jonathan Wakely
43
-180
/
+201
2010-07-03
regex_compiler.h: Fix filename in doxygen comment.
Jonathan Wakely
7
-6
/
+15
[next]