summaryrefslogtreecommitdiffstats
path: root/waftools/checks
Commit message (Expand)AuthorAgeFilesLines
* build: remove useless classStefano Pigozzi2015-07-262-15/+10
* build: check for lua52Christian Hesse2015-05-131-0/+1
* lua: reject Lua 5.3wm42015-04-011-1/+1
* build: make vdpau and dxva2 checks nicerwm42015-03-061-2/+2
* build: move QuartzCore linking to the cocoa checkStefano Pigozzi2015-02-251-1/+1
* build: print pkg-config query on failureStefano Pigozzi2015-02-211-0/+2
* win32: drop hacks for possibly broken static pthreads-win32 linkingwm42015-01-111-1/+0
* win32: request UTF-16 API variants, Vista+ APIs, and COM C macroswm42015-01-071-1/+1
* win32: add native wrappers for pthread functionswm42015-01-011-0/+6
* build: give precedence to Lua52 over LuaJITStefano Pigozzi2014-12-021-2/+1
* build: fix Lua detectionStefano Pigozzi2014-10-251-2/+4
* Drop libquvi supportwm42014-10-251-23/+3
* build: add a check_program checkStefano Pigozzi2014-09-031-1/+6
* build: use -pthread when availableStefano Pigozzi2014-04-271-0/+13
* Detect Lua on FreeBSDGrzegorz Blach2014-01-151-0/+2
* build: fix cocoa configure check on OS X 10.7Stefano Pigozzi2014-01-021-1/+12
* build: support multiple headers in check_statementStefano Pigozzi2013-12-261-4/+7
* build: prefer 4Front OSS to native implementationsbugmen0t2013-12-071-0/+7
* build: fix regression in cross-compilation [2]Stefano Pigozzi2013-12-061-1/+1
* build: fix regression in cross-compilationStefano Pigozzi2013-12-051-1/+1
* build: remove execute kwarg to check_cc when cross-compilingStefano Pigozzi2013-12-042-3/+10
* build: reimplement the OSS checks using a more declarative approachStefano Pigozzi2013-11-291-45/+14
* build: remove pointless exception handling in oss checkStefano Pigozzi2013-11-261-9/+5
* build: unbreak __get_osslibdir__ on python3Stefano Pigozzi2013-11-261-1/+1
* build: check for pthreads with and without additional cflagsStefano Pigozzi2013-11-261-1/+5
* build: don't abort if our OSS implementation isn't from 4FrontStefano Pigozzi2013-11-251-3/+3
* build: run oss_audio.c check with oss cflags as wellStefano Pigozzi2013-11-251-4/+6
* build: unbreak __get_osslibdir__()bugmen0t2013-11-251-2/+4
* build: only check 4Front OSS after passing its CFLAGSbugmen0t2013-11-251-10/+10
* build: fix construction of args to pkg-configNatanael Copa2013-11-251-2/+8
* build: make waf append pkgconfig flags as-is [2]Stefano Pigozzi2013-11-241-1/+0
* build: make waf append pkgconfig flags as-isStefano Pigozzi2013-11-241-3/+14
* build: also run the test binary during the lua checksStefano Pigozzi2013-11-231-2/+3
* build: fix lua check to actually test for libquviStefano Pigozzi2013-11-231-5/+8
* switch the build system to wafStefano Pigozzi2013-11-213-0/+253