summaryrefslogtreecommitdiff
path: root/include/forward_list
AgeCommit message (Expand)Author
2017-11-15First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty...Marshall Clow
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 <forward_list>Eric 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-23Fix unused parameters and variablesEric Fiselier
2016-12-03Fix -Wshadow warnings and enable warnings by default for C++ >= 11Eric Fiselier
2016-11-23[libcxx] Fix max_size() across all containersEric Fiselier
2016-07-21Implement P0084r2. Changing emplace return types.Eric Fiselier
2016-04-22Cleanup: move visibility/linkage attributes to the first declaration.Evgeniy Stepanov
2016-01-27Fix broken commit r258888. I missed adding two pointer conversionsEric Fiselier
2016-01-27[libcxx] Fix undefined behavior in forward_listEric Fiselier
2015-12-30Use __rebind_pointer to avoid #ifdef blockEric Fiselier
2015-11-26Add static_assert to set/multiset/map/multimap/forward_list/deque that the al...Marshall Clow
2015-07-13Implement the first part of N4258: 'Cleaning up noexcept in the Library'. Thi...Marshall Clow
2015-04-07In many places, there was an #ifdef/#else block that selected one of two impl...Marshall Clow
2015-02-18Move the default template arguments into the forward declarations for the con...Marshall Clow
2014-10-27[libcxx] Fix use of operator comma where the types can be user definedEric Fiselier
2014-10-18Whitespace maintenance. Remove a bunch of tabs that snuck in. No functionalit...Marshall Clow
2014-08-08Apply a similar fix to <forward_list> as I did for <list> in r215210. Again, ...Marshall Clow
2014-02-05Support forward_list<Incomplete Type>. Patch by Zhihao Yuan!Peter Collingbourne
2013-09-09Update synopsis for list/forward_list/deque to match the allocator style of e...Marshall Clow
2013-09-08LWG Issue 2210 (Part #2 & #3): list and forward_listMarshall Clow
2013-08-12Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant
2013-06-24Implement full support for non-pointer pointers in custom allocators for forw...Howard Hinnant
2013-03-06No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant
2012-09-14Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ...Howard 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-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-14Provide names for template and function parameters in forward declarations. ...Howard Hinnant
2011-06-03noexcept for <list>.Howard Hinnant
2011-06-03noexcept for <forward_list>.Howard Hinnant
2011-06-02noexcept for forward_list.Howard Hinnant
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
2011-01-27Make forward_list splice_after and merge work for lvalue listsHoward 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
2010-08-22Fixing whitespace problemsHoward Hinnant
2010-08-21US 117Howard Hinnant
2010-08-19LWG 1278Howard Hinnant
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant
2010-05-11libcxx initial importHoward Hinnant