summaryrefslogtreecommitdiffstats
path: root/libcxx/include/__hash_table
Commit message (Expand)AuthorAgeFilesLines
* Remove several unused forward declarations. Fixes PR22605.Marshall Clow2015-02-181-2/+0
* Handle function name conflicts in _LIBCPP_MSVCRT modeSaleem Abdulrasool2015-02-131-0/+1
* Rename pow2 functions in __hash_table to reflect that they are hash specificEric Fiselier2015-02-021-8/+8
* NFC. Move definition of _LIBCPP_ASSERT into __debug header and remove externa...Eric Fiselier2014-08-101-5/+1
* Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG.Howard Hinnant2013-08-231-1/+1
* Zhihao Yuan noted that there were a few unneeded statements. Eliminated the...Howard Hinnant2013-08-221-3/+3
* Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant2013-08-121-21/+21
* N3644 support for <unordered_set> and <unordered_map>Marshall Clow2013-08-071-0/+6
* debug mode for unordered_map. Also picked up a missing check and test in uno...Howard Hinnant2013-08-021-0/+5
* Ok, 3 major changes for debug mode in one commit:Howard Hinnant2013-08-021-16/+6
* Debug mode for unordered_multiset. The exercise spotted a few places I had m...Howard Hinnant2013-07-291-2/+35
* Debug mode for unordered_set. I believe this to be fairly complete forHoward Hinnant2013-07-231-32/+500
* Implement full support for non-pointer types in custom allocators. This is f...Howard Hinnant2013-06-221-23/+33
* No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant2013-03-061-20/+20
* 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