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
/
testsuite
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-28
*: Fix incorrect standard references in comments.
Jonathan Wakely
42
-71
/
+70
2014-08-21
62154.cc: Disable when the target doesn't provide atomic builtins.
Tony Wang
1
-0
/
+1
2014-08-15
re PR libstdc++/62154 (std::throw_with_nested should not require a polymorphi...
Jonathan Wakely
1
-0
/
+60
2014-08-14
parser.c (cp_parser_init_declarator): Remove redundant check of decl_specifie...
Paolo Carlini
2
-6
/
+2
2014-08-12
basic_string.h (getline): Qualify call to prevent ADL and add overloads for r...
Jonathan Wakely
2
-0
/
+76
2014-08-09
random.tcc (uniform_on_sphere_helper): Define.
Ulrich Drepper
4
-4
/
+66
2014-08-09
re PR libstdc++/61667 (setting max_load_factor of unordered_map cause buckets...
François Dumont
1
-0
/
+44
2014-08-07
stl_list.h (_List_base::_List_base(_List_base&&)): Optimize.
Jonathan Wakely
4
-4
/
+4
2014-08-02
re PR c++/15339 ([DR217] Adding default arguments to function templates in re...
Paolo Carlini
1
-1
/
+1
2014-07-29
2014-07-29 François Dumont <fdumont@gcc.gnu.org>
François Dumont
11
-164
/
+202
2014-07-29
re PR libstdc++/61947 (Ambiguous calls when constructing std::tuple)
Jonathan Wakely
2
-1
/
+30
2014-07-29
re PR libstdc++/61946 (rope construction, passing allocator referenct without...
Jonathan Wakely
1
-0
/
+31
2014-07-29
PR libstdc++/60037 - SIGFPE in std::generate_canonical<unsigned int...>
Ed Smith-Rowland
2
-0
/
+38
2014-07-15
printers.py (SingleObjContainerPrinter): New base class for experimental::any...
Jonathan Wakely
1
-0
/
+69
2014-07-15
printers.py (TemplateTypePrinter): Add type printer for class templates.
Jonathan Wakely
1
-0
/
+46
2014-07-15
re PR libstdc++/61720 (std::regex_search matches incorrectly)
Tim Shen
1
-0
/
+48
2014-07-13
random: Add uniform_on_sphere_distribution definition.
Ulrich Drepper
4
-0
/
+181
2014-07-12
Add the logistic_distribution as an extension.
Edward Smith-Rowland
6
-0
/
+271
2014-07-11
gdb-test.exp (gdb-test): Turn off GDB's auto-load, list loaded libs.
Samuel Bronson
1
-2
/
+9
2014-07-11
libstdc++.exp (libstdc++_init): Set $GCC_COLORS="" instead of insisting that ...
Samuel Bronson
1
-1
/
+3
2014-07-11
re PR libstdc++/58962 (Pretty printers use obsolete Python syntax)
Samuel Bronson
1
-2
/
+2
2014-07-10
any (any::_Manager_alloc::_Data): Reorder tuple members to simplify pretty pr...
Jonathan Wakely
1
-0
/
+73
2014-07-08
allocated_ptr.h (__allocated_ptr::operator=): Add missing return.
Jonathan Wakely
2
-4
/
+4
2014-07-01
re PR testsuite/61061 (FAIL: g++.dg/inherit/covariant7.C)
Tim Shen
1
-0
/
+48
2014-07-01
re PR libstdc++/61424 (std::regex matches right to left, not leftmost longest)
Tim Shen
1
-0
/
+52
2014-06-27
2014-06-27 Paolo Carlini <paolo.carlini@oracle.com>
Paolo Carlini
11
-195
/
+164
2014-06-26
Fix a comment.
François Dumont
1
-1
/
+1
2014-06-26
2014-06-26 François Dumont <fdumont@gcc.gnu.org>
François Dumont
11
-164
/
+195
2014-06-26
alloc.cc: Fix use of test allocator.
Jonathan Wakely
3
-23
/
+4
2014-06-25
Makefile.am: Add new header.
Jonathan Wakely
5
-6
/
+76
2014-06-23
any (any_v1): Rename namespace to fundamentals_v1.
Jonathan Wakely
3
-0
/
+99
2014-06-23
re PR libstdc++/61532 (make_signed and make_unsigned wchar_t have started fai...
Jonathan Wakely
4
-4
/
+17
2014-06-23
parse_numbers.h (_Number_help): Fix divide-by-zero.
Jonathan Wakely
1
-0
/
+6
2014-06-14
status_cxx2014.xml: Update Fundamentals TS status.
Jonathan Wakely
11
-0
/
+614
2014-06-11
4402.cc (test02): Use `wcout' rather than `cout'.
Maciej W. Rozycki
1
-4
/
+4
2014-06-10
re PR libstdc++/61390 (error in nested template parameter in ext/pb_ds header...
Jonathan Wakely
1
-1
/
+1
2014-06-07
DR 2344 - std::quoted doesn't respect padding
Ed Smith-Rowland
2
-0
/
+100
2014-06-06
1.cc: Simplify test.
François Dumont
1
-8
/
+8
2014-06-03
DR 1423 PR c++/52174
Paolo Carlini
1
-1
/
+1
2014-06-02
regex_compiler.h (__detail::_BracketMatcher): Reorder members to avoid wasted...
Jonathan Wakely
1
-0
/
+41
2014-06-02
condition_variable (condition_variable_any::_Unlock): Do not swallow __forced...
Jonathan Wakely
2
-0
/
+93
2014-06-02
type_traits (__strictest_alignment): New helper struct.
Rüdiger Sonderfeld
2
-1
/
+73
2014-06-01
re PR libstdc++/61374 (string_view::operator string() is buggy)
Jonathan Wakely
7
-22
/
+61
2014-05-30
libstdc++.exp (libstdc++_init): Adjust regexp to work with previous versions ...
Jonathan Wakely
1
-1
/
+1
2014-05-23
54297.cc: Remove duplicate dragonfly selector.
Jonathan Wakely
24
-47
/
+47
2014-05-23
1.cc: Add xfail for dragonfly.
Jonathan Wakely
3
-3
/
+3
2014-05-23
re PR libstdc++/60793 (Add target *-*-dragonfly* to dg-options on 172 libstdc...
Jonathan Wakely
195
-383
/
+383
2014-05-21
re PR libstdc++/61143 (Arithmetic exception on emplacing into unordered_map m...
François Dumont
2
-0
/
+103
2014-05-21
re PR libstdc++/61269 (<type_traits> includes <cstdint> inside std namespace)
Jonathan Wakely
3
-5
/
+5
2014-05-20
testsuite_flags.in (cxxflags): Remove @CXXFLAGS@ since libstdc++.exp imports ...
Cesar Philippidis
1
-0
/
+5
[next]