summaryrefslogtreecommitdiff
path: root/headless
AgeCommit message (Collapse)Author
2016-02-28prepare for update to waf 1.8Robin Gareus
uselib is no longer implicit (inherited by .use). This is still incomplete, some uselibs for non-linux variants may be missing. bld.is_defined("HAVE_XXX") also no longer works and will have to be changed (I think to bld.env["HAVE_XXX"]) in countless places.
2015-11-29NOOP, remove trailing whitespace, replace tabs in python scriptsRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
Paul Davis was responsible for introducing almost all of this.
2015-09-01add option to disable or bypass pluginsRobin Gareus
2014-12-28fix [rare] concurrent build issue:Robin Gareus
[709/779] subst: headless/hardev_common.sh.in -> build/headless/hardev_common_waf.sh [710/779] hardev_common_waf.sh: -> build/headless/hardev_common_waf.sh chmod: cannot access `headless/hardev_common_waf.sh': No such file or directory
2014-07-13minor fixes to wscript files to make things python3 compatiblePaul Davis
2014-06-07Change define to be consistant even though it isn't currently usedTim Mayberry
2014-05-14Include windows.h for Sleep functionTim Mayberry
2014-04-28remove redundant os.path.join() calls when specifying install path as ↵Paul Davis
bld.env['LIBDIR']
2014-04-28finish unfinished work at basing all install paths on the program namePaul Davis
2014-03-10fix up waf build in wake of search path changes earlier todayPaul Davis
2014-03-04mingw build fixes (tested with i686-w64-mingw32 on linux-x86_64)Robin Gareus
2014-03-01allow hardour to build even when --exports-hidden is used with waf configurePaul Davis
2014-02-24hardour does not yet support wine-buildsRobin Gareus
2014-02-24new headless (GUI-free) version of ardour. run waf, cd headless and run ↵Paul Davis
./hardev DIR SNAPSHOT_NAME. not bug free yet (startup race condition)