summaryrefslogtreecommitdiffstats
path: root/waftools
Commit message (Expand)AuthorAgeFilesLines
* build: switch to -std=c99 for saner float semanticswm42014-02-021-1/+1
* waf: try to fix unicode/byte string messupwm42014-01-211-1/+1
* Detect Lua on FreeBSDGrzegorz Blach2014-01-151-0/+2
* build: fix cocoa configure check on OS X 10.7Stefano Pigozzi2014-01-022-1/+14
* Windows: use the GUI subsystem, attach to consoleMartin Herkt2014-01-021-1/+1
* build: add flag for inline assemblyStefano Pigozzi2013-12-291-5/+5
* build: support multiple headers in check_statementStefano Pigozzi2013-12-261-4/+7
* build: hide duplicate options from `--help`Stefano Pigozzi2013-12-261-1/+5
* 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: make deps_neg work with multiple dependenciesStefano Pigozzi2013-11-291-2/+2
* build: reimplement the OSS checks using a more declarative approachStefano Pigozzi2013-11-294-64/+20
* build: make --disable-gl disable all the gl backendsStefano Pigozzi2013-11-281-4/+13
* 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: add -mwin32 on cygwinStefano Pigozzi2013-11-261-0/+4
* 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: store dependencies as listsStefano Pigozzi2013-11-241-13/+23
* build: cache compiler defines on the configure context directlyStefano Pigozzi2013-11-241-3/+3
* build: remove unused mng fragmentStefano Pigozzi2013-11-231-7/+0
* 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
* build: fix missing prototypes in lua check fragmentStefano Pigozzi2013-11-231-2/+2
* build: use static instead of prototype in libavfilter fragmentStefano Pigozzi2013-11-231-2/+1
* build: fix libavfilter check to include function prototypeStefano Pigozzi2013-11-231-0/+1
* build: remove spam generated by link taskStefano Pigozzi2013-11-221-0/+4
* switch the build system to wafStefano Pigozzi2013-11-2134-0/+1005