summaryrefslogtreecommitdiff
path: root/libcxx/src/hash.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Replace `#include ""` with `<>` in libcxx/src/. NFCI.Arthur O'Dwyer2022-02-151-4/+4
* [libc++] Guard warning pragmasNikolas Klauser2022-02-151-3/+1
* [runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne2021-11-171-1/+1
* [libc++] Avoid UB in the no-exceptions mode in a few placesLouis Dionne2019-02-121-10/+2
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix typosAlp Toker2014-05-151-1/+1
* Only use Clang pragma when compiling with clang.Joerg Sonnenberger2013-04-271-0/+2
* Fix a few warnings/errors for compiling with -fno-exceptions.Howard Hinnant2013-03-281-0/+4
* Saleem Abdulrasool: avoid hardcoding buffer lengths.Howard Hinnant2012-12-271-1/+0
* Saleem Abdulrasool: Silence warning and reduce unnecessary code in hash.cpp.Howard Hinnant2012-12-271-8/+13
* Quash a whole bunch of warningsHoward Hinnant2011-12-011-1/+2
* license changeHoward Hinnant2010-11-161-2/+2
* Secure __next_prime from overflowingHoward Hinnant2010-10-291-0/+24
* Experimenting with a new forward fomulation (kudos Daniel Kruegler), updated ...Howard Hinnant2010-09-131-148/+198
* Fixing whitespace problemsHoward Hinnant2010-08-221-2/+2
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+485