summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2017-02-23Do not bundle default system_config (prefer built-in defaults)Robin Gareus
Inside the bundle, those files are read-only, anyway. This alleviates us from generating/updating the files with whenever the built-in default changes and also makes architecture dependent default-config (compile time #defines) work.
2017-02-22amend a2d54c3d9710 (w64 debug builds)Robin Gareus
2017-02-22The return of the w64 debug buildRobin Gareus
2017-02-19Allow to keep environment C/XXFLAGS with debug buildsRobin Gareus
this is needed for e.g. windows debug builds to pass mstackrealign
2017-02-16Better solution 213cc1d32Robin Gareus
2017-02-15Allow bundling suil/qt4,5 using system-wide QTRobin Gareus
2017-02-14Another update for Lua-documentation (new manual.ardour.org)Robin Gareus
2017-02-14update luadoc tool (new manual website system)Robin Gareus
2017-02-14Fix lua-doc (Null pointer c'tor doc)Robin Gareus
2017-02-01update link to MB manualRobin Gareus
2017-01-30unconditionally include gmsynth.lv2 in bundles (and avldrums with MB)Robin Gareus
2017-01-20update UI, new info API, display created_version in tooltipRobin Gareus
2017-01-14update path to lua-doc in manualRobin Gareus
2016-12-14rework locking (fa07233a, 112fba182)Robin Gareus
For now: use a single lock, which should fix all related crashes. optimize (with less contended partial locks) if this works.
2016-12-13mutex 'er upRobin Gareus
Some overzealous locking to track down RequestObject related crashes. bc0fa4d689a4 wrongly locked the current event loop's request_invalidation_lock instead of the invalidation's list lock. Also Abstract UI is able to delete requests concurrently with with EventLoop invalidation. e.g. PortManager::PortRegisteredOrUnregistered and GlobalPortMatrixWindow so the lock needs to be exposed. If this solves various issues, mutexes should to be consolidated (request_buffer_map_lock + request_invalidation_lock) and be chosen such that there is as little contention as possible.
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