summaryrefslogtreecommitdiffstats
path: root/libcxx/include/ext/__hash
Commit message (Expand)AuthorAgeFilesLines
* Remove `using namespace std;` in __gnu_cxx namespace.Eric Fiselier2019-05-171-14/+13
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier2017-01-041-12/+12
* Do not derive __gnu_cxx::hash<T> from std::hash<T>.Peter Collingbourne2014-03-061-2/+91
* Don't use T as template argument, it is part of the applicationJoerg Sonnenberger2013-11-251-1/+1
* Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant2013-08-121-3/+3
* No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant2013-03-061-3/+3
* Dimitry Andric: Silence some miscellaneous warnings.Howard Hinnant2012-11-061-1/+1
* Add a new hash class in __gnu_ext for the extension containers. ThereAlexis Hunt2011-07-291-0/+46
OpenPOWER on IntegriCloud