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