Commit Graph

459 Commits (fd1ea0fd8463c65f3d266512cba04a5c9d0863da)

Author SHA1 Message Date
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.
Yuri Kunde Schlesner 04d53629db Remove documentation for external modules.
We don't need these and they clutter up the repository.
Sacha 90f23020f5 Add Qt5 option. Use Qt5 by default.
Sacha b7ecc9543a CMake Cleanup
archshift 71b8789803 Indent fixes
archshift 1e729e7cae Added FindGLEW to cmake-modules
bunnei 80a040ac77 fixes to scm_rev generation to make it conistent with windows build
bunnei 4405a53cf3 added scm rev generation on Linux/cmake
ShizZy 27474060e1 adding initial project layout