summaryrefslogtreecommitdiff
path: root/libs/pbd
AgeCommit message (Expand)Author
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
2008-12-18Remove unnecessary 0 checks before delete; see http://www.parashift.com/c++-f...Carl Hetherington
2008-12-12most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_ca...Paul Davis
2008-10-25* fixed jitter problems for midi clock and removed superfluous UI elementsHans Baier
2008-10-05Normalize XML property name style, preserving old session loading (on load _ ...David Robillard
2008-09-29Remove unused can_send_feedback API.David Robillard
2008-09-23Make PBD::SearchPath less silly/boilerplatey.David Robillard
2008-09-19* Added PBD::UUIDSakari Bergen
2008-09-10merge 2.0-ongoing into 3.0 @ 3581 - 3710Paul Davis
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain
2008-05-25* splitted midi++/event.h in header and implementationHans Baier
2008-05-23* added midnam test file for xpathHans Baier
2008-05-23* changed return type for pbd/xml++ xpath support to use boost::shared_ptrHans Baier
2008-05-22* added more tests and profiling for pbd/xml++ xpath supportHans Baier