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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libcxx] [test] Add casts to avoid signed/unsigned mismatch warnings on MSVC++
Billy Robert O'Neal III
2020-01-14
3
-3
/
+3
*
[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 span tests.
Stephan T. Lavavej
2020-01-08
6
-38
/
+19
*
[libcxx] [test] Include missing headers. (NFC)
Stephan T. Lavavej
2019-12-13
10
-0
/
+13
*
[libcxx] [test] Fix valarray UB and MSVC warnings.
Stephan T. Lavavej
2019-12-12
8
-15
/
+19
*
[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
4
-9
/
+7
*
[libc++] Add C++20 contiguous_iterator_tag.
Eric Fiselier
2019-11-16
2
-1
/
+35
*
[libc++] [chrono] Fix year_month_weekday::ok() implementation.
Marek Kurdej
2019-11-15
1
-3
/
+23
*
[libc++][P1872] span should have size_type, not index_type.
Louis Dionne
2019-11-14
11
-16
/
+16
*
[libc++] [P1612] Add missing feature-test macro __cpp_lib_endian.
Louis Dionne
2019-11-14
2
-0
/
+40
*
[libc++][P0980] Marked member functions move/copy/assign of char_traits const...
Michael Park
2019-11-11
15
-15
/
+180
*
[libc++] Fix potential OOB in poisson_distribution
Louis Dionne
2019-11-07
2
-1
/
+74
*
[libc++] Fixed copy/copy_n/copy_backward for compilers that do not support is...
Louis Dionne
2019-11-07
3
-3
/
+3
*
[libc++] Fix some constexpr tests broken by D68837
Louis Dionne
2019-11-07
4
-4
/
+4
*
[libc++][P0202] Marked algorithms copy/copy_n/copy_if/copy_backward constexpr
Louis Dionne
2019-11-06
4
-181
/
+164
*
[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
13
-23
/
+23
*
[NFC] Strip trailing whitespace from libc++
Louis Dionne
2019-10-23
82
-171
/
+171
*
[libc++][NFC] Remove excess trailing newlines from most files
Casey Carter
2019-10-23
20
-20
/
+0
*
[libcxx][test][NFC] Fix comment typos.
Stephan T. Lavavej
2019-10-22
23
-29
/
+29
*
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
8
-71
/
+71
*
[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
13
-11
/
+284
*
[libcxx] Do not implicitly #include assert.h
David Zarzycki
2019-09-26
5
-2
/
+7
*
[libc++] Purge mentions of GCC 4 from the test suite
Louis Dionne
2019-09-25
18
-45
/
+2
*
Add forward declaration of operator<< in <string_view> as required.
Eric Fiselier
2019-09-25
1
-0
/
+26
*
Add a missing default parameter to regex::assign. This is LWG3296; reviewed a...
Marshall Clow
2019-09-25
1
-0
/
+10
*
Revert r372777: [libc++] Implement LWG 2510 and its follow-ups
Ilya Biryukov
2019-09-25
32
-309
/
+56
*
[libc++] Purge mentions of GCC 4 from the test suite
Louis Dionne
2019-09-24
24
-51
/
+8
*
[libc++] Try fixing tests that fail on GCC 5 and older
Louis Dionne
2019-09-24
6
-1
/
+24
*
[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
13
-10
/
+250
*
[libc++] Mark CTAD tests as not failing on AppleClang 10.0.1
Louis Dionne
2019-09-23
8
-8
/
+8
*
[libc++] Mark iostreams test as XFAIL on older macOSes
Louis Dionne
2019-09-23
1
-0
/
+12
*
Revert "Revert "Implement std::condition_variable via pthread_cond_clockwait(...
Dan Albert
2019-09-18
1
-11
/
+22
*
Revert "Implement std::condition_variable via pthread_cond_clockwait() where ...
Dan Albert
2019-09-16
1
-22
/
+11
*
Implement std::condition_variable via pthread_cond_clockwait() where available
Dan Albert
2019-09-16
1
-11
/
+22
*
Fix various test failures with GCC
Eric Fiselier
2019-09-13
2
-3
/
+7
*
Fix failing negative compilation test for some versions of Clang
Eric Fiselier
2019-09-13
1
-0
/
+1
*
Recommit r370502: Make `vector` unconditionally move elements when
Eric Fiselier
2019-09-13
2
-45
/
+45
*
Only initialize the streams cout/wcout/cerr/wcerr etc once, rather than any t...
Marshall Clow
2019-09-13
1
-0
/
+32
*
[libc++] Add a test for resizing of a vector with copy-only elements
Louis Dionne
2019-09-05
1
-0
/
+45
*
[libc++] Add yet another test for inverted character classes
Louis Dionne
2019-08-27
1
-0
/
+3
[next]