SDL-mirror/src/filesystem
Sam Lantinga cf85a26a30 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 Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
haiku Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08: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 Removed unused variable. 2014-03-10 00:48:41 -04:00
winrt Added missing copyright notices 2014-03-13 21:21:26 -07:00