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
/
associative
/
set
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Strip trailing whitespace from libc++
Louis Dionne
2019-10-23
1
-1
/
+1
*
[libc++][NFC] Remove excess trailing newlines from most files
Casey Carter
2019-10-23
1
-1
/
+0
*
[libc++][test] Miscellaneous MSVC cleanups
Casey Carter
2019-10-09
1
-5
/
+4
*
[libc++] Mark CTAD tests as not failing on AppleClang 10.0.1
Louis Dionne
2019-09-23
1
-1
/
+1
*
libcxx: Rename .hpp files in libcxx/test/support to .h
Nico Weber
2019-08-21
7
-7
/
+7
*
Add contains method to associative containers. This patch implements P0458R2,...
Zoe Carver
2019-07-16
1
-0
/
+44
*
Fix memory leak in set and map.
Eric Fiselier
2019-07-11
1
-7
/
+28
*
[libcxx] XFAIL set/multiset CTAD tests on Apple Clang 10
Louis Dionne
2019-06-12
1
-1
/
+1
*
[libcxx] Mark CTAD tests for set and multiset as unsupported on older Apple C...
Louis Dionne
2019-06-11
1
-0
/
+1
*
Mark CTAD fail tests for set/multiset as XFAIL for older compilers that give ...
Marshall Clow
2019-06-11
1
-0
/
+2
*
[libc++] Implement deduction guides for <set>
Louis Dionne
2019-06-11
2
-0
/
+257
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
36
-0
/
+38
*
[libcxx] Do not assume the number of elements in a moved-from associative con...
Louis Dionne
2019-02-13
1
-3
/
+6
*
Update some newly added files that mistakenly used the old file header
Chandler Carruth
2019-02-11
1
-4
/
+3
*
Support tests in freestanding
JF Bastien
2019-02-04
60
-63
/
+177
*
Mark some of the behavior in the move w/allocator constructors of deque/unord...
Marshall Clow
2019-01-29
1
-5
/
+6
*
Apply D28248: 'Work around GCC PR37804'. Thanks to mdaniels for the patch
Marshall Clow
2019-01-23
1
-0
/
+21
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
59
-236
/
+177
*
Implement P1209 - Adopt Consistent Container Erasure from Library Fundamental...
Marshall Clow
2018-12-14
1
-0
/
+67
*
[libcxx] [test] Include <cassert> for assert().
Stephan T. Lavavej
2018-11-14
1
-0
/
+1
*
Second half of C++17's splicing maps and sets
Erik Pilkington
2018-10-31
1
-0
/
+148
*
Update all the max_size tests to eliminate signed/unsigned comparison warning...
Marshall Clow
2018-10-12
1
-4
/
+4
*
Fix Bug 38644: multimap::clear() missing exception specifier. Add noexcept te...
Marshall Clow
2018-08-22
1
-1
/
+4
*
First half of C++17's splicing maps and sets
Erik Pilkington
2018-08-01
4
-0
/
+275
*
Fix test failures after r334053.
Eric Fiselier
2018-06-06
1
-2
/
+2
*
[test] Fix Container::insert(value_type const&) tests
Eric Fiselier
2018-04-08
1
-51
/
+36
*
Use multi-key tree search for {map, set}::{count, equal_range}
Eric Fiselier
2018-02-10
2
-0
/
+111
*
Add some tests for operations on const associative containers. Part of LWG#2542
Marshall Clow
2017-11-22
1
-2
/
+7
*
First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty...
Marshall Clow
2017-11-15
1
-0
/
+28
*
[libcxx] [test] Untabify, NFC.
Stephan T. Lavavej
2017-07-29
1
-5
/
+5
*
Cleanup _LIBCPP_HAS_NO_<c++11-feature> for std::set and std::multiset
Eric Fiselier
2017-04-18
12
-44
/
+24
*
[libcxx] [test] Fix Clang -Wunused-local-typedef, part 1/3.
Stephan T. Lavavej
2017-02-05
5
-11
/
+22
*
[libcxx] [test] Fix comment typos, strip trailing whitespace.
Stephan T. Lavavej
2017-01-18
1
-1
/
+1
*
Fix undefined behavior in container swap tests.
Eric Fiselier
2016-12-11
1
-4
/
+4
*
Fix missing const on set::count. Patch from Andrey Khalyavin
Eric Fiselier
2016-12-09
1
-9
/
+11
*
[libcxx] [test] D27021: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...
Stephan T. Lavavej
2016-12-06
2
-14
/
+15
*
[libcxx] [test] D27027: Strip trailing whitespace.
Stephan T. Lavavej
2016-11-23
1
-1
/
+1
*
[libcxx] [test] D27014: Fix MSVC warning C4018 "signed/unsigned mismatch", pa...
Stephan T. Lavavej
2016-11-23
1
-4
/
+5
*
[libcxx] Fix max_size() across all containers
Eric Fiselier
2016-11-23
1
-10
/
+25
*
[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.
Stephan T. Lavavej
2016-11-04
8
-8
/
+16
*
[libc++] Remove various C++03 feature test macros
Eric Fiselier
2016-09-25
1
-2
/
+3
*
Support allocators with explicit conversion constructors. Fixes bug #29000
Marshall Clow
2016-08-17
1
-0
/
+14
*
Make dtor_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com
Eric Fiselier
2016-07-25
1
-1
/
+2
*
Make move_assign_noexcept.pass.cpp tests more portable. Patch from STL@micros...
Eric Fiselier
2016-07-25
1
-1
/
+2
*
Make swap_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com.
Eric Fiselier
2016-07-25
1
-18
/
+10
*
Make move_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com
Eric Fiselier
2016-07-24
1
-3
/
+4
*
Implement LWG#2436: 'Comparators for associative containers should always be ...
Marshall Clow
2016-06-30
1
-0
/
+29
*
Make default_noexcept.pass.cpp container tests more portable. Patch from STL@...
Eric Fiselier
2016-06-26
1
-2
/
+3
*
Move remaining _LIBCPP_VERSION tests into test/libcxx
Eric Fiselier
2016-06-22
1
-20
/
+0
*
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...
Eric Fiselier
2016-06-14
33
-42
/
+38
[next]