summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/xml++.h
AgeCommit message (Expand)Author
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2013-10-16add export visibility control to libpbd (works thus far on linux/gcc)Paul Davis
2013-01-16add copyright commentsPaul Davis
2012-08-10add -Wpointer-arith -Wcast-qual -Wcast-align and others to compile flags, and...Paul Davis
2012-03-20some deep changes to xml++ in which we retain a C-level xmlDocPtr as a member...Paul Davis
2012-03-07implement XMLNode::operator=() as a deep operation with the same semantics as...Paul Davis
2011-11-16Slightly unpleasant fix for creation of tracks fromCarl Hetherington
2010-09-03Rename debug -> dumpCarl Hetherington
2010-05-09Add debug() method to dump XML nodes.Carl Hetherington
2009-05-12Remove most using declarations from header files.Carl Hetherington
2009-02-22Clean up xml++.h and xml++.cc in Ardour style.David Robillard
2008-09-10merge 2.0-ongoing into 3.0 @ 3581 - 3710Paul 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 XPath support to pbd/xml++Hans Baier
2008-02-10Committed underlay support (from Audun).David Robillard
2007-01-08fix audio clock restore, provide XMLNode::property (string) and speed up the ...Paul Davis
2006-10-31massive changes in automation state handling, not entirely complete; some bug...Paul Davis
2006-07-22Fixed double delete in Stateful::add_instant_xml().Taybin Rutkin
2006-06-29Fixed i18n system.Taybin Rutkin