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
...
*
Implment the last part of P1024: tuple-like interface to span. Reviewed as ht...
Marshall Clow
2019-02-27
6
-0
/
+248
*
Fix an ambiguity in the tests that gcc-tot complained about.
Marshall Clow
2019-02-27
11
-22
/
+22
*
First part of P1227R2 - change span over to use 'size_t' instead of 'ptrdiff_...
Marshall Clow
2019-02-27
5
-18
/
+18
*
LWG3101 - span's Container constructors need another constraint. Reviewed as ...
Marshall Clow
2019-02-25
2
-50
/
+10
*
Commit LWG3144 - span does not have a const_pointer typedef. Reviewed as D57039.
Marshall Clow
2019-02-25
1
-0
/
+4
*
First part of P1024: Usability Enhancements for std::span. Remove operator() ...
Marshall Clow
2019-02-25
3
-8
/
+154
*
[libcxx] Do not assume the number of elements in a moved-from associative con...
Louis Dionne
2019-02-13
4
-12
/
+24
*
Update some newly added files that mistakenly used the old file header
Chandler Carruth
2019-02-11
2
-8
/
+6
*
Support tests in freestanding
JF Bastien
2019-02-04
1143
-1185
/
+3395
*
Mark some of the behavior in the move w/allocator constructors of deque/unord...
Marshall Clow
2019-01-29
5
-36
/
+41
*
[libcxx] Portability fix: unordered_set and unordered_multiset iterators are ...
Louis Dionne
2019-01-24
1
-4
/
+4
*
Apply D28248: 'Work around GCC PR37804'. Thanks to mdaniels for the patch
Marshall Clow
2019-01-23
2
-0
/
+42
*
While reviewing D57058, Louis had some questions about the existing span cons...
Marshall Clow
2019-01-22
2
-36
/
+69
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1143
-4572
/
+3429
*
Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`.
Eric Fiselier
2019-01-16
1
-2
/
+0
*
[NFC] Normalize some test 'main' signatures
JF Bastien
2019-01-09
1
-2
/
+1
*
[libcxx] Optimize vectors construction of trivial types from an iterator rang...
Volodymyr Sapsai
2019-01-08
1
-0
/
+31
*
[libcxx] Fix order checking in unordered_multimap tests.
Louis Dionne
2018-12-20
6
-152
/
+379
*
Portability fix: add missing includes and static_casts. Reviewed as https://r...
Marshall Clow
2018-12-18
1
-0
/
+2
*
Fix static assert diagnostic checks in i386
Eric Fiselier
2018-12-15
3
-3
/
+3
*
Tolerate Clangs new static_assert messages
Eric Fiselier
2018-12-14
3
-3
/
+3
*
Implement P1209 - Adopt Consistent Container Erasure from Library Fundamental...
Marshall Clow
2018-12-14
16
-0
/
+1279
*
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
*
Implement P1085R2 - Should Span be Regular?. This consists entirely of deletions
Marshall Clow
2018-11-27
6
-950
/
+0
*
[libcxx] Fix incorrect iterator type in vector container test
Louis Dionne
2018-11-21
1
-24
/
+32
*
[libcxx] Fix incorrect #include for std::hash
Louis Dionne
2018-11-19
1
-1
/
+1
*
[libcxx] Add missing <cstddef> includes in tests
Louis Dionne
2018-11-19
2
-0
/
+3
*
[libcxx] Add missing includes in tests
Louis Dionne
2018-11-16
21
-0
/
+24
*
Get tests compiling with -Wunused-local-typedef
Eric Fiselier
2018-11-15
11
-30
/
+2
*
[libcxx] [test] Fix Clang -Wunused-local-typedef warnings.
Stephan T. Lavavej
2018-11-14
4
-20
/
+0
*
[libcxx] [test] Include <cassert> for assert().
Stephan T. Lavavej
2018-11-14
8
-0
/
+8
*
[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
40
-156
/
+156
*
Add emplace tests for multiset/unordered_multiset.
Eric Fiselier
2018-11-13
3
-1
/
+46
*
Second half of C++17's splicing maps and sets
Erik Pilkington
2018-10-31
8
-0
/
+1232
*
[libcxx] [test] Add missing <stdexcept> to map at tests.
Billy Robert O'Neal III
2018-10-19
2
-3
/
+5
*
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
12
-62
/
+62
*
Remove unused include of "verbose_assert.h"
Marshall Clow
2018-09-19
1
-1
/
+0
*
Mark LWG#3102 as complete. No code changes, but I updated a test or two
Marshall Clow
2018-09-13
1
-0
/
+6
*
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
12
-11
/
+113
*
[libcxx] [test] Avoid -Wunused-local-typedef in node_handle.pass.cpp.
Billy Robert O'Neal III
2018-08-08
1
-1
/
+3
*
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
[prev]
[next]