SDL/src/filesystem
Sam Lantinga d1cc47b337 Fixed 2680 - OSX: Replace NSAutoreleasePool with @autoreleasepool
Tim McDaniel

This patch replaces all use of NSAutoreleasePool with the Apple recommended @autoreleasepool.  @autoreleasepool is supposedly more efficient, and since it is scope based it can't be accidentally not released.
2014-08-17 15:07:00 -07:00
..
android Implemented SDL_GetPrefPath() on Android - it returns the path used by SDL_AndroidGetInternalStoragePath() 2014-08-11 17:25:53 -07:00
cocoa Fixed 2680 - OSX: Replace NSAutoreleasePool with @autoreleasepool 2014-08-17 15:07:00 -07:00
dummy Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
haiku Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
nacl Ooops, code that resists erasure, I've seen that in a movie. 2014-06-20 11:01:05 -03:00
unix Fix warnings, only major one being an SDL_SetError not providing enough arguments. 2014-06-05 15:29:23 -07:00
windows Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
winrt Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00