Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-15 | david - adding license tag to the top of all header files | David | |
2007-10-24 | Tried to get archive operators to recognize pointers, no luck so far. | Mike Buland | |
2007-09-13 | Sets now match Hashes better, and can be Archived. | Mike Buland | |
2007-09-05 | Fixed a couple of uber-minor compilation bugs. | Mike Buland | |
2007-08-16 | Lists now archive. Yippie! | Mike Buland | |
2007-07-01 | A minor bugfix in the Bu::Archive was preventing compilation when archiving | Mike Buland | |
a Bu::Hash due to the new return value of the unary (*) extraction operator in the iterators. | |||
2007-06-28 | Many minor changes, hopefully the header fixes will keep future header macro | Mike Buland | |
conflicts from happening. And, from now on, other projects should do -Ilibbu++ not -Ilibbu++/src so we can get ready for an installed version of libbu++. | |||
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 | Added more comments, help, and socket actually reads and writes some, but it's | Mike Buland | |
not done. I need to decide how I want to do the buffering... | |||
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. |