Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-11 | Fixed a wierd bug that caused each element of any part of a copied node tree to | Mike 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-14 | Made everything have a virtual deconstructor. This is apparently very | Mike Buland | |
important. | |||
2006-06-29 | Completely 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 |