tracing and small fixes to improve object destruction pathways
[ardour.git] / libs / pbd /
2009-11-28 Paul Davistracing and small fixes to improve object destruction...
2009-11-27 Paul Davisget closer to carl's original boost shared_ptr debug...
2009-11-24 Paul Davistweaks and tuneups of the boost debug stuff - still...
2009-11-23 Paul Davisboost shared pointer debugging, from an idea by carl...
2009-11-09 Paul Davismake PBD::stacktrace() actually work
2009-11-01 David RobillardFix wacky tabs. Apologies to anybody actually compilin...
2009-11-01 David RobillardUse shared_ptr::unique() instead of shared_ptr::use_cou...
2009-11-01 David RobillardDoxygen readable comments, tidy, fix whitespace.
2009-11-01 Paul Davisadd lots of comments to rcu.h (with concomittant full...
2009-10-28 Paul Davis* libardour uses ARDOUR::nframes_t and ARDOUR::nframes6...
2009-10-27 David RobillardMake ARDOUR::init safer.
2009-10-21 David RobillardFix unused parameter warnings since GCC apparently...
2009-10-20 Carl HetheringtonSince add_property creates new XMLProperty objects...
2009-10-19 David RobillardFix warnings.
2009-10-15 Paul Davisrework Stateful::set_state() patch to avoid default...
2009-10-15 Carl HetheringtonPart 1 of loading 2.X sessions; some things work, some...
2009-10-06 Carl HetheringtonFix some compiler warnings.
2009-10-02 Sakari BergenFix some trivial compiler warnings and add editor_image...
2009-08-08 Paul Daviswaf build works on OS X ; new bindings file and process...
2009-07-22 David RobillardUpdate autowaf.
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-07-17 Paul Davismassive changes to waf build scripts so that nearly...
2009-07-13 Paul Davismerge pre- and post-fader processor boxes; start removi...
2009-06-03 David RobillardFix end-marker-is-free option in templates.
2009-05-18 Carl HetheringtonPatch from agorka to add some includes required for...
2009-05-13 Paul Davismore work on the new all-Processor-all-The-Time redesig...
2009-05-12 Carl HetheringtonRemove most using declarations from header files.
2009-05-04 David RobillardStrip trailing whitespace from waf scripts.
2009-04-30 David RobillardFix local include.
2009-04-23 Paul Davisremove offset from process callback tree. some breakage...
2009-04-23 Paul Davisnew file to encapsulate posix_memalign() hackery
2009-04-18 David RobillardUpgrade to waf 1.5.4.
2009-04-16 Paul Davispart 2 of 3 of the 2.8 -> 3.0 merge
2009-03-02 Paul Davisrecursive operation for PBD::PathScanner, backported...
2009-02-27 David RobillardWaf: install stuff
2009-02-26 David RobillardVersion file building stuff.
2009-02-26 David RobillardWaf building of rubberband.
2009-02-26 David RobillardClean up checks.
2009-02-25 David RobillardWaf building of gtk2_ardour.
2009-02-25 David RobillardWaf building of libardour (yay!).
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-25 David RobillardMove waf up to top level, waf building of pbd, evoral...
2009-02-25 David RobillardFix empty for loop warning in RingBuffer constructor...
2009-02-22 David RobillardClean up xml++.h and xml++.cc in Ardour style.
2009-02-22 David RobillardMake commands noncopyable (they are definitely not...
2009-02-18 David RobillardRemove empty files.
2009-02-18 David RobillardFix 'sticky' sliders when MIDI control feedback is...
2009-02-15 David RobillardOops. Fix XML stuff in GUI as well.
2009-01-30 Paul Davisfirst pass at internal sends. this is a very tentative...
2008-12-29 Sakari BergenFix some compiling warnings and errors in OS X
2008-12-18 Carl HetheringtonRemove unnecessary 0 checks before delete; see parashif...
2008-12-12 Paul Davismost of the 2.X->3.0 commit (up to rev 4299) except...
2008-10-25 Hans Baier* fixed jitter problems for midi clock and removed...
2008-10-05 David RobillardNormalize XML property name style, preserving old sessi...
2008-09-29 David RobillardRemove unused can_send_feedback API.
2008-09-23 David RobillardMake PBD::SearchPath less silly/boilerplatey.
2008-09-19 Sakari Bergen* Added PBD::UUID
2008-09-10 Paul Davismerge 2.0-ongoing into 3.0 @ 3581 - 3710
2008-09-10 Paul Davismerge from 2.0-ongoing @ 3581
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2008-05-25 Hans Baier* splitted midi++/event.h in header and implementation
2008-05-23 Hans Baier* added midnam test file for xpath
2008-05-23 Hans Baier* changed return type for pbd/xml++ xpath support to...
2008-05-22 Hans Baier* added more tests and profiling for pbd/xml++ xpath...
2008-05-22 Hans Baier* added XPath support to pbd/xml++
2008-05-02 David RobillardFixes for GCC 4.3.
2008-04-11 Paul Davismerge 3.0 from 2.0-ongoing@3243
2008-03-17 Paul Davismerge with 2.0-ongoing @ rev 3147
2008-02-21 David RobillardFix install path problems (s/ardour2/ardour3).
2008-02-16 David RobillardMerge with 2.0-ongoing R3071.
2008-02-10 David RobillardCommitted underlay support (from Audun).
2007-10-16 Paul Davisvirtualize Port object; clean up automation tracks...
2007-10-12 Paul Davisadd keybinding editor
2007-10-11 Paul Davismerge from 2.0-ongoing by hand, minus key binding editor
2007-09-09 Tim MayberryIf sys::copy_file fails, try and remove the target...
2007-09-09 Tim MayberryAdd function sys::rename to pbd/filesystem.h/cc. Rename...
2007-09-04 Tim MayberryAdd PBD::sys::operator/ to pbd/filesystem for convenien...
2007-09-04 Tim MayberryUse path::leaf in sys::basename and sys::extension
2007-09-04 Tim MayberryAdd path::leaf method function to the PBD::sys::path...
2007-09-04 Tim MayberryAdd PBD::sys::extension for getting the filename extens...
2007-09-04 Tim MayberryModify PBD::sys::basename to match boost::filesystem...
2007-09-04 Tim MayberryAdd path::branch_path to the PBD::sys::path class
2007-09-04 Tim MayberryAdd some documentation regarding the PBD::sys namespace...
2007-09-04 Tim MayberryRemove unused function PBD::copy_file
2007-09-04 Tim MayberryAdd function PBD::sys::copy_file intended to replace...
2007-09-04 Tim MayberryAdd function PBD::sys::remove as a wrapper to g_unlink
2007-09-04 Tim MayberryRename PBD::SearchPath::get_string to PBD::SearchPath...
2007-08-06 Paul Davismerge changes to libmidi++ API from 2.0-ongoing
2007-08-01 David RobillardBetter MidiModel command framework, ready to go for...
2007-07-16 David RobillardFix formatting of command stuff to adhere to The Guidel...
2007-06-27 Paul Davisallow user tweaking of everything that might have inher...
2007-06-27 Tim MayberryAdd PBD::system_data_directories and PBD::system_config...
2007-06-27 Tim MayberryReplace code for finding ControlProtocols/Surface plugi...
2007-06-27 Tim MayberryUse ARDOUR::user_config_directory in Configuration...
2007-06-17 Tim MayberryModify PBD::Stateful::add_instant_xml/instant_xml to...
2007-06-17 Tim MayberryMake Stateful::*instant_xml methods protected and non...
2007-06-17 Tim MayberryMove Stateful class declared in pbd/stateful.h into...
2007-06-17 Tim MayberryWhitespace fixes in pbd/stateful.h
2007-06-07 Tim MayberryRemove two unused temporary variables from SearchPath...
next