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.modifiers
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
15
-0
/
+19
*
Support tests in freestanding
JF Bastien
2019-02-04
23
-23
/
+69
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
23
-92
/
+69
*
[libcxx] [test] Strip trailing whitespace. NFC.
Stephan T. Lavavej
2018-11-14
2
-2
/
+2
*
mark LWG#2953 as complete. No code changes required, but added a couple of ex...
Marshall Clow
2018-09-12
2
-0
/
+64
*
Fix Bug 38644: multimap::clear() missing exception specifier. Add noexcept te...
Marshall Clow
2018-08-22
1
-0
/
+67
*
[libcxx] [test] Untabify, NFC.
Stephan T. Lavavej
2017-07-29
2
-10
/
+10
*
Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in deque
Eric Fiselier
2017-04-16
3
-14
/
+6
*
Change the return type of emplace_[front|back] back to void when building wit...
Marshall Clow
2017-01-24
2
-2
/
+28
*
Enable the -Wsign-compare warning to better support MSVC
Eric Fiselier
2016-12-11
2
-2
/
+8
*
[libcxx] [test] D27021: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...
Stephan T. Lavavej
2016-12-06
11
-16
/
+17
*
[libcxx] [test] D27014: Fix MSVC warning C4018 "signed/unsigned mismatch", pa...
Stephan T. Lavavej
2016-11-23
10
-19
/
+29
*
Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptio...
Roger Ferrer Ibanez
2016-10-31
2
-2
/
+2
*
[libc++] Fix stack_allocator
Eric Fiselier
2016-10-08
1
-2
/
+2
*
Implement P0084r2. Changing emplace return types.
Eric Fiselier
2016-07-21
2
-19
/
+12
*
Always use the allocator to construct/destruct elements of a deque/vector. Fi...
Marshall Clow
2016-07-11
1
-0
/
+12
*
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...
Eric Fiselier
2016-06-14
10
-10
/
+10
*
Remove trailing whitespace in test suite. Approved by Marshall Clow.
Eric Fiselier
2016-06-01
6
-19
/
+19
*
Fix some non-standard parts of our test suite. Reported by STL
Eric Fiselier
2016-04-22
2
-0
/
+4
*
Make it possible to build a no-exceptions variant of libcxx.
Asiri Rathnayake
2015-11-10
2
-0
/
+2
*
Fix warnings in deque tests
Eric Fiselier
2015-07-19
5
-40
/
+14
*
Fix PR#23767. Add tests for iterator invalidation for deque::erase/pop_front/...
Marshall Clow
2015-06-05
4
-0
/
+246
*
Fix an exception-safety bug in <deque>. Reference: PR#22650. Not closing the ...
Marshall Clow
2015-03-09
2
-1
/
+41
*
Fix more issues exposed by -pedantic-errors in c++03 mode
Eric Fiselier
2015-02-10
15
-15
/
+15
*
We had two identical files named 'MoveOnly.h' in the test suite. Move one to ...
Marshall Clow
2015-01-28
4
-4
/
+4
*
Fix PR#22284. Add a new overload to deque::insert to handle forward iterators...
Marshall Clow
2015-01-22
1
-1
/
+40
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
18
-0
/
+1863