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
/
bind
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
9
-0
/
+18
*
Make the test object callable. libstdc++'s bind checks that (libc++ currently...
Marshall Clow
2019-04-24
1
-1
/
+1
*
Support tests in freestanding
JF Bastien
2019-02-04
15
-15
/
+45
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
15
-60
/
+45
*
[NFC] Normalize some test 'main' signatures
JF Bastien
2019-01-09
1
-2
/
+1
*
Update all bug URL's to point to https://bugs.llvm.org/...
Eric Fiselier
2017-02-17
4
-4
/
+4
*
fix newly failing c++03 tests
Eric Fiselier
2016-12-24
1
-0
/
+2
*
Fix unused parameters and variables
Eric Fiselier
2016-12-23
2
-1
/
+25
*
[libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...
Stephan T. Lavavej
2016-12-08
1
-1
/
+1
*
Add missing _v traits. is_bind_expression_v, is_placeholder_v and uses_alloca...
Marshall Clow
2016-09-22
2
-0
/
+8
*
Guard libc++ specific tests SFINAE on std::bind's call operator. Patch from S...
Eric Fiselier
2016-07-24
1
-3
/
+5
*
Implement LWG 2488 - Make the placeholders constexpr.
Eric Fiselier
2016-06-26
1
-0
/
+28
*
Mark LWG issue 2545 as complete. Add extra tests
Eric Fiselier
2016-06-02
2
-0
/
+132
*
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
1
-0
/
+35
*
Cleanup <__functional_03>
Eric Fiselier
2015-07-22
9
-0
/
+55
*
[libcxx] LWG2420 bits for bind<void> - Patch from K-Ballo
Eric Fiselier
2015-07-10
1
-3
/
+16
*
Get tests running with warnings. Fix warnings in headers and tests
Eric Fiselier
2015-02-05
2
-0
/
+8
*
Prevent ill-formed instantiation of __invoke_of<...> during the evaluation of...
Eric Fiselier
2014-12-23
1
-0
/
+49
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
11
-0
/
+883