SDL/src/main
Eric Wing 03cc44af03 Android: Removed all unnecessary dependencies on C++.
C++ is a bit of a minefield on Android. Much functionality still doesn't work, and Android can't decide on which C++ standard library to use, so it provides 3 different ones, all of which are incompatible with each other. (It looks like clang is coming too which will add a new compiler and a 4th standard library.)

As middleware, SDL might be distributed as a binary and intermixed with other projects already using C++. If C++ is intermixed in a bad way, bad things will happen. Removing dependencies on C++ will avoid this problem and downstream users won't have to worry/care.
2013-07-22 02:51:45 -07:00
..
android Android: Removed all unnecessary dependencies on C++. 2013-07-22 02:51:45 -07:00
beos File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
dummy Make sure that we use consistent configuration options on platforms like Windows so that command line builds and IDE builds have ABI compatibility. 2012-01-14 13:21:19 -05:00
psp Added some extra protection to notify the developer if they haven't initialized the application properly. 2013-06-05 21:23:59 -07:00
windows Changed use of isspace() to SDL_isspace(). 2013-07-14 19:53:50 +02:00