axmol/cocos/base/allocator
kompjoefriek ca48c5e5dd Fixed lots of compiler warnings
- signed / unsigned mismatches
- using int as bool
- Removed throw() from CCFrame.h, why is explained here:
http://www.gotw.ca/publications/mill22.htm
2015-01-23 02:02:33 +01:00
..
CCAllocatorBase.h Fix compile error on WIN32. 2014-12-19 11:49:40 +08:00
CCAllocatorDiagnostics.cpp some minor tweaks comments and logging 2014-12-12 10:54:59 -08:00
CCAllocatorDiagnostics.h Fix compile error on WIN32. 2014-12-19 11:49:40 +08:00
CCAllocatorGlobal.cpp adding allocator system 2014-12-12 08:57:06 -08:00
CCAllocatorGlobal.h removing Allocator<T> and inheriting base directly. 2014-12-15 09:34:25 -08:00
CCAllocatorGlobalNewDelete.cpp android fixes 2014-12-15 16:21:12 -08:00
CCAllocatorMacros.h modify inline macro to work on windows 2014-12-19 10:57:19 -05:00
CCAllocatorMutex.h used CreateMutexEx for WINRT and WP8 2014-12-30 21:24:05 -08:00
CCAllocatorStrategyDefault.h removing Allocator<T> and inheriting base directly. 2014-12-15 09:34:25 -08:00
CCAllocatorStrategyFixedBlock.h Fixed lots of compiler warnings 2015-01-23 02:02:33 +01:00
CCAllocatorStrategyGlobalSmallBlock.h Fix compile error on WIN32. 2014-12-19 11:49:40 +08:00
CCAllocatorStrategyPool.h Fix compile error on WIN32. 2014-12-19 11:49:40 +08:00