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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
337
-24483
/
+0
*
Add 'REQUIERS: long_tests' to a few more long tests
Jonathan Roelofs
2014-12-11
3
-0
/
+6
*
Added vector<T>::insert tests suggested by code coverage results
Marshall Clow
2014-11-11
5
-0
/
+130
*
EricQWF's code coverage work showed that none of the libc++ tests were exerci...
Marshall Clow
2014-11-11
4
-7
/
+81
*
Actually mark the tests an unsupported with MSAN (not just ASAN)
Eric Fiselier
2014-11-04
3
-3
/
+3
*
Mark tests that replace operator new/delete as UNSUPPORTED with ASAN and MSAN.
Eric Fiselier
2014-11-04
3
-0
/
+6
*
[libcxx] Fix use of operator comma where the types can be user defined
Eric Fiselier
2014-10-27
1
-1
/
+1
*
Fix unused variables in tests to placate scan-build. Patch from Steve MacKenzie.
Eric Fiselier
2014-10-19
2
-0
/
+2
*
Whitespace maintenance. Remove a bunch of tabs that snuck in. No functionalit...
Marshall Clow
2014-10-18
2
-22
/
+22
*
[asan] Make vector asan annotations exception-friendly
Kostya Serebryany
2014-09-02
1
-0
/
+198
*
Apply a similar fix to <forward_list> as I did for <list> in r215210. Again, ...
Marshall Clow
2014-08-08
1
-0
/
+37
*
While reading LWG#526, Ion GaztaƱaga noticed that libc++ didn't correctly ha...
Marshall Clow
2014-08-08
1
-0
/
+32
*
Fix PR#202520 - predicate called too many times in list::remove_if. Add tests...
Marshall Clow
2014-08-04
2
-12
/
+65
*
Fix some failing tests for the standard containers. The tests were failing in...
Marshall Clow
2014-07-08
4
-19
/
+27
*
Add Address Sanitizer support to std::vector
Marshall Clow
2014-05-08
38
-0
/
+376
*
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
6
-18
/
+78
*
Implement LWG 2193. Default constructors for standard library containers are ...
Marshall Clow
2014-03-05
5
-0
/
+27
*
LWG issue #2252: Add more tests for exception safety. No changes needed in th...
Marshall Clow
2014-03-04
3
-24
/
+48
*
Add a test to make sure that vector supports incomplete types
Marshall Clow
2014-02-13
1
-0
/
+23
*
Support forward_list<Incomplete Type>. Patch by Zhihao Yuan!
Peter Collingbourne
2014-02-05
1
-0
/
+25
*
Found six (nmostly) identical files named 'test_allocator.h' in the libcxx te...
Marshall Clow
2013-12-03
81
-81
/
+81
*
Found two identical files named 'DefaultOnly.h' in the libcxx test suite. Mov...
Marshall Clow
2013-12-02
13
-13
/
+13
*
Fix for PRPR17934; based on a fix suggested by Peter Sommerlad
Marshall Clow
2013-12-02
1
-10
/
+28
*
There were two identical files named 'min_allocator.h'. Move one of them to /...
Marshall Clow
2013-11-26
258
-258
/
+258
*
Move <dynarray> into include/experimental, and into the std::experimental nam...
Marshall Clow
2013-11-13
11
-41
/
+60
*
Peter Collingbourne: If a pointer is passed as the third argument of the (ite...
Howard Hinnant
2013-09-21
1
-2
/
+14
*
LWG Issue 2210 (Part #7): vector and vector<bool>
Marshall Clow
2013-09-14
2
-2
/
+54
*
Initial implementation of <dynarray>. No allocator support pending resolution...
Marshall Clow
2013-09-13
12
-0
/
+768
*
A collection of minor type-o fixes. The first two aren't testable, but all t...
Howard Hinnant
2013-09-12
1
-1
/
+1
*
Remove a tab that snuck in
Marshall Clow
2013-09-08
1
-1
/
+1
*
Fix minor type-o in tests.
Howard Hinnant
2013-09-08
2
-2
/
+2
*
LWG Issue 2210 (Part #2 & #3): list and forward_list
Marshall Clow
2013-09-08
2
-0
/
+46
*
LWG Issue 2210 (Part #1): deque
Marshall Clow
2013-09-07
1
-2
/
+56
*
Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG.
Howard Hinnant
2013-08-23
51
-84
/
+84
*
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
5
-5
/
+5
*
N3644 support for vector<bool>
Marshall Clow
2013-08-07
1
-0
/
+12
*
N3644 support for <string> and <vector>
Marshall Clow
2013-08-07
1
-0
/
+13
*
Correct logic bug in find optimization for vector<bool>. This fixes http://l...
Howard Hinnant
2013-08-07
1
-0
/
+38
*
War on tabs
Howard Hinnant
2013-08-07
1
-1
/
+1
*
Implement tests for NULL iterators for <array> re: N3644
Marshall Clow
2013-08-06
1
-0
/
+79
*
Implement NULL iterators for <forward_list> and <deque> re: N3644
Marshall Clow
2013-08-06
2
-0
/
+38
*
Implement NULL iterators for <list> re: N3644
Marshall Clow
2013-08-05
2
-0
/
+85
*
Ok, 3 major changes for debug mode in one commit:
Howard Hinnant
2013-08-02
2
-108
/
+0
*
Debug mode for unordered_set. I believe this to be fairly complete for
Howard Hinnant
2013-07-23
1
-0
/
+9
*
Make std::get constexpr
Marshall Clow
2013-07-17
6
-0
/
+231
*
War on tabs.
Howard Hinnant
2013-07-08
7
-163
/
+163
*
Implement full support for non-pointer pointers in custom allocators for vector.
Howard Hinnant
2013-06-27
94
-7
/
+1647
*
Implement full support for non-pointer pointers in custom allocators for list.
Howard Hinnant
2013-06-25
64
-4
/
+1857
[next]