aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/queue
AgeCommit message (Expand)AuthorFilesLines
2022-01-06[libc++] Implement P1425R4 (Iterator pair constructors for std::stack and std...Nikolas Klauser1-1/+43
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-11-09[libc++] P0433R2: test that deduction guides are properly SFINAEd away.Konstantin Varlamov1-3/+3
2021-09-08[libc++][NFC] Rename _EnableIf to __enable_if_t for consistencyLouis Dionne1-34/+34
2021-09-08[libc++] Use enable_if_t instead of _EnableIfLouis Dionne1-20/+20
2021-08-18[libc++] Remove workarounds for the lack of deduction guides in C++17Louis Dionne1-2/+2
2021-07-28[libc++] Implement the resolutions of LWG3506 and LWG3522.Arthur O'Dwyer1-16/+148
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-2/+2
2021-05-29[libc++] Alphabetize and include-what-you-use. NFCI.Arthur O'Dwyer1-2/+2
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne1-13/+13
2021-04-06[libc++] Header inclusion tests.Arthur O'Dwyer1-0/+1
2021-03-29[libc++] Use _EnableIf and __iter_value_type consistently. NFCI.Arthur O'Dwyer1-56/+35
2021-01-19[libc++] [P0935] [C++20] Eradicating unnecessarily explicit default construct...Marek Kurdej1-13/+6
2019-11-18Rename __is_foo_iterator traits to reflect their Cpp17 nature.Eric Fiselier1-1/+1
2019-05-29[NFC][libcxx] Remove trailing whitespaceLouis Dionne1-10/+10
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/+66
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-2/+2
2017-04-18Cleanup _LIBCPP_HAS_NO_<c++11-feature> for std::queue and std::priority_queue.Eric Fiselier1-44/+35
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-5/+5
2016-07-21Implement P0084r2. Changing emplace return types.Eric Fiselier1-3/+3
2016-04-22Cleanup: move visibility/linkage attributes to the first declaration.Evgeniy Stepanov1-17/+32
2016-04-21Add is_swappable/is_nothrow_swappable traitsEric Fiselier1-4/+12
2016-03-14Implement LWG#2566: Requirements on the first template parameter of container...Marshall Clow1-0/+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-5/+5
2013-03-06No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant1-5/+5
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-31/+31
2011-06-04noexcept for <queue>.Howard Hinnant1-42/+93
2010-11-16license changeHoward Hinnant1-2/+2
2010-09-22visibility-decoration.Howard Hinnant1-29/+56
2010-09-04Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant1-21/+28
2010-08-22Fixing whitespace problemsHoward Hinnant1-12/+11
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant1-1/+1
2010-05-11libcxx initial importHoward Hinnant1-0/+629