summaryrefslogtreecommitdiff
path: root/hv_func.h
Commit message (Expand)AuthorAgeFilesLines
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* Revert "dont compile unused static hash functions"Yves Orton2014-12-251-16/+4
* dont compile unused static hash functionsDaniel Dragan2014-12-231-4/+16
* silence VC Win64 perl warnings in hv_func.hDaniel Dragan2014-12-231-8/+8
* Add MurmurHash64A and MurmurHash64B to hv_func.hYves Orton2014-08-061-0/+138
* Make hash_value() accept an optional seedYves Orton2014-06-161-9/+11
* hv_func.h - fix seed initialization in sdbm and djb2 hashing algorithms.Yves Orton2014-06-021-2/+2
* Use UINT64_C for UV constants.Jarkko Hietaniemi2014-05-281-4/+4
* Remove a __BORLANDC__ stowawaySteve Hay2013-09-131-1/+1
* comments only, explain the different ONE_AT_A_TIME algosDaniel Dragan2013-07-291-0/+10
* document and improve hash algorithm randomization related build optionsYves Orton2013-05-081-5/+1
* Use PTR2IV() instead of casting a pointer to IV, to avoid warnings.Robin Barker2013-05-061-2/+2
* perl-5.17.11 fails to build with x64 mingw64 (gcc-4.7.0)Sisyphus2013-04-211-1/+1
* rework ROTL definitions (and add ROTL_UV)Yves Orton2013-03-191-10/+21
* default to PERL_FUNC_ONE_AT_A_TIME_HARD for all buildsYves Orton2013-03-191-0/+1
* silence signed mistmatch in comparison warning in MurmurhashYves Orton2013-03-191-1/+1
* add a hardened one-at-a-time hash variantYves Orton2013-03-191-3/+46
* Split out hash functions into new file and turn into inline static functionsYves Orton2013-03-191-0/+509