summaryrefslogtreecommitdiff
path: root/wscript
AgeCommit message (Collapse)Author
2014-07-16parameterize the version number used to define the config directory namePaul Davis
2014-07-15fix attempt at making -framework Accelerate arguments work correctlyPaul Davis
2014-07-15fix argument list for -framework Accelerate on OS X (arguments were fused ↵Paul Davis
into a single string)
2014-07-13minor fixes to wscript files to make things python3 compatiblePaul Davis
2014-07-08add --debug-symbols configure option.Robin Gareus
This allows for --optimize --debug-symbols for profiling.
2014-07-08make WINDOWS_KEY value propagate correctly into wscript files for use when ↵Paul Davis
generating key bindings
2014-06-07Fix install path of ardour_system.rcTim Mayberry
2014-06-05mark dbus reservation tool optionalRobin Gareus
2014-06-04break out ALSA related functions into libardouralsautilRobin Gareus
2014-06-03fix wscript for x-compilingRobin Gareus
2014-06-02fix linking against libasoundRobin Gareus
2014-06-02make ALSA backend optional and disable by defaultRobin Gareus
2014-05-28make building the dummy backend be a configure-time option. defaults to ↵Paul Davis
False for the time being
2014-05-28fix wscript to handle git revision ID that consists of just MAJOR.MINOR, as ↵Paul Davis
will happen if the repo is at the exact same rev as the MAJOR.MINOR tag
2014-05-25really fix osx mavericks detectionRobin Gareus
2014-05-24fix script breakagePaul Davis
2014-05-24osx 10.9 needs c++11 (it's now default and used for the build-stack)Robin Gareus
2014-05-24fix typo link*er*_flags for OSX w/c++11Robin Gareus
2014-05-19Merge branch 'noppc' of https://github.com/mojofunk/ardour into cairocanvasPaul Davis
2014-05-14There will be no supported PPC build of Ardour3 so remove powerpc ↵Tim Mayberry
optimization section
2014-05-14Remove Mac Universal build option as it is no longer supportedTim Mayberry
2014-05-14Remove duplicate test for presence of boost headerTim Mayberry
2014-04-28finish unfinished work at basing all install paths on the program namePaul Davis
2014-04-10parameterize install target directories based on --program-name configure optionPaul Davis
2014-04-10new configure option for trx build, which also generates new menus filePaul Davis
2014-03-13rework SystemExec - use vfork wrapper (and lots of related stuff)Robin Gareus
2014-03-10fix up waf build in wake of search path changes earlier todayPaul Davis
2014-03-04some more mingw x-compile fixesRobin Gareus
2014-03-04mingw build fixes (tested with i686-w64-mingw32 on linux-x86_64)Robin Gareus
2014-03-03some mingw related tweaks to the build-environment.Robin Gareus
2014-02-25prepare standalone VST scanner tool.. part oneRobin Gareus
2014-02-24add headless to child list for wscriptPaul Davis
2014-02-07merge with master, with minor conflict fixesPaul Davis
2014-02-07make backtrace symbols work again inside gtk2_ardour (-rdynamic is a ↵Paul Davis
link-time flag, not compile-time
2014-01-31make -fvisibility=hidden be controlled by ./waf configure --exports-hiddenPaul Davis
2014-01-31current mingw actually calls libpthread libpthreadPaul Davis
2014-01-18reintroduce --lv2dir option and LV2DIR value to determine where to install ↵Paul Davis
builtin LV2 plugins
2014-01-12remove VAMP and Rubberband from source treePaul Davis
2014-01-12remove taglib from source tree (require external provision)Paul Davis
2014-01-12move -fvisibility=hidden to the top of the source tree, and remove its ↵Paul Davis
internal use; use libtimecode as a shared lib again
2014-01-10finished merge of cairocanvas with windows and windows+cc branchesPaul Davis
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now ↵Paul Davis
merge windows branch to get changes from there
2014-01-10fix merge errors with masterPaul Davis
2014-01-08Add unit test runner (artest) and a config option to run tests after buildsSakari Bergen
2014-01-08Add -fno-omit-frame-pointer to AddressSanitizer optionsSakari Bergen
2014-01-07Merge branch 'master' into cairocanvasPaul Davis
2014-01-06Add config option for address sanitizerSakari Bergen
2013-12-12fix merge conflicts from masterPaul Davis
2013-12-09don't overwrite necessary compiler flagsNils Philippsen
Distinguish flags influencing optimization (overridable) from those necessary for building (e.g. for using SSE).
2013-12-09improve architecture detectionNils Philippsen
Recognize ppc64, ppc, s390x, s390 CPUs, default to 'none' instead of i686 (which tries to build with SSE and fails on non-x86 architectures).