Git
- e87738e Patch City.h to fix compile errors in Chromium (see issue 27) by aappleby@google.com - 3 months ago master
- b52816c Merge patch to fix build under VS2010 by aappleby@google.com - 7 months ago
- 5b8fd3c Merge patch from benswick@ to make Murmur3 compile as plain C code. by aappleby@google.com - 1 year, 2 months ago
- 6f63a48 Add required 'inline' keyword to FORCE_INLINE macros. by tanjent@gmail.com - 1 year, 2 months ago
- 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 - 1 year, 3 months ago
- e813f9b Minor fixes & tweaks. by tanjent@gmail.com - 2 years, 2 months ago
- 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 - 2 years, 2 months ago
- dd462f2 Add #include "Platform.h" to fix Windows build remove CXX_FLAGS, which make Visual Studio complain Widen sanity test out of paranoia. Fix typo in g_hashes reference to SpookyHash Remove Visual Studio-specific .sln & .vcproj files by tanjent@gmail.com - 2 years, 5 months ago
- f3b7897 Merge branch chandlerc_dev by tanjent@gmail.com - 2 years, 5 months ago
- b35e562 Fix typo in rotation constant for Murmur3_x86_32's tail, update verification value. by tanjent@gmail.com - 3 years, 2 months ago
- bb9b561 more size_t warnings by tanjent@gmail.com - 3 years, 3 months ago
- 84de9bd and fix corresponding build breakages under Windows by tanjent@gmail.com - 3 years, 3 months ago
- a27c281 Enable all gcc warnings except strict aliasing, fix build issues by aappleby@google.com - 3 years, 3 months ago
- 510b852 Add Google's open-source CityHash Fix build breakage on Cygwin by tanjent@gmail.com - 3 years, 3 months ago
- 833fd8d Make verification failure print the hash names Fix typo in murmur3f (rotl values didn't match) by tanjent@gmail.com - 3 years, 3 months ago
- c2b49e0 Fix typos by aappleby@google.com - 3 years, 3 months ago
- c8e8bf8 Remove dead files, make Murmur1/2/3 all have explicit public domain licensing & no external dependencies by aappleby@google.com - 3 years, 3 months ago
- cc59216 Build fixes for clang, etc by aappleby@google.com - 3 years, 3 months ago
- 7af0ee0 gcc complains about multiply defined symbols, move rotl macros back to source file by aappleby@google.com - 3 years, 3 months ago
- 58dd886 Remove platform.h dependency from MurmurHash3.h, move platform #ifdefs to header by tanjent@gmail.com - 3 years, 3 months ago