summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2014-03-17add helper binaries to bundlesRobin Gareus
2014-03-13rework SystemExec - use vfork wrapper (and lots of related stuff)Robin Gareus
2014-03-12updated version of boost shared ptr debugging patchPaul Davis
2014-03-12finally put this patch into git, where it belongPaul Davis
2014-03-11prototype vfork exec-wrapper.Robin Gareus
2014-01-17add ensure_visible_symbols() to autowaf, to hide compiler-dependent details; ↵Paul Davis
also remove unused (mostly LV2-related) stuff from autowaf
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
2013-12-27merge exportvis branch into cairocanvas, to reduce the number of "floating" ↵Paul Davis
branches. Still need to add API export/visibility macros for the canvas library.
2013-12-23fix redrawing of canvas with an optimized buildPaul Davis
Best guess right now is that optimization does something bad when ceil() is called twice on a very large dbl-precision number, which results in a zero (empty) redraw area. Without the removal of the redundant ceil & floor functions, no expose events would be delivered to the canvas in an optimized build during drags (and maybe more).
2013-12-19move portable copyfile function into tools/autowaf.py and use it in both ↵Paul Davis
gtk2_ardour and taglib
2013-12-15mnemonic PDF: margin, URL, and (C)year updatesRobin Gareus
2013-12-14fix linux build script to include libcanvas rather than libgnomecanvasPaul Davis
2013-12-07Add README to mingw packageTim Mayberry
2013-12-07Add --list option to script to run ardour tests with wineTim Mayberry
2013-12-07Add ability to run single libardour tests using wineTim Mayberry
2013-12-07Rename run-wine script to wine-ardour and run library tests from new scriptsTim Mayberry
2013-12-07Move environment setup to run tests in wine to new fileTim Mayberry
2013-12-07Use new version variable in windows packaging scriptsTim Mayberry
2013-12-07Strip all executables in a mingw release buildTim Mayberry
2013-12-07Don't include *.debug files in debug packageTim Mayberry
These files slow down gdb at startup and many(any?) don't seem to work correctly
2013-12-07Use DEBUG flag as defined by tools/define_versions.sh in mingw buildTim Mayberry
2013-12-07Only call define versions script in mingwenv after a build is successfulTim Mayberry
This stops clean.sh script complaining about a non-existant path
2013-12-07Updates to windows/mingw README fileTim Mayberry
2013-12-07Add two scripts for running gdb so source listing works when debuggingTim Mayberry
Updated Debugging section in README
2013-12-07Remove two scripts no longer usedTim Mayberry
These scripts are too specific to my virtual machine setup, a more generic method can now be used by setting ARDOUR_VM_SHARE_DIR and using the cptovmshare.sh script.
2013-12-07Add script to copy package directory to directory shared by VMTim Mayberry
directory path set in ARDOUR_VM_SHARE_DIR
2013-12-07Refer to external repository for instructions on setting up Fedora to cross ↵Tim Mayberry
compile Ardour using MinGW-64
2013-12-07Add scripts for building using mingw compiler with distccTim Mayberry
2013-12-05new/extended windows packaging scripts and associated resourcesPaul Davis
2013-12-03fix up wscript/build issues in exportvis after merge with masterPaul Davis
2013-11-26resolve merge with master (?)Paul Davis
2013-11-05remove exportvis changes from autowaf.pyPaul Davis
2013-11-05add export-vis version of autowaf.py (before removing those changes from master)Paul Davis
2013-11-05add autowaf.py since we have branched from drobilla's version due to export ↵Paul Davis
visibility stuff
2013-11-05update packaging tools to always use revision.cc to determine version ↵Paul Davis
number, not text in top level wscript
2013-10-23add script to clean up translationsRobin Gareus
2013-10-23fix merge conflicts with masterPaul Davis
2013-10-22fix bundling of .mo files in OS X bundlesPaul Davis
2013-10-20bundled LV2 plugin build and deploymentRobin Gareus
2013-10-16Merge branch 'master' into windowsPaul Davis
2013-10-16remember to fix up libnames in backends, missed the 3.5 tag but this is just ↵Paul Davis
the build script
2013-10-16Merge remote-tracking branch 'remotes/origin/master' into windows+ccJohn Emmas
2013-10-15package small-splash image in binary bundlesPaul Davis
2013-10-15Merge branch 'master' into windowsPaul Davis
2013-10-15additional pango version updatePaul Davis
2013-10-15fix namespace issue with demangle on systems without execinfo.hPaul Davis
2013-10-15amend to prev commit.Robin Gareus
2013-10-15update osx dmg packaging to new pangoRobin Gareus
2013-10-12enable videotimeline on OSXRobin Gareus