aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/stack
AgeCommit message (Expand)AuthorFilesLines
2023-12-18[libc++] Format the code base (#74334)Louis Dionne1-207/+142
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne1-9/+9
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne1-30/+30
2023-09-01[libc++][NFC] Refactor __enable_if return types to defaulted template parametersNikolas Klauser1-2/+2
2023-07-24[libc++] Fix template parameter naming and enforce it through readability-ide...Nikolas Klauser1-4/+4
2023-06-10[libc++][spaceship] Implement `operator<=>` for `stack`Hristo Hristov1-0/+14
2023-06-05[libc++][ranges] Implement the changes to container adaptors from P1206 (`ran...varconst1-0/+54
2023-05-18[libc++][NFC] Rename iterator category checks to make it obvious that they ch...Nikolas Klauser1-4/+4
2023-03-08[libc++] Granularize <type_traits> includesNikolas Klauser1-1/+2
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser1-4/+4
2023-01-19[libc++][format] Adds container adaptor formatters.Mark de Wever1-0/+2
2022-11-05[libc++] Granularize <concept> includesNikolas Klauser1-0/+1
2022-09-27[libc++][NFC] Fix some standard-mandated includes commentsNikolas Klauser1-0/+2
2022-09-03[NFC][libc++] Moves transitive includes location.Mark de Wever1-4/+4
2022-08-31[libc++] Reduces the number of transitive includes.Mark de Wever1-1/+1
2022-06-27[libc++] Re-add transitive includes that had been removed since LLVM 14Louis Dionne1-0/+4
2022-06-17[libc++] Mark standard-mandated includes as suchNikolas Klauser1-0/+4
2022-03-30[libc++] Ensure that all public C++ headers include <__assert>Louis Dionne1-0/+1
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer1-1/+1
2022-01-06[libc++] Implement P1425R4 (Iterator pair constructors for std::stack and std...Nikolas Klauser1-1/+42
2022-01-04[libc++] Add the version header to all headers.Mark de Wever1-0/+1
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne1-1/+1
2021-09-08[libc++][NFC] Rename _EnableIf to __enable_if_t for consistencyLouis Dionne1-6/+6
2021-09-08[libc++] Use enable_if_t instead of _EnableIfLouis Dionne1-3/+3
2021-08-18[libc++] Remove workarounds for the lack of deduction guides in C++17Louis Dionne1-1/+1
2021-07-01[libcxx][functional][modular] splices <functional> into modular headersChristopher Di Bella1-0/+1
2021-06-24[libcxx][modularisation] moves <utility> content out of <type_traits>Christopher Di Bella1-0/+1
2021-06-18[libc++] [P1518R2] Better CTAD behavior for containers with allocators.Arthur O'Dwyer1-1/+1
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne1-4/+4
2021-03-29[libc++] Use _EnableIf and __iter_value_type consistently. NFCI.Arthur O'Dwyer1-17/+9
2019-05-29[NFC][libcxx] Remove trailing whitespaceLouis Dionne1-5/+5
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-05-22Deduction guides for the container adaptors - queue, stack, and priority_queueMarshall Clow1-0/+22
2018-01-24Implement LWG2783: stack::emplace() and queue::emplace() should return declty...Marshall Clow1-1/+1
2017-11-15First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty...Marshall Clow1-1/+1
2017-04-18Cleanup _LIBCPP_HAS_NO_<c++11-feature> macro uses in std::stack.Eric Fiselier1-17/+16
2017-01-24Change the return type of emplace_[front|back] back to void when building wit...Marshall Clow1-1/+6
2017-01-04[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier1-3/+3
2016-07-21Implement P0084r2. Changing emplace return types.Eric Fiselier1-3/+3
2016-04-21Add is_swappable/is_nothrow_swappable traitsEric Fiselier1-2/+5
2016-03-14Implement LWG#2566: Requirements on the first template parameter of container...Marshall Clow1-1/+2
2015-02-18Move the default template arguments into the forward declarations for the con...Marshall Clow1-2/+2
2013-08-12Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant1-3/+3
2013-03-06No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant1-3/+3
2012-09-14Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ...Howard Hinnant1-1/+3
2011-10-17Windows support by Ruben Van Boxem.Howard Hinnant1-0/+2
2011-06-30_STD -> _VSTD to avoid macro clash on windowsHoward Hinnant1-8/+8
2011-06-04noexcept for <stack>. This completes noexcept for Chapter 23 [containers].Howard Hinnant1-10/+39
2010-11-16license changeHoward Hinnant1-2/+2
2010-09-23visibility-decoration.Howard Hinnant1-10/+30