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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix test failure to to new/delete ellisions
Eric Fiselier
2017-07-09
1
-2
/
+3
*
optional: Implement LWG 2900 and P0602
Casey Carter
2017-07-09
4
-27
/
+55
*
Added failing tests for index out of range for tuple_element<pair<T1,T2>> and...
Marshall Clow
2017-06-28
2
-0
/
+54
*
[libcxx] [test] Fix -Wmismatched-tags in tuple_size_structured_bindings.pass....
Stephan T. Lavavej
2017-06-20
1
-2
/
+4
*
[libcxx] [test] Strip trailing whitespace. NFC.
Stephan T. Lavavej
2017-06-20
4
-4
/
+4
*
[libcxx] [test] Add more tests to tuple_size_structured_bindings.pass.cpp and...
Stephan T. Lavavej
2017-06-20
1
-6
/
+16
*
Add a missing SFINAE condition to the `variant`'s converting constructor.
Michael Park
2017-06-19
1
-0
/
+14
*
func.wrap.func.con: Fix test comment
Duncan P. N. Exon Smith
2017-06-18
1
-1
/
+1
*
[libcxx] [test] Remove a Clang/C2 workaround.
Stephan T. Lavavej
2017-06-08
1
-2
/
+0
*
XFAIL tuple deduction guide test on GCC
Eric Fiselier
2017-06-08
1
-0
/
+5
*
Add tests for class template deduction on std::tuple.
Eric Fiselier
2017-06-08
1
-0
/
+150
*
Implement LWG 2904.
Michael Park
2017-06-07
3
-63
/
+0
*
Fix test with exceptions disabled
Eric Fiselier
2017-06-07
1
-29
/
+30
*
[test] Test changes to accommodate LWG 2904 "Make variant move-assignment mor...
Casey Carter
2017-06-07
5
-38
/
+712
*
add missing constexpr to optional::value_or
Casey Carter
2017-06-06
1
-7
/
+13
*
Remove incorrect #ifdef guards around variant tests.
Eric Fiselier
2017-05-26
2
-4
/
+2
*
[test] Fix breakage from r303947 =(
Casey Carter
2017-05-26
1
-2
/
+4
*
[test] make_shared<T()>(...) is, uh, libc++-specific
Casey Carter
2017-05-26
1
-5
/
+13
*
[test] Workaround C1XX bug in uses_allocator_types.hpp
Casey Carter
2017-05-25
1
-1
/
+4
*
Add support for shared_ptr<FunctionType>
Erik Pilkington
2017-05-25
1
-1
/
+12
*
Add some constexpr tests for optional's move/copy ctor
Marshall Clow
2017-05-25
2
-0
/
+27
*
Mark the copy constructor and move
Marshall Clow
2017-05-17
2
-2
/
+12
*
Cleanup test issues reported by STL @ Microsoft.
Eric Fiselier
2017-05-12
3
-159
/
+3
*
Fix or move tests with non-standard assumptions
Eric Fiselier
2017-05-12
2
-61
/
+20
*
Mark LWG#2782 as complete. No functionality change; we already do this. Just ...
Marshall Clow
2017-05-11
1
-1
/
+7
*
Mark LWG#2850 as complete. No functionality change; we had tests that covered...
Marshall Clow
2017-05-11
1
-1
/
+2
*
Mark LWG#2796 as complete. No functionality change; we had tests that covered...
Marshall Clow
2017-05-11
2
-0
/
+8
*
Fix `std::visit` for the zero variants case.
Michael Park
2017-05-11
1
-0
/
+10
*
Remove usages of _LIBCPP_MSVC which is never defined
Eric Fiselier
2017-05-10
1
-1
/
+1
*
Implement LWG 2591 - Patch from K-Ballo
Eric Fiselier
2017-05-10
1
-0
/
+4
*
XFAIL is_trivially_copyable test for compilers that don't implement Core 2094
Eric Fiselier
2017-05-10
1
-1
/
+3
*
Fix enable_shared_from_this test in C++11
Eric Fiselier
2017-05-10
1
-7
/
+6
*
Update is_trivially_copyable tests with CWG 2094
Billy Robert O'Neal III
2017-05-10
1
-4
/
+4
*
[libc++] Fix PR32979 - types with a private std::enable_shared_from_this bas...
Eric Fiselier
2017-05-10
1
-0
/
+11
*
Fix two test failures caused by Windows mangling of function types.
Eric Fiselier
2017-05-07
2
-15
/
+21
*
[libcxx] [test] Suppress MSVC's /analyze warning C6294 in a more fine-grained...
Stephan T. Lavavej
2017-05-05
25
-19
/
+119
*
Add markup for libc++ dylib availability
Mehdi Amini
2017-05-04
53
-35
/
+320
*
[test] variant: enable constexpr construction tests on MSVC STL
Casey Carter
2017-05-04
2
-4
/
+21
*
[libcxx] [test] Strip trailing whitespace. NFC.
Stephan T. Lavavej
2017-05-04
4
-6
/
+6
*
Expand test coverage for LWG2857
Casey Carter
2017-04-21
3
-17
/
+31
*
Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the utilities library
Eric Fiselier
2017-04-19
29
-35
/
+69
*
[test] Silence another unused-typedef warning
Casey Carter
2017-04-18
1
-1
/
+0
*
[test] Silence unused parameter/typedef warnings
Casey Carter
2017-04-18
2
-3
/
+1
*
Allow a standard library to implement conditional noexcept for optional and u...
Billy Robert O'Neal III
2017-04-18
2
-6
/
+14
*
Fix passing incorrectly value-category when constructing unique_ptr's deleter
Eric Fiselier
2017-04-17
1
-4
/
+99
*
[optional] Update synopsis for LWG2934
Casey Carter
2017-04-17
12
-18
/
+18
*
Workaround Clang bug regarding template template parameters
Eric Fiselier
2017-04-16
1
-5
/
+11
*
Overhaul unique_ptr - Implement LWG 2801, 2905, 2520.
Eric Fiselier
2017-04-16
15
-67
/
+746
*
Implement LWG 2857 for variant. Tests from Casey Carter @ Microsoft.
Eric Fiselier
2017-04-15
4
-30
/
+83
*
Rewrite and cleanup unique_ptr tests.
Eric Fiselier
2017-04-15
171
-6899
/
+2208
[next]