summaryrefslogtreecommitdiff
path: root/src/common/memory_util.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #99 from archshift/ext-checkGravatar bunnei2014-09-111-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.cppGravatar archshift2014-09-081-1/+1
| |
* | common: Prune all redundant includesGravatar archshift2014-09-081-3/+0
|/
* Merge pull request #52 from lioncash/memoryGravatar bunnei2014-08-171-5/+8
|\ | | | | 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-171-5/+8
| | | | | | | | 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-171-2/+2
|/
* fixed project includes to use new directory structureGravatar bunnei2014-04-081-3/+3
|
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-081-0/+197