summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2014-09-13osx packaging tweaks:Robin Gareus
* include dummy if available * don't complain about existing vfork dir
2014-09-13fix osx bundle script for new .rc file namesRobin Gareus
2014-09-07fix packaging scripts to use new system config file name; NOTE: this file ↵Paul Davis
should probably be included in Windows packages but appears not to be Conflicts: tools/linux_packaging/build
2014-09-04remove requirement for JACK in OS X startup script now that we have the ↵Paul Davis
coreaudio backend from waves available
2014-09-04fix linux packaging to include all required style filesPaul Davis
2014-09-04fix OS X packaging to include all required style filesPaul Davis
2014-07-13python3 fix for autowaf.pyPaul Davis
2014-07-11on linux, build ALSA backend as part of binary bundle, but don't include ↵Paul Davis
libdbus in bundle
2014-07-11correctly copy vfork exec wrapper into right location in binary bundles on ↵Paul Davis
OS X and Linux
2014-07-07xfade rects should only pop-up in Object mode, when they are focusableBen Loftis
2014-06-15update valgrind suppression file (ignore system-wide libs)Robin Gareus
2014-06-07Update pango.modules and remove reference to old pango module versionTim Mayberry
Fedora 19 and 20 use same 1.8.0 module path
2014-06-07Only copy necessary config files to package directoryTim Mayberry
Also use -L flag so files are actually copied and not linked
2014-06-07Added LV2 libs and bundled LV2 plugins to windows packaging scriptsTim Mayberry
2014-06-05proper dbus device reservationRobin Gareus
2014-06-04break out ALSA related functions into libardouralsautilRobin Gareus
2014-05-25cosmetic fix to OSX packaging temp fileRobin Gareus
2014-05-21osx-bundle: fix vforkRobin Gareus
2014-05-14Change windows packaging to have separate scripts for Fedora 19 and 20Tim Mayberry
A large part of the packaging is shared in package.sh, this approach should work on windows with another dll list in package-waves.sh and redefined copydll function(which I've added untested as copydll-waves.sh) Also add support for 64bit mingw builds via ARCH env variable. If unset defaults to 32bit build
2014-04-28remove redundant os.path.join() calls when specifying install path as ↵Paul Davis
bld.env['LIBDIR']
2014-04-28finish unfinished work at basing all install paths on the program namePaul Davis
2014-04-28do not package anything but explicitly listed backends for the bundle(s) (OS X)Paul Davis
2014-04-28do not package anything but explicitly listed backends for the bundle(s) (Linux)Paul Davis
2014-04-21really fix vsrv.php script. support new A3.5-CC (BGRA images, CSV)Robin Gareus
2014-04-21update video server API prototyping script (CSV)Robin Gareus
2014-04-18correct fix to OS X build script for patchfiles (spelling error)Paul Davis
2014-04-15explicitly create MIDNAM folder in OS X app packagingPaul Davis
2014-03-17add helper binaries to bundlesRobin Gareus
2014-03-13rework SystemExec - use vfork wrapper (and lots of related stuff)Robin Gareus
2014-03-12updated version of boost shared ptr debugging patchPaul Davis
2014-03-12finally put this patch into git, where it belongPaul Davis
2014-03-11prototype vfork exec-wrapper.Robin Gareus
2014-01-17add ensure_visible_symbols() to autowaf, to hide compiler-dependent details; ↵Paul Davis
also remove unused (mostly LV2-related) stuff from autowaf
2014-01-10finished merge of cairocanvas with windows and windows+cc branchesPaul Davis
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now ↵Paul Davis
merge windows branch to get changes from there
2013-12-27merge exportvis branch into cairocanvas, to reduce the number of "floating" ↵Paul Davis
branches. Still need to add API export/visibility macros for the canvas library.
2013-12-23fix redrawing of canvas with an optimized buildPaul Davis
Best guess right now is that optimization does something bad when ceil() is called twice on a very large dbl-precision number, which results in a zero (empty) redraw area. Without the removal of the redundant ceil & floor functions, no expose events would be delivered to the canvas in an optimized build during drags (and maybe more).
2013-12-19move portable copyfile function into tools/autowaf.py and use it in both ↵Paul Davis
gtk2_ardour and taglib
2013-12-15mnemonic PDF: margin, URL, and (C)year updatesRobin Gareus
2013-12-14fix linux build script to include libcanvas rather than libgnomecanvasPaul Davis
2013-12-07Add README to mingw packageTim Mayberry
2013-12-07Add --list option to script to run ardour tests with wineTim Mayberry
2013-12-07Add ability to run single libardour tests using wineTim Mayberry
2013-12-07Rename run-wine script to wine-ardour and run library tests from new scriptsTim Mayberry
2013-12-07Move environment setup to run tests in wine to new fileTim Mayberry
2013-12-07Use new version variable in windows packaging scriptsTim Mayberry
2013-12-07Strip all executables in a mingw release buildTim Mayberry
2013-12-07Don't include *.debug files in debug packageTim Mayberry
These files slow down gdb at startup and many(any?) don't seem to work correctly
2013-12-07Use DEBUG flag as defined by tools/define_versions.sh in mingw buildTim Mayberry
2013-12-07Only call define versions script in mingwenv after a build is successfulTim Mayberry
This stops clean.sh script complaining about a non-existant path