index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libcxx
/
test
/
utilities
/
tuple
/
tuple.tuple
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
58
-3785
/
+0
*
Flush out test cases for tuples constructor SFINAE
Eric Fiselier
2014-11-18
2
-23
/
+132
*
[libcxx] Delay evaluation of __make_tuple_types to prevent blowing the max te...
Eric Fiselier
2014-10-28
2
-0
/
+66
*
LWG #2212 (not yet adopted) mandates that tuple_size/tuple_element are availa...
Marshall Clow
2014-10-21
2
-0
/
+101
*
Fixes PR21157 'tuple: non-default constructible tuple hard failure' Thanks to...
Marshall Clow
2014-10-15
3
-0
/
+56
*
Fix for PR 19616: 'tuple_cat of nested tuples fails in noexcept specification...
Marshall Clow
2014-10-07
1
-0
/
+14
*
D4451: Fix copy/move issues casude by __tuple_leafs's converting constructor
Eric Fiselier
2014-07-24
3
-1
/
+72
*
Default the copy and move constructors for __tuple_leaf. This fixes bugs 1885...
Marshall Clow
2014-04-21
1
-0
/
+35
*
Implement LWG Paper n3887: Consistent Metafunction Aliases. This adds std::tu...
Marshall Clow
2014-03-03
1
-0
/
+7
*
Implement LWG issue 2301: Mark std::tie as constexpr
Marshall Clow
2014-02-25
1
-0
/
+9
*
Add license headers to a bunch of libc++ files that were missing them. No fun...
Marshall Clow
2014-01-16
3
-0
/
+27
*
Found two identical files named 'allocators.h' in the libcxx test suite. Move...
Marshall Clow
2013-12-02
10
-183
/
+9
*
Found two identical files named 'DefaultOnly.h' in the libcxx test suite. Mov...
Marshall Clow
2013-12-02
3
-28
/
+2
*
Implement LWG issue 2275 'forward_as_tuple should be constexpr'
Marshall Clow
2013-10-05
1
-0
/
+12
*
War on tabs
Howard Hinnant
2013-08-07
4
-10
/
+10
*
Make tuple's constructor and std::get<>(tuple) constexpr. Final stage of fixi...
Marshall Clow
2013-07-22
12
-1
/
+204
*
Implement n3584 - Addressing Tuples by Type
Marshall Clow
2013-07-13
5
-0
/
+152
*
Accidentally disallowed explicit tuple conversions when all elements of the t...
Howard Hinnant
2013-04-14
1
-0
/
+9
*
Give tuple a constexpr default constructor.
Howard Hinnant
2012-07-06
1
-0
/
+14
*
I believe tuple is still under development in the standard. Daniel Krugler i...
Howard Hinnant
2012-04-01
2
-4
/
+25
*
tuple was accidentally lacking a valid copy assignment operator. It went und...
Howard Hinnant
2012-02-15
2
-2
/
+2
*
LWG 1385 [FCD] tuple_cat should be a single variadic signature (http://www.op...
Howard Hinnant
2010-12-11
1
-15
/
+90
*
LWG 1191
Howard Hinnant
2010-11-17
1
-0
/
+30
*
LWG 1118
Howard Hinnant
2010-11-17
2
-41
/
+31
*
license change
Howard Hinnant
2010-11-16
44
-88
/
+88
*
Changed __config to react to all of clang's currently documented has_feature ...
Howard Hinnant
2010-09-04
2
-4
/
+4
*
Fixing whitespace problems
Howard Hinnant
2010-08-22
10
-18
/
+12
*
GB 85, GB 87
Howard Hinnant
2010-08-19
1
-33
/
+0
*
US 98, US 99
Howard Hinnant
2010-08-19
2
-21
/
+72
*
[util.smartptr.hash]
Howard Hinnant
2010-06-03
1
-0
/
+21
*
Wiped out some non-ascii characters that snuck into the copyright.
Howard Hinnant
2010-05-11
44
-44
/
+44
*
libcxx initial import
Howard Hinnant
2010-05-11
49
-0
/
+2951