summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2015-01-20NOOP, re-indentRobin Gareus
2015-01-20fix to compile with gcc on linuxRobin Gareus
2015-01-20rename readtest (.c not .cc)Robin Gareus
2015-01-19C fix for readtest (git command ordering caused this)Paul Davis
2015-01-19various fixes and improvementsPaul Davis
2015-01-19new C version of readtester, without libsndfilePaul Davis
2015-01-19new read tester for investigating read bandwidth issuesPaul Davis
2015-01-16DMG background images for MixbusRobin Gareus
2015-01-16mixbus quick-start PDF is historyRobin Gareus
2015-01-12small tool to debug .peak filesRobin Gareus
2015-01-12strict OSX packaging, fail on errorRobin Gareus
2015-01-10consistent autobuild log outputRobin Gareus
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