log include/SDL_config_iphoneos.h @ 5230:5d01d426f2ea

age author description
Sun, 06 Feb 2011 00:00:13 -0800 Sam Lantinga Added an OpenGL ES 2.0 renderer, contributed by itsnotabigtruck
Fri, 21 Jan 2011 21:45:55 -0800 Sam Lantinga HAVE_GCC_ATOMICS covers the test and set
Fri, 21 Jan 2011 21:43:56 -0800 Sam Lantinga Yeah, go iPhone!
Sun, 16 Jan 2011 15:16:39 -0800 Sam Lantinga Added native atomic operations for Windows, Mac OS X, and gcc compiler intrinsics.
Sat, 15 Jan 2011 12:34:43 -0800 Sam Lantinga Added some missing config for the iPhone
Wed, 07 Jul 2010 18:58:51 -0700 Sam Lantinga Updated iPhone keyboard code (which builds and runs on the iPad and iPhone simulator now)
Fri, 30 Apr 2010 00:39:31 -0400 Ryan C. Gordon Implemented SDL power APIs for iPhoneOS.
Sun, 24 Jan 2010 21:10:53 +0000 Sam Lantinga Fixed bug #926
Wed, 13 Jan 2010 08:06:32 +0000 Sam Lantinga Allow configure to override assertion settings, but by default this comes from the build optimization level.
Wed, 13 Jan 2010 07:25:28 +0000 Sam Lantinga The config sets the default assertion level so people can override it for their own use in application code.
Wed, 13 Jan 2010 06:47:17 +0000 Sam Lantinga First pass at Ryan's assertion code, minor tweaks to come.
Thu, 17 Dec 2009 03:04:04 +0000 Sam Lantinga Added support for querying the number of CPUs available on Linux. This also happens to work on Mac OS X.
Wed, 16 Dec 2009 10:59:51 +0000 Ryan C. Gordon Implemented SDL_setenv(), moved SDL_putenv() to compat.
Wed, 16 Dec 2009 06:53:53 +0000 Sam Lantinga Added SDL_GetCPUCount() to see how many cores are available.
Tue, 24 Nov 2009 08:12:32 +0000 Sam Lantinga Eric Wing to Sam, hfutrell
Sat, 17 Oct 2009 07:36:45 +0000 Sam Lantinga iPhone interruption patch / SDL 1.3
Sat, 05 Sep 2009 09:11:03 +0000 Sam Lantinga CD-ROM support is so passé :)
Sun, 02 Aug 2009 12:54:59 +0000 Sam Lantinga Better check which includes #define used in stdint.h
Sun, 02 Aug 2009 12:45:20 +0000 Sam Lantinga Don't redefine types if HAVE_STDINT_H is defined
Sun, 07 Jun 2009 06:06:35 +0000 Ryan C. Gordon Initial work on power subsystem for SDL 1.3.
Tue, 03 Mar 2009 09:48:00 +0000 Sam Lantinga Mac OS X and iPhoneOS have the full math library
Thu, 01 Jan 2009 23:01:05 +0000 Holmes Futrell Re-enabled joystick support during compilation.
Mon, 08 Dec 2008 00:27:32 +0000 Sam Lantinga Updated copyright date
Thu, 16 Oct 2008 12:22:56 +0000 Sam Lantinga Disabled the Haptic API on iPhone, changed the order of the header to match
Sat, 04 Oct 2008 06:46:59 +0000 Sam Lantinga Final merge of Google Summer of Code 2008 work...
Fri, 15 Aug 2008 18:26:48 +0000 Holmes Futrell Removed useless lines, added comments. gsoc2008_iphone
Fri, 15 Aug 2008 18:22:12 +0000 Holmes Futrell changed #ifndef statment to _SDL_config_iphoneos_h instead of _SDL_config_minimal_h. gsoc2008_iphone
Fri, 15 Aug 2008 00:49:49 +0000 Holmes Futrell Added macros SDL_IPHONE_MAX_GFORCE (which is used in converting the floating point g-force value returned by the iPhone accelerometer to the Sint16 required by SDL_Joystick) and SDL_IPHONE_MULTIPLE_MICE, which when enabled allows multi-touch to be emulated as multiple mice. gsoc2008_iphone
Tue, 29 Jul 2008 17:25:54 +0000 Holmes Futrell Added SDL_IPHONE_KEYBOARD macro, which controls whether or not the SDL for iPhone is compiled with keyboard support or not. gsoc2008_iphone
Fri, 18 Jul 2008 18:23:23 +0000 Holmes Futrell added SDL_LOADSO_DLOPEN macro gsoc2008_iphone
Wed, 09 Jul 2008 21:32:49 +0000 Holmes Futrell just testing commit ... please commit to the right place. gsoc2008_iphone