| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Common: Remove mem_arena.cpp/h | 2015-05-07 | 1 | -394/+0 | |
| | | | | | | | It is superfluous for Citra. (It's only really necessary if you're doing JIT. We were using it but not taking any advantage from it.) This should make 32-bit builds work again. | ||||
| * | Common: Add proper macros to test for architecture pointer size | 2015-05-07 | 1 | -4/+5 | |
| | | | | | | | | 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 | -1/+5 | |
| | | |||||
| * | Common: Change names containing “Dolphin” or “PPSSPP” to something ↵ | 2015-02-20 | 1 | -1/+1 | |
| | | | | | more generic. | ||||
| * | Remove the useless msg_handler compilation unit that was left over from Dolphin | 2015-02-18 | 1 | -4/+3 | |
| | | |||||
| * | Common: Remove dead platform #ifdefs to make the code more readable. | 2015-01-06 | 1 | -82/+2 | |
| | | | | | | | Symbian, Xbox, Blackberry and iOS got removed. FreeBSD and Android kept due to them potentially being able to run Citra in the future. The iOS specific part also got removed from PPSSPP in order to fix a bug there. | ||||
| * | Convert old logging calls to new logging macros | 2014-12-13 | 1 | -7/+7 | |
| | | |||||
| * | Change NULLs to nullptrs. | 2014-12-03 | 1 | -10/+10 | |
| | | |||||
| * | Remove tabs in all files except in skyeye imports and in generated GL code | 2014-11-19 | 1 | -5/+5 | |
| | | |||||
| * | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ↵ | 2014-11-19 | 1 | -5/+5 | |
| | | | | | or generated | ||||
| * | Merge pull request #99 from archshift/ext-check | 2014-09-11 | 1 | -1/+1 | |
| |\ | | | | | loader.cpp: improved file extension checking, made Upper/LowerStr useful, moved string_util into Common namespace | ||||
| | * | Added string_util to common, small changes in loader.cpp | 2014-09-08 | 1 | -1/+1 | |
| | | | |||||
| * | | common: Prune all redundant includes | 2014-09-08 | 1 | -4/+0 | |
| |/ | |||||
| * | mem_arena: Replace insecure temporary file creation with devshm, importing ↵ | 2014-08-16 | 1 | -24/+23 | |
| | | | | | Dolphin’s code. | ||||
| * | fixed project includes to use new directory structure | 2014-04-08 | 1 | -5/+3 | |
| | | |||||
| * | got rid of 'src' folders in each sub-project | 2014-04-08 | 1 | -0/+477 | |