Ryan C. Gordon
1fa34e72be
Improvements to stdlib.
...
All SDL_* functions are always available as real symbols, so you can always
link against them as a stable ABI. By default, however, all the things that
might have dithered down to macros in your application are now force-inlined,
to give you the same effect as before and theoretically better performance,
but still solve the classic macro problems.
Elsewhere, we provide real functions for these things that simply wrap the
inline functions, in case one needs to have a real function available.
Also: this exposed bugs: SDL_abs() does something different if you had the
macro vs the libc function, SDL_memcpy() returns a void* in the function
but not the macro, etc.
2013-03-15 01:01:20 -04:00
..
2013-03-15 01:02:30 -04:00
2013-02-15 08:47:44 -08:00
2012-01-22 17:26:45 -05:00
2013-02-15 08:47:44 -08:00
2013-03-07 20:42:55 -08:00
2013-02-15 08:47:44 -08:00
2013-02-13 17:19:21 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-03-06 11:59:21 -08:00
2013-03-05 17:59:36 -05:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-03-10 13:05:47 -04:00
2013-03-06 11:59:21 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-19 05:39:19 -08:00
2013-03-07 20:12:40 -08:00
2002-03-06 05:20:11 +00:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2012-01-14 13:17:01 -05:00
2013-03-13 08:35:03 -07:00
2013-02-28 20:01:17 -08:00
2013-02-15 08:47:44 -08:00
2013-03-15 01:01:20 -04:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-03-03 01:01:33 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-03-08 23:33:07 -08:00
2013-03-08 11:38:08 -05:00