summaryrefslogtreecommitdiffstats
path: root/libcxx/include/queue
Commit message (Expand)AuthorAgeFilesLines
* Rename __is_foo_iterator traits to reflect their Cpp17 nature.Eric Fiselier2019-11-181-1/+1
* [NFC][libcxx] Remove trailing whitespaceLouis Dionne2019-05-291-10/+10
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Deduction guides for the container adaptors - queue, stack, and priority_queueMarshall Clow2018-05-221-0/+66
* 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-2/+2
* Cleanup _LIBCPP_HAS_NO_<c++11-feature> for std::queue and std::priority_queue.Eric Fiselier2017-04-181-44/+35
* 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-5/+5
* Implement P0084r2. Changing emplace return types.Eric Fiselier2016-07-211-3/+3
* Cleanup: move visibility/linkage attributes to the first declaration.Evgeniy Stepanov2016-04-221-17/+32
* Add is_swappable/is_nothrow_swappable traitsEric Fiselier2016-04-211-4/+12
* Implement LWG#2566: Requirements on the first template parameter of container...Marshall Clow2016-03-141-0/+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-5/+5
* No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant2013-03-061-5/+5
* 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-31/+31
* noexcept for <queue>.Howard Hinnant2011-06-041-42/+93
* license changeHoward Hinnant2010-11-161-2/+2
* visibility-decoration.Howard Hinnant2010-09-221-29/+56
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-041-21/+28
* Fixing whitespace problemsHoward Hinnant2010-08-221-12/+11
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+629
OpenPOWER on IntegriCloud