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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libcxx] [test] Fix comment typos, strip trailing whitespace.
Stephan T. Lavavej
2017-01-18
4
-4
/
+4
*
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
7
-48
/
+27
*
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
8
-120
/
+120
*
[libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...
Stephan T. Lavavej
2016-12-08
4
-32
/
+32
*
[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
86
-854
/
+940
*
Protect std::{,unordered_}map tests under noexceptions
Roger Ferrer Ibanez
2016-11-29
1
-1
/
+9
*
[libcxx] [test] D27027: Strip trailing whitespace.
Stephan T. Lavavej
2016-11-23
8
-8
/
+8
*
[libcxx] Fix max_size() across all containers
Eric Fiselier
2016-11-23
4
-46
/
+114
*
[libcxx] [test] D26627: Fix ordering assumptions in unordered container tests.
Stephan T. Lavavej
2016-11-15
3
-32
/
+17
*
[libcxx] [test] D26624: Fix bucket_count() assumptions.
Stephan T. Lavavej
2016-11-15
8
-96
/
+96
*
[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.
Stephan T. Lavavej
2016-11-04
15
-15
/
+27
*
[libc++] Remove various C++03 feature test macros
Eric Fiselier
2016-09-25
4
-12
/
+4
*
Support allocators with explicit conversion constructors. Fixes bug #29000
Marshall Clow
2016-08-17
16
-1
/
+604
*
Make dtor_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com
Eric Fiselier
2016-07-25
4
-8
/
+12
*
Mark bucket_count() assertions as non-portable. Patch from STL@microsoft.com
Eric Fiselier
2016-07-25
107
-349
/
+458
*
Make move_assign_noexcept.pass.cpp tests more portable. Patch from STL@micros...
Eric Fiselier
2016-07-25
4
-4
/
+8
*
Make swap_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com.
Eric Fiselier
2016-07-25
4
-112
/
+60
*
Mark bucket() assertions as non-portable. Patch from STL@microsoft.com
Eric Fiselier
2016-07-24
4
-8
/
+12
*
Make move_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com
Eric Fiselier
2016-07-24
4
-12
/
+16
*
Make bucket_count() greater-equal assertions portable. Patch from STL@microso...
Eric Fiselier
2016-07-24
4
-7
/
+7
*
Mark bucket_size() assertions as non-portible. Patch from STL@microsoft.com
Eric Fiselier
2016-07-24
4
-48
/
+52
*
Fix static assert problem on gcc; remove XFAILs that I put in in r274250
Marshall Clow
2016-06-30
2
-4
/
+0
*
Fix C++03 build.
Eric Fiselier
2016-06-30
4
-1
/
+13
*
Temporarily XFAIL the incomplete type tests for GCC while I figure out why ad...
Marshall Clow
2016-06-30
2
-0
/
+4
*
Implement LWG#2436: 'Comparators for associative containers should always be ...
Marshall Clow
2016-06-30
8
-0
/
+232
*
Make default_noexcept.pass.cpp container tests more portable. Patch from STL@...
Eric Fiselier
2016-06-26
4
-8
/
+12
*
Move remaining _LIBCPP_VERSION tests into test/libcxx
Eric Fiselier
2016-06-22
2
-40
/
+0
*
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...
Eric Fiselier
2016-06-14
237
-275
/
+259
*
Found a couple bugs in the test suite. No functionality change.
Marshall Clow
2016-06-14
2
-0
/
+4
*
Make the comparison objects that we pass in for various tests look more like ...
Marshall Clow
2016-06-09
20
-8
/
+24
*
Remove trailing whitespace in test suite. Approved by Marshall Clow.
Eric Fiselier
2016-06-01
10
-29
/
+29
*
Fix some non-standard parts of our test suite. Reported by STL
Eric Fiselier
2016-04-22
6
-279
/
+0
*
Complete LWG issue #2016. Allocators must be nothrow swappable
Eric Fiselier
2016-04-22
4
-11
/
+12
*
Fix LWG issue 2345 - Add insert(value_type&&)
Eric Fiselier
2016-04-18
7
-78
/
+161
*
Teach map/unordered_map how to optimize 'emplace(Key, T)'.
Eric Fiselier
2016-04-16
1
-0
/
+1
*
Extract key to avoid preemptive mallocs in insert/emplace in associative cont...
Eric Fiselier
2016-04-15
4
-566
/
+11
*
Update container_test_types.h and cleanup the related tests
Eric Fiselier
2016-03-31
6
-24
/
+13
*
unord: Extract key to avoid preemptive mallocs in insert/emplace
Duncan P. N. Exon Smith
2016-03-17
2
-0
/
+184
*
Fix LWG issue 2469 - Use piecewise construction in unordered_map::operator[].
Eric Fiselier
2016-02-11
2
-12
/
+52
*
Revert r260514 because it has a bogus commit message.
Eric Fiselier
2016-02-11
2
-52
/
+12
*
Teach __hash_table how to handle unordered_map's __hash_value_type.
Eric Fiselier
2016-02-11
2
-12
/
+52
*
Teach __hash_table how to handle unordered_map's __hash_value_type.
Eric Fiselier
2016-02-11
4
-0
/
+500
*
Recommit r260012 - Cleanup node-type handling in the unordered containers.
Eric Fiselier
2016-02-10
5
-0
/
+304
*
Revert r260012 due to __gnu_cxx::hash_map breakage
Eric Fiselier
2016-02-08
5
-304
/
+0
*
Cleanup node-type handling in the unordered containers
Eric Fiselier
2016-02-07
5
-0
/
+304
*
Add a bunch of missing includes in the test suite to make it more portable. F...
Marshall Clow
2016-01-12
53
-114
/
+167
*
Add static_assert to set/multiset/map/multimap/forward_list/deque that the al...
Marshall Clow
2015-11-26
4
-0
/
+72
[next]