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
/
container.adaptors
/
stack
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
25
-0
/
+39
*
Support tests in freestanding
JF Bastien
2019-02-04
34
-34
/
+102
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
34
-136
/
+102
*
Get tests compiling with -Wunused-local-typedef
Eric Fiselier
2018-11-15
1
-1
/
+1
*
[libcxx] [test] Strip trailing whitespace. NFC.
Stephan T. Lavavej
2018-06-14
2
-5
/
+5
*
Mark deduction guide tests as failing on apple-clang-9
JF Bastien
2018-05-29
1
-1
/
+1
*
Mark the template deduction tests as UNSUPPORTED on clang 5, because it deduc...
Marshall Clow
2018-05-28
1
-0
/
+3
*
Deduction guides for the container adaptors - queue, stack, and priority_queue
Marshall Clow
2018-05-22
2
-0
/
+144
*
[libcxx] [test] Strip trailing whitespace, NFC.
Stephan T. Lavavej
2018-02-12
1
-2
/
+2
*
Implement LWG2783: stack::emplace() and queue::emplace() should return declty...
Marshall Clow
2018-01-24
1
-3
/
+22
*
First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty...
Marshall Clow
2017-11-15
1
-0
/
+28
*
[libcxx] [test] Untabify, NFC.
Stephan T. Lavavej
2017-07-29
1
-1
/
+1
*
Fix tests for extended noexcept in the container adaptors tests
Eric Fiselier
2017-04-19
2
-3
/
+4
*
Cleanup _LIBCPP_HAS_NO_<c++11-feature> macro uses in std::stack.
Eric Fiselier
2017-04-18
10
-30
/
+22
*
[libcxx] [test] Fix Clang -Wunused-local-typedef, part 1/3.
Stephan T. Lavavej
2017-02-05
2
-2
/
+6
*
Change the return type of emplace_[front|back] back to void when building wit...
Marshall Clow
2017-01-24
1
-0
/
+9
*
[libcxx] [test] Fix MSVC x64 truncation warnings with 32-bit allocator size_t...
Stephan T. Lavavej
2016-12-14
1
-1
/
+1
*
[libcxx] [test] D27013: Fix MSVC warning C4018 "signed/unsigned mismatch", pa...
Stephan T. Lavavej
2016-11-23
2
-2
/
+4
*
[libc++] Fix stack_allocator
Eric Fiselier
2016-10-08
1
-2
/
+2
*
Make swap_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com.
Eric Fiselier
2016-07-25
1
-2
/
+2
*
Make move_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com
Eric Fiselier
2016-07-24
1
-1
/
+2
*
Implement P0084r2. Changing emplace return types.
Eric Fiselier
2016-07-21
1
-6
/
+10
*
Make default_noexcept.pass.cpp container tests more portable. Patch from STL@...
Eric Fiselier
2016-06-26
1
-1
/
+2
*
Move remaining _LIBCPP_VERSION tests into test/libcxx
Eric Fiselier
2016-06-22
1
-20
/
+0
*
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...
Eric Fiselier
2016-06-14
5
-10
/
+10
*
Add failing tests that I forgot to add to the last commit
Marshall Clow
2016-03-14
1
-0
/
+35
*
Implement LWG#2566: Requirements on the first template parameter of container...
Marshall Clow
2016-03-14
1
-7
/
+7
*
We had two identical files named 'MoveOnly.h' in the test suite. Move one to ...
Marshall Clow
2015-01-28
11
-11
/
+11
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
31
-0
/
+1129