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
*
non-member swap for array was mistakenly taking const ref params. Fixed and a...
Marshall Clow
2016-03-07
1
-1
/
+28
*
Add additional tests to ensure that we DTRT with short lists. This is LWG#259...
Marshall Clow
2016-02-23
1
-0
/
+14
*
Cleanup node-type handling in the associative containers.
Eric Fiselier
2016-02-20
5
-0
/
+247
*
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
*
[libcxx] Fix undefined behavior in forward_list
Eric Fiselier
2016-01-27
1
-0
/
+53
*
Add a bunch of missing includes in the test suite to make it more portable. F...
Marshall Clow
2016-01-12
54
-114
/
+168
*
Add explicit include directives; the file was getting implicitly included alr...
Marshall Clow
2016-01-05
4
-0
/
+4
*
First half of LWG#2354: 'Unnecessary copying when inserting into maps with br...
Marshall Clow
2016-01-05
4
-4
/
+130
*
[libcxx] LWG2485: get() should be overloaded for const tuple&&. Patch from K-...
Eric Fiselier
2015-12-18
1
-0
/
+51
*
Add static_assert to set/multiset/map/multimap/forward_list/deque that the al...
Marshall Clow
2015-11-26
12
-0
/
+216
*
Remove undefined behavior from tests; specifically, ensure that the value typ...
Marshall Clow
2015-11-24
14
-49
/
+59
*
Fix compile error in test. Can't use `operator[]` for multimap.
Marshall Clow
2015-11-16
1
-1
/
+1
*
More tests for LWG#2156
Marshall Clow
2015-11-16
4
-0
/
+64
*
LWG#2156 loosened the requirements on unordered containers 'rehash' calls. Ad...
Marshall Clow
2015-11-16
4
-0
/
+48
*
Make it possible to build a no-exceptions variant of libcxx.
Asiri Rathnayake
2015-11-10
12
-0
/
+12
*
Suppress array initialization warnings in std::experimental::apply tests
Eric Fiselier
2015-10-01
16
-23
/
+46
*
Recommit rL245802: Cleanup fancy pointer rebinding in list using __rebind_poi...
Eric Fiselier
2015-08-23
1
-0
/
+27
*
implement more of N4258 - Cleaning up noexcept in the standard library. Speci...
Marshall Clow
2015-08-18
2
-0
/
+85
*
Fix a handful of tests that fail in C++03
Eric Fiselier
2015-07-28
1
-1
/
+7
*
Fix warnings in unordered_map
Eric Fiselier
2015-07-19
28
-85
/
+39
*
Fix warnings in forwardlist
Eric Fiselier
2015-07-19
3
-6
/
+6
*
Fix warnings in deque tests
Eric Fiselier
2015-07-19
10
-57
/
+24
*
Commit file missing from r242629
Eric Fiselier
2015-07-19
1
-0
/
+8
*
Fix warnings in array and assoc containers
Eric Fiselier
2015-07-18
19
-25
/
+90
*
Add missing instrumentation in vector::insert - Patch from Anna Zaks
Eric Fiselier
2015-07-18
2
-284
/
+0
*
Move bits from N4258. Mark vector's move-constructor unconditionally noexcept...
Marshall Clow
2015-07-14
2
-0
/
+10
*
Implement the first part of N4258: 'Cleaning up noexcept in the Library'. Thi...
Marshall Clow
2015-07-13
13
-12
/
+1017
*
The rest of N4279 and LWG#2464 - for unordered_map
Marshall Clow
2015-07-07
2
-0
/
+393
*
Implement N4279 and LWG#2664 for <map>. Reviewed as http://reviews.llvm.org/D...
Marshall Clow
2015-07-07
2
-0
/
+381
*
Add tests for LWG#2299. While doing so, I noticed that the tests we have for ...
Marshall Clow
2015-06-30
49
-1
/
+1716
*
Fix PR#23767. Add tests for iterator invalidation for deque::erase/pop_front/...
Marshall Clow
2015-06-05
4
-0
/
+246
*
While applying N4258, I forgot about LWG#2455, which modified the modificatio...
Marshall Clow
2015-06-04
3
-20
/
+1
*
More N4258 changes. This time vector's constructors
Marshall Clow
2015-06-04
4
-5
/
+48
*
Fix broken test I just added
Marshall Clow
2015-05-26
1
-3
/
+3
*
Add tests to ensure that string/vector/array have contiguous iterators - whic...
Marshall Clow
2015-05-26
2
-0
/
+83
*
Fix test that was failing on C++03 b/c it was using initializer lists
Marshall Clow
2015-05-16
1
-2
/
+2
*
Fix for LWG Issue 2059: C++0x ambiguity problem with map::erase
Marshall Clow
2015-05-10
8
-0
/
+180
*
Remove some debugging printout lines. No functionality change.
Marshall Clow
2015-05-10
1
-2
/
+0
*
Make the new tests better; make sure that we're testing the case where no rea...
Marshall Clow
2015-03-30
2
-4
/
+11
*
While testing Erik's code coverage scripts, I found a hole in the test suite ...
Marshall Clow
2015-03-30
2
-16
/
+74
*
[libcxx] Move tuple_size and tuple_element overloads for pair and array out o...
Eric Fiselier
2015-03-17
2
-18
/
+53
*
Use generic feature name for sanitizers that replace new and delete
Eric Fiselier
2015-03-10
3
-3
/
+3
*
[libcxx] Fix __RAII_IncreaseAnnotator for increases >= 1
Eric Fiselier
2015-03-10
1
-0
/
+34
*
Move test to use correct suffix
Eric Fiselier
2015-03-09
1
-0
/
+0
[next]