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
/
containers
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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
1
-0
/
+4
*
[libcxx] [test] Fix valarray UB and MSVC warnings.
Stephan T. Lavavej
2019-12-12
5
-4
/
+11
*
[libc++][P1872] span should have size_type, not index_type.
Louis Dionne
2019-11-14
11
-16
/
+16
*
[NFC] Strip trailing whitespace from libc++
Louis Dionne
2019-10-23
17
-29
/
+29
*
[libc++][NFC] Remove excess trailing newlines from most files
Casey Carter
2019-10-23
6
-6
/
+0
*
[libcxx][test][NFC] Fix comment typos.
Stephan T. Lavavej
2019-10-22
1
-1
/
+1
*
[libc++][test] Miscellaneous MSVC cleanups
Casey Carter
2019-10-09
5
-66
/
+64
*
[libc++] Mark CTAD tests as not failing on AppleClang 10.0.1
Louis Dionne
2019-09-23
8
-8
/
+8
*
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
*
[libc++] Add a test for resizing of a vector with copy-only elements
Louis Dionne
2019-09-05
1
-0
/
+45
*
libcxx: Rename .hpp files in libcxx/test/support to .h
Nico Weber
2019-08-21
39
-40
/
+40
*
[libc++] Add missing UNSUPPORTED for CTAD tests
Louis Dionne
2019-07-16
2
-0
/
+2
*
Add contains method to associative containers. This patch implements P0458R2,...
Zoe Carver
2019-07-16
4
-0
/
+212
*
[libc++] Implement P0433: deduction guides for <unordered_map>
Louis Dionne
2019-07-15
6
-0
/
+965
*
[libc++] Add XFAILs for CTAD tests on older compilers
Louis Dionne
2019-07-12
2
-0
/
+2
*
Fix memory leak in set and map.
Eric Fiselier
2019-07-11
2
-10
/
+53
*
[libc++] Implement deduction guides for <unordered_set>
Louis Dionne
2019-07-11
4
-0
/
+586
*
Make forward_list::remove/remove_if/unique all return void before C++20; undo...
Marshall Clow
2019-07-08
4
-62
/
+124
*
Make list::remove/remove_if/unique all return void before C++20; undoes that ...
Marshall Clow
2019-07-06
4
-19
/
+84
*
Implement P0646R1: Erase-Like Algorithms Should Return size_type. Reviewed as...
Marshall Clow
2019-07-01
6
-41
/
+41
*
Fix test failures when using a custom ABI namespace.
Richard Smith
2019-06-24
1
-2
/
+2
*
[libc++] Take 2: Implement CTAD for map and multimap
Louis Dionne
2019-06-20
6
-0
/
+702
*
[libc++] Revert the addition of map/multimap CTAD
Louis Dionne
2019-06-18
6
-702
/
+0
*
[libcxx] XFAIL set/multiset CTAD tests on Apple Clang 10
Louis Dionne
2019-06-12
2
-2
/
+2
*
[libcxx] XFAIL some CTAD tests on AppleClang 10
Louis Dionne
2019-06-12
2
-2
/
+2
*
[libcxx] Mark CTAD tests for set and multiset as unsupported on older Apple C...
Louis Dionne
2019-06-11
2
-0
/
+2
*
Mark CTAD fail tests for set/multiset as XFAIL for older compilers that give ...
Marshall Clow
2019-06-11
2
-0
/
+4
*
XFAIL a couple of tests on apple-clang-9.1, which is a compiler that I didn't...
Marshall Clow
2019-06-11
2
-2
/
+2
*
[libc++] Implement deduction guides for <set>
Louis Dionne
2019-06-11
4
-0
/
+516
*
XFAIL a couple of CTAD tests on clang-6; it gives different error messages th...
Marshall Clow
2019-06-11
2
-0
/
+4
*
Implement deduction guides for map/multimap. Reviewed as https://reviews.llvm...
Marshall Clow
2019-06-10
6
-0
/
+698
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
565
-0
/
+677
*
[libcxx][tests] Fix order checking in unordered_multiset tests.
Louis Dionne
2019-05-23
5
-120
/
+45
*
[libcxx][test] Fix order checking in some more unordered_multimap tests
Louis Dionne
2019-05-22
24
-858
/
+643
*
Fix a bunch of unordered container tests that were failing when _LIBCPP_DEBUG...
Marshall Clow
2019-05-01
18
-46
/
+41
*
Add tests specifically for LWG2164. We already did this; but now we have test...
Marshall Clow
2019-04-29
2
-0
/
+23
*
Add tests for stability to list::sort and forward_list::sort. Thanks to Jonat...
Marshall Clow
2019-04-17
4
-0
/
+184
*
Fix list/forward_list implementations of remove_if and unique to deal with pr...
Marshall Clow
2019-04-16
4
-0
/
+94
*
[libcxx] [test] Use ptrdiff_t rather than int in splice_after_range.pass.cpp ...
Billy Robert O'Neal III
2019-04-03
1
-23
/
+24
*
[libc++] Remove unnecessary <iostream> #includes in tests
Louis Dionne
2019-03-28
2
-2
/
+0
*
[libc++] Rename span's as_writeable_bytes to as_writable_bytes
Louis Dionne
2019-03-28
3
-52
/
+52
*
Fix occurrences of _LIBCPP_ASSERT in span tests
Casey Carter
2019-03-27
3
-8
/
+8
*
Fix a vector test to not use a local type as a template parameter. This cause...
Marshall Clow
2019-03-22
1
-7
/
+9
*
Mark 'front()' and 'back()' as noexcept for array/deque/string/string_view. T...
Marshall Clow
2019-03-19
2
-16
/
+40
*
Update a deque test with more assertions. NFC
Marshall Clow
2019-03-15
1
-6
/
+6
*
Mark vector::operator[] and front/back as noexcept. We already do this for st...
Marshall Clow
2019-03-15
1
-0
/
+121
*
Add noexcept to operator[] for array and deque. This is an extension. We alre...
Marshall Clow
2019-03-14
2
-4
/
+29
*
Eradicate all the ptrdiff_ts in span left over from applying P1227. A couple ...
Marshall Clow
2019-03-06
11
-26
/
+26
[next]