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: Rename .hpp files in libcxx/test/support to .h
Nico Weber
2019-08-21
104
-128
/
+128
*
[libc++] Implement LWG 3199
Louis Dionne
2019-08-20
1
-0
/
+12
*
[libc++] Precise XFAIL for AppleClang 11
Louis Dionne
2019-08-20
1
-1
/
+1
*
[libc++] Disable <chrono> ""d and ""y literal tests on AppleClang 10.0.0
Louis Dionne
2019-08-20
2
-0
/
+2
*
[libc++] Add XFAIL for is_base_of test on AppleClang 11
Louis Dionne
2019-08-19
1
-2
/
+2
*
[libc++] Mark <chrono> test as unsupported on AppleClang 9
Louis Dionne
2019-08-14
1
-0
/
+1
*
[libc++] Mark std::tuple CTAD test as failing on AppleClang 9
Louis Dionne
2019-08-14
1
-0
/
+1
*
[libc++] Enable <chrono> ""d and ""y literals for AppleClang 10 and up
Louis Dionne
2019-08-14
2
-2
/
+2
*
[libc++] Mark two <chrono> tests as unsupported on AppleClang 11
Louis Dionne
2019-08-13
2
-2
/
+2
*
[libc++] Implement CTAD for std::tuple
Louis Dionne
2019-08-12
1
-13
/
+57
*
Implement hh_mm_ss from P1466R3. Reviewed as https://reviews.llvm.org/D65365.
Marshall Clow
2019-08-08
15
-0
/
+782
*
Fix tests with modules enabled
Eric Fiselier
2019-07-29
4
-0
/
+4
*
Fix a bug in std::chrono::abs where it would fail when the duration's period ...
Marshall Clow
2019-07-26
1
-0
/
+6
*
Implement change #4 of P1466: Change weekday to accept both 0 and 7 as Sunday...
Marshall Clow
2019-07-25
19
-60
/
+155
*
Implement most of P1612R1: Relocate endian. Moves the std::endian functional...
Marshall Clow
2019-07-23
1
-48
/
+0
*
[libc++] Add C++17 deduction guides for std::function
Louis Dionne
2019-07-18
3
-0
/
+283
*
Add test for variant construction with duplicate types.
Eric Fiselier
2019-07-14
1
-0
/
+12
*
Harden variant test added in r366022
Eric Fiselier
2019-07-14
1
-3
/
+3
*
Avoid eager template instantiation caused by the variant narrowing checks.
Eric Fiselier
2019-07-14
1
-1
/
+13
*
Fix non-conformance it `std::tuple`.
Eric Fiselier
2019-07-12
1
-0
/
+16
*
Add option to disable variant narrowing conversion changes.
Eric Fiselier
2019-07-12
6
-93
/
+92
*
This patch makes swap functions constexpr. Both swap overloads, swap_ranges a...
Zoe Carver
2019-07-05
2
-0
/
+32
*
Fix tuple's conditionally explicit constructors for very weird user
Eric Fiselier
2019-07-03
1
-0
/
+14
*
Ensure bitset's string constructor doesn't poison the overload set.
Eric Fiselier
2019-07-01
1
-0
/
+13
*
Add a missing '__uncvref_t' to the SFINAE constraints for optional's assignme...
Marshall Clow
2019-06-27
1
-0
/
+12
*
Fix test failures due to modified wording in Clang diagnostics.
Richard Smith
2019-06-24
2
-4
/
+4
*
Fix test failures when using a custom ABI namespace.
Richard Smith
2019-06-24
1
-1
/
+1
*
Use C++11 implementation of unique_ptr in C++03.
Eric Fiselier
2019-06-23
1
-4
/
+0
*
Implement P0340R3: Make 'underlying_type' SFINAE-friendly. Reviewed as https:...
Marshall Clow
2019-06-21
2
-20
/
+106
*
Use rvalue references throughout the is_constructible traits.
Eric Fiselier
2019-06-21
3
-6
/
+3
*
Make move and forward work in C++03.
Eric Fiselier
2019-06-21
6
-102
/
+29
*
Enable aligned_union in C++03
Eric Fiselier
2019-06-21
1
-2
/
+0
*
Get is_convertible tests passing in C++03 (except the fallback).
Eric Fiselier
2019-06-21
2
-8
/
+3
*
Make rvalue metaprogramming traits work in C++03.
Eric Fiselier
2019-06-21
9
-23
/
+0
*
[libc++] Recommit r363692 to implement P0608R3
Zhihao Yuan
2019-06-20
4
-3
/
+207
*
[libc++] Revert r363692 which implements P0608R3
Zhihao Yuan
2019-06-19
4
-207
/
+3
*
[libc++] Implement P0608R3 - A sane variant converting constructor
Zhihao Yuan
2019-06-18
4
-3
/
+207
*
[libc++] Re-apply XFAIL to is_base_of test that was inadvertently reverted
Louis Dionne
2019-06-18
1
-4
/
+5
*
[libc++] Revert the addition of map/multimap CTAD
Louis Dionne
2019-06-18
1
-2
/
+1
*
Add tests for LWG 3206. NFC
Marshall Clow
2019-06-17
1
-0
/
+23
*
Move libc++ specific tests for std::function out of the std directory
Eric Fiselier
2019-06-11
2
-94
/
+0
*
XFAIL a couple of tests on apple-clang-9.1, which is a compiler that I didn't...
Marshall Clow
2019-06-11
1
-1
/
+2
*
Add a test for is_base_of and incomplete types. Because this trait uses a com...
Marshall Clow
2019-06-11
1
-0
/
+92
*
[libc++] Fix leading zeros in std::to_chars
Zhihao Yuan
2019-06-10
1
-0
/
+97
*
Fix some incorrect std::function tests
Eric Fiselier
2019-06-08
1
-2
/
+4
*
[libcxx][test] Include test_workarounds.h where needed
Louis Dionne
2019-06-05
2
-0
/
+2
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
397
-0
/
+715
*
Improve the test coverage for std::is_base_of
Marshall Clow
2019-05-16
1
-0
/
+15
*
Add a test for LWG#3204 and mark it as complete. Reviewed as https://reviews....
Marshall Clow
2019-05-13
1
-0
/
+33
*
Mark is_trivially_destructible as unsupported with apple-clang-9
Nico Weber
2019-05-03
1
-0
/
+1
[next]