Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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. | |||
2007-04-26 | Merged Ito and put it in the BU namespace. I should probably clean up the | Mike Buland | |
formatting on the comments, some of the lines wrap, but I'm not too worried about it right now. I also fixed up the doxygen config and build.conf files so that everything is building nice and smooth now. | |||
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-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. | |||
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. | |||
2007-01-30 | Hey, Plugger doesn't kill your program with exit, it just throws an exception. | Mike Buland | |
2006-11-25 | I think this is a better serializer model. | Mike Buland | |
2006-08-25 | Added tests and exception codes, so you're program can tell just how bad things | Mike Buland | |
really are. | |||
2006-08-25 | Added a new exception for connecitons, and added a new function to the | Mike Buland | |
connection class, that reads at least n bytes in x seconds. | |||
2006-08-06 | It builds with build again, and even the tests now. woo! | Mike Buland | |
2006-07-26 | Exceptions have been re-worked, and are easier to use, and don't collide with | Mike Buland | |
system includues anymore. |