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
/
20_util
/
tuple
/
cons
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-04
libstdc++: Add missing std::tuple constructor [PR114147]
Jonathan Wakely
1
-0
/
+15
2024-01-03
Update copyright years.
Jakub Jelinek
23
-23
/
+23
2023-11-16
libstdc++: Test for feature test macros more accurately
Jonathan Wakely
1
-0
/
+1
2023-09-16
libstdc++: Remove dg-options "-std=gnu++20" from 20_utils tests
Jonathan Wakely
2
-3
/
+1
2023-03-20
c++: explicit ctor and list-initialization [PR109159]
Marek Polacek
1
-29
/
+29
2023-01-16
Update copyright years.
Jakub Jelinek
23
-23
/
+23
2022-10-03
libstdc++: Disable hosted-only tests [PR103626]
Arsen Arsenović
6
-0
/
+12
2022-10-03
libstdc++: Make some tests work on freestanding [PR103626]
Arsen Arsenović
1
-0
/
+2
2022-08-24
libstdc++: Fix fallout from P2321R2 std::pair/tuple enhancements
Patrick Palka
1
-0
/
+41
2022-01-03
Update copyright years.
Jakub Jelinek
23
-23
/
+23
2021-10-12
libstdc++: Fix move construction of std::tuple with array elements [PR101960]
Jonathan Wakely
1
-1
/
+10
2021-09-17
libstdc++: Fix last std::tuple constructor missing 'constexpr' [PR102270]
Jonathan Wakely
1
-0
/
+3
2021-09-16
libstdc++: Add missing 'constexpr' to std::tuple [PR102270]
Jonathan Wakely
1
-0
/
+61
2021-08-19
libstdc++: Fix move construction of std::tuple with array elements [PR101960]
Jonathan Wakely
1
-0
/
+4
2021-05-10
libstdc++: Remove redundant -std=gnu++17 option from remaining tests
Jonathan Wakely
1
-1
/
+0
2021-01-04
Update copyright years.
Jakub Jelinek
23
-23
/
+23
2020-10-29
libstdc++: Avoid warnings in tests
Jonathan Wakely
1
-2
/
+0
2020-09-22
libstdc++: Use correct argument type for __use_alloc, again [PR 96803]
Jonathan Wakely
1
-0
/
+21
2020-09-03
libstdc++: Add workaround for weird std::tuple error [PR 96592]
Jonathan Wakely
1
-0
/
+58
2020-08-26
libstdc++: Use correct argument type for __use_alloc [PR 96803]
Jonathan Wakely
1
-0
/
+41
2020-04-28
libstdc++: Fixes for feature test macros (PR 91480)
Jonathan Wakely
1
-1
/
+8
2020-01-01
Update copyright years.
Jakub Jelinek
21
-21
/
+21
2019-11-16
Implement the <tuple> part of C++20 p1032 Misc constexpr bits.
Edward Smith-Rowland
1
-0
/
+48
2019-06-17
Fix tests that fail without PCH
Jonathan Wakely
1
-0
/
+1
2019-06-06
Avoid unnecessary inclusion of <stdexcept> header
Jonathan Wakely
1
-0
/
+1
2019-06-06
Refactor SFINAE constraints on std::tuple constructors
Jonathan Wakely
2
-1
/
+82
2019-05-14
Add __is_nothrow_convertible to fix std::is_nothrow_invocable_r
Jonathan Wakely
1
-1
/
+3
2019-04-29
Adding noexcept-specification on tuple constructors (LWG 2899)
Nina Dinka Ranns
1
-0
/
+943
2019-02-14
DR 2586 fix value category in uses-allocator checks
Jonathan Wakely
1
-0
/
+14
2019-01-01
Update copyright years.
Jakub Jelinek
18
-18
/
+18
2018-10-30
Implement P0892R2, explicit(bool).
Marek Polacek
1
-29
/
+29
2018-01-03
Update copyright years.
Jakub Jelinek
18
-18
/
+18
2017-11-06
deduction.cc: Avoid -Wreturn-type warnings.
Paolo Carlini
1
-2
/
+2
2017-09-15
invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...
Jakub Jelinek
1
-1
/
+1
2017-03-22
Add deduction guides for C++17 (P0433R2, partial)
Jonathan Wakely
1
-0
/
+166
2017-01-01
Update copyright years.
Jakub Jelinek
17
-17
/
+17
2016-12-19
Make the perfect-forwarding constructor of a two-element tuple sfinae away wh...
Ville Voutilainen
1
-0
/
+42
2016-10-12
testsuite_hooks.h: Rewrite VERIFY in terms of __builtin_printf and __builtin_...
Paolo Carlini
4
-8
/
+0
2016-08-26
Use effective-target instead of -std options
Jonathan Wakely
13
-22
/
+14
2016-08-17
Add c++11 effective target to tests for C++11 features
Jonathan Wakely
1
-0
/
+2
2016-08-01
Limit std::tuple tests to run for C++11 and later
Jonathan Wakely
2
-1
/
+4
2016-06-06
Support allocators in tuples of zero size.
Ville Voutilainen
1
-0
/
+22
2016-06-05
Protect allocator-overloads of tuple-from-tuple constructors from cases that ...
Ville Voutilainen
1
-0
/
+35
2016-05-27
re PR libstdc++/66338 (std::forward_as_tuple() issue with single argument)
Ville Voutilainen
1
-0
/
+35
2016-05-09
Avoid endless run-time recursion for copying single-element tuples where the...
Ville Voutilainen
1
-0
/
+30
2016-01-04
Update copyright years.
Jakub Jelinek
14
-14
/
+14
2015-11-03
Make the default constructors of tuple and pair conditionally explicit.
Ville Voutilainen
1
-55
/
+113
2015-10-05
re PR c++/67844 (Cannot make tuple of class with template constructor)
Ville Voutilainen
1
-0
/
+17
2015-09-25
Avoid creating dangling references in case of nested tuples
Ville Voutilainen
1
-0
/
+60
2015-06-30
Implement N4387, "Improving pair and tuple", and LWG 2367.
Ville Voutilainen
1
-0
/
+282
[next]