aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/mem_arena.cpp
Commit message (Collapse)AuthorAge
* Common: Remove mem_arena.cpp/hGravatar Yuri Kunde Schlesner2015-05-07
| | | | | | 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 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: Change names containing “Dolphin” or “PPSSPP” to something ↵Gravatar Emmanuel Gil Peyrot2015-02-20
| | | | more generic.
* Remove the useless msg_handler compilation unit that was left over from DolphinGravatar archshift2015-02-18
|
* Common: Remove dead platform #ifdefs to make the code more readable.Gravatar Emmanuel Gil Peyrot2015-01-06
| | | | | | 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 macrosGravatar Yuri Kunde Schlesner2014-12-13
|
* Change NULLs to nullptrs.Gravatar Rohit Nirmal2014-12-03
|
* Remove tabs in all files except in skyeye imports and in generated GL codeGravatar Emmanuel Gil Peyrot2014-11-19
|
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ↵Gravatar Emmanuel Gil Peyrot2014-11-19
| | | | or generated
* Merge pull request #99 from archshift/ext-checkGravatar bunnei2014-09-11
|\ | | | | loader.cpp: improved file extension checking, made Upper/LowerStr useful, moved string_util into Common namespace
* | common: Prune all redundant includesGravatar archshift2014-09-08
| |
| * Added string_util to common, small changes in loader.cppGravatar archshift2014-09-08
|/
* mem_arena: Replace insecure temporary file creation with devshm, importing ↵Gravatar Emmanuel Gil Peyrot2014-08-16
| | | | Dolphin’s code.
* fixed project includes to use new directory structureGravatar bunnei2014-04-08
|
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-08