SFML/include/SFML
Mario Liebisch 757094a25b Fixed current Android compilation issues
* Updated the Android toolchain file to support NDKs up to the latest release (r12b; based on https://github.com/gongminmin/android-cmake).
* Fixed missing sRGB extension defines - also SFML once again compiles for older target API levels not having the sRGB extensions (fixes #1079, supersedes #1085).
* Changed SFML's default STL runtime to `stlport_shared`, since `c++_shared` is no longer supported.
2016-07-21 10:42:45 +02:00
..
Audio Implemented stereo audio recording. 2016-05-08 23:29:25 +02:00
Graphics Fixed some typos 2016-06-14 23:12:43 +02:00
Network Fixed FTP directory listing blocking forever if both expected responses are read from the command socket in a single call. (#1025) 2016-06-04 22:55:57 +02:00
System Android: Added sf::getNativeActivity() to retrieve a handle to the current activity 2016-04-22 15:53:14 +02:00
Window Added ability to grab the cursor (w/ Windows impl.) 2016-07-18 01:18:42 +02:00
Audio.hpp Fix whitespace: Convert tabs to spaces and remove trailing whitespace. 2015-04-15 01:53:43 +02:00
Config.hpp Added SFML_DEPRECATED macro for cross-platform class/function deprecation 2015-10-19 17:39:38 +02:00
Graphics.hpp Added missing includes in the general headers. 2015-04-02 18:52:27 +02:00
Main.hpp Updated copyright year and Laurent's email address 2015-03-02 13:41:54 -05:00
Network.hpp Added missing includes in the general headers. 2015-04-02 18:52:27 +02:00
OpenGL.hpp Fixed current Android compilation issues 2016-07-21 10:42:45 +02:00
System.hpp Fix whitespace: Convert tabs to spaces and remove trailing whitespace. 2015-04-15 01:53:43 +02:00
Window.hpp Added missing includes in the general headers. 2015-04-02 18:52:27 +02:00