summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2015-02-17OSX package: don’t copy dylib itself to libdir.Robin Gareus
fixes duplicate panner, backend etc libs in bundle.
2015-02-17fix windows packaging (unversioned dll)Robin Gareus
2015-02-16dump bundled file-listRobin Gareus
2015-02-14fix regexp in prev commit (abs path)Robin Gareus
2015-02-14linux packaging: ignore QT4 dependencyRobin Gareus
2015-02-12win-pkg, ignore missing suil modulesRobin Gareus
2015-02-12windows: deploy suil modulesRobin Gareus
2015-02-02OSX packaging: fix disk-image "Resource busy"Robin Gareus
see http://lists.apple.com/archives/darwin-dev/2008/Sep/msg00030.html
2015-01-30make it possible to bundle harrison plugins; osx version (disabled for now)Ben Loftis
2015-01-28fix up and comment fmt-bindings toolPaul Davis
2015-01-28Map window bindings to alt.David Robillard
As they were before, got caught in the crossfire of super key bindings fix.
2015-01-28add lv2core to bundles Robin Gareus
The ontology is needed for plugin classification.
2015-01-28readtest: calculate running average and stddevRobin Gareus
2015-01-28read-test format directly for gnuplotRobin Gareus
2015-01-23make -n (numfiles) argument do somethingPaul Davis
2015-01-23add write tester scriptPaul Davis
2015-01-23adjust sftest.cc to be more usable as a write-bandwidth testerPaul Davis
2015-01-23fix small bug when using -N for nocachePaul Davis
2015-01-22really re-fix linux cache clearPaul Davis
2015-01-22calculus is a lost art.Robin Gareus
2015-01-22fix buffer cache flush for linux, and avoid incorrect indirection in ↵Paul Davis
interleaved case
2015-01-22adjust run-readtest.sh so that it can be used as-is for testing multiple ↵Paul Davis
blocksizes
2015-01-22remove useless error outputPaul Davis
2015-01-20correct run-readtest.sh for use on OS X as wellPaul Davis
2015-01-20tweaks to make more C-like and quieten down if desired; plus additional ↵Paul Davis
output at end
2015-01-20add script for running readtestPaul Davis
2015-01-20few more read-test tweaks:Robin Gareus
* add a file-limit option * print max elapsed read time
2015-01-20readtest: print min/avg report at endRobin Gareus
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