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 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
*
[libcxx] Add std::any
Eric Fiselier
2016-08-11
21
-0
/
+2488
*
Implement LWG 2148: Make non-enum default hash specialization well-formed
Eric Fiselier
2016-08-10
2
-5
/
+40
*
Fix an MSVC x64 compiler warning. Patch from STL@microsoft.com
Eric Fiselier
2016-08-03
3
-9
/
+12
*
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
5
-2
/
+334
*
Make std::is_assignable tolerate references to incomplete types.
Eric Fiselier
2016-07-25
1
-2
/
+5
*
Revert r276548 - Make pair/tuples assignment operators SFINAE properly.
Eric Fiselier
2016-07-25
5
-310
/
+2
*
Don't SFINAE pair's copy assignment operator in C++03 mode.
Eric Fiselier
2016-07-25
1
-0
/
+36
*
Work around MSVC's non-standard ABI for enums. Patch from STL@microsoft.com
Eric Fiselier
2016-07-25
3
-5
/
+22
*
Fix unique_ptr.runtime tests for null inputs. Patch from STL@microsoft.com
Eric Fiselier
2016-07-24
2
-0
/
+13
*
Fix MSVC unreferenced parameter warning. Patch from STL@microsoft.com
Eric Fiselier
2016-07-24
1
-1
/
+1
*
Guard libc++ specific tests SFINAE on std::bind's call operator. Patch from S...
Eric Fiselier
2016-07-24
1
-3
/
+5
*
Make pair/tuples assignment operators SFINAE properly.
Eric Fiselier
2016-07-24
4
-2
/
+274
*
Fix memory leak in test.
Eric Fiselier
2016-07-24
1
-0
/
+4
*
Implement LWG 2393. Check for LValue-callability.
Eric Fiselier
2016-07-24
3
-0
/
+65
*
Implement P0040r3: Extending memory management tools
Eric Fiselier
2016-07-24
9
-0
/
+871
*
Implement the in_place tags from p0032r3.
Eric Fiselier
2016-07-23
1
-0
/
+99
*
Unbreak traits tests by handling differences between version macros in clang/...
Eric Fiselier
2016-07-20
2
-2
/
+4
*
Fix inheriting constructor test for std::function.
Eric Fiselier
2016-07-20
1
-4
/
+7
*
Unbreak is_constructible tests for Clang <= 3.7.
Eric Fiselier
2016-07-20
2
-1
/
+25
*
Add missed test in r276090.
Eric Fiselier
2016-07-20
1
-0
/
+23
*
Reimplement is_constructible fallback implementation. Fixes PR21574.
Eric Fiselier
2016-07-20
2
-7
/
+60
*
Prevent failures by marking Clock::is_steady tests as UNSUPPORTED: asan.
Eric Fiselier
2016-07-18
3
-0
/
+12
*
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
*
Add more tests for LWG#2582. No code changes needed, just tests.
Marshall Clow
2016-07-12
25
-19
/
+47
*
Add tests for the meta.unary.props that do not require a complete type. This ...
Marshall Clow
2016-07-12
4
-0
/
+14
*
Allow is_swappable to SFINAE on deleted/ambiguous swap functions
Eric Fiselier
2016-07-11
1
-0
/
+21
*
Fix typo in #ifdef; leave tests commented out b/c gcc 4.8 harks on them.
Marshall Clow
2016-07-08
1
-2
/
+2
*
Revert r274605 due to bot failure: http://lab.llvm.org:8080/green/job/clang-s...
Manman Ren
2016-07-06
1
-7
/
+7
*
Fix typo in #ifdef, and re-enable tests now that the green-dragon bots are no...
Marshall Clow
2016-07-06
1
-7
/
+7
*
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 use of terse static assert. Patch from STL@microsoft.com
Eric Fiselier
2016-06-30
1
-1
/
+1
*
Implement P0163r0. Add shared_ptr::weak_type.
Eric Fiselier
2016-06-27
1
-0
/
+6
*
Implement P0358r1. Fixes for not_fn.
Eric Fiselier
2016-06-27
1
-28
/
+69
*
Fix C++03 failure in enable_shared_from_this test
Eric Fiselier
2016-06-27
1
-1
/
+2
*
Fix PR27115 - enable_shared_from_this does not work as a virtual base class.
Eric Fiselier
2016-06-26
1
-0
/
+16
*
Implement LWG 2488 - Make the placeholders constexpr.
Eric Fiselier
2016-06-26
1
-0
/
+28
*
Make shared_ptr constructor tests use count_new.hpp
Eric Fiselier
2016-06-22
5
-151
/
+92
*
Don't use non-conforming pointer_traits specialization it tests.
Eric Fiselier
2016-06-22
1
-1
/
+3
[next]