aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/hash.cpp
Commit message (Collapse)AuthorAge
* Common: Remove hash.cpp/hGravatar Yuri Kunde Schlesner2015-05-07
| | | | Currently unused and the code quality is pretty questionable.
* Common: Add proper macros to test for architecture pointer sizeGravatar Yuri Kunde Schlesner2015-05-07
| | | | | | | 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-07
|
* Common: Move SSE detection ifdefs to platform.hGravatar Yuri Kunde Schlesner2015-05-07
|
* Misc cleanup of common and related functionsGravatar archshift2015-02-19
|
* Remove duplication of INSERT_PADDING_WORDS between pica.h and gpu.hGravatar archshift2015-02-19
|
* License changeGravatar purpasmart962014-12-20
|
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ↵Gravatar Emmanuel Gil Peyrot2014-11-19
| | | | or generated
* fixed project includes to use new directory structureGravatar bunnei2014-04-08
|
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-08