summaryrefslogtreecommitdiff
path: root/libcxx/include/ext/__hash
AgeCommit message (Expand)Author
2025-04-09[libc++] Remove _LIBCPP_TEMPLATE_VIS (#134885)Nikolas Klauser
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne
2022-11-25[libc++][NFC] Add missing include to ext/__hashLouis Dionne
2022-11-22Revert "[libc++] Remove workarounds for systems that used to require __need_X...Yi Kong
2022-11-21[libc++] Remove workarounds for systems that used to require __need_XXX macrosLouis Dionne
2022-06-22[libc++] Complete the implementation of N4190Nikolas Klauser
2022-06-09[libc++] Granularize __stringNikolas Klauser
2022-03-03[libc++] Use -I instead of -isystem to include headers in the test suiteNikolas Klauser
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer
2022-01-10[libc++] Alphabetize header #includes. NFCI.Arthur O'Dwyer
2021-12-02[libc++][NFC] Update namespace comments in include/Nikolas Klauser
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2021-07-01[libcxx][functional][modular] splices <functional> into modular headersChristopher Di Bella
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne
2019-05-17Remove `using namespace std;` in __gnu_cxx namespace.Eric Fiselier
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-01-04[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier
2014-03-06Do not derive __gnu_cxx::hash<T> from std::hash<T>.Peter Collingbourne
2013-11-25Don't use T as template argument, it is part of the applicationJoerg Sonnenberger
2013-08-12Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant
2013-03-06No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant
2012-11-06Dimitry Andric: Silence some miscellaneous warnings.Howard Hinnant
2011-07-29Add a new hash class in __gnu_ext for the extension containers. ThereAlexis Hunt