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
2012-08-26
re PR libstdc++/54376 (incorrect complaint about redefinition)
Marc Glisse
21
-45
/
+589
2012-08-26
* testsuite/30_threads/async/54297.cc: Add dg-require-nanosleep.
Jonathan Wakely
2
-0
/
+5
2012-08-26
re PR libstdc++/54297 ([C++11] Segmentation fault with std::async and release...
Jonathan Wakely
4
-13
/
+36
2012-08-26
Add testcase author to ChangeLog.
Jonathan Wakely
1
-0
/
+1
2012-08-26
re PR libstdc++/54351 (~unique_ptr() should not set stored pointer to null)
Jonathan Wakely
4
-4
/
+96
2012-08-26
re PR libstdc++/54297 ([C++11] Segmentation fault with std::async and release...
Jonathan Wakely
4
-2
/
+67
2012-08-25
re PR libstdc++/54248 (Comment in standard library header talks about boost)
Jonathan Wakely
2
-2
/
+8
2012-08-24
pt.c (tsubst_default_argument): Indicate where the default argument is being ...
Jason Merrill
2
-5
/
+5
2012-08-23
re PR libstdc++/54354 (TODO extended iomanip manipulators std::get_time and s...
Jonathan Wakely
52
-235
/
+256
2012-08-15
cxx11.cc (struct datum): New.
Tom Tromey
3
-1
/
+28
2012-08-13
re PR libstdc++/54185 (condition_variable not properly destructed)
David Adler
3
-3
/
+71
2012-08-13
2012-08-10 François Dumont <fdumont@gcc.gnu.org>
François Dumont
7
-158
/
+371
2012-08-13
re PR libstdc++/54112 (including complex.h and complex fails in C++03)
Marc Glisse
5
-4
/
+81
2012-08-12
re PR libstdc++/52681 ([C++11] Using std::thread without -pthread crashes wit...
Jonathan Wakely
2
-0
/
+11
2012-08-09
acinclude.m4: Update references to final C++11 standard.
Jonathan Wakely
7
-27
/
+36
2012-08-07
re PR libstdc++/54005 (Use __atomic_always_lock_free in libstdc++ is_lock_fre...
Benjamin Kosnik
3
-6
/
+12
2012-08-06
[multiple changes]
Paolo Carlini
21
-39
/
+364
2012-08-04
revert: stl_map.h (operator[](key_type&&)): Replace std::make_pair with value...
Paolo Carlini
3
-39
/
+11
2012-08-03
functions.h (__check_partition_lower_aux): Remove redundant comparison with p...
François Dumont
2
-24
/
+62
2012-08-03
stl_map.h (operator[](key_type&&)): Replace std::make_pair with value_type.
Ollie Wild
3
-1
/
+46
2012-08-03
memory: Include auto_ptr.h later.
Jonathan Wakely
10
-37
/
+82
2012-07-30
c++config (_GLIBCXX_END_NAMESPACE_CONTAINER): Fix order of closures.
François Dumont
2
-2
/
+8
2012-07-29
re PR libstdc++/54075 ([4.7.1] unordered_map insert still slower than 4.6.2)
François Dumont
3
-15
/
+66
2012-07-26
Fix an english issue.
François Dumont
1
-1
/
+1
2012-07-25
re PR libstdc++/54075 ([4.7.1] unordered_map insert still slower than 4.6.2)
François Dumont
6
-9
/
+223
2012-07-20
re PR libstdc++/54025 (atomic<chrono::duration> won't compile: chrono::durati...
Chip Salzenberg
4
-3
/
+41
2012-07-20
adl.cc: Add missing dg-requires.
Paolo Carlini
2
-1
/
+7
2012-07-19
eh_personality.cc (__gxx_personality_seh0): New function.
Tristan Gingold
3
-1
/
+27
2012-07-18
DR 1170 PR c++/51213
Paolo Carlini
2
-0
/
+44
2012-07-16
re PR libstdc++/53270 (Error when bootstrapping gcc on hppa2.0-unknown-linux-...
Jonathan Wakely
3
-57
/
+35
2012-07-16
re PR libstdc++/53978 (Missing static const definitions in <bits/alloc_traits...
Jonathan Wakely
4
-6
/
+61
2012-07-13
re PR libstdc++/53657 ([C++11] pair(pair&&) move constructor is non-trivial)
Paolo Carlini
11
-58
/
+71
2012-07-06
re PR libstdc++/53872 ([C++11] ADL bug in std::thread)
Paolo Carlini
3
-2
/
+46
2012-07-05
* include/std/condition_variable: Update copyright years.
Jonathan Wakely
2
-1
/
+5
2012-07-04
re PR libstdc++/53830 (condition_variable_any - deadlock issue)
Jonathan Wakely
3
-19
/
+103
2012-07-04
04_header: Remove empty directory.
Matthias Klose
1
-0
/
+5
2012-07-03
re PR libstdc++/53840 ([C++11] DR 921. Rational Arithmetic should use templat...
Paolo Carlini
8
-33
/
+83
2012-07-03
revert: re PR libstdc++/49561 ([C++0x] std::list::size complexity)
Paolo Carlini
7
-87
/
+50
2012-06-28
c++config: Remove __regex nested namespace.
Benjamin Kosnik
13
-338
/
+367
2012-06-26
Add C++11 isms to tr2/dynamic_bitset and tr2/bool_set.
Edward Smith-Rowland
3
-15
/
+26
2012-06-25
user.cfg.in: Change COMPACT_LATEX to NO.
Benjamin Kosnik
2
-1
/
+5
2012-06-25
02_match: To...
Benjamin Kosnik
12
-30
/
+14
2012-06-18
re PR libstdc++/53678 (namespace pollution on NetBSD)
Jörg Sonnenberger
3
-4
/
+37
2012-06-15
re PR libstdc++/53578 (include/ext/concurrence.h relies on ill-formed narrowi...
Jonathan Wakely
3
-4
/
+11
2012-06-14
re PR libstdc++/53270 (Error when bootstrapping gcc on hppa2.0-unknown-linux-...
Jonathan Wakely
3
-0
/
+40
2012-06-14
re PR libstdc++/53648 ([C++11] nested empty tuples)
Jonathan Wakely
4
-3
/
+64
2012-06-14
* doc/xml/manual/status_cxx2011.xml: Correct C++11 status table.
Jonathan Wakely
2
-5
/
+10
2012-06-01
* doc/xml/manual/status_cxx2011.xml: Correct C++11 status table.
Jonathan Wakely
2
-4
/
+10
2012-05-31
re PR libstdc++/53543 ([unordered_map] conflict with __is_convertible clang i...
Benjamin Kosnik
2
-2
/
+8
2012-05-29
2012-05-29 François Dumont <fdumont@gcc.gnu.org>
François Dumont
3
-20
/
+68
[next]