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
/
testsuite
/
20_util
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-15
Add missing function in 20_util/exchange/1.cc.
Diego Novillo
1
-2
/
+4
2013-10-09
58659.cc: Use VERIFY instead of aborting.
Jonathan Wakely
1
-2
/
+1
2013-10-09
Fix unprototyped abort() introduced in libstdc++/58659.cc testcase.
Marcus Shawcroft
1
-1
/
+1
2013-10-08
re PR libstdc++/58659 (Construction of shared_ptr from unique_ptr mismatches ...
Jonathan Wakely
2
-1
/
+70
2013-10-02
re PR libstdc++/58569 (Compilation error when a class contains multiple std::...
Jonathan Wakely
1
-0
/
+29
2013-10-02
re PR libstdc++/58594 (std::make_shared does not accept const types as parame...
Jonathan Wakely
1
-0
/
+27
2013-09-27
re PR libstdc++/57465 (Failed postcondition for std::function constructed wit...
Jonathan Wakely
1
-0
/
+31
2013-06-26
typeck2.c (store_init_value): Diagnose a non-constant initializer for in-clas...
Jason Merrill
1
-0
/
+1
2013-06-13
type_traits (is_function): Support ref-qualified functions.
Daniel Kruegler
17
-35
/
+117
2013-06-11
Fix library literals error involving namespace __detail.
Ed Smith-Rowland
1
-0
/
+7
2013-06-10
forced.C: Extend current handling of Linux-based x86 systems to cover all GNU...
Thomas Schwinge
2
-4
/
+4
2013-06-08
Simplify and clean up library literals.
Ed Smith-Rowland
2
-8
/
+0
2013-06-08
type-traits (integral_constant::operator()): Implement N3545.
Jonathan Wakely
4
-5
/
+41
2013-06-03
re PR c++/57419 (Access control doesn't stop referring to a deleted function)
Paolo Carlini
1
-1
/
+1
2013-06-01
Implement N3642 - User-defined Literals for Standard Library Types
Ed Smith-Rowland
5
-3
/
+146
2013-05-21
re PR libstdc++/57336 (Cannot INVOKE a reference_wrapper around an abstract t...
Jonathan Wakely
1
-0
/
+37
2013-05-19
tuple (get): Implement N3670.
Jonathan Wakely
10
-0
/
+305
2013-05-18
unique_ptr.h (make_unique): Declare inline.
Jonathan Wakely
2
-3
/
+3
2013-05-18
utility (exchange): Define.
Jonathan Wakely
1
-0
/
+103
2013-05-18
unique_ptr.h (make_unique): Define.
Jonathan Wakely
3
-0
/
+133
2013-05-02
constexpr_data.cc: Move...
Paolo Carlini
7
-0
/
+272
2013-05-02
type_traits (is_null_pointer): Add.
Paolo Carlini
6
-5
/
+131
2013-04-28
re PR libstdc++/51365 (cannot use final empty class in std::tuple)
Jonathan Wakely
3
-5
/
+62
2013-04-22
re PR c++/48665 (type of const member function)
Jason Merrill
4
-48
/
+48
2013-04-22
type_traits (is_signed): Simplify.
Paolo Carlini
3
-5
/
+5
2013-04-07
Makefile.am: Add ext/aligned_buffer.h
Jonathan Wakely
1
-1
/
+1
2013-04-07
functional (_Derives_from_unary_function): Remove.
François Dumont
5
-10
/
+11
2013-03-16
re PR c++/55017 ([DR 1051] [C++11] Rvalue-reference member should cause copy ...
Jason Merrill
1
-1
/
+2
2013-03-13
re PR libstdc++/56609 ([C++11] Several type traits give incorrect results for...
Paolo Carlini
2
-0
/
+6
2013-03-09
55463.cc: Avoid -Wunused warnings.
Paolo Carlini
1
-43
/
+47
2013-02-20
user.cfg.in: Set __cplusplus to 201103L.
Benjamin Kosnik
1
-1
/
+1
2013-02-03
Update copyright in libstdc++-v3.
Richard Sandiford
531
-535
/
+532
2013-01-08
re PR c++/55908 (Problem binding a const member function to a const object)
Jonathan Wakely
2
-4
/
+38
2013-01-07
re PR libstdc++/55847 (mistake bad_weak_ptr::what() message)
Jonathan Wakely
2
-3
/
+37
2013-01-04
Update Copyright years for files modified in 2011 and/or 2012.
Jakub Jelinek
14
-14
/
+14
2012-12-20
functional (_Require): Move to ...
Jonathan Wakely
17
-29
/
+514
2012-11-28
functional (_Mem_fn): Constrain function call operators to avoid ambiguities.
Jonathan Wakely
3
-10
/
+102
2012-11-26
re PR libstdc++/55463 (Result of std::mem_fn doesn't accept rvalues)
Jonathan Wakely
2
-4
/
+82
2012-11-19
typedefs.cc: Check rebind and improve propagate_on_container_move_assignment ...
Jonathan Wakely
1
-2
/
+7
2012-11-19
stl_algo.h (reverse_copy): Update comment per DR 2074.
Jonathan Wakely
2
-4
/
+50
2012-11-14
re PR libstdc++/55320 (Invalid delete with throwing copy-c'tor passed to std:...
Jonathan Wakely
4
-7
/
+93
2012-11-07
array (_GLIBCXX_THROW_OR_ABORT): Move...
Paolo Carlini
1
-2
/
+1
2012-11-06
55123.cc: Remove duplicate include.
Jonathan Wakely
1
-2
/
+0
2012-11-01
range_access.cc: Fix copying permission statement.
Jonathan Wakely
3
-3
/
+3
2012-10-29
re PR libstdc++/55123 ([C++11] Construction of shared_ptr<const T> from uniqu...
Jonathan Wakely
1
-0
/
+30
2012-10-24
type_traits (common_type): Implement LWG 2141.
Daniel Kruegler
5
-68
/
+61
2012-10-19
scoped_allocator (__outermost_alloc_traits): Define.
Jonathan Wakely
1
-0
/
+308
2012-10-18
move.h (move_if_noexcept): Mark constexpr.
Benjamin Kosnik
6
-6
/
+122
2012-10-15
config.gcc: Match arm*-*-linux-* for ARM Linux/GNU.
Matthias Klose
2
-2
/
+2
2012-10-11
sfinae_friendly_1.cc: Update / extend.
Daniel Krugler
3
-27
/
+50
[next]