| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | common: Port cityhash code from Citra. | 2018-04-13 | 1 | -141/+0 | |
| | | |||||
| * | Common: Fix some out-of-style includes | 2017-05-27 | 1 | -3/+3 | |
| | | |||||
| * | common: switch ComputeHash64 len param to size_t instead of int, fix warning ↵ | 2017-01-28 | 1 | -4/+4 | |
| | | | | | on MSVC on dsp_dsp.cpp | ||||
| * | Fix typos | 2016-10-20 | 1 | -1/+1 | |
| | | |||||
| * | Remove empty newlines in #include blocks. | 2016-09-21 | 1 | -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. | 2016-09-18 | 1 | -32/+64 | |
| | | |||||
| * | hash: Get rid of unused functions | 2015-09-16 | 1 | -16/+0 | |
| | | |||||
| * | Common: Added MurmurHash3 hash function for general-purpose use. | 2015-08-15 | 1 | -0/+126 | |
| | | |||||
| * | Common: Remove hash.cpp/h | 2015-05-07 | 1 | -524/+0 | |
| | | | | | Currently unused and the code quality is pretty questionable. | ||||
| * | Common: Add proper macros to test for architecture pointer size | 2015-05-07 | 1 | -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.h | 2015-05-07 | 1 | -0/+1 | |
| | | |||||
| * | Common: Move SSE detection ifdefs to platform.h | 2015-05-07 | 1 | -0/+2 | |
| | | |||||
| * | Misc cleanup of common and related functions | 2015-02-19 | 1 | -6/+6 | |
| | | |||||
| * | Remove duplication of INSERT_PADDING_WORDS between pica.h and gpu.h | 2015-02-19 | 1 | -0/+1 | |
| | | |||||
| * | License change | 2014-12-20 | 1 | -2/+2 | |
| | | |||||
| * | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ↵ | 2014-11-19 | 1 | -16/+16 | |
| | | | | | or generated | ||||
| * | fixed project includes to use new directory structure | 2014-04-08 | 1 | -2/+2 | |
| | | |||||
| * | got rid of 'src' folders in each sub-project | 2014-04-08 | 1 | -0/+520 | |