summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2016-03-31update documentation extraction script (use .cc instead of .h)Robin Gareus
Most ardour header have incomplete dependencies. e.g gtk2_ardour/marker.h has a "Pango::FontDescription" member but never includes pangomm itself. (marker.cc includes it [indirectly] before including marker.h) Until this situation is remedied, parse .cc files (which takes significantly longer but works).
2016-03-31add debug mode to clang doxygen parser tool (print compile errors)Robin Gareus
2016-03-26format lua reference in ardour-manual compatible htmlRobin Gareus
2016-03-26update luadocRobin Gareus
2016-03-26add lua script to test channel-mapping, update docRobin Gareus
2016-03-25filter declarations in C++, improve luadocRobin Gareus
2016-03-25update doc scripts, disregard "const" when matching ABIsRobin Gareus
2016-03-25update luadoc scriptsRobin Gareus
2016-03-24add doxygen comments to lua-binding doc, compress json.Robin Gareus
2016-03-24Add small llvm/libclang util to exctract doxygen commentsRobin Gareus
2016-03-23Add some introductory lua-doc paragraphRobin Gareus
2016-03-22update luadocRobin Gareus
2016-03-21cont'd lua HTML doc.Robin Gareus
2016-03-21update Lua Binding Doc and html generatorRobin Gareus
2016-03-21first steps towards formatting lua binding doc (JSON/HTML)Robin Gareus
2016-03-19expose OSC bindings to luasession utilRobin Gareus
2016-03-15new two new "pre-coded" bindings file, for the monitor section and the ↵Paul Davis
processor box
2016-03-08add an untested, but likely usable clang-format configuration file (from ↵Paul Davis
matthias buhr)
2016-03-07fix OSX/PPC bundled pluginsRobin Gareus
2016-03-06prepare including fil4 w/MixbusRobin Gareus
2016-03-04add missing file (2de4e1d)Robin Gareus
2016-02-28prepare for update to waf 1.8Robin Gareus
uselib is no longer implicit (inherited by .use). This is still incomplete, some uselibs for non-linux variants may be missing. bld.is_defined("HAVE_XXX") also no longer works and will have to be changed (I think to bld.env["HAVE_XXX"]) in countless places.
2016-02-23change bindings file included in bundles for Linux and OS XPaul Davis
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