summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2015-01-08Fix windows key bindings.David Robillard
I am not sure if this is correct, but since the name in the bindings didn't match that in keyboard.cc, the modifier was just ignored, which results in conflicting bindings and consequent bugs. "Meta" seems to be the name for this thing (oddly, to me), so I chose that, though since my window manager steals this key (as basically all the standard ones do these days) I can't tell if these bindings actually work with the desired key.
2015-01-08prepare for release candidate tags:Robin Gareus
regexp: /[0—9]+-[0-9]+(-rc[0-9]*)?/ <Major>-<Minor>[-rc[<num>]] valid tag examples: 4.0, 4.1-rc3, 5.0-rc
2015-01-05update windows packaging:Robin Gareus
* prepare for A4 * use separate suffix definition (not project-name)
2015-01-05win: associate session file extentionRobin Gareus
2015-01-04use PROGRAM_NAME so the Start Menu and Uninstall entries look like ↵Ben Loftis
Ardour/Ardour3 rather than ardour/Ardour3
2015-01-05add --mixbus package optionRobin Gareus
2015-01-05amend prev commit (fix quote)Robin Gareus
2015-01-05windows packaging: project agnostic names & registyRobin Gareus
2015-01-01Add dummy backend in Fedora based mingw-w64 build scriptsTim Mayberry
2014-12-30windows: automatically log gdb outputRobin Gareus
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