SDL/include
Sam Lantinga 102fd54847 Fixed bug #935
Patrice Mandin

Hello,

I originally added pth support for threads in SDL 1.2 because on the Atari
platform we did not have any thread library.

I think pth support could be removed from SDL 1.3 for two reasons:

- Atari platform removed

- pth does not provides real (preemptive) threads, because it is user space,
and expect the application to call one of its function to give CPU to another
thread. So it is not exactly useful for applications, that expect threads to
run simultaneously.
2010-01-24 20:47:20 +00:00
..
begin_code.h The OS/2 support has been removed, so we don't need this now. 2010-01-07 04:38:58 +00:00
close_code.h Partial fix for bug #859 2009-10-19 13:31:58 +00:00
doxyfile SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head. 2006-07-10 21:04:37 +00:00
SDL_assert.h Clean up assertion API for public use. 2010-01-13 19:29:33 +00:00
SDL_atomic.h Partial fix for bug #859 2009-10-19 13:31:58 +00:00
SDL_audio.h Name the audio callback for documentation clarity. 2009-12-13 06:21:22 +00:00
SDL_compat.h Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* for code simplicity and improved performance. 2010-01-21 06:21:52 +00:00
SDL_config_iphoneos.h Allow configure to override assertion settings, but by default this comes from the build optimization level. 2010-01-13 08:06:32 +00:00
SDL_config_macosx.h Allow configure to override assertion settings, but by default this comes from the build optimization level. 2010-01-13 08:06:32 +00:00
SDL_config_minimal.h Allow configure to override assertion settings, but by default this comes from the build optimization level. 2010-01-13 08:06:32 +00:00
SDL_config_nintendods.h Allow configure to override assertion settings, but by default this comes from the build optimization level. 2010-01-13 08:06:32 +00:00
SDL_config_pandora.h Allow configure to override assertion settings, but by default this comes from the build optimization level. 2010-01-13 08:06:32 +00:00
SDL_config_win32.h Allow configure to override assertion settings, but by default this comes from the build optimization level. 2010-01-13 08:06:32 +00:00
SDL_config_wiz.h Allow configure to override assertion settings, but by default this comes from the build optimization level. 2010-01-13 08:06:32 +00:00
SDL_config.h.default Partial fix for bug #859 2009-10-19 13:31:58 +00:00
SDL_config.h.in Fixed bug #935 2010-01-24 20:47:20 +00:00
SDL_copying.h Updated copyright date 2008-12-08 00:27:32 +00:00
SDL_cpuinfo.h Added SDL_GetCPUCount() to see how many cores are available. 2009-12-16 06:53:53 +00:00
SDL_endian.h Merged r5194:5195 from branches/SDL-1.2: coldfire cpu arch support. 2010-01-10 08:21:19 +00:00
SDL_error.h Partial fix for bug #859 2009-10-19 13:31:58 +00:00
SDL_events.h Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* for code simplicity and improved performance. 2010-01-21 06:21:52 +00:00
SDL_haptic.h Joe 2009-11-23 21:31:10 PST 2009-11-27 19:29:27 +00:00
SDL_joystick.h Partial fix for bug #859 2009-10-19 13:31:58 +00:00
SDL_keyboard.h Partial fix for bug #859 2009-10-19 13:31:58 +00:00
SDL_keysym.h Fixed bug #685 2009-12-16 01:06:48 +00:00
SDL_loadso.h Partial fix for bug #859 2009-10-19 13:31:58 +00:00
SDL_main.h Partial fix for bug #859 2009-10-19 13:31:58 +00:00
SDL_mouse.h Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* for code simplicity and improved performance. 2010-01-21 06:21:52 +00:00
SDL_mutex.h Partial fix for bug #859 2009-10-19 13:31:58 +00:00
SDL_name.h Added a new header file: SDL_loadso.h 2002-03-06 05:20:11 +00:00
SDL_opengl.h Fixed bug #815 2009-12-15 20:14:50 +00:00
SDL_opengles.h Partial fix for bug #859 2009-10-19 13:31:58 +00:00
SDL_pixels.h The SDL_PaletteWatch structure is really internal-only. 2009-12-13 08:00:25 +00:00
SDL_platform.h Partial fix for bug #859 2009-10-19 13:31:58 +00:00
SDL_power.h Fixed gcc warning 2009-11-09 15:12:31 +00:00
SDL_quit.h Partial fix for bug #859 2009-10-19 13:31:58 +00:00
SDL_rect.h Added interfaces for batch drawing of points, lines and rects: 2009-12-09 15:56:56 +00:00
SDL_rwops.h Merged r4412:4413 from branches/SDL-1.2: rwops documentation fix. 2010-01-06 07:39:35 +00:00
SDL_scancode.h Partial fix for bug #859 2009-10-19 13:31:58 +00:00
SDL_stdinc.h Implemented SDL_setenv(), moved SDL_putenv() to compat. 2009-12-16 10:59:51 +00:00
SDL_surface.h Added SDL_RenderClear() as a fast method of clearing the screen to the drawing color. 2009-12-23 01:55:00 +00:00
SDL_syswm.h Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* for code simplicity and improved performance. 2010-01-21 06:21:52 +00:00
SDL_thread.h Fixed bug #741 2009-12-16 04:48:11 +00:00
SDL_timer.h Partial fix for bug #859 2009-10-19 13:31:58 +00:00
SDL_types.h Partial fix for bug #859 2009-10-19 13:31:58 +00:00
SDL_version.h Partial fix for bug #859 2009-10-19 13:31:58 +00:00
SDL_video.h Documentation consistency 2010-01-22 06:50:17 +00:00
SDL.h The config sets the default assertion level so people can override it for their own use in application code. 2010-01-13 07:25:28 +00:00