Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve directory creation in WindowsCopyFiles.cmake | Michał Janiszewski | 2018-06-24 | 1 | -3/+3 |
| | |||||
* | Revert "Use Ninja for MSVC AppVeyor builds" (#584) | bunnei | 2018-06-23 | 1 | -2/+2 |
| | |||||
* | Use Ninja for MSVC AppVeyor builds | Michał Janiszewski | 2018-06-05 | 1 | -2/+2 |
| | |||||
* | cmake: Add script to find Unicorn. | bunnei | 2018-01-05 | 1 | -0/+18 |
| | |||||
* | Fixes SDL2.dll copy to bindir on windows | Lectem | 2016-07-21 | 1 | -0/+9 |
| | |||||
* | fix SDL2 detection for Visual | Lectem | 2016-03-14 | 1 | -1/+7 |
| | |||||
* | Dependencies: Remove GLFW, Add SDL2 | MerryMage | 2016-03-02 | 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 | ||||
* | Replace GLEW with a glLoadGen loader. | Yuri Kunde Schlesner | 2014-09-01 | 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. | ||||
* | Indent fixes | archshift | 2014-05-19 | 1 | -29/+29 |
| | |||||
* | Added FindGLEW to cmake-modules | archshift | 2014-05-17 | 1 | -0/+47 |
| | |||||
* | fixes to scm_rev generation to make it conistent with windows build | bunnei | 2014-04-24 | 1 | -0/+28 |
| | |||||
* | added scm rev generation on Linux/cmake | bunnei | 2014-04-24 | 2 | -0/+168 |