]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/include/std/tuple
RISC-V: Adding H to the canonical order [PR121312]
[thirdparty/gcc.git] / libstdc++-v3 / include / std / tuple
2025-07-14  Jonathan Wakelylibstdc++: Add comments to deleted std::swap overloads...
2025-06-10  Yihan Wanglibstdc++: Implement LWG3528 make_from_tuple can perfor...
2025-03-31  Jonathan Wakelylibstdc++: Make operator== for std::tuple convert to...
2025-03-13  Patrick Palkalibstdc++: Work around C++20 tuple<tuple<any>> constrai...
2025-01-02  Jakub JelinekUpdate copyright years.
2024-09-25  Jason Merrilllibstdc++: #ifdef out #pragma GCC system_header
2024-08-23  Jonathan Wakelylibstdc++: Hide std::tuple internals from Doxygen docs
2024-07-25  Jonathan Wakelylibstdc++: Implement P2968R2 "Making std::ignore a...
2024-05-07  Jonathan Wakelylibstdc++: Constrain equality ops for std::pair, std...
2024-03-04  Jonathan Wakelylibstdc++: Add missing std::tuple constructor [PR114147]
2024-02-01  Patrick Palkalibstdc++: Implement P2165R4 changes to std::pair/tuple...
2024-01-19  Jonathan Wakelylibstdc++: Fix P2255R2 dangling checks for std::tuple...
2024-01-18  Patrick Palkalibstdc++/tuple: Guard P2321R2 changes with __cpp_lib_r...
2024-01-15  Jonathan Wakelylibstdc++: Fix redefinition error in std::tuple [PR108822]
2024-01-13  Jonathan Wakelylibstdc++: Implement P2255R2 dangling checks for std...
2024-01-03  Jakub JelinekUpdate copyright years.
2023-11-16  Jonathan Wakelylibstdc++: Only declare feature test macros in standard...
2023-08-16  Arsen Arsenovićlibstdc++: Replace all manual FTM definitions and use
2023-08-09  Jonathan Wakelylibstdc++: Fix some -Wunused-parameter warnings
2023-02-16  Jonathan Wakelylibstdc++: Fix uses of non-reserved names in headers
2023-01-24  Jonathan Wakelylibstdc++: Include std::ranges::subrange definition...
2023-01-16  Jakub JelinekUpdate copyright years.
2022-11-21  Jonathan Wakelylibstdc++: Improve Doxygen comments in <tuple>
2022-09-02  Patrick Palkalibstdc++: Consistently use ::type when deriving from...
2022-08-24  Patrick Palkalibstdc++: Fix fallout from P2321R2 std::pair/tuple...
2022-08-23  Patrick Palkalibstdc++: Implement std::pair/tuple/misc enhancements...
2022-08-23  Patrick Palkalibstdc++: Separate construct/convertibility tests...
2022-01-21  Jonathan Wakelylibstdc++: Ensure all feature test macros have type...
2022-01-03  Jakub JelinekUpdate copyright years.
2021-11-26  Jonathan Wakelylibstdc++: Remove workaround for FE bug in std::tuple...
2021-11-05  Jonathan Wakelylibstdc++: Fix pack expansions in tuple_size_v speciali...
2021-11-04  Jonathan Wakelylibstdc++: Consolidate duplicate metaprogramming utilities
2021-11-04  Jonathan Wakelylibstdc++: Optimize std::tuple_element and std::tuple_s...
2021-10-12  Jonathan Wakelylibstdc++: Fix move construction of std::tuple with...
2021-10-01  Jonathan Wakelylibstdc++: Add std::__conditional_t alias template
2021-09-17  Jonathan Wakelylibstdc++: Fix last std::tuple constructor missing...
2021-09-16  Jonathan Wakelylibstdc++: Add missing 'constexpr' to std::tuple [PR102270]
2021-08-19  Jonathan Wakelylibstdc++: Fix move construction of std::tuple with...
2021-07-27  Jonathan Wakelylibstdc++: Reduce header dependencies on <array> and...
2021-07-16  Jonathan Wakelylibstdc++: Improve diagnostics for std::get with invali...
2021-07-15  Jonathan Wakelylibstdc++: Fix std::get<T> for std::tuple [PR101427]
2021-06-14  Jonathan Wakelylibstdc++: Use reserved name for attribute [PR101055]
2021-01-04  Jakub JelinekUpdate copyright years.
2020-10-19  Jonathan Wakelylibstdc++: Use reserved name for C++20 attribute
2020-09-22  Jonathan Wakelylibstdc++: Use correct argument type for __use_alloc...
2020-09-03  Jonathan Wakelylibstdc++: Add workaround for weird std::tuple error...
2020-08-26  Jonathan Wakelylibstdc++: Whitespace changes in <tuple>
2020-08-26  Jonathan Wakelylibstdc++: Use correct argument type for __use_alloc...
2020-08-17  Jonathan Wakelylibstdc++: Remove inheritance from elements in std...
2020-07-06  Jonathan Wakelylibstdc++: Fix -Wmismatched-tags warnings (PR 96063)
2020-06-19  Jonathan Wakelylibstdc++: Remove redundant std:: qualification
2020-04-28  Jonathan Wakelylibstdc++: Fixes for feature test macros (PR 91480)
2020-02-21  Jonathan Wakelylibstdc++: Define <=> for tuple, optional and variant
2020-01-01  Jakub JelinekUpdate copyright years.
2019-11-16  Edward Smith-RowlandImplement the <tuple> part of C++20 p1032 Misc constexp...
2019-09-26  Jonathan WakelyImplement C++20 constexpr changes to std::pair (P1032R1)
2019-08-12  Jonathan WakelyAdd noexcept-specifier to std::apply and std::make_from...
2019-06-06  Jonathan WakelyRefactor SFINAE constraints on std::tuple constructors
2019-05-31  Jonathan WakelyAdd noexcept to tuple<> and simplify tuple<T1,T2> noexc...
2019-05-17  Jonathan WakelyAdd missing piece of P0777R1 and update C++20 status...
2019-05-14  Nina Dinka Rannsnonesuch is insufficiently useless (lwg2996)
2019-05-07  Jonathan WakelyImprove API docs for std::pair
2019-04-28  Nina Dinka RannsAdding noexcept-specification on tuple constructors...
2019-04-24  Jonathan WakelyFinish implementing "Treating Unnecessary decay" (P0777R1)
2019-01-01  Jakub JelinekUpdate copyright years.
2018-08-20  Jonathan WakelyPR libstdc++/86963 Remove use of __tuple_base in std...
2018-08-17  Jonathan WakelyPR libstdc++/86963 Implement LWG 2729 constraints on...
2018-06-14  Jonathan WakelyPartially revert move of std::tuple_element_t to <tuple>
2018-06-14  Jonathan WakelyDefine __cpp_lib_tuple_element_t in <tuple> not <utility>
2018-05-03  Jonathan WakelyDefine std::remove_cvref and std::remove_cvref_t for...
2018-01-03  Jakub JelinekUpdate copyright years.
2017-10-30  Ville VoutilainenImplement LWG 2485
2017-03-23  Daniel KrueglerImplement P0607R0 "Inline Variables for Standard Librar...
2017-03-22  Jonathan WakelyAdd deduction guides for C++17 (P0433R2, partial)
2017-01-01  Jakub JelinekUpdate copyright years.
2016-12-19  Ville VoutilainenMake the perfect-forwarding constructor of a two-elemen...
2016-12-08  Jonathan WakelyDelete std::swap for debug mode array
2016-12-01  Ville VoutilainenImplement LWG 2766,
2016-11-14  Ville VoutilainenUse constexpr addressof in optional, SFINAE housekeepin...
2016-10-03  Ville Voutilainenre PR libstdc++/77802 (Boost Fiber doesn't compile)
2016-09-21  Ville VoutilainenImplement LWG 2729 for tuple.
2016-08-19  Jonathan WakelyFix ambiguities in C++17 mode
2016-08-15  Ville VoutilainenAdd a feature macro for C++17 make_from_tuple.
2016-08-11  Ville VoutilainenImplement C++17 make_from_tuple.
2016-08-06  Jonathan WakelyAdd std::apply for C++17
2016-07-31  Jonathan Wakelylibstdc++/72745 add static assertion for invalid tuple...
2016-07-29  Ville VoutilainenImplement C++17 variable templates for type traits.
2016-06-16  Daniel KrueglerProvide swappable traits (p0185r1)
2016-06-16  Jonathan WakelyRemove trailing whitespace from libstdc++ headers
2016-06-07  François Dumonttuple (_Head_base<>): Default specialization condition...
2016-06-06  Ville VoutilainenSupport allocators in tuples of zero size.
2016-06-05  Ville VoutilainenProtect allocator-overloads of tuple-from-tuple constru...
2016-05-27  Ville VoutilainenFix build.
2016-05-27  Ville Voutilainenre PR libstdc++/66338 (std::forward_as_tuple() issue...
2016-05-09  Ville VoutilainenAvoid endless run-time recursion for copying single...
2016-01-04  Jakub JelinekUpdate copyright years.
2015-12-21  Ville Voutilainenre PR libstdc++/66693 ([C++17] std::tuple_size fails...
2015-11-03  Ville VoutilainenMake the default constructors of tuple and pair conditi...
2015-10-05  Ville Voutilainenre PR c++/67844 (Cannot make tuple of class with templa...
2015-09-25  Ville VoutilainenAvoid creating dangling references in case of nested...
next