1. 09e3094 Merge from Chromium at DEPS revision 267519 by Bo Liu · 10 years ago fp2-sibon fp2-sibon-2.0.1 fp2-sibon-2.0.2 FP2-open-16.05.0 FP2-open-16.06.0 FP2-open-16.07.1 FP2-open-16.08.0 FP2-open-16.09.0 FP2-open-16.10.0 FP2-open-16.11.0 FP2-open-16.12.0 FP2-open-17.01.0 FP2-open-17.04.0
  2. a4d3bea Merge third_party/smhasher/src from https://chromium.googlesource.com/external/smhasher.git at e87738e57558e0ec472b2fc3a643b838e5b6e88f by Android Chromium Automerger · 10 years ago
  3. e87738e Patch City.h to fix compile errors in Chromium (see issue 27) by aappleby@google.com · 10 years ago
  4. b7e6465 Merge from Chromium at DEPS revision 251904 by Torne (Richard Coles) · 10 years ago
  5. 49fed45 Merge third_party/smhasher/src from https://chromium.googlesource.com/external/smhasher.git at b52816cce35fbfdda7d56c533cf53d15201513e3 by Android Chromium Automerger · 10 years ago
  6. b52816c Merge patch to fix build under VS2010 by aappleby@google.com · 10 years ago
  7. 5912df8 am 6357d707: (-s ours) Merge remote-tracking branch \'origin/kitkat-dev\' by Baligh Uddin · 10 years ago
  8. 6357d70 Merge remote-tracking branch 'origin/kitkat-dev' by Baligh Uddin · 11 years ago
  9. 9ef4078 Initial empty repository by Baligh Uddin · 11 years ago
  10. 262a4a0 Merge from Chromium at DEPS revision r200144 by Torne (Richard Coles) · 11 years ago
  11. 0e46fd1 Merge third_party/smhasher/src from https://chromium.googlesource.com/external/smhasher.git at 6f63a4882e6b2cf87e8eec1a3ef8644e0d963283 by Android Chromium Automerger · 11 years ago
  12. 5b8fd3c Merge patch from benswick@ to make Murmur3 compile as plain C code. by aappleby@google.com · 11 years ago
  13. 6f63a48 Add required 'inline' keyword to FORCE_INLINE macros. by tanjent@gmail.com · 11 years ago
  14. 45016e6 Merge from Chromium at DEPS revision r198571 by Torne (Richard Coles) · 11 years ago
  15. 5af0b8c Merge third_party/smhasher/src from https://chromium.googlesource.com/external/smhasher.git at 8adb1336422e3ad4d78ba54fb56692f2ed07124c by Android Chromium Automerger · 11 years ago
  16. 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
  17. e5bf384 Merge from Chromium at DEPS revision r190564 by Torne (Richard Coles) · 11 years ago
  18. 37edc27 Merge third_party/smhasher/src from http://git.chromium.org/external/smhasher.git at e813f9b95be7adad5a2e441f4484278c453e5261 by Torne (Richard Coles) · 11 years ago
  19. 7a0a5c8 Merge third_party/smhasher/src from http://git.chromium.org/external/smhasher.git at 6895dced6534c9a041ceba5cabed231d3b2d8518 by Torne (Richard Coles) · 12 years ago
  20. 8b49e50 Initial empty repository by Chad Jones · 12 years ago
  21. e813f9b Minor fixes & tweaks. by tanjent@gmail.com · 12 years ago
  22. 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
  23. dd462f2 Add #include "Platform.h" to fix Windows build by tanjent@gmail.com · 12 years ago
  24. f3b7897 Merge branch chandlerc_dev by tanjent@gmail.com · 12 years ago
  25. b35e562 Fix typo in rotation constant for Murmur3_x86_32's tail, update verification value. by tanjent@gmail.com · 13 years ago
  26. bb9b561 more size_t warnings by tanjent@gmail.com · 13 years ago
  27. 84de9bd and fix corresponding build breakages under Windows by tanjent@gmail.com · 13 years ago
  28. a27c281 Enable all gcc warnings except strict aliasing, fix build issues by aappleby@google.com · 13 years ago
  29. 510b852 Add Google's open-source CityHash Fix build breakage on Cygwin by tanjent@gmail.com · 13 years ago
  30. 833fd8d Make verification failure print the hash names by tanjent@gmail.com · 13 years ago
  31. c2b49e0 Fix typos by aappleby@google.com · 13 years ago
  32. c8e8bf8 Remove dead files, make Murmur1/2/3 all have explicit public domain licensing & no external dependencies by aappleby@google.com · 13 years ago
  33. cc59216 Build fixes for clang, etc by aappleby@google.com · 13 years ago
  34. 7af0ee0 gcc complains about multiply defined symbols, move rotl macros back to source file by aappleby@google.com · 13 years ago
  35. 58dd886 Remove platform.h dependency from MurmurHash3.h, move platform #ifdefs to header by tanjent@gmail.com · 13 years ago
  36. 954fc28 make murmurhash3 compile standalone on Visual Studio by tanjent@gmail.com · 13 years ago
  37. f068a58 Make MurmurHash3.cpp compile standalone on GCC by aappleby@google.com · 13 years ago
  38. 4bbda98 Add CPU affinity to gcc build by aappleby@google.com · 13 years ago
  39. 9715053 fix cpu affinity mask by tanjent@gmail.com · 13 years ago
  40. 4be8e18 and of course gcc complains about missing "typename" specifier and missing typecasts by aappleby@google.com · 13 years ago
  41. 0f37bbd some test code for collision reporting by tanjent@gmail.com · 13 years ago
  42. 6bde278 Add improved timing code that attempts to filter out spurious timing results by aappleby@google.com · 13 years ago
  43. a6248fc Add #include <stdio.h> to Types.cpp by aappleby@google.com · 13 years ago
  44. 2ff5e9b Final final final Murmur3, all variants. I am tired of working on it. :) by tanjent@gmail.com · 13 years ago
  45. 9915597 faster bmix64, 7.5 gigs/sec, passes all tests by tanjent@gmail.com · 13 years ago
  46. b93e1c5 Fix self-test values Remove reference to experiments.cpp by tanjent@gmail.com · 13 years ago
  47. c365c96 simpler block mix for murmur3c by tanjent@gmail.com · 13 years ago
  48. b6aa510 Add missing <memory.h> to fix gcc builds by tanjent@gmail.com · 13 years ago
  49. 603c878 Tweak to Murmur3a (yeah, even though I said it was finalized...) by tanjent@gmail.com · 13 years ago
  50. 96601f2 Add TwoBytes test (not on by default) by tanjent@gmail.com · 13 years ago
  51. 623590d Add faster BICTest variants by tanjent@gmail.com · 13 years ago
  52. 7f20a31 verification code work by aappleby@google.com · 13 years ago
  53. 3ee4561 Start work on verification codes by tanjent@gmail.com · 13 years ago
  54. f145067 Remove stub file by tanjent@gmail.com · 13 years ago
  55. b39a5f0 And add stdio.h so SuperFastHash has a reference to NULL by tanjent@gmail.com · 13 years ago
  56. 9808b17 Remove leftover references to pstdint.h that break Ubuntu build by tanjent@gmail.com · 13 years ago
  57. b379f34 Fix rdtsc errors from core hopping causing bad timing results by tanjent@gmail.com · 13 years ago
  58. 6ffe010 Add startup self-test by tanjent@gmail.com · 13 years ago
  59. 3ef8761 Fix x86_64 gcc 4.4.1 build errors: by McKay.Davis@gmail.com · 13 years ago
  60. 0eed080 Initial commit of CMake file. Builds SMHasherSupport lib and SMHasher executable. by McKay.Davis@gmail.com · 13 years ago
  61. 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
  62. f67ce94 Add beginnings of bitslice test by tanjent@gmail.com · 13 years ago
  63. b0f1181 Remove a few bits of commented-out code. by tanjent@gmail.com · 13 years ago
  64. 1d160f0 test murmur3a by default by tanjent@gmail.com · 13 years ago
  65. babb553 Tweak Murmur3, new more rigorous sanity test, combinatorial block test by tanjent@gmail.com · 13 years ago
  66. 9d17d0b remove swap() and use std::swap instead, make alignment test a bit more robust by tanjent@gmail.com · 13 years ago
  67. 31a9e8e MurmurHash3_x86_128 was missing a rotate instruction by tanjent@gmail.com · 14 years ago
  68. ad4b363 MurmurHash3 is released to beta by tanjent@gmail.com · 14 years ago
  69. 2e8984f Remove code that's not part of this library by tanjent@gmail.com · 14 years ago
  70. 8c49498 Add project files by tanjent@gmail.com · 14 years ago
  71. 7e5c363 Initial source checkin by tanjent@gmail.com · 14 years ago
  72. b5082b0 Initial directory structure. by (no author) · 14 years ago