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
/
unord
/
unord.multimap
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libcxx] [test] Fix valarray UB and MSVC warnings.
Stephan T. Lavavej
2019-12-12
1
-1
/
+1
*
[NFC] Strip trailing whitespace from libc++
Louis Dionne
2019-10-23
1
-2
/
+2
*
[libc++] Mark CTAD tests as not failing on AppleClang 10.0.1
Louis Dionne
2019-09-23
1
-1
/
+1
*
[libc++] Implement P0433: deduction guides for <unordered_map>
Louis Dionne
2019-07-15
3
-0
/
+483
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
40
-0
/
+49
*
[libcxx][test] Fix order checking in some more unordered_multimap tests
Louis Dionne
2019-05-22
23
-858
/
+597
*
Fix a bunch of unordered container tests that were failing when _LIBCPP_DEBUG...
Marshall Clow
2019-05-01
2
-2
/
+2
*
Support tests in freestanding
JF Bastien
2019-02-04
89
-99
/
+276
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
89
-356
/
+267
*
[libcxx] Fix order checking in unordered_multimap tests.
Louis Dionne
2018-12-20
6
-152
/
+379
*
Implement P1209 - Adopt Consistent Container Erasure from Library Fundamental...
Marshall Clow
2018-12-14
1
-0
/
+90
*
[libcxx] Add missing includes in tests
Louis Dionne
2018-11-16
5
-0
/
+6
*
[libcxx] [test] Fix Clang -Wunused-local-typedef warnings.
Stephan T. Lavavej
2018-11-14
1
-5
/
+0
*
[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
/
+161
*
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
/
+284
*
[test] Fix Container::insert(value_type const&) tests
Eric Fiselier
2018-04-08
2
-92
/
+65
*
First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty...
Marshall Clow
2017-11-15
1
-0
/
+28
*
Still more missing tests - this time for the unordered containers
Marshall Clow
2017-11-15
2
-0
/
+108
*
[libcxx] [test] Untabify, NFC.
Stephan T. Lavavej
2017-07-29
3
-11
/
+11
*
Cleanup _LIBCPP_HAS_NO_<c++11-feature> in std::unordered_map and std::unorder...
Eric Fiselier
2017-04-18
11
-73
/
+23
*
Fix test failures due to bad test hasher
Eric Fiselier
2017-03-01
5
-0
/
+6
*
[libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3.
Stephan T. Lavavej
2017-02-05
6
-19
/
+0
*
[libcxx] [test] Fix Clang -Wunused-local-typedef, part 1/3.
Stephan T. Lavavej
2017-02-05
5
-11
/
+23
*
[libcxx] [test] Fix comment typos, strip trailing whitespace.
Stephan T. Lavavej
2017-01-18
1
-1
/
+1
*
fix warnings only produced by apple-clang
Eric Fiselier
2016-12-24
1
-24
/
+3
*
Fix unused parameters and variables
Eric Fiselier
2016-12-23
2
-0
/
+7
*
Fix copy/paste errors introduced in r289358
Eric Fiselier
2016-12-11
1
-8
/
+8
*
Fix undefined behavior in container swap tests.
Eric Fiselier
2016-12-11
2
-24
/
+24
*
[libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...
Stephan T. Lavavej
2016-12-08
2
-16
/
+16
*
[libcxx] [test] D27266: Remove spurious semicolons.
Stephan T. Lavavej
2016-12-06
1
-1
/
+1
*
[libcxx] [test] D27021: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...
Stephan T. Lavavej
2016-12-06
26
-260
/
+286
*
[libcxx] [test] D27027: Strip trailing whitespace.
Stephan T. Lavavej
2016-11-23
2
-2
/
+2
*
[libcxx] Fix max_size() across all containers
Eric Fiselier
2016-11-23
1
-12
/
+31
*
[libcxx] [test] D26627: Fix ordering assumptions in unordered container tests.
Stephan T. Lavavej
2016-11-15
1
-8
/
+9
*
[libcxx] [test] D26624: Fix bucket_count() assumptions.
Stephan T. Lavavej
2016-11-15
2
-24
/
+24
*
[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.
Stephan T. Lavavej
2016-11-04
4
-4
/
+7
*
[libc++] Remove various C++03 feature test macros
Eric Fiselier
2016-09-25
1
-3
/
+1
*
Support allocators with explicit conversion constructors. Fixes bug #29000
Marshall Clow
2016-08-17
7
-0
/
+310
*
Make dtor_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com
Eric Fiselier
2016-07-25
1
-2
/
+3
*
Mark bucket_count() assertions as non-portable. Patch from STL@microsoft.com
Eric Fiselier
2016-07-25
28
-91
/
+122
*
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
-28
/
+15
*
Mark bucket() assertions as non-portable. Patch from STL@microsoft.com
Eric Fiselier
2016-07-24
1
-2
/
+3
*
Make move_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com
Eric Fiselier
2016-07-24
1
-3
/
+4
*
Make bucket_count() greater-equal assertions portable. Patch from STL@microso...
Eric Fiselier
2016-07-24
1
-1
/
+1
*
Mark bucket_size() assertions as non-portible. Patch from STL@microsoft.com
Eric Fiselier
2016-07-24
1
-14
/
+15
*
Fix static assert problem on gcc; remove XFAILs that I put in in r274250
Marshall Clow
2016-06-30
1
-2
/
+0
[next]