Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| aee05522 | 2015-06-13 10:47:55 | Fixed bug 3009 - Cannot compile SDL2 on Windows CMakeLists.txt was missing handling for running CMake with -DDIRECTX=0 | ||
| f5dce3c6 | 2015-06-07 20:15:09 | CMake: default to shared library builds being enabled. | ||
| 75a3ad1d | 2015-04-22 20:25:19 | CMake: Slightly better fix for installation target (thanks, Anthony!). Fixes Bugzilla #2474. | ||
| b72938c8 | 2015-04-20 12:22:44 | Windows: Always set the system timer resolution to 1ms by default. An existing hint lets apps that don't need the timer resolution changed avoid this, to save battery, etc, but this fixes several problems in timing, audio callbacks not firing fast enough, etc. Fixes Bugzilla #2944. |