aboutsummaryrefslogtreecommitdiffhomepage
path: root/waftools
Commit message (Expand)AuthorAge
* build: use -pthread when availableGravatar Stefano Pigozzi2014-04-27
* build: conditionally use -Wempty-bodyGravatar Stefano Pigozzi2014-04-26
* Remove CPU detection and inline asm handlingGravatar wm42014-04-19
* Kill all tabsGravatar wm42014-04-13
* build: add -Wempty-body to compiler flagsGravatar wm42014-04-04
* build: simplify libavfilter configure checksGravatar wm42014-03-16
* build: fix unicode handling of the version stringGravatar Ryan Goulden2014-03-14
* build: syms: add support for Mach-O binariesGravatar Stefano Pigozzi2014-02-19
* build: Add -U__STRICT_ANSI__ to CFLAGS on CygwinGravatar Diogo Franco (Kovensky)2014-02-13
* build: disable clang's tautological compare warnings [2]Gravatar Stefano Pigozzi2014-02-13
* build: disable clang's tautological compare warningsGravatar Stefano Pigozzi2014-02-13
* build: include a copy of syms.py from upstream wafGravatar wm42014-02-10
* build: switch to -std=c99 for saner float semanticsGravatar wm42014-02-02
* waf: try to fix unicode/byte string messupGravatar wm42014-01-21
* Detect Lua on FreeBSDGravatar Grzegorz Blach2014-01-15
* build: fix cocoa configure check on OS X 10.7Gravatar Stefano Pigozzi2014-01-02
* Windows: use the GUI subsystem, attach to consoleGravatar Martin Herkt2014-01-02
* build: add flag for inline assemblyGravatar Stefano Pigozzi2013-12-29
* build: support multiple headers in check_statementGravatar Stefano Pigozzi2013-12-26
* build: hide duplicate options from `--help`Gravatar Stefano Pigozzi2013-12-26
* build: prefer 4Front OSS to native implementationsGravatar bugmen0t2013-12-07
* build: fix regression in cross-compilation [2]Gravatar Stefano Pigozzi2013-12-06
* build: fix regression in cross-compilationGravatar Stefano Pigozzi2013-12-05
* build: remove execute kwarg to check_cc when cross-compilingGravatar Stefano Pigozzi2013-12-04
* build: make deps_neg work with multiple dependenciesGravatar Stefano Pigozzi2013-11-29
* build: reimplement the OSS checks using a more declarative approachGravatar Stefano Pigozzi2013-11-29
* build: make --disable-gl disable all the gl backendsGravatar Stefano Pigozzi2013-11-28
* build: remove pointless exception handling in oss checkGravatar Stefano Pigozzi2013-11-26
* build: unbreak __get_osslibdir__ on python3Gravatar Stefano Pigozzi2013-11-26
* build: check for pthreads with and without additional cflagsGravatar Stefano Pigozzi2013-11-26
* build: add -mwin32 on cygwinGravatar Stefano Pigozzi2013-11-26
* build: don't abort if our OSS implementation isn't from 4FrontGravatar Stefano Pigozzi2013-11-25
* build: run oss_audio.c check with oss cflags as wellGravatar Stefano Pigozzi2013-11-25
* build: unbreak __get_osslibdir__()Gravatar bugmen0t2013-11-25
* build: only check 4Front OSS after passing its CFLAGSGravatar bugmen0t2013-11-25
* build: fix construction of args to pkg-configGravatar Natanael Copa2013-11-25
* build: make waf append pkgconfig flags as-is [2]Gravatar Stefano Pigozzi2013-11-24
* build: make waf append pkgconfig flags as-isGravatar Stefano Pigozzi2013-11-24
* build: store dependencies as listsGravatar Stefano Pigozzi2013-11-24
* build: cache compiler defines on the configure context directlyGravatar Stefano Pigozzi2013-11-24
* build: remove unused mng fragmentGravatar Stefano Pigozzi2013-11-23
* build: also run the test binary during the lua checksGravatar Stefano Pigozzi2013-11-23
* build: fix lua check to actually test for libquviGravatar Stefano Pigozzi2013-11-23
* build: fix missing prototypes in lua check fragmentGravatar Stefano Pigozzi2013-11-23
* build: use static instead of prototype in libavfilter fragmentGravatar Stefano Pigozzi2013-11-23
* build: fix libavfilter check to include function prototypeGravatar Stefano Pigozzi2013-11-23
* build: remove spam generated by link taskGravatar Stefano Pigozzi2013-11-22
* switch the build system to wafGravatar Stefano Pigozzi2013-11-21