Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-06-24 | Improve directory creation in WindowsCopyFiles.cmake | Michał Janiszewski | 1 | -3/+3 | |
2018-06-23 | Revert "Use Ninja for MSVC AppVeyor builds" (#584) | bunnei | 1 | -2/+2 | |
2018-06-05 | Use Ninja for MSVC AppVeyor builds | Michał Janiszewski | 1 | -2/+2 | |
2018-01-05 | cmake: Add script to find Unicorn. | bunnei | 1 | -0/+18 | |
2016-07-21 | Fixes SDL2.dll copy to bindir on windows | Lectem | 1 | -0/+9 | |
2016-03-14 | fix SDL2 detection for Visual | Lectem | 1 | -1/+7 | |
2016-03-02 | Dependencies: Remove GLFW, Add SDL2 | MerryMage | 2 | -0/+252 | |
citra: Remove GLFW, Add SDL2 FindSDL2: Do not CACHE SDL2_* variables if library is not found EmuWindow_SDL2: Set minimal client area at initialisation time EmuWindow_SDL2: Corrections EmuWindow_SDL2: Fix no decorations on startup on OS X cmake: windows_copy_files | |||||
2014-09-01 | Replace GLEW with a glLoadGen loader. | Yuri Kunde Schlesner | 1 | -47/+0 | |
This should fix the GL loading errors that occur in some drivers due to the use of deprecated functions by GLEW. Side benefits are more accurate auto-completion (deprecated function and symbols don't exist) and faster pointer loading (less entrypoints to load). In addition it removes an external library depency, simplifying the build system a bit and eliminating one set of binary libraries for Windows. | |||||
2014-05-19 | Indent fixes | archshift | 1 | -29/+29 | |
2014-05-17 | Added FindGLEW to cmake-modules | archshift | 1 | -0/+47 | |
2014-04-24 | fixes to scm_rev generation to make it conistent with windows build | bunnei | 1 | -0/+28 | |
2014-04-24 | added scm rev generation on Linux/cmake | bunnei | 2 | -0/+168 | |