aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/memory_util.cpp
Commit message (Collapse)AuthorAge
* Common: Cleanup memory and misc includes.Gravatar Emmanuel Gil Peyrot2015-06-28
|
* 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
|
* Remove the useless msg_handler compilation unit that was left over from DolphinGravatar archshift2015-02-18
|
* License changeGravatar purpasmart962014-12-20
|
* Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-13
|
* Change NULLs to nullptrs.Gravatar Rohit Nirmal2014-12-03
|
* 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
|/
* Merge pull request #52 from lioncash/memoryGravatar bunnei2014-08-17
|\ | | | | Common: Correctly set ptr to null if mmap fails in memory_util
| * Common: Correctly set ptr to null if mmap fails in memory_utilGravatar Lioncash2014-08-17
| | | | | | | | On POSIX systems mmap will return MAP_FAILED ((void*)-1) instead of a null pointer.
* | Common: Move remaining C header includes over to their C++ equivalentGravatar Lioncash2014-08-17
|/
* fixed project includes to use new directory structureGravatar bunnei2014-04-08
|
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-08