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
*
Fix for PR26812: possible overflow issue in std::allocator::allocate
Marshall Clow
2016-03-03
1
-0
/
+46
*
Added tests to make sure that the categorization traits work on incomplete types
Marshall Clow
2016-02-25
29
-15
/
+127
*
No, really - test the constructor
Marshall Clow
2016-02-25
1
-1
/
+1
*
Add test to ensure that the converting constructor in N4089 is present and wo...
Marshall Clow
2016-02-25
1
-0
/
+27
*
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#2385; remove the allocator-aware std::function::assign call. It...
Marshall Clow
2016-01-25
1
-0
/
+4
*
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
9
-3
/
+29
*
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 a bunch of missing includes in the test suite to make it more portable. F...
Marshall Clow
2016-01-12
2
-2
/
+4
*
[libcxx] Fix LWG Issue #2367 - Fixing std::tuple and std::pair's default cons...
Eric Fiselier
2015-12-23
2
-6
/
+175
*
Fix type in tuple test. Sorry for the noise
Eric Fiselier
2015-12-18
1
-2
/
+2
*
[libcxx] LWG2485: get() should be overloaded for const tuple&&. Patch from K-...
Eric Fiselier
2015-12-18
5
-11
/
+264
*
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
*
Use __make_integer_seq builtin for std::make_integer_sequence. Patch by K-ballo.
Eric Fiselier
2015-12-09
4
-11
/
+49
*
Last bit of P0006; mark it as complete
Marshall Clow
2015-11-30
1
-0
/
+4
*
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
*
Implement more of P0006; Type Traits Variable Templates. <ratio>
Marshall Clow
2015-11-30
6
-54
/
+120
*
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
*
Add tests for the extended integer types - as required by LWG#2119
Marshall Clow
2015-11-17
1
-0
/
+40
*
Implement P0007: Constant View: A proposal for a std::as_const helper functio...
Marshall Clow
2015-11-17
2
-0
/
+68
*
Implement P0013R1: Logical Operator Type Traits. Make a hidden implementation...
Marshall Clow
2015-11-16
3
-0
/
+171
*
Implement P0074: Making owner_less more flexible
Marshall Clow
2015-11-12
1
-0
/
+40
*
Fix typo I just introduced.
Marshall Clow
2015-11-10
1
-1
/
+1
*
Walter pointed out some missing includes in the tests. Fixing the includes un...
Marshall Clow
2015-11-10
59
-31
/
+85
*
Explicitly #include <utility> so that we get std::move. Thanks to Walter for ...
Marshall Clow
2015-11-10
1
-0
/
+1
*
Make it possible to build a no-exceptions variant of libcxx.
Asiri Rathnayake
2015-11-10
18
-0
/
+18
*
More of P0006R0: type traits variable aliases for C++17.
Marshall Clow
2015-11-07
26
-5
/
+234
*
Implement P0092R1 for C++1z
Marshall Clow
2015-11-05
14
-0
/
+589
*
Remove undefined behavior from some tests. Same pattern as the unitialized_co...
Marshall Clow
2015-11-02
2
-10
/
+16
*
Remove undefined behavior from some tests. Thanks to Walter Brown for the hea...
Marshall Clow
2015-11-02
2
-10
/
+18
*
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
*
Fix LWG#2489: mem_fn() should be noexcept
Marshall Clow
2015-10-25
1
-0
/
+3
*
Add the tests for the last commit
Marshall Clow
2015-10-25
2
-0
/
+144
*
Add a test for LWG#2466: allocator_traits::max_size() default behavior is inc...
Marshall Clow
2015-10-25
1
-2
/
+2
*
Fix LWG#2127: Move-construction with raw_storage_iterator.
Marshall Clow
2015-10-25
1
-4
/
+23
*
Fixed a possible overflow in a test of allocator::max_size().
Marshall Clow
2015-10-05
1
-2
/
+2
*
The test I cnecked in to check the fix for PR#24890 failed (as expected) w/o ...
Marshall Clow
2015-09-22
1
-0
/
+1
*
Check in the test for PR#24890 that I forgot in previous commit
Marshall Clow
2015-09-22
1
-0
/
+18
*
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
2
-2
/
+12
[next]