Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-04-03 | Ok, no code is left in src, it's all in src/old. We'll gradually move code back | Mike Buland | |
into src as it's fixed and re-org'd. This includes tests, which, I may write a unit test system into libbu++ just to make my life easier. | |||
2006-07-14 | Made everything have a virtual deconstructor. This is apparently very | Mike Buland | |
important. | |||
2006-06-06 | Added comment handling to the XML system. It just discards them completely, but | Mike Buland | |
later it will retain them so that even after modifying the nodes the comments could be kept in place so they aren't destroyed if something changes. Also added necesarry functions to the XmlDocument that lets the tests run again and fixes some issues with multiple ownernership when transfering the contents to a new document. | |||
2006-05-01 | libbu++ is finally laid out the way it should be, trunk, branches, and tags. | Mike Buland | |