summaryrefslogtreecommitdiff
path: root/libcxx/src/hash.cpp
AgeCommit message (Expand)Author
2025-06-11[libc++] Remove static_assert from hash.cpp that fires unconditionallNikolas Klauser
2025-06-11[libc++] Simplify the implementation of __next_prime a bit (#143512)Nikolas Klauser
2025-05-28Revert "[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HID...James Y Knight
2025-05-18[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HIDE_FROM_A...Nikolas Klauser
2025-02-21[libc++] Qualify calls to nullary functions like __throw_foo (#122465)Louis Dionne
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-02-15[libc++] Replace `#include ""` with `<>` in libcxx/src/. NFCI.Arthur O'Dwyer
2022-02-15[libc++] Guard warning pragmasNikolas Klauser
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2019-02-12[libc++] Avoid UB in the no-exceptions mode in a few placesLouis Dionne
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2014-05-15Fix typosAlp Toker
2013-04-27Only use Clang pragma when compiling with clang.Joerg Sonnenberger
2013-03-28Fix a few warnings/errors for compiling with -fno-exceptions.Howard Hinnant
2012-12-27Saleem Abdulrasool: avoid hardcoding buffer lengths.Howard Hinnant
2012-12-27Saleem Abdulrasool: Silence warning and reduce unnecessary code in hash.cpp.Howard Hinnant
2011-12-01Quash a whole bunch of warningsHoward Hinnant
2010-11-16license changeHoward Hinnant
2010-10-29Secure __next_prime from overflowingHoward Hinnant
2010-09-13Experimenting with a new forward fomulation (kudos Daniel Kruegler), updated ...Howard Hinnant
2010-08-22Fixing whitespace problemsHoward Hinnant
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant
2010-05-11libcxx initial importHoward Hinnant