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