summaryrefslogtreecommitdiff
path: root/libs/pbd
AgeCommit message (Expand)Author
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-20remove a couple of boost::signals2 trouble spots; fix some --strict compile t...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17added filesPaul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-12-11switch to use boost::function for UI::call_slot operations, to avoid a seriou...Paul Davis
2009-12-11added commentPaul Davis
2009-12-11add CTClosure for a closure that takes one argument at call timePaul Davis
2009-12-11add comments and remove debug outputPaul Davis
2009-12-11thread-safe but lifetime-unsafe closures for passing closures around instead ...Paul Davis
2009-12-11fix compilation breakages from the last commitPaul Davis
2009-12-11(MAY BREAK COMPILATION - unfinished work, being transferred between machines ...Paul Davis
2009-12-10avoid double delete of UI objects caused by default behaviour of Glib::PrivatePaul Davis
2009-12-10restore rec-enable, solo & mute functionality; remove all Global*Command cruf...Paul Davis
2009-12-09OSC is now driven by an event loop; fix up lifetime mgmt of Glib::Source to w...Paul Davis
2009-12-09major design changes: use glib event loop for MIDI thread/UI; rework design o...Paul Davis
2009-12-06Merged revisions 6292,6294-6295,6311,6314 via svnmerge from Taybin Rutkin
2009-12-04switch ActionManager to a namespace; move generic part into libgtkmm2extPaul Davis
2009-12-04cross-thread handling of SessionEvent allocation/deallocation, with widesprea...Paul Davis
2009-11-28tracing and small fixes to improve object destruction pathwaysPaul Davis
2009-11-27get closer to carl's original boost shared_ptr debug idea by just tracking ac...Paul Davis
2009-11-24tweaks and tuneups of the boost debug stuff - still not done, need to track "...Paul Davis
2009-11-23boost shared pointer debugging, from an idea by carl hetheringtonPaul Davis
2009-11-09make PBD::stacktrace() actually workPaul Davis
2009-11-01Fix wacky tabs. Apologies to anybody actually compiling right now. :)David Robillard
2009-11-01Use shared_ptr::unique() instead of shared_ptr::use_count() == 1.David Robillard
2009-11-01Doxygen readable comments, tidy, fix whitespace.David Robillard
2009-11-01add lots of comments to rcu.h (with concomittant full recompile)Paul Davis
2009-10-28* libardour uses ARDOUR::nframes_t and ARDOUR::nframes64_t explicitly in headersPaul Davis
2009-10-27Make ARDOUR::init safer.David Robillard
2009-10-21Fix unused parameter warnings since GCC apparently doesn't feel like listenin...David Robillard
2009-10-20Since add_property creates new XMLProperty objects, remove_property should pr...Carl Hetherington
2009-10-19Fix warnings.David Robillard
2009-10-15rework Stateful::set_state() patch to avoid default version argumentPaul Davis
2009-10-15Part 1 of loading 2.X sessions; some things work, some things don't, hacks a-...Carl Hetherington
2009-10-06Fix some compiler warnings.Carl Hetherington
2009-10-02Fix some trivial compiler warnings and add editor_imageframe.cc to gtk2_ardou...Sakari Bergen
2009-08-08waf build works on OS X ; new bindings file and processing system in place fo...Paul Davis
2009-07-22Update autowaf.David Robillard
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-07-17massive changes to waf build scripts so that nearly everything "should" be wo...Paul Davis
2009-07-13merge pre- and post-fader processor boxes; start removing Placement (not fini...Paul Davis
2009-06-03Fix end-marker-is-free option in templates.David Robillard
2009-05-18Patch from agorka to add some includes required for building with the GCC shi...Carl Hetherington
2009-05-13more work on the new all-Processor-all-The-Time redesign of Route - LOTS OF B...Paul Davis
2009-05-12Remove most using declarations from header files.Carl Hetherington
2009-05-04Strip trailing whitespace from waf scripts.David Robillard
2009-04-30Fix local include.David Robillard
2009-04-23remove offset from process callback tree. some breakage may have occured. yes...Paul Davis