summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2015-06-29set micro_version, used for tracks buildsPaul Davis
2015-06-29copy all XCode project files from Tracks.Paul Davis
Rationale: the Waves team maintains the XCode project files, the Ardour crew doesn't. Thus, the Waves' version is more canonical
2015-06-27remove old irrelevant USER_ARDOUR_DIR in start-up scriptRobin Gareus
It should have been XDG_CONFIG_HOME and ardour4, anyway. Ardour4 checks for config dirs, allows to import A3 config and also handles the case if the dir can't be created itself.
2015-06-02break apart style errors from style warnings in pre-commit hookPaul Davis
2015-05-12fix C++ template/operator testPaul Davis
2015-05-12catch identifiers ending or starting with _ when checking operator spacingPaul Davis
2015-05-12don't interpret C++ templates with indirection/pointer/reference operators ↵Paul Davis
as operators
2015-05-12add check for white-space only lines; fix tests to allow for _(...) macro ↵Paul Davis
and function (); rather than function () ;
2015-05-09add pre-commit hook for optional (but recommended) usePaul Davis
2015-05-09whitespace cleanupPaul Davis
2015-05-09fix pasted whitespacePaul Davis
2015-05-09C/C++ style checking script from erik de castro-lopo, for use in client-side ↵Paul Davis
pre-commit hook
2015-05-05NSM preparation for OSX and windowsRobin Gareus
Note that on those platforms the application name is a full path. This is permitted by the specs: “executable_name MUST be the executable name that the program was launched with. For C programs, this is simply the value of argv[0]” [http://non.tuxfamily.org/nsm/API.html#n:1.2.1.1.] but the current implementation of nsm expects the basename only and searched $PATH.
2015-05-04update startup scripts for NSMRobin Gareus
fixes #6265 for GNU/Linux.
2015-04-24suffix “x86” to start-menu entry for ardour 32bitRobin Gareus
This allows to cleanly install 32 and 64bit windows versions in parallel. Ideally we’d only do that for 32bit builds on win64. We need an NSIS guru to write code to detect this during installation and write the correct uninstaller for that case.
2015-04-23auto-launch ardour in gdb.Robin Gareus
2015-04-23better version of the last commit (windows uninstall)Robin Gareus
2015-04-23allow to install windows 32&64bit versions in parallel (again)Robin Gareus
2015-04-23remove —no-jack-metadata option from windows scriptRobin Gareus
2015-04-23update windows installer finish page text & linkRobin Gareus
2015-04-19attempt to fix the strip clubRobin Gareus
2015-04-05installer: check for jackdbus fixes #6229Robin Gareus
2015-04-03fix bundles for ’3.0’, ‘4.0’ tags.Robin Gareus
2015-04-03win packaging: use common “define_versions.sh”Robin Gareus
2015-04-03fix: windows uninstall before re-installRobin Gareus
2015-04-02allow to prefix tags with “<text>+”Robin Gareus
eg. mixbus+3.0 or mb+3.1-rc1
2015-04-02windows: run uninstaller on re-installRobin Gareus
2015-03-23fix 4.X windows packagingRobin Gareus
2015-03-23OSX: pango & gtk-pixbuf modules be gone.Robin Gareus
2015-03-23use built-in pango & gdk-pixbus modules (Linux)Robin Gareus
2015-03-23OSX bundle updates for 4.X[-rcX]Robin Gareus
2015-03-23clean up after linux packagingRobin Gareus
2015-03-23clean up after OSX packaging.Robin Gareus
2015-03-12add seek info to readtestPaul Davis
2015-03-12pimp readtest.Robin Gareus
2015-03-12have another go at windows i18nRobin Gareus
2015-03-12prepare windows i18nRobin Gareus
2015-03-10windows package: pick up major versionRobin Gareus
2015-03-10tweak OS X packaging for 10.9Robin Gareus
2015-03-09more work to remove hard coding of major version number for linux packagingPaul Davis
2015-03-09more work to remove hard coding of major version number for linux packagingPaul Davis
2015-03-09attempt to remove major version hard-coding from linux packaging toolsPaul Davis
2015-03-08update default windows configRobin Gareus
(jack on windows does not ship metadata.h)
2015-03-07add coreaudio backend to bundleRobin Gareus
2015-03-04remove unused empty functionPaul Davis
2015-03-04remove unused -N (nocache) option from readtest scriptPaul Davis
2015-02-26rsync & cache plugins locallyRobin Gareus
2015-02-26really thin bundled pluginsRobin Gareus
2015-02-26include x42 plugins in mixbus bundleRobin Gareus
2015-02-17OSX package: don’t copy dylib itself to libdir.Robin Gareus
fixes duplicate panner, backend etc libs in bundle.