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
/
containers
/
associative
/
multimap
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
47
-5455
/
+0
*
Fix unused variables in tests to placate scan-build. Patch from Steve MacKenzie.
Eric Fiselier
2014-10-19
1
-0
/
+2
*
Fix bug 20740 - std::set/std::map don't support heterogeneous lookup for coun...
Marshall Clow
2014-08-24
1
-0
/
+67
*
Fix some failing tests for the standard containers. The tests were failing in...
Marshall Clow
2014-07-08
1
-22
/
+25
*
More tests for LWG Issue #2263; this time to the associative and unordered co...
Marshall Clow
2014-03-10
1
-3
/
+6
*
Implement LWG 2193. Default constructors for standard library containers are ...
Marshall Clow
2014-03-05
1
-0
/
+5
*
Fix for PR18735 - self-assignment for map/multimap gives incorrect results in...
Marshall Clow
2014-02-08
1
-0
/
+20
*
Found six (nmostly) identical files named 'test_allocator.h' in the libcxx te...
Marshall Clow
2013-12-03
16
-16
/
+16
*
Found two identical files named 'DefaultOnly.h' in the libcxx test suite. Mov...
Marshall Clow
2013-12-02
2
-2
/
+2
*
There were two identical files named 'min_allocator.h'. Move one of them to /...
Marshall Clow
2013-11-26
41
-41
/
+41
*
SCARY/N2913 iterator support between the multi and non-multi versions of the ...
Howard Hinnant
2013-09-30
1
-0
/
+24
*
LWG Issue #2210 Part 5 - map/multimap; no, really - the last one was set/mult...
Marshall Clow
2013-09-11
2
-0
/
+65
*
Second half (map/multimap) of N3657
Marshall Clow
2013-08-13
4
-0
/
+283
*
N3644 tests for map/multimap/set/multiset. Drive-by NOEXCEPT for __tree_const...
Marshall Clow
2013-08-08
1
-0
/
+14
*
Removed extension in [unordered_][multi]map which allowed one to emplace usin...
Howard Hinnant
2013-07-04
2
-12
/
+30
*
Implement full support for non-pointer types in custom allocators. This is f...
Howard Hinnant
2013-06-19
41
-0
/
+1846
*
Move common header files into a 'support' directory; make 'testit' include -I...
Marshall Clow
2013-01-05
1
-1
/
+1
*
Removed several more different 'iterators.h' files in libcxx/test
Marshall Clow
2013-01-03
1
-1
/
+1
*
The rules for emplace in map, multimap, unordered_map and unordered_multimap ...
Howard Hinnant
2012-05-25
2
-4
/
+10
*
Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574
Howard Hinnant
2011-08-12
5
-10
/
+10
*
noexcept for <set>. Plus a few fixes to noexcept for <map>.
Howard Hinnant
2011-06-04
5
-5
/
+5
*
noexcept for <map>.
Howard Hinnant
2011-06-04
5
-0
/
+268
*
Corrected tests for http://llvm.org/bugs/show_bug.cgi?id=9351
Howard Hinnant
2011-04-04
1
-24
/
+0
*
... And these wonderful tests.
Howard Hinnant
2011-04-03
1
-0
/
+24
*
Bug 9096 - list::iterator not default constructible
Howard Hinnant
2011-01-28
1
-2
/
+4
*
license change
Howard Hinnant
2010-11-16
41
-82
/
+82
*
Changed __config to react to all of clang's currently documented has_feature ...
Howard Hinnant
2010-09-04
12
-24
/
+24
*
Fixing whitespace problems
Howard Hinnant
2010-08-22
15
-22
/
+22
*
Wiped out some non-ascii characters that snuck into the copyright.
Howard Hinnant
2010-05-11
41
-41
/
+41
*
libcxx initial import
Howard Hinnant
2010-05-11
41
-0
/
+2829