Daily bump.
[gcc.git] / libstdc++-v3 / testsuite / 20_util / tuple /
2021-01-04 Jakub JelinekUpdate copyright years.
2020-10-29 Jonathan Wakelylibstdc++: Avoid warnings in tests
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++: Use correct argument type for __use_alloc...
2020-08-17 Jonathan Wakelylibstdc++: Remove inheritance from elements in std...
2020-07-31 Jonathan Wakelylibstdc++: Ensure c++NN effective target present in...
2020-07-31 Jonathan Wakelylibstdc++: Add -Wno-deprecated for tests that warn...
2020-05-19 Patrick Palkac++: Explain fn template argument type/value mismatches...
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-08-12 Jonathan WakelyAdd noexcept-specifier to std::apply and std::make_from...
2019-06-17 Jonathan WakelyFix tests that fail without PCH
2019-06-06 Jonathan WakelyAvoid unnecessary inclusion of <stdexcept> header
2019-06-06 Jonathan WakelyRefactor SFINAE constraints on std::tuple constructors
2019-05-14 Jonathan WakelyAdd __is_nothrow_convertible to fix std::is_nothrow_inv...
2019-04-28 Nina Dinka RannsAdding noexcept-specification on tuple constructors...
2019-04-18 Jason MerrillPR c++/90047 - ICE with enable_if alias template.
2019-02-14 Jonathan WakelyDR 2586 fix value category in uses-allocator checks
2019-01-01 Jakub JelinekUpdate copyright years.
2018-10-30 Marek PolacekImplement P0892R2, explicit(bool).
2018-08-17 Jonathan WakelyPR libstdc++/86963 Implement LWG 2729 constraints on...
2018-06-14 Jonathan WakelyDefine __cpp_lib_tuple_element_t in <tuple> not <utility>
2018-01-03 Jakub JelinekUpdate copyright years.
2017-11-06 Paolo Carlinideduction.cc: Avoid -Wreturn-type warnings.
2017-10-30 Ville VoutilainenImplement LWG 2485
2017-09-15 Jakub Jelinekinvoke.texi: Document -std=c++17 and -std=gnu++17 and...
2017-05-12 Jonathan WakelyPR libstdc++/78939 make tuple_size<cv T> depend on...
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-01 Ville VoutilainenImplement LWG 2766,
2016-11-15 Jonathan WakelyMake std::tuple_size<cv T> SFINAE-friendly (LWG 2770)
2016-11-15 Jonathan WakelyFix find&replace error in license boilerplate
2016-10-12 Paolo Carlinitestsuite_hooks.h: Rewrite VERIFY in terms of __builtin...
2016-10-03 Ville Voutilainenre PR libstdc++/77802 (Boost Fiber doesn't compile)
2016-09-21 Ville VoutilainenImplement LWG 2729 for tuple.
2016-08-30 Ville Voutilainenre PR libstdc++/77395 (std::is_constructible is false...
2016-08-26 Jonathan WakelyUse effective-target instead of -std options
2016-08-17 Jonathan WakelyAdd c++11 effective target to tests for C++11 features
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-08-03 Jonathan WakelyRemove deprecated has_trivial_xxx traits
2016-08-01 Jonathan WakelyLimit std::tuple tests to run for C++11 and later
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-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 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-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-08 Jonathan Wakelyre PR libstdc++/60132 (C++11: lack of is_trivially_copy...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-10-16 Paolo Carlinilibstdc++.exp: Prefer -std=gnu++11.
2014-10-15 Paolo Carlinilimits: Remove stray semicolon.
2014-07-29 Jonathan Wakelyre PR libstdc++/61947 (Ambiguous calls when constructin...
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-15 Jonathan Wakelyre PR c++/60786 (In C++11 an explicit instantiation...
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-05-19 Jonathan Wakelytuple (get): Implement N3670.
2013-02-03 Richard SandifordUpdate copyright in libstdc++-v3.
2013-01-04 Jakub JelinekUpdate Copyright years for files modified in 2011 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)
2012-04-15 Paolo Carlinire PR libstdc++/52702 ([C++11] std::is_trivially_destru...
2011-12-20 Jonathan Wakelyre PR libstdc++/51365 (cannot use final empty class...
2011-09-16 Paolo Carliniless_or_equal.cc: New.
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-07 Benjamin Kosniktuple (_Tuple_impl::_M_head, _M_tail): Mark constexpr.
2011-08-03 Benjamin Kosniktuple: Mark more constructors constexpr.
2011-06-10 Jason Merrillprune.exp (libstdc++-dg-prune): Prune notes.
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.
2011-05-18 Paolo Carlinituple: Use noexcept where appropriate.
2011-04-12 Takaya Saitore PR libstdc++/48476 ([C++0x] conversion between std...
2010-12-16 Benjamin Kosniktestsuite_iterators.h: Guard move.h includes.
2010-11-24 Benjamin Kosniktuple: Mark more constructors constexpr.
2010-11-04 Benjamin Kosniktuple (tuple): Make default constructors constexpr.
2010-08-10 Paolo Carlinire PR libstdc++/45228 ([C++0x] Can't copy-construct...
2010-08-06 Paolo Carlinituple (pack_arguments): Rename to forward_as_tuple...
next