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
2015-02-04
[PATCH][libstdc++][Testsuite] isctype test fails for newlib.
Matthew Wahab
3
-0
/
+19
2015-02-01
* src/c++11/futex.cc: Do not define for gthr-single.h targets.
Jonathan Wakely
2
-0
/
+6
2015-02-01
re PR libstdc++/64883 (FAIL: 17_intro/headers/c++*/all_attributes.cc (test fo...
Jonathan Wakely
4
-4
/
+16
2015-01-29
acinclude.m4 (VTV_CYGMIN): Use x$vtv_cygmin = xyes instead of $vtv_cygmin = yes.
Jakub Jelinek
3
-13
/
+17
2015-01-29
Define VTV_CYGMIN after vtv_cygmin is set
H.J. Lu
3
-11
/
+17
2015-01-29
acinclude.m4 (GLIBCXX_ENABLE_VTABLE_VERIFY): Define VTV_CYGMIN unconditionally.
Matthias Klose
3
-9
/
+17
2015-01-29
Committing generated configure & Makefile.in pieces of VTV Cygwin patch (from...
Caroline Tice
4
-21
/
+74
2015-01-29
atomic_base.h: Use __always_inline__ instead of always_inline.
Jonathan Wakely
9
-7
/
+134
2015-01-29
Committing VTV Cygwin patch for Patrick Wollgast
Caroline Tice
5
-1
/
+85
2015-01-28
re PR libstdc++/64828 (libstdc++-v3/libsupc++/del_opvs.cc:30:1: warning: ‘v...
Jonathan Wakely
4
-4
/
+19
2015-01-28
[libstdc++][testsuite][reverted] Remove check for truncation overflow
Kyrylo Tkachov
2
-10
/
+6
2015-01-28
re PR libstdc++/64798 (g++.old-deja/g++.eh/badalloc1.C FAILs)
Richard Biener
2
-8
/
+18
2015-01-27
re PR target/64368 (Several libstdc++ test failures on non-linux platforms af...
Jonathan Wakely
2
-0
/
+13
2015-01-26
re PR target/64368 (Several libstdc++ test failures on non-linux platforms af...
Jonathan Wakely
3
-29
/
+33
2015-01-26
2.cc: Add test for non-transparent comparison function.
Jonathan Wakely
2
-0
/
+22
2015-01-25
re PR libstdc++/29366 (atomics config for sh is weird)
Oleg Endo
2
-82
/
+16
2015-01-23
gnu.ver: Tighten GLIBCXX_3.4 patterns to not match new std::string constructo...
Jonathan Wakely
2
-9
/
+58
2015-01-22
re PR libstdc++/64535 (Emergency buffer for exception allocation too small)
Richard Biener
2
-84
/
+197
2015-01-22
re PR libstdc++/64680 (basic_regex::operator= does not reset flags)
Tim Shen
3
-7
/
+36
2015-01-22
re PR libstdc++/64649 (regex_traits::lookup_classname() only works with rando...
Tim Shen
3
-3
/
+37
2015-01-21
* config/abi/pre/gnu.ver: Use [jmy] for size_t parameters.
Jonathan Wakely
2
-20
/
+24
2015-01-21
* testsuite/29_atomics/atomic/64658.cc: Test stored value.
Jonathan Wakely
2
-2
/
+7
2015-01-20
status_cxx2011.xml: Remove stray dbhtml tags.
Jonathan Wakely
4
-12
/
+14
2015-01-20
re PR libstdc++/64650 (std::experimental::bad_optional_access is not default ...
Jonathan Wakely
3
-2
/
+13
2015-01-20
Implement N3657: heterogeneous lookup in associative containers.
Jonathan Wakely
10
-0
/
+1020
2015-01-20
Add C++11 std::string constructors for locales and facets.
Jonathan Wakely
14
-3
/
+477
2015-01-20
re PR libstdc++/64658 (std::atomic_init() undefined)
Jonathan Wakely
3
-2
/
+39
2015-01-19
re PR libstdc++/64649 (regex_traits::lookup_classname() only works with rando...
Tim Shen
4
-65
/
+66
2015-01-19
re PR libstdc++/64584 (basic_regex::assign breaks *this if it throws regex_er...
Tim Shen
6
-40
/
+152
2015-01-19
range_access.h (begin, end): Use _GLIBCXX14_CONSTEXPR on overloads for arrays.
Ville Voutilainen
3
-3
/
+218
2015-01-18
re PR libstdc++/64646 (New overloads of std::is_permutation dereference past-...
Jonathan Wakely
3
-1
/
+44
2015-01-18
status_cxx2011.xml: Remove note about offsetof.
Jonathan Wakely
3
-4
/
+8
2015-01-18
* src/c++11/futex.cc: Fix order of includes and preprocessor condition.
Jonathan Wakely
2
-2
/
+3
2015-01-18
atomic_futex.h: Use mutex and condition_variable when atomic int is not lock-...
Jonathan Wakely
3
-47
/
+52
2015-01-17
re PR libstdc++/64638 (Build failure with recent futex changes in libstdc++, ...
Jonathan Wakely
2
-2
/
+10
2015-01-17
status_cxx2011.xml: Update C++11 status.
Ville Voutilainen
5
-37
/
+37
2015-01-17
DR 488 PR libstdc++/58357
Jonathan Wakely
7
-26
/
+134
2015-01-17
re PR libstdc++/60940 (general operations on atomic types do not work with at...
Jonathan Wakely
5
-170
/
+204
2015-01-17
re PR libstdc++/56785 (std::tuple of two elements does not apply empty base c...
Jonathan Wakely
3
-24
/
+163
2015-01-17
1.cc: Remove unused header.
Jonathan Wakely
4
-3
/
+9
2015-01-16
locale_conv.h (wstring_convert, [...]): New.
Jonathan Wakely
10
-0
/
+727
2015-01-16
Implement C++11 <codecvt> header.
Jonathan Wakely
9
-41
/
+1304
2015-01-16
libstdc++: Optimize synchronization in std::future if futexes are available.
Torvald Riegel
10
-53
/
+459
2015-01-16
acinclude.m4: Fix typo in comment.
Jonathan Wakely
15
-12
/
+757
2015-01-16
libstdc++: Add POSIX variant of shared_timed_mutex.
Torvald Riegel
2
-0
/
+188
2015-01-13
re PR c++/64356 (Some constexpr expressions not recognized as constexpr)
Jason Merrill
3
-9
/
+0
2015-01-13
re PR libstdc++/64571 (Link failure with fstream due to new string implementa...
Jonathan Wakely
2
-0
/
+12
2015-01-12
re PR libstdc++/64553 (Missing '# ifdef _GLIBCXX_USE_WCHAR_T' in src/c++11/cx...
Jonathan Wakely
2
-18
/
+43
2015-01-12
re PR libstdc++/64560 (building libstdc++ with -fno-rtti fails in new cxx11-s...
Jonathan Wakely
2
-0
/
+8
2015-01-10
libgomp: Now known as the GNU Offloading and Multi Processing Runtime Library.
Thomas Schwinge
2
-1
/
+9
[next]