summaryrefslogtreecommitdiffstats
path: root/libcxx/include/forward_list
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Rework compressed pair constructors.Eric Fiselier2019-12-161-1/+1
* Rename __is_foo_iterator traits to reflect their Cpp17 nature.Eric Fiselier2019-11-181-8/+8
* [NFC] Strip trailing whitespace from libc++Louis Dionne2019-10-231-3/+3
* Make forward_list::remove/remove_if/unique all return void before C++20; undo...Marshall Clow2019-07-081-14/+21
* Implement P0646R1: Erase-Like Algorithms Should Return size_type. Reviewed as...Marshall Clow2019-07-011-16/+27
* Make move and forward work in C++03.Eric Fiselier2019-06-211-6/+0
* [NFC][libcxx] Remove trailing whitespaceLouis Dionne2019-05-291-3/+3
* Fix list/forward_list implementations of remove_if and unique to deal with pr...Marshall Clow2019-04-161-3/+5
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Implement P1209 - Adopt Consistent Container Erasure from Library Fundamental...Marshall Clow2018-12-141-0/+17
* Implement the infrastructure for feature-test macros. Very few actual feature...Marshall Clow2018-09-121-0/+1
* Fix PR37694 - std::vector doesn't correctly move construct allocators.Eric Fiselier2018-06-051-8/+11
* Implement deduction guides for forward_listMarshall Clow2018-05-191-0/+22
* First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty...Marshall Clow2017-11-151-1/+1
* [Libc++] Use #pragma push_macro/pop_macro to better handle min/max on WindowsEric Fiselier2017-05-311-3/+6
* Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in <forward_list>Eric Fiselier2017-04-161-79/+48
* Change the return type of emplace_[front|back] back to void when building wit...Marshall Clow2017-01-241-1/+11
* [NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier2017-01-041-7/+7
* Fix unused parameters and variablesEric Fiselier2016-12-231-3/+3
* Fix -Wshadow warnings and enable warnings by default for C++ >= 11Eric Fiselier2016-12-031-2/+3
* [libcxx] Fix max_size() across all containersEric Fiselier2016-11-231-2/+5
* Implement P0084r2. Changing emplace return types.Eric Fiselier2016-07-211-3/+4
* Cleanup: move visibility/linkage attributes to the first declaration.Evgeniy Stepanov2016-04-221-9/+16
* Fix broken commit r258888. I missed adding two pointer conversionsEric Fiselier2016-01-271-2/+2
* [libcxx] Fix undefined behavior in forward_listEric Fiselier2016-01-271-73/+176
* Use __rebind_pointer to avoid #ifdef blockEric Fiselier2015-12-301-30/+6
* Add static_assert to set/multiset/map/multimap/forward_list/deque that the al...Marshall Clow2015-11-261-0/+3
* Implement the first part of N4258: 'Cleaning up noexcept in the Library'. Thi...Marshall Clow2015-07-131-27/+19
* In many places, there was an #ifdef/#else block that selected one of two impl...Marshall Clow2015-04-071-14/+2
* Move the default template arguments into the forward declarations for the con...Marshall Clow2015-02-181-2/+2
* [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
OpenPOWER on IntegriCloud