summaryrefslogtreecommitdiff
path: root/libs/pbd
AgeCommit message (Expand)Author
2012-05-23Fix up tests now that operator= on ScopedConnection disconnects the old conne...Carl Hetherington
2012-05-21Must disconnect old UnscopedConnection when setting a new one in operator=, o...Carl Hetherington
2012-05-18major rationalization of use of search paths. ardour now has just 4 functions...Paul Davis
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-16reset _signal member of a Connection so that we will never try to disconnect ...Paul Davis
2012-05-15remove two instances of static/global ScopedConnectionList. one remains worth...Paul Davis
2012-05-15Try to make signals.h.py more cross-python-version compatible.Carl Hetherington
2012-05-15Tidy up a bit.Carl Hetherington
2012-05-15Maybe fix typename / no-typename problems better.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-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-10Fix compilation on Windows. Probably.David Robillard
2012-05-09correct cut-n-paste error in new comments for signals.hPaul Davis
2012-05-09add some explanatory comments to pbd/signals.hPaul Davis
2012-05-09Fix critical glib warning if a BaseUI is quit withoutCarl Hetherington
2012-05-02more fixes/tweaks from the land of the lionPaul Davis
2012-05-02another quick OS X Lion gcc suggestionPaul Davis
2012-04-27Possibly hacky fix for tests on newer Ubuntu (or maybeCarl Hetherington
2012-04-24eventloop and abstractui debugging, lots more commenting on abstractui/eventl...Paul Davis
2012-04-24remove various debugging outputPaul Davis
2012-04-24add support for IP MIDI (multicast MIDI over IP UDP sockets) to ardour and us...Paul Davis
2012-04-20Fix some warnings.Carl Hetherington
2012-04-12move string_is_affirmative() into libpbdPaul Davis
2012-04-05Implement LV2 worker extension.David Robillard
2012-04-02Missing file.Carl Hetherington
2012-04-01Remove unused ustring version of url_decode(). ReworkCarl Hetherington
2012-04-01Fix libpbd tests and add test for url_decode().Carl Hetherington
2012-03-21Fix test build.Carl Hetherington
2012-03-20some deep changes to xml++ in which we retain a C-level xmlDocPtr as a member...Paul Davis
2012-03-07implement XMLNode::operator=() as a deep operation with the same semantics as...Paul Davis
2012-03-01use #include <typeinfo> before using typeidPaul Davis
2012-01-21Reinstate user Controllable values, as they are neededCarl Hetherington
2012-01-20Remove unused concept of user' values. Make user_to_uiCarl Hetherington
2012-01-18new file, a small ideaPaul Davis
2012-01-11complete the do-not-free-data-from-getmntinfo() fixPaul Davis
2012-01-09fix nasty memory-related crashes caused by not noticing a bug in getmntinfo()...Paul Davis
2012-01-09Fix typo.Carl Hetherington
2012-01-08sort debug optionsPaul Davis
2011-12-28new DEBUG_ENABLED(bits) macro, potentially useful here and therePaul Davis
2011-12-26explain MXCSR shenanigans in libs/pbd/fpu.ccPaul Davis