]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/include/std/tuple
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / include / std / tuple
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...
2015-06-30  Ville VoutilainenImplement N4387, "Improving pair and tuple", and LWG...
2015-06-23  François Dumontarray: Include <array>.
2015-06-11  Jonathan Wakelytuple (__is_tuple_like_impl): Disambiguate array in...
2015-06-05  Ville VoutilainenAdd __is_nothrow_swappable and take it into use.
2015-05-02  Jonathan Wakelyre PR libstdc++/65978 (missing constexpr on std::forwar...
2015-01-17  Jonathan Wakelyre PR libstdc++/56785 (std::tuple of two elements does...
2015-01-05  Jakub JelinekUpdate copyright years.
2014-12-12  Jonathan Wakelystl_iterator.h (make_reverse_iterator): LWG DR 2285.
2014-10-01  Edward Smith-RowlandImplement SD-6: SG10 Feature Test Recommendations
2014-07-29  Jonathan Wakelyre PR libstdc++/61947 (Ambiguous calls when constructin...
2014-05-15  Jonathan Wakelytuple (tuple_size<cv _Tp>): Implement LWG 2313.
2014-05-14  Jonathan Wakelytuple (__add_c_ref, [...]): Remove.
2014-05-13  Jonathan Wakelyre PR libstdc++/60497 (unique_ptr<T> tries to complete...
2014-04-14  Jonathan WakelyN3887 Consistent Metafunction Aliases
2014-04-14  Jonathan Wakelyre PR libstdc++/60497 (unique_ptr<T> tries to complete...
2014-01-02  Richard SandifordUpdate copyright years in libstdc++-v3/
2013-10-31  Jonathan Wakelytuple (_Index_tuple, [...]): Move to <utility>.
2013-06-01  Ed Smith-Rowlandinclude/std/chrono: Collapse redundant 'inline' from...
2013-05-19  Jonathan Wakelytuple (get): Implement N3670.
2013-02-20  Benjamin Kosnikuser.cfg.in: Set __cplusplus to 201103L.
2013-02-03  Richard SandifordUpdate copyright in libstdc++-v3.
2012-11-10  Jason Merrill* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__...
2012-11-07  Paolo Carlinire PR libstdc++/51850 (debug mode for std::array and...
2012-10-18  Benjamin Kosnikmove.h (move_if_noexcept): Mark constexpr.
2012-06-14  Jonathan Wakelyre PR libstdc++/53648 ([C++11] nested empty tuples)
2011-12-20  Jonathan Wakelyre PR libstdc++/51365 (cannot use final empty class...
2011-12-06  Jonathan Wakelyre PR libstdc++/51183 (pair piecewise_construct_t const...
2011-11-21  Paolo Carlinituple (__conv_types, [...]): Remove.
2011-11-21  Jason Merrillre PR c++/48322 ([C++0x] Plural variadic parameter...
2011-09-16  Paolo Carlinituple (make_tuple, [...]): Declare constexpr.
2011-09-13  Daniel Kruglertuple (_Head_base<>::_M_head, [...]): Change to static...
2011-09-11  Daniel Kruglerre PR libstdc++/50159 ([C++0x] tuple_cat only accepts...
2011-09-10  Paolo Carlinituple: Use everywhere std::size_t...
2011-09-07  Benjamin Kosniktuple (_Tuple_impl::_M_head, _M_tail): Mark constexpr.
2011-08-03  Benjamin Kosniktuple: Mark more constructors constexpr.
2011-06-20  Daniel Kruglertuple (__conv_types, [...]): Add.
2011-05-31  Paolo Carlinitype_traits (__or_, __and_): Add trivial definitions...
2011-05-30  Jonathan Wakelytuple: Restore is_convertible constraint.
2011-05-30  Jonathan Wakelytuple: Implement uses-allocator construction.
2011-05-21  Paolo Carlinichar_traits.h: Use noexcept throughout.
2011-05-19  Paolo Carlinituple (tuple_element<__i, [...]): Add.
2011-05-19  Paolo Carlinituple (tuple<>::operator=(tuple&&)): Specify as noexcept.
next