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.bool
Commit message (
Expand
)
Author
Age
Files
Lines
*
libcxx: Rename .hpp files in libcxx/test/support to .h
Nico Weber
2019-08-21
1
-1
/
+1
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
24
-0
/
+25
*
Support tests in freestanding
JF Bastien
2019-02-04
45
-45
/
+135
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
45
-180
/
+135
*
Update a couple of vector<bool> tests that were testing libc++-specific bahav...
Marshall Clow
2018-12-07
2
-8
/
+15
*
[libcxx] [test] Fix MSVC warning C4800.
Stephan T. Lavavej
2018-11-14
1
-6
/
+6
*
Fix PR37694 - std::vector doesn't correctly move construct allocators.
Eric Fiselier
2018-06-05
1
-0
/
+31
*
Fix copy/paste bug in test where we were putting a '3' into a vector<bool>. NFC.
Marshall Clow
2017-11-26
1
-2
/
+2
*
Replace assert(true) in tests with actual asserts. Reviewed as https://review...
Billy Robert O'Neal III
2017-11-21
1
-2
/
+2
*
First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty...
Marshall Clow
2017-11-15
1
-0
/
+28
*
Added tests for xxx.size() and xxx.empty() for all the sequence containers
Marshall Clow
2017-11-15
2
-0
/
+108
*
[libcxx] [test] Change comments to say C++ instead of c++. NFC.
Stephan T. Lavavej
2017-07-29
1
-1
/
+1
*
[libcxx] [test] Untabify, NFC.
Stephan T. Lavavej
2017-07-29
2
-12
/
+12
*
[libcxx] [test] Fix MSVC "warning C6326: Potential comparison of a constant w...
Stephan T. Lavavej
2017-05-05
1
-2
/
+2
*
[libcxx] [test] Strip trailing whitespace. NFC.
Stephan T. Lavavej
2017-05-04
1
-1
/
+1
*
Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in vector.
Eric Fiselier
2017-04-16
8
-32
/
+16
*
Implement P0599: 'noexcept for hash functions'. Fix a couple of hash function...
Marshall Clow
2017-03-23
1
-1
/
+3
*
Update all bug URL's to point to https://bugs.llvm.org/...
Eric Fiselier
2017-02-17
1
-1
/
+1
*
[libcxx] [test] Fix Clang -Wunused-local-typedef, part 1/3.
Stephan T. Lavavej
2017-02-05
5
-19
/
+44
*
Change the return type of emplace_[front|back] back to void when building wit...
Marshall Clow
2017-01-24
1
-5
/
+25
*
Implement P0513R0 - "Poisoning the Hash"
Eric Fiselier
2017-01-21
1
-0
/
+28
*
[libcxx] [test] Fix MSVC warnings C4127 and C6326 about constants.
Stephan T. Lavavej
2017-01-18
1
-2
/
+2
*
fix warnings only produced by apple-clang
Eric Fiselier
2016-12-24
1
-0
/
+3
*
Enable the -Wsign-compare warning to better support MSVC
Eric Fiselier
2016-12-11
1
-6
/
+8
*
Fix undefined behavior in container swap tests.
Eric Fiselier
2016-12-11
1
-4
/
+4
*
[libcxx] [test] D27269: Fix MSVC x64 warning C4267 "conversion from 'size_t' ...
Stephan T. Lavavej
2016-12-06
2
-2
/
+2
*
[libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...
Stephan T. Lavavej
2016-12-06
1
-2
/
+3
*
[libcxx] [test] D27021: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...
Stephan T. Lavavej
2016-12-06
2
-2
/
+4
*
[libcxx] [test] D27016: Fix MSVC warning C4018 "signed/unsigned mismatch", pa...
Stephan T. Lavavej
2016-11-23
3
-13
/
+16
*
[libcxx] [test] D27013: Fix MSVC warning C4018 "signed/unsigned mismatch", pa...
Stephan T. Lavavej
2016-11-23
1
-2
/
+3
*
[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.
Stephan T. Lavavej
2016-11-04
1
-1
/
+2
*
Support allocators with explicit conversion constructors. Fixes bug #29000
Marshall Clow
2016-08-17
1
-0
/
+4
*
Make dtor_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com
Eric Fiselier
2016-07-25
1
-1
/
+2
*
Make move_assign_noexcept.pass.cpp tests more portable. Patch from STL@micros...
Eric Fiselier
2016-07-25
1
-4
/
+5
*
Make swap_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com.
Eric Fiselier
2016-07-25
1
-11
/
+7
*
Make move_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com
Eric Fiselier
2016-07-24
1
-4
/
+5
*
Implement P0084r2. Changing emplace return types.
Eric Fiselier
2016-07-21
1
-7
/
+22
*
Fix unary_function inheritance assumption. Patch from STL@microsoft.com
Eric Fiselier
2016-06-30
1
-2
/
+2
*
Make default_noexcept.pass.cpp container tests more portable. Patch from STL@...
Eric Fiselier
2016-06-26
1
-2
/
+3
*
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...
Eric Fiselier
2016-06-14
29
-39
/
+36
*
Fix vector<bool> tests that were using ints. Patch from STL@microsoft.com
Eric Fiselier
2016-06-14
5
-17
/
+17
*
Remove trailing whitespace in test suite. Approved by Marshall Clow.
Eric Fiselier
2016-06-01
6
-10
/
+10
*
[libcxx] Improve tests to use the UNSUPPORTED lit directive
Asiri Rathnayake
2016-05-28
2
-4
/
+2
*
Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros
Eric Fiselier
2016-04-28
8
-24
/
+30
*
Complete LWG issue #2016. Allocators must be nothrow swappable
Eric Fiselier
2016-04-22
1
-3
/
+3
*
Added a noexcept test
Marshall Clow
2016-04-07
1
-0
/
+6
*
Fix bug #27260 - add missing swap(reference, reference) to vector<bool>.
Marshall Clow
2016-04-07
1
-0
/
+31
*
Add some more tests for the containers type requirements
Marshall Clow
2016-03-09
1
-1
/
+9
*
Add a bunch of missing includes in the test suite to make it more portable. F...
Marshall Clow
2016-01-12
1
-0
/
+1
*
implement more of N4258 - Cleaning up noexcept in the standard library. Speci...
Marshall Clow
2015-08-18
1
-0
/
+41
[next]