1. 23 May, 2014 6 commits
  2. 22 May, 2014 9 commits
  3. 21 May, 2014 10 commits
  4. 20 May, 2014 13 commits
  5. 19 May, 2014 2 commits
    • archshift's avatar
      CMakeLists: Fixed GLEW include var name, compile flag vars · 9216c96f
      archshift authored
      After adding FindGLEW.cmake to externals, the variable call for the GLEW include path needed to be revised.
      Append flags on OSX, rather than overwrite them.
      I realized that GCC_COMPILE_FLAGS was changed to CMAKE_CXX_FLAGS mistakenly, so both were changed to a more platform-independent name.
      9216c96f
    • archshift's avatar
      Improved clarity and whitespace · 034e3aab
      archshift authored
      Changed QGL version to 3,2 in order to be less restrictive, yet it should still change up to 4,1 on OSX on Qt5.
      034e3aab