Commit Graph

23 Commits (549d0c171563423f024de754a82ab033d31294d1)

Author SHA1 Message Date
James Rowe a976c2e3ba CMake: Fix for QT 5.7 overwriting -std=c++1y flag
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.
9 years ago
Lioncash a81b9ca689 travis: Use GCC 6 on Ubuntu CI builds 9 years ago
Sam Spilsbury 599dc2bbb5 travis: Install cmake 3.1 9 years ago
Lioncash 5181b4a0df travis: Update dependencies 9 years ago
MerryMage 373a790d76 OS X: Use dylibbundler to include dylibs required by citra in nightly archive 9 years ago
MerryMage ba2a54a9dd Dependencies: Remove GLFW, Add SDL2
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
9 years ago
archshift 808053cbcf .travis-deps.sh: don't install pkgbuild on OS X
pkgbuild is now provided by Travis itself, so homebrew throws
an error upon trying to install it.
9 years ago
archshift 2fd4f6f154 .travis-deps.sh: update curl invocation to follow 302 redirects
CMake recently 302'd the download URL we're using.
To prevent any issues, just follow the redirect with cURL.
9 years ago
archshift dfea8e9109 Update homebrew before building, which no longer uses SourceForge 10 years ago
Yuri Kunde Schlesner a60f2a93d2 Travis: Update GLFW on Linux to 3.1.1 10 years ago
Yuri Kunde Schlesner 73b6a715ee Travis: Remove use of sudo to enable use container-based builds 10 years ago
chinhodado c2046a109a Use xcpretty for xcodebuild on Travis 10 years ago
archshift 6cc1a07235 CI: upload builds to builds.citra-emu.org instead of MEGA 10 years ago
chinhodado b8801a8e4e Revert "Travis: Enable caching of dependencies" 10 years ago
bunnei 949d95659e Merge pull request #275 from yuriks/cmake-clean
Clean up CMake library specification
10 years ago
Yuri Kunde Schlesner d261e77c16 Travis: Try to cache downloaded files to work around sf.net sucking 10 years ago
Yuri Kunde Schlesner b5d9f7364e Travis: Use gcc 4.9 instead of 4.8 since it's getting installed anyway 10 years ago
Yuri Kunde Schlesner a69afb0670 Travis: Enable tracing on the script to ease troubleshooting 10 years ago
Yuri Kunde Schlesner ea63b1a8c3 Build GLFW as a shared lib on Travis 10 years ago
Yuri Kunde Schlesner 45976da975 CMake cleanup
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.
11 years ago
Yuri Kunde Schlesner 478289140d Replace GLEW with a glLoadGen loader.
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.
11 years ago
Sacha 90f23020f5 Add Qt5 option. Use Qt5 by default. 11 years ago
archshift 99110dc460 Travis: Added OSX, use default compilers, moved cmds into own scripts 11 years ago