Age | Commit message (Expand) | Author | Files | Lines |
2014-03-09 | Updated SDL to version 2.0.3 | Sam Lantinga | 1 | -3/+3 |
2014-03-08 | Enable Wayland and Mir in configure/cmake scripts, now that 2.0.2 has shipped. | Ryan C. Gordon | 1 | -2/+2 |
2014-03-07 | CMake: Don't use /NODEFAULTLIB on Windows unless we're Visual Studio. | Ryan C. Gordon | 1 | -1/+1 |
2014-02-24 | CMake: Fixed build on Mac OS X. | Ryan C. Gordon | 1 | -0/+1 |
2014-02-10 | Fix Cmake so generated SOname matches autoconf's #. | Edward Rudd | 1 | -3/+6 |
2014-02-09 | Updated SDL to version 2.0.2 | Sam Lantinga | 1 | -3/+3 |
2014-02-09 | Possibly fixed bug 2250 - Cmake: SDL2 Doesn't install DLLs on Windows | Sam Lantinga | 1 | -7/+8 |
2014-02-03 | Temporarily default Wayland and Mir to disabled, for 2.0.2 release. | Ryan C. Gordon | 1 | -2/+2 |
2014-02-02 | Added Mir video target (thanks, Brandon!). | Ryan C. Gordon | 1 | -0/+2 |
2014-01-28 | Move to no-argument version of "endif()" in CMakeLists.txt. | Ryan C. Gordon | 1 | -123/+124 |
2014-01-28 | Some CMake fixes for static linking on Windows from the OpenFL project. | Ryan C. Gordon | 1 | -0/+19 |
2014-01-28 | CMake: Enable missing timer subsystem on Mac OS X and Haiku. | Ryan C. Gordon | 1 | -0/+14 |
2014-01-25 | quick fix for CMAKE SOVERSION number so it matches what is output by the conf... | Edward Rudd | 1 | -1/+1 |
2014-01-25 | correct grammar on UNIX missing dependency status notice. | Edward Rudd | 1 | -3/+3 |
2014-01-21 | Fixed dynamic loading of NAS in CMake project. | Ryan C. Gordon | 1 | -0/+1 |
2013-12-09 | Implemented the Dynamic API magic. | Ryan C. Gordon | 1 | -0/+1 |
2013-11-24 | We don't need to check for snprintf() anymore, we don't use it. | Ryan C. Gordon | 1 | -2/+1 |
2013-11-24 | Added SDL_vsscanf(). | Ryan C. Gordon | 1 | -1/+2 |
2013-12-14 | Wayland support | Gabriel Jacobo | 1 | -0/+2 |
2013-12-09 | Hook up SDL_acos and SDL_asin properly. | Ryan C. Gordon | 1 | -2/+2 |
2013-11-26 | Fixes #2271, Add KD detection under CMake by Scott Percival | Gabriel Jacobo | 1 | -0/+15 |
2013-11-26 | Fixes #2272, typo in CMakeLists.txt (thanks Boris Bendovsky!) | Gabriel Jacobo | 1 | -1/+1 |
2013-11-16 | Fixed bug 2238 - Enable GCC atomics for clang | Sam Lantinga | 1 | -2/+2 |
2013-11-14 | Renamed things named after BeOS to be named after Haiku instead. | Ryan C. Gordon | 1 | -10/+12 |
2013-11-13 | Started BeOS removal: merged BeOS thread and pthread code. | Ryan C. Gordon | 1 | -0/+2 |
2013-11-03 | Fixed bug 2187 - CMake is not adding src/core/linux/*.c to the build, linking... | Sam Lantinga | 1 | -2/+6 |
2013-10-21 | Fixed bug 2061 - SDL_filesystem API not built using cmake | Sam Lantinga | 1 | -2/+2 |
2013-10-10 | Updated SDL to version 2.0.1 | Sam Lantinga | 1 | -2/+2 |
2013-08-20 | Added SDL_GetBasePath() and SDL_GetPrefPath() in new filesystem module. | Ryan C. Gordon | 1 | -1/+32 |
2013-08-20 | Fixed cut-and-paste error. | Ryan C. Gordon | 1 | -1/+1 |
2013-07-27 | Fixed bug 1743 - CMake produces libraries with wrong filename/SONAME | Sam Lantinga | 1 | -3/+20 |
2013-07-13 | CMake project should install sdl2.m4. | Ryan C. Gordon | 1 | -0/+1 |
2013-07-13 | CMake project should enable pthreads for Mac OS X by default. | Ryan C. Gordon | 1 | -1/+7 |
2013-07-10 | Added src/thread/windows/SDL_systls.c to CMakeLists.txt (thanks, Charles!). | Ryan C. Gordon | 1 | -0/+1 |
2013-07-07 | Added an SDL2 OpenBSD sndio(7) audio target. | Ryan C. Gordon | 1 | -0/+2 |
2012-12-28 | Replaced Gnome screensaver hack with D-Bus messages to org.gnome.ScreenSaver. | Ryan C. Gordon | 1 | -0/+3 |
2012-12-11 | Updated Linux joystick code to support hotplug, GUIDs, etc. | Ryan C. Gordon | 1 | -1/+3 |
2012-12-11 | Removed old Linux joystick API (/dev/js*). | Ryan C. Gordon | 1 | -7/+4 |
2012-11-16 | Adds CMake build system by Marcus Von Appen (bug #1597) | Gabriel Jacobo | 1 | -0/+1176 |