Clone this repo:

Branches

  1. e87738e Patch City.h to fix compile errors in Chromium (see issue 27) by aappleby@google.com · 10 years ago master
  2. b52816c Merge patch to fix build under VS2010 by aappleby@google.com · 10 years ago
  3. 5b8fd3c Merge patch from benswick@ to make Murmur3 compile as plain C code. by aappleby@google.com · 11 years ago
  4. 6f63a48 Add required 'inline' keyword to FORCE_INLINE macros. by tanjent@gmail.com · 11 years ago
  5. 8adb133 City.cpp/h was using the _mm_crc32_u64 intrinsic, which is only supported on x64 platforms - see https://bugs.gentoo.org/show_bug.cgi?id=459126 for details. by tanjent@gmail.com · 11 years ago
  6. e813f9b Minor fixes & tweaks. by tanjent@gmail.com · 12 years ago
  7. 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
  8. dd462f2 Add #include "Platform.h" to fix Windows build by tanjent@gmail.com · 12 years ago
  9. f3b7897 Merge branch chandlerc_dev by tanjent@gmail.com · 12 years ago
  10. b35e562 Fix typo in rotation constant for Murmur3_x86_32's tail, update verification value. by tanjent@gmail.com · 13 years ago
  11. bb9b561 more size_t warnings by tanjent@gmail.com · 13 years ago
  12. 84de9bd and fix corresponding build breakages under Windows by tanjent@gmail.com · 13 years ago
  13. a27c281 Enable all gcc warnings except strict aliasing, fix build issues by aappleby@google.com · 13 years ago
  14. 510b852 Add Google's open-source CityHash Fix build breakage on Cygwin by tanjent@gmail.com · 13 years ago
  15. 833fd8d Make verification failure print the hash names by tanjent@gmail.com · 13 years ago
  16. c2b49e0 Fix typos by aappleby@google.com · 13 years ago
  17. c8e8bf8 Remove dead files, make Murmur1/2/3 all have explicit public domain licensing & no external dependencies by aappleby@google.com · 13 years ago
  18. cc59216 Build fixes for clang, etc by aappleby@google.com · 13 years ago
  19. 7af0ee0 gcc complains about multiply defined symbols, move rotl macros back to source file by aappleby@google.com · 13 years ago
  20. 58dd886 Remove platform.h dependency from MurmurHash3.h, move platform #ifdefs to header by tanjent@gmail.com · 13 years ago