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
...
*
[libcxx] Rewrite C++03 __invoke.
Eric Fiselier
2015-08-26
2
-0
/
+4
*
Move test/std/utilities/date.time to proper stable name utilities/time/date.time
Eric Fiselier
2015-08-24
5
-72
/
+0
*
Misc drive-by cleanups. NFC
Jonathan Roelofs
2015-08-24
1
-0
/
+2
*
Cleanup unique_ptr failure tests and convert them to Clang verify
Eric Fiselier
2015-08-20
8
-217
/
+98
*
Add files that got missed in r245512.
Eric Fiselier
2015-08-19
4
-179
/
+89
*
More unique_ptr test cleanup. Fixes in <memory> to come later.
Eric Fiselier
2015-08-19
5
-132
/
+114
*
[libcxx] Fix PR23589: std::function doesn't recognize null pointer to varargs...
Eric Fiselier
2015-08-18
1
-0
/
+247
*
Fix failing unique_ptr tests.
Eric Fiselier
2015-07-31
2
-38
/
+7
*
Start cleanup of unique_ptr tests.
Eric Fiselier
2015-07-31
28
-1575
/
+894
*
Fix a handful of tests that fail in C++03
Eric Fiselier
2015-07-28
3
-22
/
+20
*
Checking more __invoke tests.
Eric Fiselier
2015-07-28
4
-0
/
+1126
*
Cleanup <__functional_03>
Eric Fiselier
2015-07-22
9
-0
/
+55
*
[libcxx] Get is_*_destructible tests passing in C++03.
Eric Fiselier
2015-07-18
3
-38
/
+73
*
Cleanup tests that fail in C++1z and with Clang 3.8
Eric Fiselier
2015-07-17
7
-369
/
+242
*
Include what we use, instead of letting them get pulled in implictly. This ma...
Marshall Clow
2015-07-16
3
-0
/
+5
*
Make sure that __libcpp_compressed_pair_imp default-constructs its' members, ...
Marshall Clow
2015-07-16
1
-0
/
+16
*
Remove non-ascii characters
Eric Fiselier
2015-07-14
1
-5
/
+5
*
Implement n4169 - Add invoke function template
Eric Fiselier
2015-07-14
1
-0
/
+268
*
[libcxx] LWG2420 bits for bind<void> - Patch from K-Ballo
Eric Fiselier
2015-07-10
1
-3
/
+16
*
Automatically detect and use clang verify in failure tests.
Eric Fiselier
2015-07-06
1
-1
/
+0
*
Noticed that std::allocator<const T> was missing the definition for is_always...
Marshall Clow
2015-07-01
2
-0
/
+9
*
Make support for thread-unsafe C functions optional.
Ed Schouten
2015-06-24
4
-0
/
+72
*
Fix PR#18843. Thanks to Howard for the fix
Marshall Clow
2015-06-19
1
-0
/
+4
*
Fix std::function allocator constructors in C++03.
Eric Fiselier
2015-06-14
3
-119
/
+206
*
Cleanup result_of tests and fix issues with the C++03 result_of.
Eric Fiselier
2015-06-13
2
-61
/
+306
*
Refactor is_member_function_pointer to use is_function and not __member_funct...
Eric Fiselier
2015-06-13
1
-13
/
+47
*
Add 'is_always_equal' tests for scoped_allocator. Found that I had typed '||'...
Marshall Clow
2015-06-03
1
-0
/
+75
*
Implement the first part of N4258 - allocator_traits<X>::is_always_equal. Als...
Marshall Clow
2015-06-02
1
-0
/
+48
*
Fix PR#23647 - make_shared<volatile bool> - second try
Marshall Clow
2015-05-27
1
-3
/
+3
*
Revert 238354 while I figure out what broke in weak_ptr
Marshall Clow
2015-05-27
1
-3
/
+3
*
Fix PR#23647 - make_shared<volatile bool>
Marshall Clow
2015-05-27
1
-0
/
+61
*
Cleanup move/forward tests and remove references to __rv.
Eric Fiselier
2015-05-27
3
-30
/
+15
*
Implement LWG2433: uninitialized_copy()/etc. should tolerate overloaded opera...
Marshall Clow
2015-05-19
4
-0
/
+94
*
Add support for N4389 - std::bool_constant
Marshall Clow
2015-05-18
1
-0
/
+32
*
Fix for LWG Issue 2415: Inconsistency between unique_ptr and shared_ptr
Marshall Clow
2015-05-10
2
-2
/
+14
*
Fix for LWG2454: Add raw_storage_iterator::base() member
Marshall Clow
2015-05-10
1
-0
/
+48
*
A few bits of N2994 didn't get fully implemented a long time ago. Thanks to S...
Marshall Clow
2015-04-16
1
-1
/
+1
*
Qualify an internal call in is_assignable to prevent ADL lookup, which would ...
Marshall Clow
2015-04-14
1
-0
/
+6
*
[libcxx] Fix PR22771 - Support access control SFINAE in the library version o...
Eric Fiselier
2015-03-30
1
-0
/
+6
*
Add tests for library version of is_convertible
Eric Fiselier
2015-03-26
1
-0
/
+18
*
[libc++] Fix PR22922 - Allocator support for std::function does not know how ...
Eric Fiselier
2015-03-18
5
-15
/
+18
*
[libcxx] Move tuple_size and tuple_element overloads for pair and array out o...
Eric Fiselier
2015-03-17
2
-7
/
+44
*
Use generic feature name for sanitizers that replace new and delete
Eric Fiselier
2015-03-10
5
-5
/
+5
*
[libc++] Try and prevent evaluation of `is_default_constructible` on tuples d...
Eric Fiselier
2015-02-21
1
-0
/
+17
*
Mark more tuple tests as unsupported in C++98 && C++03
Eric Fiselier
2015-02-19
2
-0
/
+4
*
[libcxx] Mark most tuple tests UNSUPPORTED for c++03 and c++98.
Eric Fiselier
2015-02-19
52
-12
/
+103
*
[libc++] Fix PR20084 - std::is_function<void() const> failed.
Eric Fiselier
2015-02-18
1
-13
/
+49
*
[libcxx] Fix PR 22468 - std::function<void()> does not accept non-void-return...
Eric Fiselier
2015-02-10
4
-0
/
+81
*
Fix use of C++11 extensions in C++03 code.
Eric Fiselier
2015-02-10
2
-1
/
+3
*
Get tests running with warnings. Fix warnings in headers and tests
Eric Fiselier
2015-02-05
23
-16
/
+57
[prev]
[next]