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
/
sequences
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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
1
-0
/
+7
*
[NFC] Strip trailing whitespace from libc++
Louis Dionne
2019-10-23
8
-16
/
+16
*
[libcxx][test][NFC] Fix comment typos.
Stephan T. Lavavej
2019-10-22
1
-1
/
+1
*
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
6
-6
/
+6
*
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
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
177
-0
/
+192
*
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
*
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
*
Support tests in freestanding
JF Bastien
2019-02-04
345
-345
/
+1037
*
Mark some of the behavior in the move w/allocator constructors of deque/unord...
Marshall Clow
2019-01-29
1
-12
/
+13
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
340
-1360
/
+1020
*
Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`.
Eric Fiselier
2019-01-16
1
-2
/
+0
*
[libcxx] Optimize vectors construction of trivial types from an iterator rang...
Volodymyr Sapsai
2019-01-08
1
-0
/
+31
*
Fix static assert diagnostic checks in i386
Eric Fiselier
2018-12-15
2
-2
/
+2
*
Tolerate Clangs new static_assert messages
Eric Fiselier
2018-12-14
2
-2
/
+2
*
Implement P1209 - Adopt Consistent Container Erasure from Library Fundamental...
Marshall Clow
2018-12-14
8
-0
/
+624
*
Update a couple of vector<bool> tests that were testing libc++-specific bahav...
Marshall Clow
2018-12-07
3
-10
/
+17
*
[libcxx] Add checks for unique value of array<T, 0>.begin() and array<T, 0>.e...
Louis Dionne
2018-12-06
1
-1
/
+8
*
[libcxx] Make return value of array<T, 0>.data() checked only for libc++
Louis Dionne
2018-12-06
2
-6
/
+6
*
Revert "Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF...
Eric Fiselier
2018-11-28
1
-0
/
+2
*
Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`.
Eric Fiselier
2018-11-28
1
-2
/
+0
*
[libcxx] Fix incorrect iterator type in vector container test
Louis Dionne
2018-11-21
1
-24
/
+32
*
[libcxx] Add missing <cstddef> includes in tests
Louis Dionne
2018-11-19
2
-0
/
+3
*
Get tests compiling with -Wunused-local-typedef
Eric Fiselier
2018-11-15
4
-9
/
+0
*
[libcxx] [test] Fix MSVC warning C4800.
Stephan T. Lavavej
2018-11-14
1
-6
/
+6
*
[libcxx] [test] Strip trailing whitespace. NFC.
Stephan T. Lavavej
2018-11-14
2
-2
/
+2
*
Update the array tests to not use a local type; removes warnings in C++03. NFC
Marshall Clow
2018-10-12
3
-9
/
+13
*
Update all the max_size tests to eliminate signed/unsigned comparison warning...
Marshall Clow
2018-10-12
4
-16
/
+16
*
Remove unused include of "verbose_assert.h"
Marshall Clow
2018-09-19
1
-1
/
+0
*
mark LWG#2953 as complete. No code changes required, but added a couple of ex...
Marshall Clow
2018-09-12
2
-0
/
+64
*
Implement LWG #3017. list splice functions should use addressof
Marshall Clow
2018-09-12
2
-0
/
+21
*
Fix Bug 38644: multimap::clear() missing exception specifier. Add noexcept te...
Marshall Clow
2018-08-22
4
-3
/
+81
*
Update the changes to the array tests (that I committed yesterday) to use the...
Marshall Clow
2018-08-03
1
-55
/
+8
*
Implement P1023: constexpr comparison operators for std::array
Marshall Clow
2018-08-02
1
-0
/
+46
*
Fix a couple of 'unused variable' warnings in a vector test. NFC.
Marshall Clow
2018-07-13
1
-0
/
+4
*
[libcxx] [test] Strip trailing whitespace. NFC.
Stephan T. Lavavej
2018-06-14
8
-12
/
+12
[next]