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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-17
* include/std/future (__async_sfinae_helper): Remove.
Jonathan Wakely
2
-14
/
+6
2012-12-16
thread.cc (execute_native_thread_routine): Do not swallow __forced_unwind exc...
Jonathan Wakely
3
-0
/
+55
2012-12-14
3.cc: Shrink memory usage under simulator.
Steve Ellcey
5
-4
/
+38
2012-12-13
18654.cc: Shrink memory usage under simulator.
Steve Ellcey
5
-4
/
+36
2012-12-12
documentation_hacking.xml: Fix validation issue.
Benjamin Kosnik
2
-2
/
+18
2012-12-11
re PR libstdc++/55631 (Several ext/ headers can not be #included on their own)
Jonathan Wakely
5
-1
/
+17
2012-12-11
Makefile.am (xml_sources_manual): Add policy_data_structures_biblio.xml.
Benjamin Kosnik
8
-1577
/
+1723
2012-12-10
Makefile.am (libstdc++-symbols.ver): Use CONFIG_HEADER.
Matthias Klose
3
-2
/
+7
2012-12-09
libstdc++.exp (dg-test): Unset testname_with_flags after running the test.
Andreas Schwab
2
-0
/
+12
2012-12-04
Makefile.am (${host_builddir}/c++config.h): Replace [<space><tab>] by [<tab><...
Andreas Schwab
3
-4
/
+10
2012-12-04
Makefile.am: Fix regexp broken by previous commit.
Steven Bosscher
3
-5
/
+10
2012-12-03
standard_policies.hpp: Remove.
Benjamin Kosnik
5
-130
/
+15
2012-12-01
re PR libstdc++/55503 (FAIL: 30_threads/condition_variable/members/53841.cc (...
John David Anglin
2
-1
/
+7
2012-11-29
re PR target/55445 (Always defined __SEH__ when build from trunk)
Kai Tietz
2
-3
/
+9
2012-11-28
re PR other/54279 (first stage build with g++ fails with "." as the first com...
Andrew Pinski
3
-2
/
+8
2012-11-28
functional (_Mem_fn): Constrain function call operators to avoid ambiguities.
Jonathan Wakely
5
-86
/
+312
2012-11-27
Fix incorrect @headername Doxygen macro invocation.
Ollie Wild
2
-1
/
+6
2012-11-26
functional (__is_socketlike): Change from class template to alias template.
Jonathan Wakely
2
-8
/
+7
2012-11-26
re PR libstdc++/55463 (Result of std::mem_fn doesn't accept rvalues)
Jonathan Wakely
4
-83
/
+185
2012-11-23
re PR libstdc++/52680 (std::this_thread::sleep_for #ifdef'd out by _GLIBCXX_U...
Jonathan Wakely
14
-46
/
+196
2012-11-20
re PR libstdc++/55413 ([LTO] hashtable.h:1648 '__bbegin_bkt' may be used unin...
Paolo Carlini
3
-8
/
+15
2012-11-20
2012-11-20 Matthias Klose <doko@ubuntu.com>
Matthias Klose
4
-4
/
+10
2012-11-20
array_allocator.h: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.
Jonathan Wakely
2
-2
/
+7
2012-11-19
typedefs.cc: Check rebind and improve propagate_on_container_move_assignment ...
Jonathan Wakely
2
-2
/
+12
2012-11-19
stl_algo.h (reverse_copy): Update comment per DR 2074.
Jonathan Wakely
19
-28
/
+196
2012-11-19
hashtable.h: Improve comments.
Jonathan Wakely
3
-28
/
+32
2012-11-17
re PR libstdc++/55363 (tuple_size is not a class template)
Paolo Carlini
4
-25
/
+42
2012-11-16
hashtable_policy.h (_Prime_rehash_policy): Remove automatic shrink.
François Dumont
6
-60
/
+204
2012-11-16
whatis.cc: New file.
Tom Tromey
4
-24
/
+419
2012-11-14
re PR c++/55275 (abi_tag attribute doesn't work on explicit specializations o...
Jason Merrill
2
-2
/
+4
2012-11-15
re PR libstdc++/53841 ([C++11] condition_variable::wait_until() fails with hi...
Jonathan Wakely
3
-11
/
+67
2012-11-14
re PR libstdc++/55320 (Invalid delete with throwing copy-c'tor passed to std:...
Jonathan Wakely
8
-15
/
+154
2012-11-14
abi_tag.cc: Adjust expected demangling for 128bit long-double targets.
Uros Bizjak
2
-2
/
+7
2012-11-12
future (atomic_future): Remove declaration of non-standard name.
Jonathan Wakely
2
-3
/
+5
2012-11-12
* include/std/complex (real, imag): Add ABI tag in C++11 mode.
Jason Merrill
3
-0
/
+37
2012-11-11
chapter.txml: Remove whitespace inside <keyword>.
Andreas Schwab
48
-393
/
+179
2012-11-11
acinclude.m4 (GLIBCXX_CONFIGURE_DOCBOOK): Also check for /usr/share/xml/docbo...
Andreas Schwab
3
-0
/
+14
2012-11-11
policy_data_structures.xml: Update reference for select.
Gerald Pfeifer
2
-1
/
+6
2012-11-10
* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.
Jason Merrill
174
-843
/
+846
2012-11-08
re PR libstdc++/54075 ([4.7.1] unordered_map insert still slower than 4.6.2)
François Dumont
3
-0
/
+31
2012-11-08
55028-debug.cc: Don't pass -D_GLIBCXX_DEBUG by hand (check-debug does).
Paolo Carlini
2
-1
/
+6
2012-11-08
cxa_vec.C: Fix typo in comment.
Florian Weimer
2
-1
/
+5
2012-11-08
iterator_tracker.h (operator++): Fix returning dangling reference.
Jonathan Wakely
2
-2
/
+8
2012-11-07
array (_GLIBCXX_THROW_OR_ABORT): Move...
Paolo Carlini
20
-270
/
+119
2012-11-07
stl_vector.h (vector(size_type)): Add missing allocator parameter.
Jonathan Wakely
9
-11
/
+45
2012-11-07
re PR libstdc++/51850 (debug mode for std::array and tr1::array)
Paolo Carlini
17
-26
/
+912
2012-11-06
55123.cc: Remove duplicate include.
Jonathan Wakely
2
-2
/
+5
2012-11-06
atomic_base.h: Don't include <cstddef>, use nullptr.
Paolo Carlini
5
-10
/
+26
2012-11-06
* include/profile/map.h (map::emplace_hint): Add missing return.
Jonathan Wakely
2
-0
/
+5
2012-11-06
deque: Constrain InputIterator parameters.
Jonathan Wakely
9
-18
/
+111
[next]