summaryrefslogtreecommitdiff
path: root/wscript
AgeCommit message (Collapse)Author
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).
2013-12-05remove unnecessary and *nix-centric LANG= from start of command used to get ↵Paul Davis
gcc version; use python's platform.uname() rather than os.uname() to get platform information
2013-11-26reorder child dirs to make optionally external dirs more obvious and only ↵Paul Davis
test USE_EXTERNAL_LIBS once
2013-11-26resolve merge with master (?)Paul Davis
2013-11-04Merge branch 'master' into cairocanvasPaul Davis
2013-11-04do not hard-code version number anymore - define via git or ↵Paul Davis
libs/ardour/revision.cc
2013-10-31fix merge with masterPaul Davis
2013-10-28Merge branch 'master--optional-external-libs' of ↵Paul Davis
https://github.com/nphilipp/ardour
2013-10-28allow overriding optimization flags completelyNils Philippsen
If an optimization level ("-O<something>") is present in the argument for --arch, do not prepend default optimization flags.
2013-10-28allow linking unbundled versions of some librariesNils Philippsen
(libltc, rubberband, taglib, vamp-sdk)
2013-10-23fix merge conflicts with masterPaul Davis
2013-10-22merge from masterPaul Davis
2013-10-22do not use --tags to get git description/versionPaul Davis
2013-10-20add reasonablesynth.lv2Robin Gareus
A reasonably simple synth to allow new users to 'hear midi'. This is a first step. It still needs proper install and bundling.
2013-10-16merge with master and fix 2 conflictsPaul Davis
2013-10-16Merge branch 'master' into windowsPaul Davis
2013-10-16Merge remote-tracking branch 'remotes/origin/master' into windows+ccJohn Emmas
2013-10-15bump to 3.5Paul Davis
2013-10-11Merge branch 'windows' into windows+ccJohn Emmas
2013-10-09merge with master, fixing conflicts in 3 wscript filesPaul Davis
2013-10-08move JACK configuration test(s) down to where they belong (in libs/backend/jack)Paul Davis
2013-10-06Merge branch 'master' into windows+ccJohn Emmas
Conflicts (hopefully resolved): gtk2_ardour/ardour_ui.cc gtk2_ardour/ardour_ui.h gtk2_ardour/ardour_ui_options.cc
2013-09-23the output of git describe --tags is not subject to localization, so we do ↵Paul Davis
not need LANG= in the environment when it runs
2013-09-21Merge remote-tracking branch 'remotes/origin/cairocanvas' into windowsJohn Emmas
Conflicts (hopefully resolved): gtk2_ardour/marker.cc gtk2_ardour/midi_region_view.h gtk2_ardour/region_gain_line.h gtk2_ardour/utils.cc gtk2_ardour/video_image_frame.cc gtk2_ardour/wscript libs/backends/jack/wscript
2013-09-14fix merge conflicts with masterPaul Davis
2013-09-14Merge branch 'master' into windowsPaul Davis
2013-09-13don't confuse arm with i686Nils Philippsen
2013-09-12incomplete merge of master into windows (requires upcoming changes to master ↵Paul Davis
to be complete)
2013-09-07move JACK audio backend to its own folder and adjust build system to reflect ↵Paul Davis
that (installed version may now work)
2013-09-06Merge branch 'master' into windowsPaul Davis
2013-09-06Only define certain debug flags when dist_target is autoTim Mayberry
Fixes issue when cross compiling using MinGW
2013-09-03bump to 3.43.4Paul Davis