summaryrefslogtreecommitdiff
path: root/main.cpp
AgeCommit message (Expand)Author
2012-05-11Merge in PMurHash by Shane Day, a MurmurHash3_x86_32 implementation that shou...tanjent@gmail.com
2012-03-01Add #include "Platform.h" to fix Windows buildtanjent@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-13and fix corresponding build breakages under Windowstanjent@gmail.com
2011-04-13Enable all gcc warnings except strict aliasing, fix build issuesaappleby@google.com
2011-04-12Add Google's open-source CityHashtanjent@gmail.com
2011-04-11Make verification failure print the hash namestanjent@gmail.com
2011-04-04fix cpu affinity masktanjent@gmail.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-01Fix self-test valuestanjent@gmail.com
2011-04-01Tweak to Murmur3a (yeah, even though I said it was finalized...)tanjent@gmail.com
2011-03-31Add TwoBytes test (not on by default)tanjent@gmail.com
2011-03-28Add faster BICTest variantstanjent@gmail.com
2011-03-21verification code workaappleby@google.com
2011-03-21Start work on verification codestanjent@gmail.com
2011-03-19Add startup self-testtanjent@gmail.com
2011-03-19Cross-platform compliation fixes. Everything should compile under GCC now, bu...tanjent@gmail.com
2011-03-14Add beginnings of bitslice testtanjent@gmail.com
2011-02-28test murmur3a by defaulttanjent@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-02Remove code that's not part of this librarytanjent@gmail.com
2010-11-02Initial source checkintanjent@gmail.com