summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2016-02-23Add some lua scriptsRobin Gareus
2016-02-23add lua-session commandline toolRobin Gareus
2016-02-22fix another XML typoPaul Davis
2016-02-22fix XML typoPaul Davis
2016-02-22redesign fmt-bindings to generate Ardour native binding files.Paul Davis
This replaces the old GTK accel map format.
2016-02-22improve output format to include required XML boilerplatePaul Davis
2016-02-22place generated bindings files in gtk2_ardour/Paul Davis
This may have some potential cross-platform issues if fmt-bindings is ever meant to run on Windows.
2016-02-22remove WINDOW modifier from mnemonic bindings file, and replace with ↵Paul Davis
SECONDARY which was already enforced by the substitution dictionary in fmt-bindings
2016-02-22hack up fmt-bindings so that it can generate native ardour bindings filesPaul Davis
2016-02-22Spelling correction patch from DebianAdrian Knoth
Patch taken (and forward-ported to HEAD) from <https://anonscm.debian.org/cgit/pkg-multimedia/ardour.git/plain/debian/patches/0100-fix-typos.patch>
2016-02-20fix linux bundle installerRobin Gareus
2016-02-19possible fix for AVLinux VST bundles.Robin Gareus
2016-02-16OSX build - ignore order of options (and fix indent on the way)Robin Gareus
We call the script with "--nls --public" and not "--public --nls" --public did unset "WITH_NLS"
2016-02-10Fix spellingTodd Naugle
2016-01-16newer, not-as-good boost shared ptr debug patch for boost 1.55 and maybe laterPaul Davis
2016-01-09variable program name in installer scriptRobin Gareus
2016-01-08consistent way to launch Ardour in gdbRobin Gareus
2015-12-17vin chaud.Robin Gareus
get it while it's hot.
2015-12-17uninstall all icon filesRobin Gareus
2015-12-16fun hacks for wineRobin Gareus
windows-VST? yes, we could.
2015-12-13update harrison URLs (nightly builds)Robin Gareus
2015-12-12foolishly attempt nightly-built linux/wine/VST bundlesRobin Gareus
2015-12-07unify build-script variable namesRobin Gareus
2015-11-22Implement translation of AppData file.Nils Philippsen
Use the ITS rules file from KDE for itstool: https://websvn.kde.org/trunk/l10n-kf5/scripts/as-metainfo.its?revision=1395611&view=markup
2015-11-20use dedicated parameter for plugin bundlingRobin Gareus
2015-11-17new test tools to check thread-pool based disk i/oPaul Davis
2015-11-13linux installer tweak:Robin Gareus
check architecture before gcc4/5 compat
2015-10-27linux-package: add gcc5 suffix to the file-nameRobin Gareus
2015-10-17linux wrapper script: load session with spaces - #6395Robin Gareus
2015-10-16don't deploy gcc-abi test toolRobin Gareus
2015-10-05fix case where NORM_USER (su) changes dirs.Robin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-05tweak linux package debug-symbol strippingRobin Gareus
2015-10-04update NSM executable name - fixes #6620Robin Gareus
NSM requires an executable in $PATH, not full path
2015-10-04globally remove all trailing whitespace from .cpp and .hpp files missed by ↵Paul Davis
previous commit
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
Paul Davis was responsible for introducing almost all of this.
2015-10-04gcc ABI check happens before unpackingRobin Gareus
2015-10-02add missing "fi" to stage2.run script used for linux installPaul Davis
2015-10-02add a proper license to the GCC ABI check toolRobin Gareus
2015-09-28fix const-nessPaul Davis
2015-09-28fix long options of gcc-glibmm-abi-check.Robin Gareus
2015-09-26accept/ignore --gcc5abi option during packaging.Robin Gareus
2015-09-26..and another packaging typoRobin Gareus
2015-09-26add missing space.Robin Gareus
2015-09-26linux-installer: gcc4/5 warning.Robin Gareus
2015-09-26new tool to test gcc4/5 ABIRobin Gareus
2015-09-26remove old gcc ABI (libstc++) test toolRobin Gareus
2015-09-19unhardcode OSX bundle-nameRobin Gareus
2015-09-11spelling error fixes (notably "overriden" => "overidden") from IOhannes m ↵Paul Davis
zmölnig
2015-09-11add gcc5 ABI test toolRobin Gareus