Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-07 | The new taf interfaces seem to work just fine, except for saving and that loaded | Mike Buland | |
TafNode structures are immutable, it all looks really good. Saving should be a snap, and the immutable part I'm not sure is bad...we'll see what happens. Also, I'm contemplating looking into a way to add "named data structure" support to the Archive at a lower level, then allow it to use a nameing system to apply names to each data structure and then output to any backend that supports naming, like taf, xml, etc. | |||
2007-06-07 | Except for an excessive amount of debug info, I finally got the delete code | Mike Buland | |
working. Now you can load Taf structures and clean up, you just can't access all of the data inside 100%. | |||
2007-06-06 | Except for storing the data somewhere, the TafReader is more or less done. | Mike Buland | |
Some more generalizations are in order, then we'll stuff the data somewhere. |