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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Always use the allocator to construct/destruct elements of a deque/vector. Fi...
Marshall Clow
2016-07-11
3
-0
/
+99
*
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
*
Turn off ASAN's odr-violation diagnostics for now. See PR28391
Eric Fiselier
2016-07-01
1
-0
/
+3
*
Flatten the tuple_element and __make_tuple_types implementations.
Eric Fiselier
2016-07-01
1
-0
/
+34
*
Fix static assert problem on gcc; remove XFAILs that I put in in r274250
Marshall Clow
2016-06-30
6
-12
/
+0
*
Fix C++03 build.
Eric Fiselier
2016-06-30
5
-1
/
+16
*
Implement LWG#2688: 'clamp misses preconditions and has extraneous condition ...
Marshall Clow
2016-06-30
2
-4
/
+135
*
Temporarily XFAIL the incomplete type tests for GCC while I figure out why ad...
Marshall Clow
2016-06-30
6
-0
/
+12
*
Implement LWG#2684: 'priority_queue lacking comparator typedef'. We already d...
Marshall Clow
2016-06-30
1
-0
/
+4
*
Implement LWG#2596: 'vector::data() should use addressof'
Marshall Clow
2016-06-30
2
-3
/
+41
*
Implement LWG#2441: 'Exact-width atomic typedefs should be provided'
Marshall Clow
2016-06-30
3
-0
/
+51
*
Implement LWG#2436: 'Comparators for associative containers should always be ...
Marshall Clow
2016-06-30
12
-0
/
+348
*
Make futures.overview enum tests more portable. Patch from STL@microsoft.com
Eric Fiselier
2016-06-30
2
-9
/
+16
*
Make std::array typedef tests more portable.
Eric Fiselier
2016-06-30
1
-4
/
+25
*
Fix ::reference typedef in insert iterators.
Eric Fiselier
2016-06-30
3
-6
/
+6
*
Make instreambuf.iterator/types.pass.cpp more portable.
Eric Fiselier
2016-06-30
1
-6
/
+12
*
Fix use of terse static assert. Patch from STL@microsoft.com
Eric Fiselier
2016-06-30
1
-1
/
+1
*
Fix unary_function inheritance assumption. Patch from STL@microsoft.com
Eric Fiselier
2016-06-30
1
-2
/
+2
*
Fix unreferenced parameter warning. Patch from STL@microsoft.com
Eric Fiselier
2016-06-30
1
-1
/
+1
*
Avoid applying unary minus to unsigned integers. Patch from STL@microsoft.com
Eric Fiselier
2016-06-30
2
-8
/
+8
*
[libcxx] Fix a bug in strstreambuf::overflow.
Akira Hatanaka
2016-06-29
1
-0
/
+32
*
Fix UB in uses_alloc_types.hpp
Eric Fiselier
2016-06-27
1
-2
/
+2
*
Implement P0163r0. Add shared_ptr::weak_type.
Eric Fiselier
2016-06-27
2
-1
/
+7
*
Implement p0337r0. Delete operator= for polymorphic_allocator.
Eric Fiselier
2016-06-27
2
-13
/
+13
*
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
*
Fix C++03 build
Eric Fiselier
2016-06-26
2
-0
/
+6
*
Fix PR28079 - std::wstring_convert move constructor broken.
Eric Fiselier
2016-06-26
2
-0
/
+60
*
Implement LWG 2488 - Make the placeholders constexpr.
Eric Fiselier
2016-06-26
1
-0
/
+28
*
Make default_noexcept.pass.cpp container tests more portable. Patch from STL@...
Eric Fiselier
2016-06-26
15
-27
/
+42
*
Work around MSVC bug in atomics.types.generic/address.pass.cpp test. Patch fr...
Eric Fiselier
2016-06-26
1
-1
/
+1
*
Use L"cat" L"dog" when concatenating string literals. Patch from STL@microsof...
Eric Fiselier
2016-06-26
1
-8
/
+8
*
Add array bounds assertions to satisfy MSVC's /analyze flag. Patch from STL@m...
Eric Fiselier
2016-06-26
3
-0
/
+11
*
Add [[noreturn]] attribute to throw_bad_alloc_helper().
Eric Fiselier
2016-06-26
2
-3
/
+8
*
Avoid narrowing conversions in quoted test. Patch from STL@microsoft.com
Eric Fiselier
2016-06-26
1
-6
/
+6
*
Run list debug copy test in C++03.
Eric Fiselier
2016-06-22
1
-3
/
+2
*
Finish converting list _LIBCPP_DEBUG tests.
Eric Fiselier
2016-06-22
12
-118
/
+206
*
Cleanup _LIBCPP_DEBUG tests in std::list. More to come.
Eric Fiselier
2016-06-22
14
-246
/
+122
*
Disable ccache usage for .fail.cpp tests. It causes bugs.
Eric Fiselier
2016-06-22
2
-10
/
+19
*
Placate MSVC's unchecked malloc warning in thread tests.
Eric Fiselier
2016-06-22
1
-1
/
+3
*
Use correct Clang feature names. I got them wrong in the previous commit
Eric Fiselier
2016-06-22
1
-2
/
+2
*
Support old GCC exception and rtti detection macros
Eric Fiselier
2016-06-22
1
-2
/
+4
[next]