summaryrefslogtreecommitdiff
path: root/libs/pbd
AgeCommit message (Expand)Author
2012-06-23Replace PBD::sys::path use in PBD::StatefulTim Mayberry
2012-06-23Use std::string instead of PBD::sys::path in pbd/search_path.h, pbd/file_util...Tim Mayberry
2012-06-23Remove unnecessary header includesTim Mayberry
2012-06-23Remove unnecessary header includeTim Mayberry
2012-06-23Remove unnecessary header includeTim Mayberry
2012-06-21missing includesTodd Naugle
2012-06-21Fixing issues with opening a browser when using the bundle. Use xdg-open inst...Todd Naugle
2012-06-18Make EnumWriter exceptions a bit more informative.Carl Hetherington
2012-06-16Add new SharedStatefulProperty which manages a shared_ptr toCarl Hetherington
2012-06-13add use of access(2) to filesystem exists_and_is_writable() implementation, t...Paul Davis
2012-05-28Missing files.Carl Hetherington
2012-05-28Add path_is_within to decide if a path is within a givenCarl Hetherington
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