summaryrefslogtreecommitdiffstats
path: root/libcxx/test/utilities/tuple/tuple.tuple
Commit message (Expand)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-2058-3785/+0
* Flush out test cases for tuples constructor SFINAEEric Fiselier2014-11-182-23/+132
* [libcxx] Delay evaluation of __make_tuple_types to prevent blowing the max te...Eric Fiselier2014-10-282-0/+66
* LWG #2212 (not yet adopted) mandates that tuple_size/tuple_element are availa...Marshall Clow2014-10-212-0/+101
* Fixes PR21157 'tuple: non-default constructible tuple hard failure' Thanks to...Marshall Clow2014-10-153-0/+56
* Fix for PR 19616: 'tuple_cat of nested tuples fails in noexcept specification...Marshall Clow2014-10-071-0/+14
* D4451: Fix copy/move issues casude by __tuple_leafs's converting constructorEric Fiselier2014-07-243-1/+72
* Default the copy and move constructors for __tuple_leaf. This fixes bugs 1885...Marshall Clow2014-04-211-0/+35
* Implement LWG Paper n3887: Consistent Metafunction Aliases. This adds std::tu...Marshall Clow2014-03-031-0/+7
* Implement LWG issue 2301: Mark std::tie as constexprMarshall Clow2014-02-251-0/+9
* Add license headers to a bunch of libc++ files that were missing them. No fun...Marshall Clow2014-01-163-0/+27
* Found two identical files named 'allocators.h' in the libcxx test suite. Move...Marshall Clow2013-12-0210-183/+9
* Found two identical files named 'DefaultOnly.h' in the libcxx test suite. Mov...Marshall Clow2013-12-023-28/+2
* Implement LWG issue 2275 'forward_as_tuple should be constexpr'Marshall Clow2013-10-051-0/+12
* War on tabsHoward Hinnant2013-08-074-10/+10
* Make tuple's constructor and std::get<>(tuple) constexpr. Final stage of fixi...Marshall Clow2013-07-2212-1/+204
* Implement n3584 - Addressing Tuples by TypeMarshall Clow2013-07-135-0/+152
* Accidentally disallowed explicit tuple conversions when all elements of the t...Howard Hinnant2013-04-141-0/+9
* Give tuple a constexpr default constructor.Howard Hinnant2012-07-061-0/+14
* I believe tuple is still under development in the standard. Daniel Krugler i...Howard Hinnant2012-04-012-4/+25
* tuple was accidentally lacking a valid copy assignment operator. It went und...Howard Hinnant2012-02-152-2/+2
* LWG 1385 [FCD] tuple_cat should be a single variadic signature (http://www.op...Howard Hinnant2010-12-111-15/+90
* LWG 1191Howard Hinnant2010-11-171-0/+30
* LWG 1118Howard Hinnant2010-11-172-41/+31
* license changeHoward Hinnant2010-11-1644-88/+88
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-042-4/+4
* Fixing whitespace problemsHoward Hinnant2010-08-2210-18/+12
* GB 85, GB 87Howard Hinnant2010-08-191-33/+0
* US 98, US 99Howard Hinnant2010-08-192-21/+72
* [util.smartptr.hash]Howard Hinnant2010-06-031-0/+21
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-1144-44/+44
* libcxx initial importHoward Hinnant2010-05-1149-0/+2951
OpenPOWER on IntegriCloud