summaryrefslogtreecommitdiffstats
path: root/libcxx/include/ext/hash_map
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Cleanup and enable multiple warnings.Eric Fiselier2019-12-121-2/+3
* [NFC] Strip trailing whitespace from libc++Louis Dionne2019-10-231-2/+2
* Change default bucket count in hash_set/hash_map.Eric Fiselier2019-08-011-9/+10
* Fix missing std:: qualifier in __gnu_cxx::hash_map in C++03Eric Fiselier2019-05-171-1/+1
* Remove `using namespace std;` in __gnu_cxx namespace.Eric Fiselier2019-05-171-35/+34
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove usages of _LIBCPP_MSVC which is never definedEric Fiselier2017-05-101-1/+1
* Cleanup remaining _LIBCPP_HAS_NO_<c++11-feature> usages in container headersEric Fiselier2017-04-191-3/+3
* Refer to _LIBCPP_MSVC macro where applicableSaleem Abdulrasool2017-02-061-1/+1
* [NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier2017-01-041-13/+13
* Cleanup: move visibility/linkage attributes to the first declaration.Evgeniy Stepanov2016-04-221-2/+4
* Recommit r260012 - Cleanup node-type handling in the unordered containers.Eric Fiselier2016-02-101-1/+1
* Use __rebind_pointer to avoid #ifdef blockEric Fiselier2015-12-301-16/+4
* Fix warnings about pessimizing return moves for C++11 and higherDimitry Andric2015-08-191-1/+1
* [libcxx] Fix detection of __is_final.Eric Fiselier2015-06-131-8/+7
* In many places, there was an #ifdef/#else block that selected one of two impl...Marshall Clow2015-04-071-14/+2
* [libc++] Const qualify __gnu_cxx::hash_map<>::const_iterator::pointer type.Peter Collingbourne2014-03-031-2/+2
* G M: Provides the _LIBCPP_WARNING macro, to be used for MSVC only, since that...Howard Hinnant2013-10-041-1/+5
* 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-13/+13
* No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant2013-03-061-13/+13
* Fix http://llvm.org/bugs/show_bug.cgi?id=11461. Credit Alberto Ganesh Barbati.Howard Hinnant2011-12-111-2/+10
* Further macro protection by replacing _[A-Z] with _[A-Z]pHoward Hinnant2011-11-291-5/+5
* Add a new hash class in __gnu_ext for the extension containers. ThereAlexis Hunt2011-07-291-0/+1
* Add two missing members from the extension hash containers. The first isAlexis Hunt2011-07-291-0/+6
* http://llvm.org/bugs/show_bug.cgi?id=10469Howard Hinnant2011-07-241-0/+2
* _STD -> _VSTD to avoid macro clash on windowsHoward Hinnant2011-06-301-8/+8
* Qualify calls to addressof with std::. Bug 9106Howard Hinnant2011-02-021-4/+4
* license changeHoward Hinnant2010-11-161-2/+2
* visibility-decoration.Howard Hinnant2010-09-211-42/+120
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-041-3/+3
* Fixing whitespace problemsHoward Hinnant2010-08-221-3/+3
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+908
OpenPOWER on IntegriCloud