summaryrefslogtreecommitdiff
path: root/src/common/hash.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* common: Port cityhash code from Citra.Gravatar bunnei2018-04-131-141/+0
|
* Common: Fix some out-of-style includesGravatar Yuri Kunde Schlesner2017-05-271-3/+3
|
* common: switch ComputeHash64 len param to size_t instead of int, fix warning ↵Gravatar Kloen2017-01-281-4/+4
| | | | on MSVC on dsp_dsp.cpp
* Fix typosGravatar Ricardo de Almeida Gonzaga2016-10-201-1/+1
|
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-1/+0
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-32/+64
|
* hash: Get rid of unused functionsGravatar Lioncash2015-09-161-16/+0
|
* Common: Added MurmurHash3 hash function for general-purpose use.Gravatar bunnei2015-08-151-0/+126
|
* Common: Remove hash.cpp/hGravatar Yuri Kunde Schlesner2015-05-071-524/+0
| | | | Currently unused and the code quality is pretty questionable.
* Common: Add proper macros to test for architecture pointer sizeGravatar Yuri Kunde Schlesner2015-05-071-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.
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-071-0/+1
|
* Common: Move SSE detection ifdefs to platform.hGravatar Yuri Kunde Schlesner2015-05-071-0/+2
|
* Misc cleanup of common and related functionsGravatar archshift2015-02-191-6/+6
|
* Remove duplication of INSERT_PADDING_WORDS between pica.h and gpu.hGravatar archshift2015-02-191-0/+1
|
* License changeGravatar purpasmart962014-12-201-2/+2
|
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ↵Gravatar Emmanuel Gil Peyrot2014-11-191-16/+16
| | | | or generated
* fixed project includes to use new directory structureGravatar bunnei2014-04-081-2/+2
|
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-081-0/+520