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
/
function.objects
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move INVOKE tests into test/libcxx sub-tree.
Eric Fiselier
2016-04-29
6
-1419
/
+16
*
Remove names of unreferenced parameters. Patch from STL@microsoft.com
Eric Fiselier
2016-04-28
2
-3
/
+3
*
Add 'is_callable' and 'is_nothrow_callable' traits and cleanup INVOKE.
Eric Fiselier
2016-04-20
4
-55
/
+200
*
Implement LWG issue 2219 - support reference_wrapper in INVOKE
Eric Fiselier
2016-04-18
5
-35
/
+201
*
Add hash specializations for __int128_t. Fixes LWG issue 2119
Eric Fiselier
2016-04-18
1
-3
/
+8
*
Implement LWG#2385; remove the allocator-aware std::function::assign call. It...
Marshall Clow
2016-01-25
1
-0
/
+4
*
Mark some test XFAIL for GCC 4.9 due to missing is_trivial* traits
Eric Fiselier
2016-01-20
1
-0
/
+3
*
Add missing license headers
Eric Fiselier
2016-01-19
2
-0
/
+18
*
One more missing std:: qualification from Jonathan
Marshall Clow
2016-01-12
1
-1
/
+2
*
Add tests for the extended integer types - as required by LWG#2119
Marshall Clow
2015-11-17
1
-0
/
+40
*
Fix typo I just introduced.
Marshall Clow
2015-11-10
1
-1
/
+1
*
Explicitly #include <utility> so that we get std::move. Thanks to Walter for ...
Marshall Clow
2015-11-10
1
-0
/
+1
*
Fix LWG#2489: mem_fn() should be noexcept
Marshall Clow
2015-10-25
1
-0
/
+3
*
[libcxx] Rewrite C++03 __invoke.
Eric Fiselier
2015-08-26
2
-0
/
+4
*
[libcxx] Fix PR23589: std::function doesn't recognize null pointer to varargs...
Eric Fiselier
2015-08-18
1
-0
/
+247
*
Checking more __invoke tests.
Eric Fiselier
2015-07-28
4
-0
/
+1126
*
Cleanup <__functional_03>
Eric Fiselier
2015-07-22
9
-0
/
+55
*
Cleanup tests that fail in C++1z and with Clang 3.8
Eric Fiselier
2015-07-17
7
-369
/
+242
*
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
*
Fix std::function allocator constructors in C++03.
Eric Fiselier
2015-06-14
3
-119
/
+206
*
[libc++] Fix PR22922 - Allocator support for std::function does not know how ...
Eric Fiselier
2015-03-18
5
-15
/
+18
*
[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
3
-1
/
+13
*
Cleaning up the test suite; remove some includes of non-standard file <__config>
Marshall Clow
2015-01-18
1
-3
/
+1
*
In early C++11 standard drafts, std::function derived from std::unary_functio...
Marshall Clow
2015-01-08
1
-29
/
+88
*
Missed a typename
Marshall Clow
2015-01-07
1
-2
/
+2
*
libc++ implements its' hash objects as deriving from std::unary_function, and...
Marshall Clow
2015-01-07
4
-12
/
+19
*
In C++03, a bunch of the arithmetic/logical/comparison functors (such as nega...
Marshall Clow
2015-01-07
4
-4
/
+8
*
Missed one comparison test in r225375
Marshall Clow
2015-01-07
1
-1
/
+3
*
In C++03, a bunch of the arithmetic/logical/comparison functors (such as add/...
Marshall Clow
2015-01-07
16
-16
/
+48
*
Prevent ill-formed instantiation of __invoke_of<...> during the evaluation of...
Eric Fiselier
2014-12-23
1
-0
/
+49
*
[libcxx] Consolidate new/delete replacement in tests and disable it when usin...
Eric Fiselier
2014-12-22
9
-235
/
+95
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
102
-0
/
+6174