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
/
include
/
std
/
tuple
Age
Commit message (
Expand
)
Author
Files
Lines
10 days
libstdc++: Make operator== for std::tuple convert to bool [PR119545]
Jonathan Wakely
1
-1
/
+1
2025-03-13
libstdc++: Work around C++20 tuple<tuple<any>> constraint recursion [PR116440]
Patrick Palka
1
-6
/
+8
2025-01-02
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2024-09-25
libstdc++: #ifdef out #pragma GCC system_header
Jason Merrill
1
-0
/
+2
2024-08-23
libstdc++: Hide std::tuple internals from Doxygen docs
Jonathan Wakely
1
-0
/
+2
2024-07-25
libstdc++: Implement P2968R2 "Making std::ignore a first-class object"
Jonathan Wakely
1
-31
/
+0
2024-05-07
libstdc++: Constrain equality ops for std::pair, std::tuple, std::variant
Jonathan Wakely
1
-39
/
+63
2024-03-04
libstdc++: Add missing std::tuple constructor [PR114147]
Jonathan Wakely
1
-0
/
+14
2024-02-01
libstdc++: Implement P2165R4 changes to std::pair/tuple/etc [PR113309]
Patrick Palka
1
-44
/
+281
2024-01-19
libstdc++: Fix P2255R2 dangling checks for std::tuple in C++17 [PR108822]
Jonathan Wakely
1
-1
/
+1
2024-01-18
libstdc++/tuple: Guard P2321R2 changes with __cpp_lib_ranges_zip
Patrick Palka
1
-9
/
+9
2024-01-15
libstdc++: Fix redefinition error in std::tuple [PR108822]
Jonathan Wakely
1
-16
/
+19
2024-01-13
libstdc++: Implement P2255R2 dangling checks for std::tuple [PR108822]
Jonathan Wakely
1
-294
/
+723
2024-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-11-16
libstdc++: Only declare feature test macros in standard headers
Jonathan Wakely
1
-0
/
+2
2023-08-16
libstdc++: Replace all manual FTM definitions and use
Arsen Arsenović
1
-12
/
+13
2023-08-09
libstdc++: Fix some -Wunused-parameter warnings
Jonathan Wakely
1
-8
/
+8
2023-02-16
libstdc++: Fix uses of non-reserved names in headers
Jonathan Wakely
1
-4
/
+4
2023-01-24
libstdc++: Include std::ranges::subrange definition in <tuple> [PR102301]
Jonathan Wakely
1
-4
/
+12
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2022-11-21
libstdc++: Improve Doxygen comments in <tuple>
Jonathan Wakely
1
-5
/
+23
2022-09-02
libstdc++: Consistently use ::type when deriving from __and/or/not_
Patrick Palka
1
-1
/
+1
2022-08-24
libstdc++: Fix fallout from P2321R2 std::pair/tuple enhancements
Patrick Palka
1
-0
/
+8
2022-08-23
libstdc++: Implement std::pair/tuple/misc enhancements from P2321R2
Patrick Palka
1
-0
/
+416
2022-08-23
libstdc++: Separate construct/convertibility tests for std::tuple
Patrick Palka
1
-4
/
+10
2022-01-21
libstdc++: Ensure all feature test macros have type long [PR87193]
Jonathan Wakely
1
-2
/
+2
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-11-26
libstdc++: Remove workaround for FE bug in std::tuple [PR96592]
Jonathan Wakely
1
-4
/
+0
2021-11-05
libstdc++: Fix pack expansions in tuple_size_v specializations
Jonathan Wakely
1
-2
/
+2
2021-11-04
libstdc++: Consolidate duplicate metaprogramming utilities
Jonathan Wakely
1
-22
/
+0
2021-11-04
libstdc++: Optimize std::tuple_element and std::tuple_size_v
Jonathan Wakely
1
-26
/
+13
2021-10-12
libstdc++: Fix move construction of std::tuple with array elements [PR101960]
Jonathan Wakely
1
-7
/
+1
2021-10-01
libstdc++: Add std::__conditional_t alias template
Jonathan Wakely
1
-14
/
+14
2021-09-17
libstdc++: Fix last std::tuple constructor missing 'constexpr' [PR102270]
Jonathan Wakely
1
-0
/
+1
2021-09-16
libstdc++: Add missing 'constexpr' to std::tuple [PR102270]
Jonathan Wakely
1
-0
/
+16
2021-08-19
libstdc++: Fix move construction of std::tuple with array elements [PR101960]
Jonathan Wakely
1
-1
/
+5
2021-07-27
libstdc++: Reduce header dependencies on <array> and <utility>
Jonathan Wakely
1
-5
/
+31
2021-07-16
libstdc++: Improve diagnostics for std::get with invalid tuple index
Jonathan Wakely
1
-0
/
+7
2021-07-15
libstdc++: Fix std::get<T> for std::tuple [PR101427]
Jonathan Wakely
1
-16
/
+53
2021-06-14
libstdc++: Use reserved name for attribute [PR101055]
Jonathan Wakely
1
-1
/
+1
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-10-19
libstdc++: Use reserved name for C++20 attribute
Jonathan Wakely
1
-1
/
+1
2020-09-22
libstdc++: Use correct argument type for __use_alloc, again [PR 96803]
Jonathan Wakely
1
-1
/
+1
2020-09-03
libstdc++: Add workaround for weird std::tuple error [PR 96592]
Jonathan Wakely
1
-0
/
+4
2020-08-26
libstdc++: Whitespace changes in <tuple>
Jonathan Wakely
1
-68
/
+94
2020-08-26
libstdc++: Use correct argument type for __use_alloc [PR 96803]
Jonathan Wakely
1
-5
/
+5
2020-08-17
libstdc++: Remove inheritance from elements in std::tuple
Jonathan Wakely
1
-0
/
+53
2020-07-06
libstdc++: Fix -Wmismatched-tags warnings (PR 96063)
Jonathan Wakely
1
-2
/
+2
2020-06-19
libstdc++: Remove redundant std:: qualification
Jonathan Wakely
1
-27
/
+27
2020-04-28
libstdc++: Fixes for feature test macros (PR 91480)
Jonathan Wakely
1
-0
/
+1
[next]