summaryrefslogtreecommitdiff
path: root/wscript
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into waf-macosx-fixes.waf-macosx-fixesKarl Linden2016-03-311-104/+82
|\
| * Simplify build system logic. Fixes #168.Karl Linden2016-03-311-32/+16
| * Drop make nonsense in wscript. Fixes #169.Karl Linden2016-03-311-6/+0
| * Display all tool flags. Fixes #170.Karl Linden2016-03-311-3/+12
| * Replace display_msg with conf.msg. Fixes #171.Karl Linden2016-03-311-40/+28
| * Make platform detection less hardcoded. Rename --dist-target=mingw option to ...Karl Linden2016-03-311-22/+24
* | Fixed styling of wscriptsethe2015-12-161-2/+2
* | Fixed linking errors with frameworks for OSXethe2015-12-151-13/+25
* | Link all drivers against serverlib on MacOSX and Windows.Karl Linden2015-12-131-4/+11
* | Merge branch 'master' into waf-macosx-fixesKarl Linden2015-12-131-11/+16
|\ \ | |/
| * Check packages before anything else so use variables can be used in checks.Karl Linden2015-12-131-11/+16
* | Merge branch 'master' into waf-macosx-fixesKarl Linden2015-12-131-6/+277
|\ \ | |/
| * Refactor duplicated code into toplevel wscript.Karl Linden2015-12-131-4/+270
| * Check for ppoll() in toplevel wscript.Karl Linden2015-12-131-2/+7
* | Load xcode and xcode6 in waf.Karl Linden2015-12-121-0/+3
|/
* update to waf 1.8.9 (it is now stored in source form to ease downstream maint...Karl Lindén2015-05-021-3/+3
* replace deprecated bld.add_subdirs with bld.recurseKarl Lindén2015-05-021-17/+17
* replace compiler_cc with compiler_c since the former is just an alias for the...Karl Lindén2015-05-021-2/+2
* replace calls to deprecated opt.tool_options with opt.loadKarl Lindén2015-05-021-2/+2
* replace deprecated call to opt.sub_options with opt.recurseKarl Lindén2015-05-021-1/+1
* drop calls to deprecated conf.check_tool since they have been replaced with c...Karl Lindén2015-05-021-19/+0
* replace calls to conf.sub_config with calls to conf.recurseKarl Lindén2015-05-021-4/+4
* explicitly import Logs, Options, Task and Utils from waflibKarl Lindén2015-05-021-4/+1
* use Options instead of waflib.OptionsKarl Lindén2015-05-021-2/+1
* catch IOError instead of FileNotFoundError to not break compilation on python2Karl Lindén2015-05-021-1/+1
* let svnversion_regenerate.sh be a source to svnversion.h to make the waf outputKarl Lindén2015-05-011-0/+1
* generate svnversion.h before building cxx objects (so that also cxx sources canKarl Lindén2015-05-011-1/+1
* do not hardcode path to svnversion_regenerate.sh, but instead use find_resourceKarl Lindén2015-05-011-1/+4
* inline create_svnversion_task as it is called only onceKarl Lindén2015-05-011-21/+14
* move the svnversion.h handling in build functionKarl Lindén2015-05-011-2/+3
* fix configuration when svnversion.h exists in source directoryKarl Lindén2015-05-011-2/+6
* fix svnversion.h generation upon distKarl Lindén2015-05-011-3/+4
* document global auto option related funtions with comments rather than docstr...Karl Lindén2015-04-271-19/+11
* Fix check for mmsystem.h when building with --winmme optionTim Mayberry2015-04-271-2/+16
* add the --htmldir option and install HTML docs into it if givenKarl Lindén2015-04-121-2/+19
* fix uninstall with doxygen by moving definition of share_dir and html_install...Karl Lindén2015-04-111-2/+2
* do not hardcode version in doxyfile.in, subst it from waf insteadKarl Lindén2015-04-111-1/+2
* fix install with doxygen by generating doxyfile from doxyfile.in and letting ...Karl Lindén2015-04-111-6/+28
* rename the html_source_dir variable to html_build_dir (the directory contains...Karl Lindén2015-04-111-5/+5
* rename html_docs_*_dir variables to the shorter and unambiguous html_*_dirKarl Lindén2015-04-111-8/+8
* add a custom check for readline/readline.h that works around the header's std...Karl Lindén2015-04-101-0/+19
* add the --readline auto optionKarl Lindén2015-04-101-0/+2
* add the --sndfile auto option and check sndfile availability with env['SNDFIL...Karl Lindén2015-04-101-0/+2
* add the --samplerate auto option and use pkg-config to find samplerateKarl Lindén2015-04-101-8/+2
* use conf.env['SAMPLERATE'] to determine wether samplerate is available instea...Karl Lindén2015-04-101-0/+3
* move check for samplerate.h to before conf.sub_config('common') and remove th...Karl Lindén2015-04-101-5/+5
* add the --opus auto optionKarl Lindén2015-04-101-10/+3
* add the --celt auto option and rewrite the celt check using a smaller loopKarl Lindén2015-04-101-31/+21
* make build option --winmme an auto option and use mmsystem.h and windows.h to...Karl Lindén2015-04-101-6/+3
* make build option --portaudio an auto optionKarl Lindén2015-04-101-6/+4