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] [test] Disable refwrap/weak_result.pass.cpp in C++20 mode (broken by...
Billy Robert O'Neal III
2020-01-08
1
-0
/
+2
*
[libcxx] [test] Fix valarray UB and MSVC warnings.
Stephan T. Lavavej
2019-12-12
1
-1
/
+8
*
[libc++] Cleanup and enable multiple warnings.
Eric Fiselier
2019-12-12
3
-0
/
+8
*
Fix _LIBCPP_HAS_ definitions for Android.
Dan Albert
2019-11-18
1
-2
/
+2
*
[libc++] [chrono] Fix year_month_weekday::ok() implementation.
Marek Kurdej
2019-11-15
1
-3
/
+23
*
[libc++] Add test and remove workaround for PR13592
Louis Dionne
2019-10-30
1
-3
/
+9
*
PR43764: Qualify a couple of calls to forward_as_tuple to be ADL-resilient.
David Blaikie
2019-10-28
1
-0
/
+16
*
[libcxx][NFC] Strip trailing whitespace, fix typo.
Stephan T. Lavavej
2019-10-23
5
-7
/
+7
*
[NFC] Strip trailing whitespace from libc++
Louis Dionne
2019-10-23
27
-57
/
+57
*
[libc++][NFC] Remove excess trailing newlines from most files
Casey Carter
2019-10-23
3
-3
/
+0
*
[libcxx][test][NFC] Fix comment typos.
Stephan T. Lavavej
2019-10-22
11
-12
/
+12
*
P1152R4: Fix deprecation warnings in libc++ testsuite and in uses of is_invoc...
Richard Smith
2019-10-19
1
-0
/
+5
*
[libc++][test] Silence more warnings in variant tests
Casey Carter
2019-10-14
4
-4
/
+4
*
[libc++][test] std::variant test cleanup
Casey Carter
2019-10-13
6
-5
/
+7
*
[libc++][test] Silence MSVC warning in std::optional test
Casey Carter
2019-10-12
1
-1
/
+1
*
[libc++][test] Miscellaneous MSVC cleanups
Casey Carter
2019-10-09
1
-1
/
+3
*
[libc++] Take 2: Implement LWG 3158
Louis Dionne
2019-09-27
2
-1
/
+34
*
[libc++] Take 2: Implement LWG 2510
Louis Dionne
2019-09-26
9
-6
/
+193
*
[libc++] Purge mentions of GCC 4 from the test suite
Louis Dionne
2019-09-25
12
-25
/
+2
*
Revert r372777: [libc++] Implement LWG 2510 and its follow-ups
Ilya Biryukov
2019-09-25
22
-218
/
+31
*
[libc++] Purge mentions of GCC 4 from the test suite
Louis Dionne
2019-09-24
16
-29
/
+6
*
[libc++] Try fixing tests that fail on GCC 5 and older
Louis Dionne
2019-09-24
4
-0
/
+16
*
[libc++] Remove C++03 variadics in shared_ptr
Zoe Carver
2019-09-24
2
-122
/
+79
*
[libc++] Implement LWG 3158
Louis Dionne
2019-09-24
2
-1
/
+34
*
[libc++] Implement LWG 2510
Louis Dionne
2019-09-24
9
-5
/
+166
*
Fix various test failures with GCC
Eric Fiselier
2019-09-13
2
-3
/
+7
*
libcxx: Rename last two .hpp files in libcxx to .h
Nico Weber
2019-08-21
5
-7
/
+7
*
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
[next]