summaryrefslogtreecommitdiff
path: root/wscript
Commit message (Expand)AuthorAgeFilesLines
* waf: lilrc -> karllindenKarl Linden2017-12-101-1/+1
* Prepare 1.9.12 releasefalkTX2017-08-111-1/+1
* Fix typo in wscript, leading to an error with --autostart=dbusfalkTX2017-08-111-1/+1
* Merge pull request #270 from y-fujii/fix_msys2_compilationFilipe Coelho2017-07-121-2/+2
|\
| * fix compilation on MSYS2.Yasuhiro Fujii2017-06-241-2/+2
* | waf: Nitpick styling for consistency. Fixes #172.Karl Linden2017-06-161-44/+44
|/
* 1.9.11-RC1 releasev1.9.11-RC1falkTX2017-06-131-1/+1
* Merge pull request #190 from jackaudio/waf-macosx-fixesAdrian Knoth2017-02-281-16/+39
|\
| * Merge branch 'master' into waf-macosx-fixes.waf-macosx-fixesKarl Linden2016-03-311-104/+82
| |\
| * | 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
| |\ \
| * \ \ Merge branch 'master' into waf-macosx-fixesKarl Linden2015-12-131-6/+277
| |\ \ \
| * | | | Load xcode and xcode6 in waf.Karl Linden2015-12-121-0/+3
* | | | | Merge pull request #206 from tSed/fix-build-when-execinfo.b-is-not-availableAdrian Knoth2017-01-101-0/+6
|\ \ \ \ \
| * | | | | wscript: make backtrace support depends on execinfo.h existenceSamuel Martin2016-05-201-0/+6
| | |_|_|/ | |/| | |
* | | | | wscript: improve check for ucontextThomas Petazzoni2016-12-171-0/+15
* | | | | Use conf.check instead of conf.check_cc.Karl Linden2016-05-171-19/+24
|/ / / /
* | | | 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
| |_|/ |/| |
* | | Check packages before anything else so use variables can be used in checks.Karl Linden2015-12-131-11/+16
| |/ |/|
* | Refactor duplicated code into toplevel wscript.Karl Linden2015-12-131-4/+270
* | Check for ppoll() in toplevel wscript.Karl Linden2015-12-131-2/+7
|/
* 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