Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-24 | Ok, now all the warnings are gone (except for those coming from nids, but that's | Mike Buland | |
ok, nids is still in flux, they'll be gone soon). | |||
2008-06-02 | Added another helper to Bu::TafGroup, very handy...something happened to the | Mike Buland | |
logger...I guess. | |||
2008-02-07 | Just updated the copyright date. | Mike Buland | |
2007-11-15 | Added liscense info at the front of many, many files. Debating the old files. | Mike Buland | |
2007-11-09 | Figured I might as well add single-line comments to taf, it now supports // | Mike Buland | |
style comments. | |||
2007-10-03 | Added some fun new features to the TafNode system. | Mike Buland | |
2007-07-12 | The SPtr now has != comparison operators | Mike Buland | |
2007-06-27 | Ooooh, more Taf-goodness. | Mike Buland | |
2007-06-27 | Tweaked a tafnode function. | Mike Buland | |
2007-06-27 | The taf system is new and improved. The writer works, we added C++ style | Mike Buland | |
comment blocks, and it retains the order of all nodes. | |||
2007-06-10 | Bunch of maintenence type things. Minor tweaks and the like. The file class | Mike Buland | |
has a lot more helper functions and the like, the filters give more info back to the caller, minor updates to taf. | |||
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 | The TafReader is more general and much nicer, and about to actually construct | Mike Buland | |
nodes, that part will be exciting. I also fixed some stuff and added some new functions to List, it now has first() and last() which work just like std::list front() and back(), I may add compatibility functions later... | |||
2007-06-06 | Moved Taf back into core. | Mike Buland | |
2007-05-09 | Just a few things re-arranged, moved the new taf/xml systems to the inprogress | Mike Buland | |
directory, and moved the old xml system in, so it will require heavy changes. | |||
2007-05-08 | Now they all read "taf" not "tsf" :) | Mike Buland | |