summaryrefslogtreecommitdiffstats
path: root/libcxx/include/__hash_table
Commit message (Expand)AuthorAgeFilesLines
* Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ...Howard Hinnant2012-09-141-3/+3
* This commit establishes a new bucket_count policy in the unordered containers...Howard Hinnant2012-07-061-39/+64
* As an extension, support incomplete types in the unordered containers to matc...Howard Hinnant2011-12-121-1/+1
* Quash a whole bunch of warningsHoward Hinnant2011-12-011-2/+2
* 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 PR10507 (http://llvm.org/bugs/show_bug.cgi?id=10507)Howard Hinnant2011-07-311-3/+4
* Revert r136546, which was submitted without review.Chandler Carruth2011-07-301-1/+0
* Destruct elements of hash tables when removing individual entries fromAlexis Hunt2011-07-301-0/+1
* Fix uninitialized loop counter. http://llvm.org/bugs/show_bug.cgi?id=10278Howard Hinnant2011-07-051-1/+1
* _STD -> _VSTD to avoid macro clash on windowsHoward Hinnant2011-06-301-52/+52
* Provide names for template and function parameters in forward declarations. ...Howard Hinnant2011-06-141-8/+9
* noexcept for <unordered_map>.Howard Hinnant2011-06-041-56/+151
* Fixed two problems found by Chris Jefferson: Made operator>> for char consis...Howard Hinnant2011-02-271-2/+2
* Qualify calls to addressof with std::. Bug 9106Howard Hinnant2011-02-021-18/+18
* license changeHoward Hinnant2010-11-161-2/+2
* visibility-decoration.Howard Hinnant2010-09-211-69/+119
* Fix whitespaceHoward Hinnant2010-09-041-1/+1
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-041-26/+34
* Fixing whitespace problemsHoward Hinnant2010-08-221-23/+23
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+1761
OpenPOWER on IntegriCloud