aboutsummaryrefslogtreecommitdiff
path: root/src/test/xmlwritetest/xmlwritetest.cpp (follow)
AgeCommit message (Collapse)Author
2006-10-11Despite some svn oddness, I'm now moving to a new setup for the tests, that'sMike Buland
very much like the original one, but now using build. You will need the latest build in order to build the tests.
2006-10-11Fixed a wierd bug that caused each element of any part of a copied node tree toMike Buland
be partially cross-linked to the node that was the root of the copy. Also fixed a bug in the xmlfilewriter that should make it both faster, and not mess up % style replacements.
2006-07-14Made everything have a virtual deconstructor. This is apparently veryMike Buland
important.
2006-06-29Completely switched over to the much simpler, nicer pymake. Things look great,Mike Buland
and the old Makefile may soon fall into disrepair. To use the old one, which should almost always be able to build at least thi library, call: make -f Makefile.legacy The new Makefile just calls pymake