summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
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
2015-09-07add OSX/objc valgrind suppression fileRobin Gareus
2015-08-17NOOP, remove trailing whitespaceRobin Gareus
2015-08-17don't create unneeded dirs in linux bundleRobin Gareus
2015-08-17only copy lv2core .ttl (exclude headers) to bundleRobin Gareus
2015-08-13installer option to deploy libportaudio w/o WASAPIRobin Gareus
to work-around issues on Windows 10. http://tracker.ardour.org/view.php?id=6507
2015-08-10back to the futureRobin Gareus
2015-08-10fix typo in deployment scriptRobin Gareus
2015-08-10create file_list.txt after adding the plugins.Robin Gareus
2015-08-09remove bit-suffix (no longer needed since df498c8)Robin Gareus
2015-08-07only bundle libstdc++ with OSX/PPCRobin Gareus