summaryrefslogtreecommitdiffstats
path: root/waftools/checks/custom.py
Commit message (Expand)AuthorAgeFilesLines
* build: fix dependency check on macOSAkemi2018-02-161-9/+1
* cocoa-cb: initial implementation via opengl-cb APIAkemi2018-02-121-13/+1
* build: fix linking to dev SDK on macOSAkemi2018-02-121-1/+21
* wayland_common: rewrite from scratchRostislav Pehlivanov2017-10-031-1/+10
* Revert "build: rpi: rely on pkgconfig for compiler flags"wm42017-08-151-22/+1
* build: simplify OSS checks and remove changes by "bugmen0t"wm42017-06-221-27/+1
* build: remove checks for libGLwm42017-04-261-1/+0
* build: rely on internal GL headers for rpi checkIlya Tumaykin2017-04-261-4/+0
* wscript: add LIBRARY_PATH for library detectionkwkam2017-01-281-0/+2
* build: rpi: rely on pkgconfig for compiler flagsIlya Tumaykin2017-01-281-1/+27
* ao_openal: enable building on OSXJosh de Kock2016-09-211-1/+12
* build: also use the iconv check on freebsdq662016-05-101-1/+1
* build: add special openbsd case for iconv checkStefano Pigozzi2016-02-011-1/+5
* waf: add "lua51" ("51obsd") to list of possible lua namesDmitrij D. Czarkoff2016-01-111-0/+1
* build: remove useless classStefano Pigozzi2015-07-261-3/+2
* build: check for lua52Christian Hesse2015-05-131-0/+1
* lua: reject Lua 5.3wm42015-04-011-1/+1
* build: move QuartzCore linking to the cocoa checkStefano Pigozzi2015-02-251-1/+1
* 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
* Drop libquvi supportwm42014-10-251-23/+3
* 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: prefer 4Front OSS to native implementationsbugmen0t2013-12-071-0/+7
* build: remove execute kwarg to check_cc when cross-compilingStefano Pigozzi2013-12-041-1/+1
* 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: 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-211-0/+119