summaryrefslogtreecommitdiffstats
path: root/libcxx/include/__tree
Commit message (Expand)AuthorAgeFilesLines
* Fix another -Wunused-local-typedef warning in include/__tree.Dimitry Andric2015-03-091-1/+0
* Allow declaration of map and multimap iterator with incomplete mapped type. P...Eric Fiselier2015-03-031-22/+38
* Remove several unused forward declarations. Fixes PR22605.Marshall Clow2015-02-181-8/+0
* Fix PR22366. When move-constructing an associative container and explicitly p...Marshall Clow2015-01-281-3/+3
* Remove node from a container before destroying it. Thanks to Alexander Potape...Marshall Clow2014-04-111-1/+1
* Zhihao Yuan noted that there were a few unneeded statements. Eliminated the...Howard Hinnant2013-08-221-1/+1
* Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant2013-08-121-23/+23
* N3644 tests for map/multimap/set/multiset. Drive-by NOEXCEPT for __tree_const...Marshall Clow2013-08-081-2/+11
* Implement full support for non-pointer types in custom allocators. This is f...Howard Hinnant2013-06-191-51/+58
* No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant2013-03-061-21/+21
* 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-38/+38
* Windows support by Ruben Van Boxem.Howard Hinnant2011-10-171-0/+2
* _STD -> _VSTD to avoid macro clash on windowsHoward Hinnant2011-06-301-29/+29
* Provide names for template and function parameters in forward declarations. ...Howard Hinnant2011-06-141-10/+16
* Made more implementation details of [multi]map/set noexcept.Howard Hinnant2011-06-041-16/+17
* noexcept for <map>.Howard Hinnant2011-06-041-32/+90
* Qualify calls to std::next(), to avoid conflicts withDouglas Gregor2011-04-291-1/+1
* Chris Jefferson submitted this patch to fix http://llvm.org/bugs/show_bug.cgi...Howard Hinnant2011-04-031-23/+24
* http://llvm.org/bugs/show_bug.cgi?id=9444Howard Hinnant2011-03-101-26/+13
* Qualify calls to addressof with std::. Bug 9106Howard Hinnant2011-02-021-5/+5
* license changeHoward Hinnant2010-11-161-2/+2
* visibility-decoration.Howard Hinnant2010-09-211-32/+84
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-041-15/+20
* Fixing whitespace problemsHoward Hinnant2010-08-221-21/+20
* now works with -fno-exceptions and -fno-rttiHoward Hinnant2010-08-111-0/+12
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+2170
OpenPOWER on IntegriCloud