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
/
deque
/
deque.cons
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
12
-0
/
+12
*
Support tests in freestanding
JF Bastien
2019-02-04
25
-25
/
+75
*
Mark some of the behavior in the move w/allocator constructors of deque/unord...
Marshall Clow
2019-01-29
1
-12
/
+13
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
25
-100
/
+75
*
[libcxx] [test] Strip trailing whitespace. NFC.
Stephan T. Lavavej
2018-06-14
2
-3
/
+3
*
Fix test failures after r334053.
Eric Fiselier
2018-06-06
1
-1
/
+3
*
Remove expression '1L + INT_MAX', because it overflows on machines where int/...
Marshall Clow
2018-05-19
1
-2
/
+2
*
Implement deduction guides for <deque>
Marshall Clow
2018-05-18
2
-0
/
+140
*
[libc++] Fix PR34898 - vector iterator constructors and assign method perform...
Eric Fiselier
2017-10-17
3
-3
/
+154
*
[test] Allow other implementations to strengthen noexcept on deque's move con...
Casey Carter
2017-09-30
1
-1
/
+1
*
Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in deque
Eric Fiselier
2017-04-16
7
-28
/
+14
*
[libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3.
Stephan T. Lavavej
2017-02-05
1
-1
/
+0
*
[libcxx] [test] Fix Clang -Wunused-local-typedef, part 1/3.
Stephan T. Lavavej
2017-02-05
4
-8
/
+16
*
fix warnings only produced by apple-clang
Eric Fiselier
2016-12-24
1
-4
/
+7
*
[libcxx] [test] D27025: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...
Stephan T. Lavavej
2016-12-06
1
-2
/
+2
*
[libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...
Stephan T. Lavavej
2016-12-06
1
-1
/
+1
*
[libcxx] [test] D27021: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...
Stephan T. Lavavej
2016-12-06
7
-13
/
+20
*
[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.
Stephan T. Lavavej
2016-11-04
1
-3
/
+4
*
[PATCH] D25483: [libcxx] [test] Fix non-Standard assumptions about how many e...
Stephan T. Lavavej
2016-10-27
2
-2
/
+2
*
[libc++] Fix stack_allocator
Eric Fiselier
2016-10-08
4
-8
/
+8
*
[libc++] Remove various C++03 feature test macros
Eric Fiselier
2016-09-25
1
-3
/
+3
*
Support allocators with explicit conversion constructors. Fixes bug #29000
Marshall Clow
2016-08-17
1
-0
/
+2
*
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
-2
/
+3
*
Make move_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com
Eric Fiselier
2016-07-24
1
-3
/
+4
*
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
21
-30
/
+26
*
Fix warnings in deque tests
Eric Fiselier
2015-07-19
2
-11
/
+4
*
Fix more issues exposed by -pedantic-errors in c++03 mode
Eric Fiselier
2015-02-10
2
-2
/
+2
*
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
23
-0
/
+1417