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
/
vector.cons
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libcxx] [test] Fix valarray UB and MSVC warnings.
Stephan T. Lavavej
2019-12-12
1
-0
/
+7
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
11
-0
/
+12
*
[libc++] Remove unnecessary <iostream> #includes in tests
Louis Dionne
2019-03-28
2
-2
/
+0
*
Fix a vector test to not use a local type as a template parameter. This cause...
Marshall Clow
2019-03-22
1
-7
/
+9
*
Support tests in freestanding
JF Bastien
2019-02-04
25
-25
/
+75
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
25
-100
/
+75
*
[libcxx] Optimize vectors construction of trivial types from an iterator rang...
Volodymyr Sapsai
2019-01-08
1
-0
/
+31
*
Update a couple of vector<bool> tests that were testing libc++-specific bahav...
Marshall Clow
2018-12-07
1
-2
/
+2
*
Get tests compiling with -Wunused-local-typedef
Eric Fiselier
2018-11-15
2
-4
/
+0
*
Remove unused include of "verbose_assert.h"
Marshall Clow
2018-09-19
1
-1
/
+0
*
[libcxx] [test] Strip trailing whitespace. NFC.
Stephan T. Lavavej
2018-06-14
2
-3
/
+3
*
Fix PR37694 - std::vector doesn't correctly move construct allocators.
Eric Fiselier
2018-06-05
1
-0
/
+33
*
Implement deduction guides for vector
Marshall Clow
2018-05-21
2
-0
/
+156
*
[libc++] Fix PR34898 - vector iterator constructors and assign method perform...
Eric Fiselier
2017-10-17
3
-62
/
+331
*
[libcxx] [test] Untabify, NFC.
Stephan T. Lavavej
2017-07-29
1
-4
/
+4
*
Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in vector.
Eric Fiselier
2017-04-16
7
-29
/
+14
*
[libcxx] [test] Fix Clang -Wunused-local-typedef, part 1/3.
Stephan T. Lavavej
2017-02-05
1
-1
/
+3
*
fix warnings only produced by apple-clang
Eric Fiselier
2016-12-24
1
-0
/
+3
*
[libcxx] [test] D27269: Fix MSVC x64 warning C4267 "conversion from 'size_t' ...
Stephan T. Lavavej
2016-12-06
2
-2
/
+2
*
[libcxx] [test] D27021: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...
Stephan T. Lavavej
2016-12-06
2
-2
/
+4
*
[PATCH] D25483: [libcxx] [test] Fix non-Standard assumptions about how many e...
Stephan T. Lavavej
2016-10-27
2
-5
/
+7
*
[libc++] Fix stack_allocator
Eric Fiselier
2016-10-08
4
-11
/
+11
*
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
*
Fix a non-standard allocator in vector tests. Patch from STL@microsoft.com
Eric Fiselier
2016-07-24
1
-0
/
+3
*
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...
Eric Fiselier
2016-06-14
13
-22
/
+17
*
Remove trailing whitespace in test suite. Approved by Marshall Clow.
Eric Fiselier
2016-06-01
10
-81
/
+81
*
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
*
implement more of N4258 - Cleaning up noexcept in the standard library. Speci...
Marshall Clow
2015-08-18
1
-0
/
+44
*
Move bits from N4258. Mark vector's move-constructor unconditionally noexcept...
Marshall Clow
2015-07-14
1
-0
/
+5
*
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 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
*
We had two identical files named 'MoveOnly.h' in the test suite. Move one to ...
Marshall Clow
2015-01-28
7
-7
/
+7
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
21
-0
/
+1255