summaryrefslogtreecommitdiff
path: root/src/common/hash.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-13common: Port cityhash code from Citra.Gravatar bunnei1-141/+0
2017-05-27Common: Fix some out-of-style includesGravatar Yuri Kunde Schlesner1-3/+3
2017-01-28common: switch ComputeHash64 len param to size_t instead of int, fix warning ↵Gravatar Kloen1-4/+4
on MSVC on dsp_dsp.cpp
2016-10-20Fix typosGravatar Ricardo de Almeida Gonzaga1-1/+1
2016-09-21Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot1-1/+0
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
2016-09-18Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot1-32/+64
2015-09-16hash: Get rid of unused functionsGravatar Lioncash1-16/+0
2015-08-15Common: Added MurmurHash3 hash function for general-purpose use.Gravatar bunnei1-0/+126
2015-05-07Common: Remove hash.cpp/hGravatar Yuri Kunde Schlesner1-524/+0
Currently unused and the code quality is pretty questionable.
2015-05-07Common: Add proper macros to test for architecture pointer sizeGravatar Yuri Kunde Schlesner1-1/+1
The old system of just defining macros available in some other platform was susceptible to silently using the wrong code if you forgot to include a particular header. This fixes a crash on non-Windows platforms introduced by e1fbac3ca13d37d2625c11d30cfdece4327b446b.
2015-05-07Common: Remove common.hGravatar Yuri Kunde Schlesner1-0/+1
2015-05-07Common: Move SSE detection ifdefs to platform.hGravatar Yuri Kunde Schlesner1-0/+2
2015-02-19Misc cleanup of common and related functionsGravatar archshift1-6/+6
2015-02-19Remove duplication of INSERT_PADDING_WORDS between pica.h and gpu.hGravatar archshift1-0/+1
2014-12-20License changeGravatar purpasmart961-2/+2
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ↵Gravatar Emmanuel Gil Peyrot1-16/+16
or generated
2014-04-08fixed project includes to use new directory structureGravatar bunnei1-2/+2
2014-04-08got rid of 'src' folders in each sub-projectGravatar bunnei1-0/+0
2014-04-01convert tabs to spacesGravatar bunnei1-343/+343
2013-09-04replaced common code with dolphin commonGravatar ShizZy1-0/+520
2013-09-04deleted gekko's common filesGravatar ShizZy1-241/+0
2013-08-29adding initial project layoutGravatar ShizZy1-0/+241