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
/
utility
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix pair::operator=(TupleLike&&).
Eric Fiselier
2016-08-29
1
-0
/
+140
*
Revert r279953 - Fix pair::operator=(TupleLike&&)
Eric Fiselier
2016-08-29
1
-135
/
+0
*
Fix pair::operator=(TupleLike&&).
Eric Fiselier
2016-08-29
1
-0
/
+135
*
Unbreak C++03 build.
Eric Fiselier
2016-08-11
1
-1
/
+1
*
Refactor test archetypes implementation.
Eric Fiselier
2016-08-11
6
-68
/
+74
*
Remove use of C++1z static assert in C++11 test
Eric Fiselier
2016-07-25
1
-8
/
+8
*
Implement the std::pair parts of "Improving pair and tuple". Completes N4387.
Eric Fiselier
2016-07-25
9
-35
/
+668
*
Recommit r276548 - Make pair/tuples assignment operators SFINAE properly.
Eric Fiselier
2016-07-25
3
-2
/
+216
*
Revert r276548 - Make pair/tuples assignment operators SFINAE properly.
Eric Fiselier
2016-07-25
3
-192
/
+2
*
Don't SFINAE pair's copy assignment operator in C++03 mode.
Eric Fiselier
2016-07-25
1
-0
/
+36
*
Make pair/tuples assignment operators SFINAE properly.
Eric Fiselier
2016-07-24
2
-2
/
+156
*
Implement the in_place tags from p0032r3.
Eric Fiselier
2016-07-23
1
-0
/
+99
*
Move remaining _LIBCPP_VERSION tests into test/libcxx
Eric Fiselier
2016-06-22
1
-20
/
+0
*
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...
Eric Fiselier
2016-06-14
2
-3
/
+7
*
Remove _LIBCPP_TRIVIAL_PAIR_COPY_CTOR option.
Eric Fiselier
2016-06-14
3
-6
/
+94
*
[libcxx] Fix c++98 test failures.
Asiri Rathnayake
2016-06-03
1
-1
/
+1
*
Remove trailing whitespace in test suite. Approved by Marshall Clow.
Eric Fiselier
2016-06-01
2
-3
/
+3
*
[libcxx] Improve tests to use the UNSUPPORTED lit directive
Asiri Rathnayake
2016-05-28
4
-15
/
+4
*
Removing some trailing whitespace
Eric Fiselier
2016-05-04
2
-2
/
+2
*
Void cast runtime-unused variables. Patch from STL@microsoft.com
Eric Fiselier
2016-05-02
1
-0
/
+3
*
Add is_swappable/is_nothrow_swappable traits
Eric Fiselier
2016-04-21
2
-61
/
+147
*
XFAILing new test on C++03
Ben Craig
2016-04-19
1
-0
/
+1
*
Include initializer_list from utility
Ben Craig
2016-04-19
1
-0
/
+20
*
Mark some test XFAIL for GCC 4.9 due to missing is_trivial* traits
Eric Fiselier
2016-01-20
2
-1
/
+12
*
Add a bunch of missing includes in the test suite to make it more portable. F...
Marshall Clow
2016-01-12
1
-0
/
+1
*
[libcxx] Fix LWG Issue #2367 - Fixing std::tuple and std::pair's default cons...
Eric Fiselier
2015-12-23
2
-6
/
+175
*
[libcxx] LWG2485: get() should be overloaded for const tuple&&. Patch from K-...
Eric Fiselier
2015-12-18
2
-5
/
+111
*
Implement P0007: Constant View: A proposal for a std::as_const helper functio...
Marshall Clow
2015-11-17
2
-0
/
+68
*
The test I cnecked in to check the fix for PR#24890 failed (as expected) w/o ...
Marshall Clow
2015-09-22
1
-0
/
+1
*
Check in the test for PR#24890 that I forgot in previous commit
Marshall Clow
2015-09-22
1
-0
/
+18
*
Fix a handful of tests that fail in C++03
Eric Fiselier
2015-07-28
2
-9
/
+12
*
Cleanup move/forward tests and remove references to __rv.
Eric Fiselier
2015-05-27
3
-30
/
+15
*
[libcxx] Move tuple_size and tuple_element overloads for pair and array out o...
Eric Fiselier
2015-03-17
2
-7
/
+44
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
48
-0
/
+1924