summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2016-12-05Prevent endless recursion on Evoral::Event<>Robin Gareus
2016-11-23another hack to accommodate different project namesRobin Gareus
Mixbus32C-$MAJOR + Mixbus32C (dash before major version) vs Ardour$MAJOR + Ardour vs Mixbus$MAJOR + Mixbus
2016-11-16fix library depends for OSX vst scannerRobin Gareus
2016-10-23Include hidapi libraryRobin Gareus
2016-10-15Include session-utils with OSX bundlesRobin Gareus
2016-10-14include session-utils with windows bundlesRobin Gareus
2016-10-11Bundle session-scripts for linux buildsRobin Gareus
2016-10-08libqm-dsp is now a static libraryRobin Gareus
2016-10-05refine Lua doc/doxygen-parser and handle special-casesRobin Gareus
2016-10-04fix windows bundle after 0aaded53Robin Gareus
2016-10-04update lua-doc formattingRobin Gareus
* include Vamp Documentation * show doxygen doc for class/struct data-members
2016-10-03Remove old unused and unmaintained Windows build scriptsTim Mayberry
These scripts are no longer used and caused confusion to someone on IRC recently who thought they were used for the official builds.
2016-09-23update default URL to follow harrison website restructuringRobin Gareus
2016-09-23Make bundle DSP URI configurable and version/variant independentRobin Gareus
2016-09-15Fix links to manual in windows installerRobin Gareus
2016-09-15Allow to bunde demo session(s)Robin Gareus
2016-09-15bundle embeddable/nativeUI Harrison pluginsRobin Gareus
2016-09-15remove cruft from packaging scriptsRobin Gareus
2016-09-02Move check for detected bundle earlier in install process.Todd Naugle
Previously if the bundle being installed did not support the detected system the user would get an error message about the .size file being missing.
2016-08-28update fluidsynth patch for MSVCRobin Gareus
2016-08-25update fluidsynth patchRobin Gareus
2016-08-25Revert "Revert "patch for waflib internals to allow tarball to be created ↵Paul Davis
even when using UTF-8 non-Latin filenames"" There was never any problem with this going public! Stupid Paul. This reverts commit 6063ec2dbb718e3db37b5149f3cf5ee663e7eecd.
2016-08-25Revert "patch for waflib internals to allow tarball to be created even when ↵Paul Davis
using UTF-8 non-Latin filenames" This was not supposed to go public. This reverts commit e8f7f458e12d16fb8e441eccbaa7520d103b50af.
2016-08-25patch for waflib internals to allow tarball to be created even when using ↵Paul Davis
UTF-8 non-Latin filenames
2016-08-24update fluidsynth patchRobin Gareus
2016-08-23Import libfluidsynth into the Ardour codebaseRobin Gareus
2016-08-21Exclude dev/example Lua scripts from packagesRobin Gareus
2016-08-16fix copy/paste typo in bc0bb6caeRobin Gareus
2016-08-16extend lua-doc to show propertiesRobin Gareus
2016-08-15allow for whitespace in XDG_DESKTOP_DIRRobin Gareus
This allows for example "Área de Trabalho"
2016-08-14edit text regarding the "required" nature of JACK during installation processPaul Davis
2016-08-13Another step towards gcc-ABI detection when installing as rootRobin Gareus
makeself extracts the file with owner-only access. When the installer itself runs as root, NORM_USER won't be able to call the abi-test tool.
2016-08-12revert 388a8fc9; prefer gcc4 if we can't determine the ABIRobin Gareus
2016-08-12fix path to glibmm that we checkRobin Gareus
libglibmm-2.4.so comes with the -dev package libglibmm-2.4.so.1 is the actual library
2016-08-12allow to manually override gcc ABI selection in the installerRobin Gareus
2016-08-10don't bundle no-inst scriptsRobin Gareus
2016-08-02if we can't determine the gcc4/5 prefer the new gcc5 ABIRobin Gareus
2016-08-02include XT* plugins with Ardour bundles and x42 on OSX/WinRobin Gareus
2016-07-30yet another multi-ABI bundle installer fixRobin Gareus
2016-07-29and now with proper bash syntaxRobin Gareus
2016-07-29prepare installer for multiabi bundlesRobin Gareus
2016-07-29make makeself compression options optional.Robin Gareus
2016-07-29Don't compress linux bundle, compress installer (with xz)Robin Gareus
This halves the installer size from about 60MB to 29MB.
2016-07-18correctly package color theme files for both linux and OS XPaul Davis
2016-07-17bundle dynamically loaded NSS libsRobin Gareus
2016-07-07backup lua-test/devel util codeRobin Gareus
2016-07-06OSX: fix bundled lv2 plugin library names and depsRobin Gareus
2016-06-29fix color file install pathsPaul Davis
We are supposed to remove the application name after copying
2016-06-29fix color file install pathsPaul Davis
We are supposed to remove the application name after copying
2016-06-29fix cursor set path during linux buildPaul Davis