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
/
multimap
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Make the comparison objects that we pass in for various tests look more like ...
Marshall Clow
2016-06-09
5
-5
/
+6
*
Avoid Shadowing warnings in the associative containers tests. Thanks to STL f...
Marshall Clow
2016-06-07
1
-2
/
+2
*
[libcxx] Fix c++98 test failures.
Asiri Rathnayake
2016-06-03
5
-5
/
+5
*
Remove trailing whitespace in test suite. Approved by Marshall Clow.
Eric Fiselier
2016-06-01
22
-68
/
+68
*
Complete LWG issue #2016. Allocators must be nothrow swappable
Eric Fiselier
2016-04-22
1
-3
/
+3
*
Fix LWG issue 2345 - Add insert(value_type&&)
Eric Fiselier
2016-04-18
5
-220
/
+152
*
Extract key to avoid preemptive mallocs in insert/emplace in associative cont...
Eric Fiselier
2016-04-15
1
-78
/
+2
*
Teach __tree how to handle map's __value_type
Eric Fiselier
2016-03-31
1
-0
/
+103
*
Cleanup node-type handling in the associative containers.
Eric Fiselier
2016-02-20
1
-0
/
+29
*
Add explicit include directives; the file was getting implicitly included alr...
Marshall Clow
2016-01-05
2
-0
/
+2
*
First half of LWG#2354: 'Unnecessary copying when inserting into maps with br...
Marshall Clow
2016-01-05
2
-2
/
+63
*
Add static_assert to set/multiset/map/multimap/forward_list/deque that the al...
Marshall Clow
2015-11-26
1
-0
/
+18
*
Remove undefined behavior from tests; specifically, ensure that the value typ...
Marshall Clow
2015-11-24
5
-15
/
+20
*
Fix warnings in array and assoc containers
Eric Fiselier
2015-07-18
1
-0
/
+1
*
Implement the first part of N4258: 'Cleaning up noexcept in the Library'. Thi...
Marshall Clow
2015-07-13
1
-0
/
+88
*
Add tests for LWG#2299. While doing so, I noticed that the tests we have for ...
Marshall Clow
2015-06-30
25
-1
/
+832
*
Fix for LWG Issue 2059: C++0x ambiguity problem with map::erase
Marshall Clow
2015-05-10
1
-0
/
+22
*
Allow declaration of map and multimap iterator with incomplete mapped type. P...
Eric Fiselier
2015-03-03
1
-0
/
+29
*
Remove use of zero length arrays in tests. Get tests passing with -pedantic-e...
Eric Fiselier
2015-02-10
2
-64
/
+16
*
We had two identical files named 'MoveOnly.h' in the test suite. Move one to ...
Marshall Clow
2015-01-28
9
-9
/
+9
*
Fix PR22366. When move-constructing an associative container and explicitly p...
Marshall Clow
2015-01-28
1
-0
/
+48
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
47
-0
/
+5455
[prev]