| 2013-05-10 |
aappleby@google.com | Merge patch from benswick@ to make Murmur3 compile... master |
commit | commitdiff | tree |
| 2013-05-10 |
tanjent@gmail.com | Add required 'inline' keyword to FORCE_INLINE macros. |
commit | commitdiff | tree |
| 2013-04-19 |
tanjent@gmail.com | City.cpp/h was using the _mm_crc32_u64 intrinsic, which... |
commit | commitdiff | tree |
| 2012-05-11 |
tanjent@gmail.com | Minor fixes & tweaks. |
commit | commitdiff | tree |
| 2012-05-11 |
tanjent@gmail.com | Merge in PMurHash by Shane Day, a MurmurHash3_x86_32... |
commit | commitdiff | tree |
| 2012-03-01 |
tanjent@gmail.com | Add #include "Platform.h" to fix Windows build git-svn |
commit | commitdiff | tree |
| 2012-03-01 |
tanjent@gmail.com | Merge branch chandlerc_dev |
commit | commitdiff | tree |
| 2011-05-20 |
tanjent@gmail.com | Fix typo in rotation constant for Murmur3_x86_32's... |
commit | commitdiff | tree |
| 2011-04-13 |
tanjent@gmail.com | more size_t warnings |
commit | commitdiff | tree |
| 2011-04-13 |
tanjent@gmail.com | and fix corresponding build breakages under Windows |
commit | commitdiff | tree |
| 2011-04-13 |
aappleby@google.com | Enable all gcc warnings except strict aliasing, fix... |
commit | commitdiff | tree |
| 2011-04-12 |
tanjent@gmail.com | Add Google's open-source CityHash |
commit | commitdiff | tree |
| 2011-04-11 |
tanjent@gmail.com | Make verification failure print the hash names |
commit | commitdiff | tree |
| 2011-04-08 |
aappleby@google.com | Fix typos |
commit | commitdiff | tree |
| 2011-04-08 |
aappleby@google.com | Remove dead files, make Murmur1/2/3 all have explicit... |
commit | commitdiff | tree |
| 2011-04-08 |
aappleby@google.com | Build fixes for clang, etc |
commit | commitdiff | tree |
| 2011-04-08 |
aappleby@google.com | gcc complains about multiply defined symbols, move... |
commit | commitdiff | tree |
| 2011-04-08 |
tanjent@gmail.com | Remove platform.h dependency from MurmurHash3.h, move... |
commit | commitdiff | tree |
| 2011-04-05 |
tanjent@gmail.com | make murmurhash3 compile standalone on Visual Studio |
commit | commitdiff | tree |
| 2011-04-05 |
aappleby@google.com | Make MurmurHash3.cpp compile standalone on GCC |
commit | commitdiff | tree |
| 2011-04-04 |
aappleby@google.com | Add CPU affinity to gcc build |
commit | commitdiff | tree |
| 2011-04-04 |
tanjent@gmail.com | fix cpu affinity mask |
commit | commitdiff | tree |
| 2011-04-04 |
aappleby@google.com | and of course gcc complains about missing "typename... |
commit | commitdiff | tree |
| 2011-04-04 |
tanjent@gmail.com | some test code for collision reporting |
commit | commitdiff | tree |
| 2011-04-04 |
aappleby@google.com | Add improved timing code that attempts to filter out... |
commit | commitdiff | tree |
| 2011-04-04 |
aappleby@google.com | Add #include <stdio.h> to Types.cpp |
commit | commitdiff | tree |
| 2011-04-03 |
tanjent@gmail.com | Final final final Murmur3, all variants. I am tired... |
commit | commitdiff | tree |
| 2011-04-02 |
tanjent@gmail.com | faster bmix64, 7.5 gigs/sec, passes all tests |
commit | commitdiff | tree |
| 2011-04-01 |
tanjent@gmail.com | Fix self-test values |
commit | commitdiff | tree |
| 2011-04-01 |
tanjent@gmail.com | simpler block mix for murmur3c |
commit | commitdiff | tree |
| 2011-04-01 |
tanjent@gmail.com | Add missing <memory.h> to fix gcc builds |
commit | commitdiff | tree |
| 2011-04-01 |
tanjent@gmail.com | Tweak to Murmur3a (yeah, even though I said it was... |
commit | commitdiff | tree |
| 2011-03-31 |
tanjent@gmail.com | Add TwoBytes test (not on by default) |
commit | commitdiff | tree |
| 2011-03-28 |
tanjent@gmail.com | Add faster BICTest variants |
commit | commitdiff | tree |
| 2011-03-21 |
aappleby@google.com | verification code work |
commit | commitdiff | tree |
| 2011-03-21 |
tanjent@gmail.com | Start work on verification codes |
commit | commitdiff | tree |
| 2011-03-20 |
tanjent@gmail.com | Remove stub file |
commit | commitdiff | tree |
| 2011-03-20 |
tanjent@gmail.com | And add stdio.h so SuperFastHash has a reference to... |
commit | commitdiff | tree |
| 2011-03-20 |
tanjent@gmail.com | Remove leftover references to pstdint.h that break... |
commit | commitdiff | tree |
| 2011-03-20 |
tanjent@gmail.com | Fix rdtsc errors from core hopping causing bad timing... |
commit | commitdiff | tree |
| 2011-03-19 |
tanjent@gmail.com | Add startup self-test |
commit | commitdiff | tree |
| 2011-03-19 |
McKay.Davis... | Fix x86_64 gcc 4.4.1 build errors: |
commit | commitdiff | tree |
| 2011-03-19 |
McKay.Davis... | Initial commit of CMake file. Builds SMHasherSupport... |
commit | commitdiff | tree |
| 2011-03-19 |
tanjent@gmail.com | Cross-platform compliation fixes. Everything should... |
commit | commitdiff | tree |
| 2011-03-14 |
tanjent@gmail.com | Add beginnings of bitslice test |
commit | commitdiff | tree |
| 2011-02-28 |
tanjent@gmail.com | Remove a few bits of commented-out code. |
commit | commitdiff | tree |
| 2011-02-28 |
tanjent@gmail.com | test murmur3a by default |
commit | commitdiff | tree |
| 2011-02-28 |
tanjent@gmail.com | Tweak Murmur3, new more rigorous sanity test, combinato... |
commit | commitdiff | tree |
| 2010-11-17 |
tanjent@gmail.com | remove swap() and use std::swap instead, make alignment... |
commit | commitdiff | tree |
| 2010-11-09 |
tanjent@gmail.com | MurmurHash3_x86_128 was missing a rotate instruction |
commit | commitdiff | tree |
| 2010-11-05 |
tanjent@gmail.com | MurmurHash3 is released to beta |
commit | commitdiff | tree |
| 2010-11-02 |
tanjent@gmail.com | Remove code that's not part of this library |
commit | commitdiff | tree |
| 2010-11-02 |
tanjent@gmail.com | Add project files |
commit | commitdiff | tree |
| 2010-11-02 |
tanjent@gmail.com | Initial source checkin |
commit | commitdiff | tree |
| 2010-11-02 |
(no author) | Initial directory structure. |
commit | commitdiff | tree |
|