summaryrefslogtreecommitdiff
path: root/hv_func.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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