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
/
utilities
/
function.objects
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
102
-6174
/
+0
*
Add tests to ensure that reference_wrapper<T> is trivially copyable. This was...
Marshall Clow
2014-11-17
1
-5
/
+36
*
Actually mark the tests an unsupported with MSAN (not just ASAN)
Eric Fiselier
2014-11-04
9
-9
/
+9
*
Mark tests that replace operator new/delete as UNSUPPORTED with ASAN and MSAN.
Eric Fiselier
2014-11-04
9
-0
/
+18
*
Add test for type properties of std::reference_wrapper
Eric Fiselier
2014-11-04
1
-0
/
+27
*
Whitespace maintenance. Remove a bunch of tabs that snuck in. No functionalit...
Marshall Clow
2014-10-18
1
-3
/
+3
*
Fix a problem with reference_wrapper in C++03 that was causing counting predi...
Marshall Clow
2014-08-04
1
-0
/
+18
*
Fix libc++ bug #20039: 'Constructing std::function from empty compatible std:...
Marshall Clow
2014-06-30
2
-0
/
+36
*
Bug #19473. If you pass an allocator to std::function, we should use that all...
Marshall Clow
2014-04-18
1
-0
/
+9
*
Fix for PR17606 - result_of (and INVOKE) works incorrectly for member functio...
Marshall Clow
2014-02-10
1
-0
/
+50
*
Const qualify __mem_fn call operator
Peter Collingbourne
2014-01-22
5
-0
/
+26
*
Add license headers to a bunch of libc++ files that were missing them. No fun...
Marshall Clow
2014-01-16
4
-0
/
+36
*
Found six (nmostly) identical files named 'test_allocator.h' in the libcxx te...
Marshall Clow
2013-12-03
7
-123
/
+6
*
Implement n3789; constexpr support in named function objects
Marshall Clow
2013-09-28
19
-0
/
+114
*
LWG Issue 2148: Hashing Enums
Marshall Clow
2013-09-03
2
-0
/
+87
*
More support for N3657; tests for is_transparent
Marshall Clow
2013-08-13
4
-0
/
+183
*
Implement N3421; comparison predicates<void>
Marshall Clow
2013-07-29
19
-0
/
+250
*
War on tabs.
Howard Hinnant
2013-07-08
1
-3
/
+3
*
The bind and function functor constructors and assignment operators were over...
Howard Hinnant
2013-07-01
1
-0
/
+35
*
Fix bind by making _is_valid_bind_return more robust. It should return false...
Howard Hinnant
2013-06-30
1
-0
/
+51
*
Remove cv qualifiers from member pointers in the __member_pointer_traits test...
Howard Hinnant
2013-05-15
1
-0
/
+18
*
Expose accidentally removed __compressed_pair constructor taking piecewise_co...
Howard Hinnant
2013-05-06
1
-0
/
+10
*
This is a start at making the libc++ test suite friendlier to the -fnoexcepti...
Howard Hinnant
2013-03-23
1
-1
/
+6
*
Relax the complete-type checks that are happening under __invokable<Fp, Args....
Howard Hinnant
2012-07-16
1
-0
/
+29
*
Starting using murmur2 when combining multiple size_t's into a single hash, a...
Howard Hinnant
2011-12-05
1
-1
/
+2
*
Correct for new rules regarding implicitly deleted special members. http://ll...
Howard Hinnant
2011-07-01
2
-2
/
+2
*
Simplied bind using __invoke. In the process, found and fixed a couple of bu...
Howard Hinnant
2011-05-19
2
-0
/
+19
*
This got accidentally removed
Howard Hinnant
2010-12-10
1
-0
/
+20
*
cleaning up...
Howard Hinnant
2010-12-08
21
-634
/
+0
*
Update testsuite strucuture to latest draft
Howard Hinnant
2010-11-23
1
-12
/
+0
*
license change
Howard Hinnant
2010-11-16
110
-220
/
+220
*
Changed __config to react to all of clang's currently documented has_feature ...
Howard Hinnant
2010-09-04
4
-8
/
+8
*
Fixing whitespace problems
Howard Hinnant
2010-08-22
103
-105
/
+5214
*
Installed allocator into std::function
Howard Hinnant
2010-08-20
7
-6
/
+361
*
Wiped out some non-ascii characters that snuck into the copyright.
Howard Hinnant
2010-05-11
110
-110
/
+110
*
libcxx initial import
Howard Hinnant
2010-05-11
110
-0
/
+400