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
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-26
re PR libstdc++/54297 ([C++11] Segmentation fault with std::async and release...
Jonathan Wakely
2
-12
/
+26
2012-08-26
re PR libstdc++/54297 ([C++11] Segmentation fault with std::async and release...
Jonathan Wakely
1
-0
/
+3
2012-08-13
re PR libstdc++/54185 (condition_variable not properly destructed)
David Adler
1
-3
/
+2
2012-08-12
re PR libstdc++/52681 ([C++11] Using std::thread without -pthread crashes wit...
Jonathan Wakely
1
-0
/
+5
2012-04-22
forward_list (forward_list::splice_after): Check allocators are equal.
Jonathan Wakely
1
-1
/
+1
2012-04-13
PR:52604: (~__freelist): Reset pointer
Laurent Alfonsi
1
-1
/
+3
2012-04-05
Export std::_List_node_base for non-PIC code
Rainer Orth
1
-4
/
+0
2012-04-05
PR bootstrap/52840: libstdc++: let debug find sources for compatibility.lo
Bernhard Reutner-Fischer
2
-2
/
+4
2012-04-04
Partially revert:
Uros Bizjak
1
-4
/
+0
2012-03-29
re PR libstdc++/52689 (static linking with libstdc++ fails)
Benjamin Kosnik
15
-222
/
+338
2012-03-09
formatter.h (enum _Debug_msg_id): Add __msg_self_move_assign.
Paolo Carlini
1
-2
/
+3
2012-02-28
Makefile.am (libstdc++-symbols.ver): Only remove comment lines if they are at...
Jakub Jelinek
2
-2
/
+2
2012-02-27
Fix Solaris symbol versioning (PR libstdc++/52188)
Rainer Orth
2
-27
/
+20
2012-02-20
re PR libstdc++/52241 (Performance degradation of 447.dealII on corei7 at spe...
Paolo Carlini
1
-7
/
+19
2012-02-17
re PR libstdc++/47058 ("--enable-maintainer-mode --disable-werror" wrongly up...
Benjamin Kosnik
3
-3
/
+9
2012-02-15
* src/c++98/locale.cc (locale::facet::_S_get_c_locale): Fix typo.
DJ Delorie
1
-1
/
+1
2012-02-15
re PR libstdc++/51368 (libstdc++ python pretty printers should use --with-pyt...
Benjamin Kosnik
3
-0
/
+3
2012-02-07
re PR libstdc++/51296 (Several 30_threads tests FAIL on Tru64 UNIX)
Jonathan Wakely
1
-4
/
+1
2012-02-06
re PR libstdc++/52128 (r183788 caused massive libstdc++ testsuite regression ...
Jonathan Wakely
1
-0
/
+1
2012-02-05
re PR libstdc++/52104 (go1 fails to run on Solaris 10/11 x86 with with gld)
Jonathan Wakely
1
-0
/
+2
2012-02-02
re PR libstdc++/52068 (libc++98.a and libc++11.a are installed)
Benjamin Kosnik
4
-168
/
+34
2012-02-01
re PR libstdc++/49204 ([C++0x] remaining issues in <future>)
Jonathan Wakely
1
-1
/
+6
2012-01-27
configure.ac (GLIBCXX_ENABLE_DEBUG_FLAGS): Use -gdwarf-4 -g3 -O0.
Benjamin Kosnik
2
-46
/
+100
2012-01-26
re PR bootstrap/51985 (Bootstrap failure due to revision 183457)
Jakub Jelinek
2
-6
/
+6
2012-01-24
Makefile.am (libstdc++convenience.la): Correct stamp rule, copy.
Benjamin Kosnik
2
-6
/
+6
2012-01-23
[multiple changes]
Benjamin Kosnik
75
-735
/
+2149
2012-01-17
configure.ac (BUILD_EPUB): Adjust for epub3.
Benjamin Kosnik
1
-2
/
+0
2012-01-09
fragment.am (WARN_CXXFLAGS): Add -Wabi.
Benjamin Kosnik
1
-1
/
+1
2011-12-15
re PR libstdc++/51558 (Declaration of unspecialized std::hash<_Tp>::operator(...
Paolo Carlini
1
-17
/
+41
2011-12-06
re PR libstdc++/51438 (std::exception and derived classes are not compatible ...
Paolo Carlini
3
-16
/
+16
2011-12-03
macros.h (__glibcxx_check_non_empty_range): Define.
Jonathan Wakely
1
-1
/
+2
2011-12-01
acinclude.m4 (GLIBCXX_ENABLE_ATOMIC_BUILTINS): Remove size-specific macros.
Benjamin Kosnik
1
-1
/
+1
2011-11-18
hash-long-double-aux.cc: Rename to...
Paolo Carlini
5
-64
/
+85
2011-11-07
acinclude.m4 (GLIBCXX_CHECK_SC_NPROC_ONLN): Define.
Jonathan Wakely
1
-0
/
+18
2011-11-06
Check in patch/merge from cxx-mem-model Branch
Andrew Macleod
3
-19
/
+31
2011-11-02
Move gthr to toplevel libgcc
Rainer Orth
1
-1
/
+1
2011-10-25
condition_variable (condition_variable_any): Remove unused native_handle_type...
Jonathan Wakely
1
-2
/
+2
2011-10-25
re PR libstdc++/49894 ([C++0x] Uniform initialization in constructor)
Jonathan Wakely
1
-12
/
+10
2011-09-25
revert: testsuite_error.h: Add empty default constructor to __gnu_test::test_...
Paolo Carlini
2
-6
/
+0
2011-09-21
limits.cc: Replace everywhere __int128_t -> __int128, and __uint128_t -> unsi...
Paolo Carlini
1
-47
/
+47
2011-09-19
re PR libstdc++/40856 (numeric_limits not specialized for __int128_t or __uin...
Paolo Carlini
1
-1
/
+51
2011-09-08
PR c++/33255 - Support -Wunused-local-typedefs warning
Dodji Seketeli
2
-4
/
+0
2011-08-04
atomic.cc: Use noexcept.
Paolo Carlini
1
-3
/
+3
2011-07-22
fragment.am (CONFIG_CXXFLAGS): Add -frandom-seed.
Ian Lance Taylor
1
-1
/
+1
2011-07-21
safe_unordered_sequence.h, [...]: Rename respectively in...
François Dumont
1
-32
/
+32
2011-07-21
chrono: (system_clock::is_steady): Update to N3291 from is_monotonic.
Benjamin Kosnik
2
-5
/
+18
2011-07-20
system_error: Use noexcept.
Paolo Carlini
1
-11
/
+12
2011-07-19
safe_unordered_base.h, [...]: New, support for unordered sequence safe local ...
François Dumont
1
-32
/
+197
2011-07-09
re PR libstdc++/49668 ([C++0x] std::thread does not forward its args as rvalues)
Jonathan Wakely
1
-0
/
+1
2011-07-08
configure.host (abi_baseline_subdir_switch): Describe.
Rainer Orth
1
-0
/
+1
[next]