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
*
[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
*
[libcxx] Rewrite C++03 __invoke.
Eric Fiselier
2015-08-26
2
-0
/
+4
*
Move test/std/utilities/date.time to proper stable name utilities/time/date.time
Eric Fiselier
2015-08-24
5
-72
/
+0
*
Misc drive-by cleanups. NFC
Jonathan Roelofs
2015-08-24
1
-0
/
+2
*
Cleanup unique_ptr failure tests and convert them to Clang verify
Eric Fiselier
2015-08-20
8
-217
/
+98
*
Add files that got missed in r245512.
Eric Fiselier
2015-08-19
4
-179
/
+89
*
More unique_ptr test cleanup. Fixes in <memory> to come later.
Eric Fiselier
2015-08-19
5
-132
/
+114
*
[libcxx] Fix PR23589: std::function doesn't recognize null pointer to varargs...
Eric Fiselier
2015-08-18
1
-0
/
+247
*
Fix failing unique_ptr tests.
Eric Fiselier
2015-07-31
2
-38
/
+7
*
Start cleanup of unique_ptr tests.
Eric Fiselier
2015-07-31
28
-1575
/
+894
*
Fix a handful of tests that fail in C++03
Eric Fiselier
2015-07-28
3
-22
/
+20
*
Checking more __invoke tests.
Eric Fiselier
2015-07-28
4
-0
/
+1126
*
Cleanup <__functional_03>
Eric Fiselier
2015-07-22
9
-0
/
+55
*
[libcxx] Get is_*_destructible tests passing in C++03.
Eric Fiselier
2015-07-18
3
-38
/
+73
[next]