aboutsummaryrefslogtreecommitdiff
path: root/libcxx/src/hash.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-12-18[libc++] Format the code base (#74334)Louis Dionne1-503/+396
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne1-2/+2
2022-02-15[libc++] Replace `#include ""` with `<>` in libcxx/src/. NFCI.Arthur O'Dwyer1-4/+4
2022-02-15[libc++] Guard warning pragmasNikolas Klauser1-3/+1
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne1-1/+1
2019-02-12[libc++] Avoid UB in the no-exceptions mode in a few placesLouis Dionne1-10/+2
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2014-05-15Fix typosAlp Toker1-1/+1
2013-04-27Only use Clang pragma when compiling with clang.Joerg Sonnenberger1-0/+2
2013-03-28Fix a few warnings/errors for compiling with -fno-exceptions.Howard Hinnant1-0/+4
2012-12-27Saleem Abdulrasool: avoid hardcoding buffer lengths.Howard Hinnant1-1/+0
2012-12-27Saleem Abdulrasool: Silence warning and reduce unnecessary code in hash.cpp.Howard Hinnant1-8/+13
2011-12-01Quash a whole bunch of warningsHoward Hinnant1-1/+2
2010-11-16license changeHoward Hinnant1-2/+2
2010-10-29Secure __next_prime from overflowingHoward Hinnant1-0/+24
2010-09-13Experimenting with a new forward fomulation (kudos Daniel Kruegler), updated ...Howard Hinnant1-148/+198
2010-08-22Fixing whitespace problemsHoward Hinnant1-2/+2
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant1-1/+1
2010-05-11libcxx initial importHoward Hinnant1-0/+485