summaryrefslogtreecommitdiffstats
path: root/libcxx/include/forward_list
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] Fix use of operator comma where the types can be user definedEric Fiselier2014-10-271-2/+2
* Whitespace maintenance. Remove a bunch of tabs that snuck in. No functionalit...Marshall Clow2014-10-181-1/+1
* Apply a similar fix to <forward_list> as I did for <list> in r215210. Again, ...Marshall Clow2014-08-081-1/+2
* Support forward_list<Incomplete Type>. Patch by Zhihao Yuan!Peter Collingbourne2014-02-051-11/+16
* Update synopsis for list/forward_list/deque to match the allocator style of e...Marshall Clow2013-09-091-1/+1
* LWG Issue 2210 (Part #2 & #3): list and forward_listMarshall Clow2013-09-081-0/+26
* Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant2013-08-121-7/+7
* Implement full support for non-pointer pointers in custom allocators for forw...Howard Hinnant2013-06-241-35/+36
* No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant2013-03-061-7/+7
* Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ...Howard Hinnant2012-09-141-4/+4
* Further macro protection by replacing _[A-Z] with _[A-Z]pHoward Hinnant2011-11-291-32/+32
* Add protection from min/max macrosHoward Hinnant2011-11-291-0/+2
* Windows support by Ruben Van Boxem.Howard Hinnant2011-10-171-0/+2
* Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574Howard Hinnant2011-08-121-0/+20
* _STD -> _VSTD to avoid macro clash on windowsHoward Hinnant2011-06-301-37/+37
* Provide names for template and function parameters in forward declarations. ...Howard Hinnant2011-06-141-3/+3
* noexcept for <list>.Howard Hinnant2011-06-031-1/+1
* noexcept for <forward_list>.Howard Hinnant2011-06-031-19/+65
* noexcept for forward_list.Howard Hinnant2011-06-021-39/+52
* Chris Jefferson noted many places where function calls needed to be qualified...Howard Hinnant2011-02-141-7/+7
* Qualify calls to addressof with std::. Bug 9106Howard Hinnant2011-02-021-19/+19
* Make forward_list splice_after and merge work for lvalue listsHoward Hinnant2011-01-271-22/+49
* license changeHoward Hinnant2010-11-161-2/+2
* visibility-decoration.Howard Hinnant2010-09-211-26/+80
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-041-31/+41
* Fixing whitespace problemsHoward Hinnant2010-08-221-20/+20
* US 117Howard Hinnant2010-08-211-7/+9
* LWG 1278Howard Hinnant2010-08-191-2/+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/+1458
OpenPOWER on IntegriCloud