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
/
sequences
/
vector.bool
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
40
-2419
/
+0
*
Added vector<T>::insert tests suggested by code coverage results
Marshall Clow
2014-11-11
2
-0
/
+31
*
EricQWF's code coverage work showed that none of the libc++ tests were exerci...
Marshall Clow
2014-11-11
4
-7
/
+81
*
Fix PR 19663. Some calls to find(vector<bool>) were returning iterators that ...
Marshall Clow
2014-05-06
1
-0
/
+2
*
Added tests to the sequence containers for for LWG Issue #2263. Comparing ite...
Marshall Clow
2014-03-10
1
-3
/
+17
*
Implement LWG 2193. Default constructors for standard library containers are ...
Marshall Clow
2014-03-05
1
-0
/
+6
*
Found six (nmostly) identical files named 'test_allocator.h' in the libcxx te...
Marshall Clow
2013-12-03
16
-16
/
+16
*
There were two identical files named 'min_allocator.h'. Move one of them to /...
Marshall Clow
2013-11-26
34
-34
/
+34
*
LWG Issue 2210 (Part #7): vector and vector<bool>
Marshall Clow
2013-09-14
1
-1
/
+27
*
Implement LWG Issue #2187 (emplace_back and emplace for vector<bool>)
Marshall Clow
2013-08-13
2
-0
/
+125
*
N3644 tests for map/multimap/set/multiset. Drive-by NOEXCEPT for __tree_const...
Marshall Clow
2013-08-08
1
-1
/
+1
*
N3644 support for vector<bool>
Marshall Clow
2013-08-07
1
-0
/
+12
*
Correct logic bug in find optimization for vector<bool>. This fixes http://l...
Howard Hinnant
2013-08-07
1
-0
/
+38
*
Implement full support for non-pointer pointers in custom allocators for vector.
Howard Hinnant
2013-06-27
32
-7
/
+532
*
Need one more swap overload for swapping two lvalue vector<bool>::reference's.
Howard Hinnant
2013-03-26
1
-0
/
+10
*
Move common header files into a 'support' directory; make 'testit' include -I...
Marshall Clow
2013-01-05
3
-3
/
+3
*
Removed several more different 'iterators.h' files in libcxx/test
Marshall Clow
2013-01-03
3
-3
/
+3
*
Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574
Howard Hinnant
2011-08-12
5
-10
/
+10
*
noexcept for <vector>. This also includes installing move_if_noexcept() into...
Howard Hinnant
2011-06-03
5
-0
/
+259
*
Bug 9096 - list::iterator not default constructible
Howard Hinnant
2011-01-28
1
-0
/
+59
*
license change
Howard Hinnant
2010-11-16
31
-62
/
+62
*
Fix two test bugs
Howard Hinnant
2010-10-14
1
-2
/
+2
*
Changed __config to react to all of clang's currently documented has_feature ...
Howard Hinnant
2010-09-04
8
-16
/
+16
*
Fixing whitespace problems
Howard Hinnant
2010-08-22
11
-14
/
+14
*
Wiped out some non-ascii characters that snuck into the copyright.
Howard Hinnant
2010-05-11
31
-31
/
+31
*
libcxx initial import
Howard Hinnant
2010-05-11
31
-0
/
+1238