summaryrefslogtreecommitdiff
path: root/libs/pbd
AgeCommit message (Expand)Author
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
2009-04-23new file to encapsulate posix_memalign() hackeryPaul Davis
2009-04-18Upgrade to waf 1.5.4.David Robillard
2009-04-16part 2 of 3 of the 2.8 -> 3.0 mergePaul Davis
2009-03-02recursive operation for PBD::PathScanner, backported from 2.XPaul Davis
2009-02-27Waf: install stuffDavid Robillard
2009-02-26Version file building stuff.David Robillard
2009-02-26Waf building of rubberband.David Robillard
2009-02-26Clean up checks.David Robillard
2009-02-25Waf building of gtk2_ardour.David Robillard
2009-02-25Waf building of libardour (yay!).David Robillard
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-25Move waf up to top level, waf building of pbd, evoral, midi++David Robillard
2009-02-25Fix empty for loop warning in RingBuffer constructor... and scary indentation...David Robillard
2009-02-22Clean up xml++.h and xml++.cc in Ardour style.David Robillard
2009-02-22Make commands noncopyable (they are definitely not copy safe).David Robillard
2009-02-18Remove empty files.David Robillard
2009-02-18Fix 'sticky' sliders when MIDI control feedback is enabled.David Robillard
2009-02-15Oops. Fix XML stuff in GUI as well.David Robillard
2009-01-30first pass at internal sends. this is a very tentative work in progress, and ...Paul Davis
2008-12-29Fix some compiling warnings and errors in OS XSakari Bergen