summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2012-05-21ugly debugging code to try to track down what is going on the 64 bit build VMPaul Davis
2012-05-21a bit more debug on info when we fail to read from a SndFileSourcePaul Davis
2012-05-21Must disconnect old UnscopedConnection when setting a new one in operator=, o...Carl Hetherington
2012-05-21remove Tranzport configure option, since the code will not workPaul Davis
2012-05-20don't specify VAMP_PATH in regular code. it should be given either in the bun...Paul Davis
2012-05-20don't say "can throw" and then fail to catchPaul Davis
2012-05-20imported sources should be marked as non-writable and non-removable, alwaysPaul Davis
2012-05-19prevent xfades from being dragged to a longer length than the region that own...Paul Davis
2012-05-19Fix up tests after path changes.Carl Hetherington
2012-05-19Correct error message.Carl Hetherington
2012-05-18major rationalization of use of search paths. ardour now has just 4 functions...Paul Davis
2012-05-17Fix unnecessary backups of session files.Carl Hetherington
2012-05-17Add MCP path to test script to stop it complaining.Carl Hetherington
2012-05-17Fix posix_memalign checks.David Robillard
2012-05-16Fix libpbd tests.Carl Hetherington
2012-05-16Align the address of the pointer to the fxsave block to a 16-byte boundary (a...Carl Hetherington
2012-05-16Tweak comment.Carl Hetherington
2012-05-16let's do this right if we're going to do it at all ..Paul Davis
2012-05-16switch to a RWLock for Playlist, to allow simultaneous reads (which can happe...Paul Davis
2012-05-16reset _signal member of a Connection so that we will never try to disconnect ...Paul Davis
2012-05-15Keep tests up to date with reality.Carl Hetherington
2012-05-15Remove some debug output.Carl Hetherington
2012-05-15remove two instances of static/global ScopedConnectionList. one remains worth...Paul Davis
2012-05-15don't apply inverse fades if a region is not acoustically opaquePaul Davis
2012-05-15Try to make signals.h.py more cross-python-version compatible.Carl Hetherington
2012-05-15Remove unused method.Carl Hetherington
2012-05-15Tidy up a bit.Carl Hetherington
2012-05-15Maybe fix typename / no-typename problems better.Carl Hetherington
2012-05-15Remove bind to shared_ptr.Carl Hetherington
2012-05-15Add missing file.Carl Hetherington
2012-05-15Make ScopedConnectionList's mutex non-static so that oneCarl Hetherington
2012-05-15Merge old a new signals code into one set of classes.Carl Hetherington
2012-05-15Remove the need for a shared_ptr for Signal; signalCarl Hetherington
2012-05-15Remove debug output.Carl Hetherington
2012-05-14Build libs/pbd/pbd/signal.h from its generator pythonCarl Hetherington
2012-05-14remove inclusion of boost/signasl2.hppPaul Davis
2012-05-14fix --test build on OSX Lion by commenting out code that does not compilePaul Davis
2012-05-14drop boost::signals2 and replace with carl's solution which continues to rely...Paul Davis
2012-05-14remove virtual inheritance of sigc::trackable by Receiver and AbstractUI<T>, ...Paul Davis
2012-05-14fix for --test build on OSXPaul Davis
2012-05-12Add test for strange boost-related crash.Carl Hetherington
2012-05-12fully tear down Mackie GUI when disabling mackiePaul Davis
2012-05-12don't load symlinks when trying to discover control protocol shared objectsPaul Davis
2012-05-11alter computation of inverse constant power curvesPaul Davis
2012-05-11remove some debug noise from previous commitPaul Davis
2012-05-11switch to 5 new fade curves, taken from mixbus2 branch. make xfade context me...Paul Davis
2012-05-11provide some support for mackie devices like Steinberg's CMCs that do not do ...Paul Davis
2012-05-10stop crash if an error message is generated before the style RC file is loadedPaul Davis
2012-05-10Fix compilation on Windows. Probably.David Robillard
2012-05-10don't trim regions in conjunction with xfade trimming unless auto-xfade and f...Paul Davis