Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Travis: Use a stable version of clang-format | Yuri Kunde Schlesner | 2016-12-03 | 1 | -0/+7 |
| | |||||
* | Move to SDL2-2.0.5 | freiro | 2016-11-22 | 1 | -2/+2 |
| | |||||
* | Remove cmake from the install list. Its now up to date on the new travis mac image | James Rowe | 2016-11-11 | 1 | -1/+1 |
| | |||||
* | Travis: Fix OS X build | Yuri Kunde Schlesner | 2016-09-21 | 1 | -2/+1 |
| | | | | | | | Probably due to additional Travis caching, cmake is now already installed when the script runs. This causes the unlink to remove the symlink to the executable, which is then not re-added by the install (since it's already installed). | ||||
* | travis cache for cmake and sdl2 (#2060) | Lectem | 2016-09-08 | 1 | -4/+13 |
| | |||||
* | travis: Update to XCode 7.3.1 | MerryMage | 2016-09-02 | 1 | -2/+1 |
| | |||||
* | CMake: Fix for QT 5.7 overwriting -std=c++1y flag | James Rowe | 2016-08-05 | 1 | -2/+2 |
| | | | | | | | In QT 5.7 they added a new check for CXX features which appends a minimum required standard to the CXX_FLAGS. Because we were writing the flag directly previously, cmake assumed it needed to add a c++11 flag to the build. This tells cmake to use c++14 on every build. | ||||
* | travis: Use GCC 6 on Ubuntu CI builds | Lioncash | 2016-06-17 | 1 | -2/+2 |
| | |||||
* | travis: Install cmake 3.1 | Sam Spilsbury | 2016-04-25 | 1 | -2/+3 |
| | |||||
* | travis: Update dependencies | Lioncash | 2016-04-03 | 1 | -2/+2 |
| | |||||
* | OS X: Use dylibbundler to include dylibs required by citra in nightly archive | MerryMage | 2016-03-15 | 1 | -1/+1 |
| | |||||
* | Dependencies: Remove GLFW, Add SDL2 | MerryMage | 2016-03-02 | 1 | -9/+4 |
| | | | | | | | | | | | | | | 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 | ||||
* | .travis-deps.sh: don't install pkgbuild on OS X | archshift | 2015-11-04 | 1 | -1/+1 |
| | | | | pkgbuild is now provided by Travis itself, so homebrew throws an error upon trying to install it. | ||||
* | .travis-deps.sh: update curl invocation to follow 302 redirects | archshift | 2015-11-04 | 1 | -1/+1 |
| | | | | CMake recently 302'd the download URL we're using. To prevent any issues, just follow the redirect with cURL. | ||||
* | Update homebrew before building, which no longer uses SourceForge | archshift | 2015-07-17 | 1 | -1/+1 |
| | |||||
* | Travis: Update GLFW on Linux to 3.1.1 | Yuri Kunde Schlesner | 2015-07-11 | 1 | -5/+5 |
| | |||||
* | Travis: Remove use of sudo to enable use container-based builds | Yuri Kunde Schlesner | 2015-07-11 | 1 | -8/+8 |
| | |||||
* | Use xcpretty for xcodebuild on Travis | chinhodado | 2015-06-02 | 1 | -0/+1 |
| | |||||
* | CI: upload builds to builds.citra-emu.org instead of MEGA | archshift | 2015-03-17 | 1 | -2/+2 |
| | |||||
* | Revert "Travis: Enable caching of dependencies" | chinhodado | 2015-01-11 | 1 | -2/+0 |
| | |||||
* | Merge pull request #275 from yuriks/cmake-clean | bunnei | 2014-12-22 | 1 | -1/+5 |
|\ | | | | | Clean up CMake library specification | ||||
| * | Build GLFW as a shared lib on Travis | Yuri Kunde Schlesner | 2014-12-15 | 1 | -1/+5 |
| | | |||||
* | | Travis: Try to cache downloaded files to work around sf.net sucking | Yuri Kunde Schlesner | 2014-12-20 | 1 | -0/+2 |
| | | |||||
* | | Travis: Use gcc 4.9 instead of 4.8 since it's getting installed anyway | Yuri Kunde Schlesner | 2014-12-16 | 1 | -2/+2 |
| | | |||||
* | | Travis: Enable tracing on the script to ease troubleshooting | Yuri Kunde Schlesner | 2014-12-16 | 1 | -0/+1 |
|/ | |||||
* | CMake cleanup | Yuri Kunde Schlesner | 2014-09-01 | 1 | -4/+10 |
| | | | | | | | | Several cleanups to the buildsystem: - Do better factoring of common libs between platforms. - Add support to building on Windows. - Remove Qt4 support. - Re-sort file lists and add missing headers. | ||||
* | Replace GLEW with a glLoadGen loader. | Yuri Kunde Schlesner | 2014-09-01 | 1 | -2/+2 |
| | | | | | | | | | 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. | ||||
* | Add Qt5 option. Use Qt5 by default. | Sacha | 2014-08-19 | 1 | -1/+1 |
| | |||||
* | Travis: Added OSX, use default compilers, moved cmds into own scripts | archshift | 2014-06-18 | 1 | -0/+18 |