index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
mem_arena.cpp
Age
Commit message (
Collapse
)
Author
2015-02-20
Common: Change names containing “Dolphin” or “PPSSPP” to something ↵
Emmanuel Gil Peyrot
more generic.
2015-02-18
Remove the useless msg_handler compilation unit that was left over from Dolphin
archshift
2015-01-06
Common: Remove dead platform #ifdefs to make the code more readable.
Emmanuel Gil Peyrot
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.
2014-12-13
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-03
Change NULLs to nullptrs.
Rohit Nirmal
2014-11-19
Remove tabs in all files except in skyeye imports and in generated GL code
Emmanuel Gil Peyrot
2014-11-19
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ↵
Emmanuel Gil Peyrot
or generated
2014-09-11
Merge pull request #99 from archshift/ext-check
bunnei
loader.cpp: improved file extension checking, made Upper/LowerStr useful, moved string_util into Common namespace
2014-09-08
common: Prune all redundant includes
archshift
2014-09-08
Added string_util to common, small changes in loader.cpp
archshift
2014-08-16
mem_arena: Replace insecure temporary file creation with devshm, importing ↵
Emmanuel Gil Peyrot
Dolphin’s code.
2014-04-08
fixed project includes to use new directory structure
bunnei
2014-04-08
got rid of 'src' folders in each sub-project
bunnei