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
/
std
/
utilities
/
tuple
/
tuple.tuple
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make make_from_tuple tests more portable. Patch from STL@microsoft.com
Eric Fiselier
2016-10-23
1
-4
/
+4
*
Add missing <memory> include in test
Eric Fiselier
2016-10-08
1
-0
/
+1
*
Recommit r276548 - Make pair/tuples assignment operators SFINAE properly.
Eric Fiselier
2016-07-25
2
-0
/
+118
*
Revert r276548 - Make pair/tuples assignment operators SFINAE properly.
Eric Fiselier
2016-07-25
2
-118
/
+0
*
Fix MSVC unreferenced parameter warning. Patch from STL@microsoft.com
Eric Fiselier
2016-07-24
1
-1
/
+1
*
Make pair/tuples assignment operators SFINAE properly.
Eric Fiselier
2016-07-24
2
-0
/
+118
*
Suppress warning in make_from_tuple tests.
Eric Fiselier
2016-07-18
1
-0
/
+4
*
Implement C++17 tuple bits. Including apply and make_from_tuple.
Eric Fiselier
2016-07-18
7
-0
/
+1151
*
Handle std::get<T>(...) for std::tuple<>
Eric Fiselier
2016-07-02
1
-0
/
+3
*
Rewrite std::get<Type>(...) helper using constexpr functions.
Eric Fiselier
2016-07-02
5
-92
/
+35
*
Cleanup SFINAE in tuple, and add tests for reference assignment
Eric Fiselier
2016-07-02
2
-0
/
+31
*
Make tuple_constructible and family lazy again.
Eric Fiselier
2016-07-02
1
-0
/
+102
*
Flatten the tuple_element and __make_tuple_types implementations.
Eric Fiselier
2016-07-01
1
-0
/
+34
*
Fix PR27684 - std::tuple no longer accepts reference to incomplete type in so...
Eric Fiselier
2016-06-21
2
-20
/
+56
*
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...
Eric Fiselier
2016-06-14
2
-2
/
+6
*
Remove trailing whitespace in test suite. Approved by Marshall Clow.
Eric Fiselier
2016-06-01
11
-13
/
+13
*
[libcxx] Improve tests to use the UNSUPPORTED lit directive
Asiri Rathnayake
2016-05-28
4
-16
/
+0
*
Guard testing of tuple extensions to make tests portable
Eric Fiselier
2016-05-27
5
-2
/
+16
*
Remove names of unreferenced parameters. Patch from STL@microsoft.com
Eric Fiselier
2016-04-28
1
-2
/
+2
*
Fix some non-standard parts of our test suite. Reported by STL
Eric Fiselier
2016-04-22
1
-0
/
+1
*
Make tuples constructors conditionally EXPLICIT. See N4387
Eric Fiselier
2016-04-19
11
-3
/
+285
*
Cleanup and guard tuple's constructor SFINAE. Fixes PR22806 and PR23256.
Eric Fiselier
2016-04-15
3
-2
/
+278
*
[libcxx] Remove the "reduced-arity-initialization" extension from the uses-al...
Eric Fiselier
2016-04-15
2
-55
/
+98
*
Fix type in tuple test. Sorry for the noise
Eric Fiselier
2015-12-18
1
-2
/
+2
*
[libcxx] LWG2485: get() should be overloaded for const tuple&&. Patch from K-...
Eric Fiselier
2015-12-18
3
-6
/
+153
*
[libc++] Try and prevent evaluation of `is_default_constructible` on tuples d...
Eric Fiselier
2015-02-21
1
-0
/
+17
*
Mark more tuple tests as unsupported in C++98 && C++03
Eric Fiselier
2015-02-19
2
-0
/
+4
*
[libcxx] Mark most tuple tests UNSUPPORTED for c++03 and c++98.
Eric Fiselier
2015-02-19
50
-0
/
+100
*
Get tests running with warnings. Fix warnings in headers and tests
Eric Fiselier
2015-02-05
5
-4
/
+18
*
We had two identical files named 'MoveOnly.h' in the test suite. Move one to ...
Marshall Clow
2015-01-28
11
-60
/
+10
*
Walter Brown sent a list of tests which needed 'additional includes' to match...
Marshall Clow
2015-01-09
6
-0
/
+6
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
58
-0
/
+3785