summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2015-02-18cmake: Drop -Wdeclaration-after-statement.Jose Fonseca1-7/+1
2015-02-04cmake: Fix if-command logic on non MSVC.Jose Fonseca1-2/+4
2015-02-04cmake: Require MSVC 2013 Update 4.Jose Fonseca1-3/+3
2015-02-02add missing whitespace if waffle was not found by cmake (trivial)Felix Schwarz1-1/+1
2015-01-19cmake: Fix ee8579b452f0 regressionDylan Baker1-3/+3
2015-01-19cmake: Require numpy >= 1.6.2Dylan Baker1-1/+1
2015-01-19cmake: Simplify finding python modulesDylan Baker1-12/+3
2015-01-19cmake: use cmake builtin python moduleDylan Baker1-19/+3
2015-01-19cmake: use more standard cmake namesDylan Baker1-12/+12
2015-01-07CMakeList.txt: Fix error message for missing pythonDylan Baker1-2/+2
2014-12-16cmake: Improve experience detecting waffle on Windows.José Fonseca1-0/+11
2014-12-16cmake: Don't check WAFFLE_VERSION on Windows.José Fonseca1-14/+14
2014-12-16cmake: Don't rely on pkg-config for all Windows builds.José Fonseca1-1/+1
2014-12-14utils: add initial WAFFLE_WGL supportEmil Velikov1-1/+6
2014-11-08cmake: Fix GCC -Wvla flag check.Vinson Lee1-2/+2
2014-11-08cmake: Warn when variable length arrays are used.José Fonseca1-1/+5
2014-11-08cmake: Require Visual Studio 2013.José Fonseca1-8/+5
2014-11-03gbm: use libcaca to display results in non-auto modeJordan Justen1-0/+8
2014-10-10Add piglit_set_timeout for tests that might hang.Jamey Sharp1-3/+28
2014-08-19Bump python version requirement to 2.7.xDylan Baker1-1/+1
2014-08-18cmake: Fix syntax.José Fonseca1-1/+1
2014-08-18cmake: cleanup PIGLIT_USE_WAFFLE buildsEmil Velikov1-9/+9
2014-08-18cmake: don't use open_s with mingwEmil Velikov1-0/+2
2014-06-27cmake: Don't link to the OpenGL ES 2.0 libraryChad Versace1-2/+0
2014-06-26cmake: Require Mako >= 0.7Chad Versace1-10/+3
2014-06-23cmake: Don't link to libGLESv1Chad Versace1-1/+0
2014-06-23glapi: Remove the glapi directoryChad Versace1-1/+0
2014-06-04cmake: Install piglit as piglit.py on Windows.José Fonseca1-1/+6
2014-06-03glslparsertest: Support tessellation shaders.Fabian Bieler1-2/+2
2014-05-27README,cmake: Update Waffle's website urlChad Versace1-1/+1
2014-05-08framework: bump cmake minimum requirement to 2.8.5Dylan Baker1-1/+1
2014-05-06piglit: Add a toplevel piglit commandDylan Baker1-12/+5
2014-05-02cmake: Add version suffix for install pathsJordan Justen1-2/+8
2014-05-02cmake: Install under separate piglit directoryJordan Justen1-6/+17
2014-04-30cmake: Tone down the MSVC warning level.José Fonseca1-5/+6
2014-04-30cmake: Fix stdbool.h for MSVC 2013.José Fonseca1-1/+7
2014-04-30cmake: Fix -Wdeclaration-after-statement detection.José Fonseca1-1/+1
2014-04-17cmake: Check for pthreadsChad Versace1-0/+6
2014-01-28cmake: Fix Wayland detectionChad Versace1-1/+2
2014-01-25Define ffs for MinGW.Vinson Lee1-0/+1
2014-01-23cmake: Install vpfpgeneric testsDylan Baker1-1/+1
2014-01-23CMakeLists: remove redundant waffle version checkDaniel Kurtz1-14/+0
2014-01-19cmake: Set PIGLIT_HAS_WAYLAND only if Wayland is presentChad Versace1-1/+5
2014-01-19cmake: GLX is not always present on Linux (v2)Chad Versace1-3/+11
2014-01-19cmake: Only set HAS_GBM if pkgconfig finds gbmDaniel Kurtz1-2/+5
2014-01-19cmake: only set HAS_X11 if X11_FOUNDDaniel Kurtz1-3/+4
2014-01-19cmake: only find GLEXT paths if OpenGL is also foundDaniel Kurtz1-13/+15
2014-01-19cmake: do not unconditionally find OpenGL packageDaniel Kurtz1-2/+0
2014-01-19cmake: indent spaces -> tabsDaniel Kurtz1-11/+25
2014-01-14Revert "cmake: Suppress warning on cmake 2.8.12+"Dylan Baker1-1/+0