summaryrefslogtreecommitdiff
path: root/MurmurHash3.cpp
AgeCommit message (Expand)Author
2013-05-10Merge patch from benswick@ to make Murmur3 compile as plain C code.aappleby@google.com
2013-05-10Add required 'inline' keyword to FORCE_INLINE macros.tanjent@gmail.com
2012-05-11Minor fixes & tweaks.tanjent@gmail.com
2012-03-01Merge branch chandlerc_devtanjent@gmail.com
2011-05-20Fix typo in rotation constant for Murmur3_x86_32's tail, update verification ...tanjent@gmail.com
2011-04-11Make verification failure print the hash namestanjent@gmail.com
2011-04-08gcc complains about multiply defined symbols, move rotl macros back to source...aappleby@google.com
2011-04-08Remove platform.h dependency from MurmurHash3.h, move platform #ifdefs to headertanjent@gmail.com
2011-04-05make murmurhash3 compile standalone on Visual Studiotanjent@gmail.com
2011-04-05Make MurmurHash3.cpp compile standalone on GCCaappleby@google.com
2011-04-04some test code for collision reportingtanjent@gmail.com
2011-04-03Final final final Murmur3, all variants. I am tired of working on it. :)tanjent@gmail.com
2011-04-02faster bmix64, 7.5 gigs/sec, passes all teststanjent@gmail.com
2011-04-01simpler block mix for murmur3ctanjent@gmail.com
2011-04-01Tweak to Murmur3a (yeah, even though I said it was finalized...)tanjent@gmail.com
2011-03-19Add startup self-testtanjent@gmail.com
2011-03-14Add beginnings of bitslice testtanjent@gmail.com
2011-02-28Remove a few bits of commented-out code.tanjent@gmail.com
2011-02-28Tweak Murmur3, new more rigorous sanity test, combinatorial block testtanjent@gmail.com
2010-11-09MurmurHash3_x86_128 was missing a rotate instructiontanjent@gmail.com
2010-11-05MurmurHash3 is released to betatanjent@gmail.com
2010-11-02Initial source checkintanjent@gmail.com