summaryrefslogtreecommitdiffstats
path: root/libcxx/include/list
Commit message (Expand)AuthorAgeFilesLines
...
* Ok, 3 major changes for debug mode in one commit:Howard Hinnant2013-08-021-8/+6
* Implement full support for non-pointer pointers in custom allocators for list.Howard Hinnant2013-06-251-93/+144
* Fix typo in assertion message. Reported by Shriramana Sharma.Dmitri Gribenko2013-06-241-1/+1
* Fix bug in __libcpp_db::__iterator_copy. Add debug test for swaping lists.Howard Hinnant2013-04-051-1/+1
* More work on debug mode for list.Howard Hinnant2013-04-051-0/+11
* No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant2013-03-061-5/+5
* Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ...Howard Hinnant2012-09-141-2/+2
* Further macro protection by replacing _[A-Z] with _[A-Z]pHoward Hinnant2011-11-291-30/+30
* Add protection from min/max macrosHoward Hinnant2011-11-291-0/+2
* Windows support by Ruben Van Boxem.Howard Hinnant2011-10-171-0/+2
* Another installment on debug mode. This addresses list. However this should...Howard Hinnant2011-09-271-30/+625
* Fix const correctness bug in __move_assign. Found and fixed by Ion Gaztañaga.Howard Hinnant2011-09-021-2/+2
* Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574Howard Hinnant2011-08-121-0/+12
* _STD -> _VSTD to avoid macro clash on windowsHoward Hinnant2011-06-301-55/+55
* Provide names for template and function parameters in forward declarations. ...Howard Hinnant2011-06-141-4/+4
* noexcept for <list>.Howard Hinnant2011-06-031-68/+123
* Chris Jefferson noted many places where function calls needed to be qualified...Howard Hinnant2011-02-141-13/+13
* Qualify calls to addressof with std::. Bug 9106Howard Hinnant2011-02-021-31/+31
* Bug 9096 - list::iterator not default constructibleHoward Hinnant2011-01-281-0/+4
* license changeHoward Hinnant2010-11-161-2/+2
* visibility-decoration.Howard Hinnant2010-09-221-29/+97
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-041-17/+23
* Fixing whitespace problemsHoward Hinnant2010-08-221-16/+16
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+1531
OpenPOWER on IntegriCloud