summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
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
2015-08-06fix ptf library deplyomentRobin Gareus
2015-08-04package portaudio w/WASAPI for Vista or laterRobin Gareus
2015-08-03quiet unzipRobin Gareus
2015-07-30use “CPU family” to match ppc, ppc7400, etc.Robin Gareus
2015-07-30prepare for MB/PPCRobin Gareus
2015-07-24tweak OSX packagingRobin Gareus
2015-07-23don’t bother to set OSX DMG icon on old systemsRobin Gareus
`sips -i` fails on 10.5 and SetFile does not work even if the resource file is provided.
2015-07-23OSX: remove unused architectures from xjadeo & harvidRobin Gareus
2015-07-22amend 674e727Robin Gareus
2015-07-22OSX bundle libstdc++ for 10.5 supportRobin Gareus
see #6456 and http://stackoverflow.com/questions/6365772/unable-to-run-an-application-compiled-on-os-x-snow-leopard-10-6-7-on-another-m hopefully this won’t break plugins which may link against against the /usr/lib/ version. we’ll see.
2015-07-20amend 7a3280b, fix typoRobin Gareus
2015-07-20another OSX/PPC fixRobin Gareus
2015-07-14migrate bundled-plugin siteRobin Gareus
2015-07-10ignore ldd warnings version during installationRobin Gareus
some selinux systems can be picky
2015-07-08fix MB’s .so execution permissions Robin Gareus
2015-07-04packaging: cope with OSX/finder latency on busy systemsRobin Gareus
2015-07-02stream of consciousness^WtyposRobin Gareus
2015-07-02separate plugin & channel-strip installationRobin Gareus
2015-07-02Fifteen bytes in the harriman cacheRobin Gareus
Yo ho ho and a bottle of zip.
2015-07-02fix another late night typoRobin Gareus
2015-07-02why does it have to be so hard to get all filenames right?!Robin Gareus
2015-07-02more early morning installer fixesRobin Gareus
2015-07-02let’s call Mixbus “Mixbus”..Robin Gareus
2015-07-02now with slashes.Robin Gareus
2015-07-02some more MB linux packaging fixesRobin Gareus
2015-07-01fix another typo in MB/linux bundleRobin Gareus
2015-07-01get and deploy harrison binaries.Robin Gareus
2015-07-01fix mixbus bundlingRobin Gareus
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