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
/
meta
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added tests to make sure that the categorization traits work on incomplete types
Marshall Clow
2016-02-25
29
-15
/
+127
*
These new tests fail on the green-dragon bots, which use an old Apple compiler.
Marshall Clow
2016-02-23
1
-8
/
+10
*
Add tests for LWG#2560. No code changes, just tests
Marshall Clow
2016-02-23
1
-0
/
+9
*
Fix PR26103 - Error calling is_convertible with incomplete type. Patch from M...
Eric Fiselier
2016-01-26
1
-0
/
+8
*
Implement LWG#2101 'Some transformation types can produce impossible types' ...
Marshall Clow
2016-01-21
5
-13
/
+114
*
Mark some test XFAIL for GCC 4.9 due to missing is_trivial* traits
Eric Fiselier
2016-01-20
6
-2
/
+14
*
Fix various GCC mis-configurations for newer versions.
Eric Fiselier
2015-12-15
1
-5
/
+4
*
K-Ballo pointed out a mistake in the add_lvalue_ref tests I checked in; now m...
Marshall Clow
2015-12-14
1
-7
/
+7
*
Add add_lvalue_ref tests for a few function types, with a note why not more
Marshall Clow
2015-12-14
1
-0
/
+36
*
Fix bugs in alignment_of_v, etc. Re-enable the newly added tests
Marshall Clow
2015-11-30
3
-16
/
+16
*
Temporarily disable new tests while I figure out what's going on
Marshall Clow
2015-11-30
3
-19
/
+19
*
Fix bad macros
Marshall Clow
2015-11-30
1
-1
/
+1
*
Fix bad macros in tests
Marshall Clow
2015-11-30
3
-5
/
+5
*
Implement more of P0006; Type Traits Variable Templates.
Marshall Clow
2015-11-30
6
-2
/
+68
*
Implement P0013R1: Logical Operator Type Traits. Make a hidden implementation...
Marshall Clow
2015-11-16
3
-0
/
+171
*
Walter pointed out some missing includes in the tests. Fixing the includes un...
Marshall Clow
2015-11-10
59
-31
/
+85
*
More of P0006R0: type traits variable aliases for C++17.
Marshall Clow
2015-11-07
26
-5
/
+234
*
Improve the tests for 'is_literal_type'
Marshall Clow
2015-11-01
1
-18
/
+62
*
Implement the first part of P0006R0: Adopt Type Traits Variable Templates for...
Marshall Clow
2015-11-01
34
-0
/
+2198
*
make common_type SFINAE-friendly and support void. Patch from Agustin Berge.
Eric Fiselier
2015-09-08
1
-4
/
+54
*
Suppress clang warnings in some tests
Eric Fiselier
2015-08-30
1
-0
/
+8
*
[libcxx] Get is_*_destructible tests passing in C++03.
Eric Fiselier
2015-07-18
3
-38
/
+73
*
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 support for N4389 - std::bool_constant
Marshall Clow
2015-05-18
1
-0
/
+32
*
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 PR20084 - std::is_function<void() const> failed.
Eric Fiselier
2015-02-18
1
-13
/
+49
*
Get tests running with warnings. Fix warnings in headers and tests
Eric Fiselier
2015-02-05
4
-9
/
+4
*
Removed some tabs that snuck into the test suite. No functionality change
Marshall Clow
2015-01-28
2
-14
/
+14
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
105
-0
/
+6008