summaryrefslogtreecommitdiffstats
path: root/src/xml/simple-node.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2008-07-01remove "public private" virtual methods from XML::NodeMenTaLguY1-6/+5
2008-07-01remove additional unnecessary indirection in tree operationsMenTaLguY1-17/+17
2008-07-01access some SimpleNode fields directlyMenTaLguY1-29/+44
2008-07-01remove last traces of "floating nodes"MenTaLguY1-33/+6
2008-06-11re-enable assertionsMenTaLguY1-2/+2
2008-06-11Back out the `document != NULL' assertions added to SimpleNode constructors i...Peter Moulder1-2/+2
2008-06-08force single single document over a node's lifetimeMenTaLguY1-0/+4
2008-06-08plumb document references a little deeper inMenTaLguY1-6/+5
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-0/+3
2007-11-02warning cleanupJon A. Cruz1-2/+2
2007-07-04make subtree monitoring part of XML::Node's interfaceMenTaLguY1-0/+14
2007-03-20plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY1-4/+3
2007-01-20merge XML::Session into XML::DocumentMenTaLguY1-26/+11
2006-04-29switch everyone to simpler debug event APIMenTaLguY1-173/+79
2006-03-15shared_ptr -> ptr_sharedMenTaLguY1-29/+29
2006-02-13optimization: do not notify any listeners if attributes' new value is the sam...bulia byak1-1/+1
2006-02-08share_static -> share_static_stringMenTaLguY1-8/+8
2006-02-06replace Util::SharedCStringPtr with the more general Util::shared_ptr<>MenTaLguY1-40/+43