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
/
pairs
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix typo in align_const_pair_U_V.pass.cpp
Eric Fiselier
2018-03-29
1
-1
/
+1
*
Move libc++ pair/tuple assign test to libcxx/ test directory.
Eric Fiselier
2018-03-29
3
-140
/
+38
*
Remove unneeded typename from test
Roger Ferrer Ibanez
2017-10-10
1
-1
/
+1
*
Fix accidental assignment inside test asserts
Eric Fiselier
2017-10-04
2
-2
/
+2
*
Add C++17 explicit deduction guides to std::pair.
Eric Fiselier
2017-10-04
1
-0
/
+80
*
Added failing tests for index out of range for tuple_element<pair<T1,T2>> and...
Marshall Clow
2017-06-28
1
-0
/
+22
*
[libcxx] [test] Strip trailing whitespace. NFC.
Stephan T. Lavavej
2017-06-20
1
-1
/
+1
*
Mark LWG#2796 as complete. No functionality change; we had tests that covered...
Marshall Clow
2017-05-11
1
-0
/
+4
*
Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the utilities library
Eric Fiselier
2017-04-19
2
-4
/
+4
*
[libcxx] [test] Fix Clang -Wunused-local-typedef, part 3/3.
Stephan T. Lavavej
2017-02-05
1
-1
/
+1
*
Remove all usages of REQUIRES-ANY in the test suite.
Eric Fiselier
2017-01-24
1
-1
/
+1
*
[libcxx] [test] Fix comment typos, strip trailing whitespace.
Stephan T. Lavavej
2017-01-18
2
-2
/
+2
*
Fix XFAILS for is_trivially_destructible trait
Eric Fiselier
2016-12-15
1
-3
/
+0
*
Fix typo
Eric Fiselier
2016-12-15
1
-1
/
+1
*
Add tests for LWG 2796
Eric Fiselier
2016-12-15
1
-0
/
+35
*
[libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...
Stephan T. Lavavej
2016-12-08
1
-4
/
+4
*
[libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...
Stephan T. Lavavej
2016-12-08
12
-28
/
+28
*
[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.
Stephan T. Lavavej
2016-11-04
1
-1
/
+3
*
Disable trivial pair copy/move tests when unsupported
Dimitry Andric
2016-10-12
1
-0
/
+6
*
Remove all instances of _LIBCPP_HAS_NO_RVALUE_REFERENCES from test/std/utilities
Eric Fiselier
2016-10-01
3
-8
/
+9
*
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
*
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] Improve tests to use the UNSUPPORTED lit directive
Asiri Rathnayake
2016-05-28
3
-12
/
+3
*
Removing some trailing whitespace
Eric Fiselier
2016-05-04
2
-2
/
+2
*
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
*
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
*
[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
28
-0
/
+1030