aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis-deps.sh
Commit message (Collapse)AuthorAge
* Travis: Use gcc 4.9 instead of 4.8 since it's getting installed anywayGravatar Yuri Kunde Schlesner2014-12-15
|
* Travis: Enable tracing on the script to ease troubleshootingGravatar Yuri Kunde Schlesner2014-12-15
|
* CMake cleanupGravatar Yuri Kunde Schlesner2014-09-01
| | | | | | | | 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.Gravatar Yuri Kunde Schlesner2014-09-01
| | | | | | | | | 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.Gravatar Sacha2014-08-19
|
* Travis: Added OSX, use default compilers, moved cmds into own scriptsGravatar archshift2014-06-17