summaryrefslogtreecommitdiff
path: root/include/deque
AgeCommit message (Expand)Author
2017-11-15First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty...Marshall Clow
2017-10-17[libc++] Fix PR34898 - vector iterator constructors and assign method perform...Eric Fiselier
2017-05-31[Libc++] Use #pragma push_macro/pop_macro to better handle min/max on WindowsEric Fiselier
2017-04-16Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in dequeEric Fiselier
2017-01-24Change the return type of emplace_[front|back] back to void when building wit...Marshall Clow
2017-01-04[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier
2016-12-24fix sign comparison warningsEric Fiselier
2016-11-23[libcxx] Fix max_size() across all containersEric Fiselier
2016-08-25Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...Marshall Clow
2016-07-21Implement P0084r2. Changing emplace return types.Eric Fiselier
2016-07-11Always use the allocator to construct/destruct elements of a deque/vector. Fi...Marshall Clow
2015-11-26Add static_assert to set/multiset/map/multimap/forward_list/deque that the al...Marshall Clow
2015-11-07Cleanup: move visibility/linkage attributes to the first declaration.Evgeniy Stepanov
2015-11-06Allow deque to handle incomplete types.Evgeniy Stepanov
2015-07-19Fix warnings in deque testsEric Fiselier
2015-07-13Implement the first part of N4258: 'Cleaning up noexcept in the Library'. Thi...Marshall Clow
2015-06-05Fix PR#23767. Add tests for iterator invalidation for deque::erase/pop_front/...Marshall Clow
2015-04-07In many places, there was an #ifdef/#else block that selected one of two impl...Marshall Clow
2015-03-09Fix an exception-safety bug in <deque>. Reference: PR#22650. Not closing the ...Marshall Clow
2015-02-18Move the default template arguments into the forward declarations for the con...Marshall Clow
2015-01-22Fix PR#22284. Add a new overload to deque::insert to handle forward iterators...Marshall Clow
2014-10-27[libcxx] Fix use of operator comma where the types can be user definedEric Fiselier
2014-03-05Implement LWG 2193. Default constructors for standard library containers are ...Marshall Clow
2013-10-04G M: Changes all references to "x inline" to "inline x" where x = _libcpp_alw...Howard Hinnant
2013-09-09Update synopsis for list/forward_list/deque to match the allocator style of e...Marshall Clow
2013-09-07LWG Issue 2210 (Part #1): dequeMarshall Clow
2013-08-12Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant
2013-08-06Implement NULL iterators for <forward_list> and <deque> re: N3644Marshall Clow
2013-06-23Implement full support for non-pointer pointers in custom allocators for deque.Howard Hinnant
2013-03-06No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant
2012-07-08Change emplace for vector and deque to create the temporary (when necessary) ...Howard Hinnant
2011-12-01Quash a whole bunch of warningsHoward Hinnant
2011-11-29Further macro protection by replacing _[A-Z] with _[A-Z]pHoward Hinnant
2011-11-29Add protection from min/max macrosHoward Hinnant
2011-10-17Windows support by Ruben Van Boxem.Howard Hinnant
2011-09-02Fix const correctness bug in __move_assign. Found and fixed by Ion Gaztañaga.Howard Hinnant
2011-08-12Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574Howard Hinnant
2011-06-30_STD -> _VSTD to avoid macro clash on windowsHoward Hinnant
2011-06-03noexcept for <list>.Howard Hinnant
2011-06-03noexcept for <forward_list>.Howard Hinnant
2011-06-03After sleeping on it I've decided that all special members that can be noexce...Howard Hinnant
2011-06-02Second try at getting noexcept on move and swap for deque. I changed std::al...Howard Hinnant
2011-06-02I've become quite disatsified with the lack of noexcept specifications on con...Howard Hinnant
2011-06-02noexcept for deque.Howard Hinnant
2011-04-29Qualify calls to std::next(), to avoid conflicts withDouglas Gregor
2011-02-14Chris Jefferson noted many places where function calls needed to be qualified...Howard Hinnant
2011-02-02Qualify calls to addressof with std::. Bug 9106Howard Hinnant
2010-11-16license changeHoward Hinnant
2010-09-21visibility-decoration.Howard Hinnant
2010-09-04Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant