Commit Graph

26 Commits (ee7cfc71bd8663b77a43c5ba577074972d9b7ad9)

Author SHA1 Message Date
archshift 051b162add Removed the need for X11 on OS X
It only causes issues when someone (who doesn't need it) doesn't have it.
11 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
Tony Wasserka c4691b784b Pica: Add support for dumping textures. 11 years ago
Sacha 90f23020f5 Add Qt5 option. Use Qt5 by default. 11 years ago
Sacha b7ecc9543a CMake Cleanup 11 years ago
Phillip Stephens 8bfd32e854 * Remove -fpermissive 11 years ago
archshift 9216c96f48 CMakeLists: Fixed GLEW include var name, compile flag vars
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.
11 years ago
archshift 403e4bf837 CMakeLists: rename HEADS, improved comments
Changes for clarity of comments, removed redundant compiler flags.
11 years ago
archshift 71b8789803 Indent fixes 11 years ago
archshift 603ef89dad Indent fixes 11 years ago
archshift 1e729e7cae Added FindGLEW to cmake-modules 11 years ago
archshift 7817d6c79a Support for C++11 on OSX 11 years ago
archshift a7f3ed003d A bit of Cmake love 11 years ago
archshift 52377cf0d2 Some more experimentation 11 years ago
archshift 5a9c2ce5ea IT'S ALIVE! 11 years ago
Thomas Edvalson c51e4822b1 Fixed CMake's import of GLFW. 11 years ago
bunnei 15dacc4d3f removed "COVERAGE_" from "GCC_COVERAGE_COMPILE_FLAGS" 11 years ago
bunnei 80a040ac77 fixes to scm_rev generation to make it conistent with windows build 11 years ago
bunnei 4405a53cf3 added scm rev generation on Linux/cmake 11 years ago
bunnei 7a136b8a84 fixes to build on linux 11 years ago
bunnei 9527fc74ad fixed a bunch of errors in CMakeLists 11 years ago
bunnei 6b83509a7e updated CMakeLists 11 years ago
ShizZy 8bb0c457bc renamed from citrus to citra 11 years ago
ShizZy b8ca09160b renamed project to 'citrus' 11 years ago
ShizZy 27474060e1 adding initial project layout 12 years ago