1. 6895dce Merge in PMurHash by Shane Day, a MurmurHash3_x86_32 implementation that should work on virtually all platforms regardless of endian-ness or alignment issues. by tanjent@gmail.com · 12 years ago
  2. dd462f2 Add #include "Platform.h" to fix Windows build by tanjent@gmail.com · 12 years ago
  3. f3b7897 Merge branch chandlerc_dev by tanjent@gmail.com · 12 years ago
  4. b35e562 Fix typo in rotation constant for Murmur3_x86_32's tail, update verification value. by tanjent@gmail.com · 13 years ago
  5. 84de9bd and fix corresponding build breakages under Windows by tanjent@gmail.com · 13 years ago
  6. a27c281 Enable all gcc warnings except strict aliasing, fix build issues by aappleby@google.com · 13 years ago
  7. 510b852 Add Google's open-source CityHash Fix build breakage on Cygwin by tanjent@gmail.com · 13 years ago
  8. 833fd8d Make verification failure print the hash names by tanjent@gmail.com · 13 years ago
  9. 9715053 fix cpu affinity mask by tanjent@gmail.com · 13 years ago
  10. 0f37bbd some test code for collision reporting by tanjent@gmail.com · 13 years ago
  11. 2ff5e9b Final final final Murmur3, all variants. I am tired of working on it. :) by tanjent@gmail.com · 13 years ago
  12. 9915597 faster bmix64, 7.5 gigs/sec, passes all tests by tanjent@gmail.com · 13 years ago
  13. b93e1c5 Fix self-test values Remove reference to experiments.cpp by tanjent@gmail.com · 13 years ago
  14. 603c878 Tweak to Murmur3a (yeah, even though I said it was finalized...) by tanjent@gmail.com · 13 years ago
  15. 96601f2 Add TwoBytes test (not on by default) by tanjent@gmail.com · 13 years ago
  16. 623590d Add faster BICTest variants by tanjent@gmail.com · 13 years ago
  17. 7f20a31 verification code work by aappleby@google.com · 13 years ago
  18. 3ee4561 Start work on verification codes by tanjent@gmail.com · 13 years ago
  19. 6ffe010 Add startup self-test by tanjent@gmail.com · 13 years ago
  20. 2aa29c3 Cross-platform compliation fixes. Everything should compile under GCC now, but no guarantees that it runs correctly yet... by tanjent@gmail.com · 13 years ago
  21. f67ce94 Add beginnings of bitslice test by tanjent@gmail.com · 13 years ago
  22. 1d160f0 test murmur3a by default by tanjent@gmail.com · 13 years ago
  23. babb553 Tweak Murmur3, new more rigorous sanity test, combinatorial block test by tanjent@gmail.com · 13 years ago
  24. 31a9e8e MurmurHash3_x86_128 was missing a rotate instruction by tanjent@gmail.com · 14 years ago
  25. ad4b363 MurmurHash3 is released to beta by tanjent@gmail.com · 14 years ago
  26. 2e8984f Remove code that's not part of this library by tanjent@gmail.com · 14 years ago
  27. 7e5c363 Initial source checkin by tanjent@gmail.com · 14 years ago