summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/xml++.h
AgeCommit message (Expand)Author
2016-10-29Allow to construct a XML tree from a text bufferRobin Gareus
2016-10-10Remove PropertyMap from XMLNode classTim Mayberry
2016-10-10Add XMLNode::operator==/!=() for comparing XMLNode instancesTim Mayberry
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2016-05-03add a const method to check for existing key/value propertiesRobin Gareus
2016-04-08Revert "experimental session-save speedup" -- needs C++11Robin Gareus
2016-04-08more potential session-save speedup.Robin Gareus
2016-04-08experimental session-save speedupRobin Gareus
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