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
/
sequences
/
vector
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Support allocators with explicit conversion constructors. Fixes bug #29000
Marshall Clow
2016-08-17
1
-0
/
+12
*
Make dtor_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com
Eric Fiselier
2016-07-25
1
-1
/
+2
*
Make swap_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com.
Eric Fiselier
2016-07-25
1
-11
/
+7
*
Fix a non-standard allocator in vector tests. Patch from STL@microsoft.com
Eric Fiselier
2016-07-24
1
-0
/
+3
*
Implement P0084r2. Changing emplace return types.
Eric Fiselier
2016-07-21
1
-15
/
+15
*
Always use the allocator to construct/destruct elements of a deque/vector. Fi...
Marshall Clow
2016-07-11
1
-0
/
+9
*
Implement LWG#2596: 'vector::data() should use addressof'
Marshall Clow
2016-06-30
2
-3
/
+41
*
Move remaining _LIBCPP_VERSION tests into test/libcxx
Eric Fiselier
2016-06-22
1
-20
/
+0
*
Improve portability of vector tests. Patch from STL@microsoft.com
Eric Fiselier
2016-06-15
1
-1
/
+1
*
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...
Eric Fiselier
2016-06-14
45
-54
/
+49
*
Remove trailing whitespace in test suite. Approved by Marshall Clow.
Eric Fiselier
2016-06-01
35
-292
/
+292
*
Fix or move various non-standard tests.
Eric Fiselier
2016-04-29
14
-742
/
+0
*
Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros
Eric Fiselier
2016-04-28
8
-37
/
+43
*
Remove names of unreferenced parameters. Patch from STL@microsoft.com
Eric Fiselier
2016-04-28
1
-1
/
+1
*
Complete LWG issue #2016. Allocators must be nothrow swappable
Eric Fiselier
2016-04-22
1
-3
/
+3
*
Add some more tests for the containers type requirements
Marshall Clow
2016-03-09
1
-6
/
+28
*
Add static_assert to set/multiset/map/multimap/forward_list/deque that the al...
Marshall Clow
2015-11-26
1
-0
/
+18
*
Make it possible to build a no-exceptions variant of libcxx.
Asiri Rathnayake
2015-11-10
1
-0
/
+1
*
implement more of N4258 - Cleaning up noexcept in the standard library. Speci...
Marshall Clow
2015-08-18
1
-0
/
+44
*
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
1
-0
/
+5
*
Implement the first part of N4258: 'Cleaning up noexcept in the Library'. Thi...
Marshall Clow
2015-07-13
1
-0
/
+31
*
While applying N4258, I forgot about LWG#2455, which modified the modificatio...
Marshall Clow
2015-06-04
2
-10
/
+1
*
More N4258 changes. This time vector's constructors
Marshall Clow
2015-06-04
2
-3
/
+25
*
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
1
-0
/
+52
*
Fix test that was failing on C++03 b/c it was using initializer lists
Marshall Clow
2015-05-16
1
-2
/
+2
*
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] 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
*
We had two identical files named 'MoveOnly.h' in the test suite. Move one to ...
Marshall Clow
2015-01-28
11
-11
/
+11
*
Added test for incomplete type support in vector/list/forward_list. Reference...
Marshall Clow
2015-01-26
1
-0
/
+2
*
Walter Brown sent a list of tests which needed 'additional includes' to match...
Marshall Clow
2015-01-09
3
-0
/
+3
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
71
-0
/
+5083
[prev]