summaryrefslogtreecommitdiffstats
path: root/libcxx/include/stack
Commit message (Expand)AuthorAgeFilesLines
* Deduction guides for the container adaptors - queue, stack, and priority_queueMarshall Clow2018-05-221-0/+22
* Implement LWG2783: stack::emplace() and queue::emplace() should return declty...Marshall Clow2018-01-241-1/+1
* First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty...Marshall Clow2017-11-151-1/+1
* Cleanup _LIBCPP_HAS_NO_<c++11-feature> macro uses in std::stack.Eric Fiselier2017-04-181-17/+16
* Change the return type of emplace_[front|back] back to void when building wit...Marshall Clow2017-01-241-1/+6
* [NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier2017-01-041-3/+3
* Implement P0084r2. Changing emplace return types.Eric Fiselier2016-07-211-3/+3
* Add is_swappable/is_nothrow_swappable traitsEric Fiselier2016-04-211-2/+5
* Implement LWG#2566: Requirements on the first template parameter of container...Marshall Clow2016-03-141-1/+2
* Move the default template arguments into the forward declarations for the con...Marshall Clow2015-02-181-2/+2
* Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant2013-08-121-3/+3
* No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant2013-03-061-3/+3
* Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ...Howard Hinnant2012-09-141-1/+3
* Windows support by Ruben Van Boxem.Howard Hinnant2011-10-171-0/+2
* _STD -> _VSTD to avoid macro clash on windowsHoward Hinnant2011-06-301-8/+8
* noexcept for <stack>. This completes noexcept for Chapter 23 [containers].Howard Hinnant2011-06-041-10/+39
* license changeHoward Hinnant2010-11-161-2/+2
* visibility-decoration.Howard Hinnant2010-09-231-10/+30
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-041-6/+8
* Fixing whitespace problemsHoward Hinnant2010-08-221-4/+4
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+237
OpenPOWER on IntegriCloud