Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-15 | Added liscense info at the front of many, many files. Debating the old files. | Mike Buland | |
2007-10-24 | Tried to get archive operators to recognize pointers, no luck so far. | Mike Buland | |
2007-06-04 | Added rudimentary object tracking to Archive, and rearranged the hash and | Mike Buland | |
archive dependancies a little. I'll add docs for object tracking later... | |||
2007-04-10 | Fixed a warning in the SFile test, and added std::list support to the archive. | Mike Buland | |
I guess I should write a test for it too... I'm also thinking of removing the S from the front of the stream children. | |||
2007-04-10 | Woo, changed the name of Achable to Archival, I dig that, and added the ground- | Mike Buland | |
work for the SSocket, that should be cool. | |||
2007-04-03 | The file stream is imported and works, as does our first test, and the new | Mike Buland | |
tweaks to archive. The && operator is now a template function, and as such requires no special handling. It could be worth it to check this out for other types, yet dangerous, since it would let you archive anything, even a class, without writing the proper functions for it...we shall see what happens... | |||
2007-04-03 | The first batch seem to have made it alright. Unfortunately the Archive class | Mike Buland | |
isn't done yet, I'm going to make it rely on streams, so those will be next, then we can make it work all sortsa' well. |