summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2014-12-24windows package details:Robin Gareus
* add 'bug' icon for gdb * add a shortcut to xjadeo (if installed) * quiet rsync
2014-12-24add video tools to windows installerRobin Gareus
2014-12-24fix windows packaging default configRobin Gareus
2014-12-21quiet apt-get for windows x-compileRobin Gareus
2014-12-18fix up noderun script used on VMs to build releasesPaul Davis
2014-12-18specify shell to use during install, to avoid problems with non-standard shells.Paul Davis
based on github pull request #68 from nulltrek, who noted: "If the system shell is not syntax compliant with sh (such as fish shell), the install script fails to execute some lines (like stage2.run:671, fish shell doesn't have the && operator) because the "su" command opens a new default shell"
2014-12-17Tidy up autowaf.py (noop).David Robillard
2014-12-17new version of autowaf.py (requires rebuild of waf to be used)Paul Davis
2014-12-10fix binding file bundle pathRobin Gareus
2014-12-10O_DIRECT makes no sense in this test because it requires page/block-sized writesPaul Davis
2014-12-10add support for O_DIRECT/F_NOCACHE to check impact of buffer cache avoidancePaul Davis
2014-12-10remove unnecessary sleepPaul Davis
2014-12-10add sndfile I/O test application, used for testing disk bandwidth for ↵Paul Davis
writing audio files
2014-12-08another metric ton of color workPaul Davis
2014-12-08change packaging of GTK rc file for OS X and Linux.Paul Davis
I cannot find the equivalent location for Windows
2014-12-03Copy evoral test files to correct location Fedora mingw bundleTim Mayberry
2014-12-03Add midi++2 unit tests to the Fedora based mingw buildTim Mayberry
2014-12-03Fix definition of application name in Fedora based mingw packaging scriptsTim Mayberry
Probably needs to be configurable at some point
2014-12-01fix linux installer:Robin Gareus
* allow to override install dir with environment variable. * create /opt if if it does not exist and INSTALL_DEST_BASE env is unset.
2014-11-28change extention of linux installers to .runRobin Gareus
2014-11-21add a variable to specify windows build concurrencyRobin Gareus
2014-11-19copy hotspots file when packaging windows cursorsRobin Gareus
2014-11-18fix windows icon deply pathRobin Gareus
2014-11-18deploy square cursors as default for windowsRobin Gareus
2014-11-17OSX packaging:Robin Gareus
* postfix DMG with "-dbg" if not optimized. * strip binary and libs if optimized
2014-11-13Linux-bundle: deploy all compiled backendsRobin Gareus
2014-11-13fix memory leakRobin Gareus
2014-11-13install all additional binaries in $libdirRobin Gareus
2014-11-13don't use cached sudo password in un/installerRobin Gareus
2014-11-13set umask in installerRobin Gareus
see https://github.com/megastep/makeself/issues/6
2014-11-11fix/amend b84b0bfdRobin Gareus
2014-11-11clean up after ourselvesRobin Gareus
2014-11-11linux packaging: add some checks to reduce warningsRobin Gareus
2014-11-11add 512px iconRobin Gareus
2014-11-11osx packaging: add some checks to reduce warningsRobin Gareus
2014-11-11osx build script: change default xjadeo/harvid cache folderRobin Gareus
2014-11-11fix osx startup script /usr/local testRobin Gareus
A vanilla OSX system has no /usr/local/ folder. Ardour can still run with the coreaudio or dummy backend.
2014-10-22windows installer: add option to use zlib (a lot faster)Robin Gareus
2014-10-21migrate build & package scripts to where they belong.Robin Gareus
The build stack-script remains in ardour-build-tools.
2014-10-16include default UI config file in linux packagePaul Davis
2014-10-16package ui_dark.rc file in linux packagesPaul Davis
2014-10-12migrate windows build script to ardour-build-tools repositoryRobin Gareus
2014-10-08fix setting OSX DMG background for 10.9.XRobin Gareus
2014-10-08update osx DMG icon tool pathsRobin Gareus
OS 10.9 no longer has /Developer, but DeRez, Rez & SetFile are in $PATH since at least 10.6
2014-10-08win-build:Robin Gareus
* /tmp -> /var/tmp for persistence * allow 32 & 64bit stacks to co-exist * enable ASIO/waves backend by default
2014-10-0564bit windows VSTsRobin Gareus
2014-10-05windows application iconRobin Gareus
2014-10-04windows build-script update:Robin Gareus
* fix installation paths for VAMP-plugin & VST-scanner * use latest boost (fewer compiler wanings) * integrate gdb for 64bit * add some comments, doc
2014-10-03overhaul mingw build script for 32 and 64bit buildsRobin Gareus
2014-10-02fixup windows installer for debian/jessie win32+posix variantsRobin Gareus