Commit Graph

15 Commits (248b2993e866d66632a7fc7148a2faed3c3c6416)

Author SHA1 Message Date
archshift dfea8e9109 Update homebrew before building, which no longer uses SourceForge
Yuri Kunde Schlesner a60f2a93d2 Travis: Update GLFW on Linux to 3.1.1
Yuri Kunde Schlesner 73b6a715ee Travis: Remove use of sudo to enable use container-based builds
chinhodado c2046a109a Use xcpretty for xcodebuild on Travis
archshift 6cc1a07235 CI: upload builds to builds.citra-emu.org instead of MEGA
chinhodado b8801a8e4e Revert "Travis: Enable caching of dependencies"
bunnei 949d95659e Merge pull request from yuriks/cmake-clean
Clean up CMake library specification
Yuri Kunde Schlesner d261e77c16 Travis: Try to cache downloaded files to work around sf.net sucking
Yuri Kunde Schlesner b5d9f7364e Travis: Use gcc 4.9 instead of 4.8 since it's getting installed anyway
Yuri Kunde Schlesner a69afb0670 Travis: Enable tracing on the script to ease troubleshooting
Yuri Kunde Schlesner ea63b1a8c3 Build GLFW as a shared lib on Travis
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.
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.
Sacha 90f23020f5 Add Qt5 option. Use Qt5 by default.
archshift 99110dc460 Travis: Added OSX, use default compilers, moved cmds into own scripts