Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-07 | Just updated the copyright date. | Mike Buland | |
2007-12-11 | Uh...everything was being built in profiling mode...that's...bad... | Mike Buland | |
2007-12-11 | Fixed the bu directory, now the code should compile and be usable even | Mike Buland | |
installed. That was odd. Anyway, also set props on the bu, unit, and test directories so that the contents won't be listed on svn status. | |||
2007-11-23 | Bu::FString now has insert and remove functions, yay! | Mike Buland | |
2007-11-15 | david - adding license tag to the top of all header files | David | |
2007-09-11 | Everything seems to work with the new Bu::ItoServer class, it operates very, | Mike Buland | |
very similarly to the Bu::Server class, except that every incoming connection gets it's own thread. This functionality may have to be tuned later, to allow for maintaining a pool of connections as an option, but this is fine for now. | |||
2007-07-18 | Incorporated a patch contributed by Brandon CS Sanders that allows libbu++ to | Mike Buland | |
compile under OSX. So far, no problems with anything else, it looks like build and nango both build without problems, libbu++ is truly becoming a full cross- platform toolkit. | |||
2007-07-03 | Ah, that explains much, I did the big reorg -> trunk move and forgot to commit | Mike Buland | |
some things, so here they are, after being manually copied. | |||
2007-06-27 | The MemBuf works just fine, although it still can't over-write data in the | Mike Buland | |
buffer. | |||
2007-06-07 | The Stream Filter archetecture is finished, it's actually much cooler than I | Mike Buland | |
had anticipated, and much cleaner. I'll have to add some documentation to it, because it's not really obvious how any of it fits together from the outset, although I have to say that the bzip2 test program is the easiest general bzip2 compression program I've ever made...it just goes :) Decompression in Bu::BZip2 isn't finished yet, but that's ok, it's coming soon. | |||
2007-05-17 | As evidenced by my latest test, the Bu::FString copy is actually slower than | Mike Buland | |
the std::string copy by a rather large margin. This seems very odd, so I'm going to do a few tests, the first one is stripping out the FString shared pointer stuff and seeing if that makes an appreciable difference. | |||
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 | Well, we've got the basis of a workable unit test harness thing. There should | Mike Buland | |
be a few more add-ons to it, but it works just fine, and eventually it should cover command line options and creating logs, and possibly even provide output functionality so that output from tests can be logged and kept track of well. | |||
2007-03-15 | FString is totally usable, a few more helpers must be written before it surpases | Mike Buland | |
the other classes in functionality. It's already rather fast. | |||
2006-11-21 | Everything in libbu++ now passes -Wall, this should have been done a long time | Mike Buland | |
ago. | |||
2006-10-11 | Despite some svn oddness, I'm now moving to a new setup for the tests, that's | Mike Buland | |
very much like the original one, but now using build. You will need the latest build in order to build the tests. | |||
2006-09-21 | Updated the build.conf to include the tests, not the unit tests yet, but these | Mike Buland | |
I need more anyway. | |||
2006-09-20 | new build.conf file | Mike Buland | |
2006-08-07 | Updated the build.conf file, you can build the tests, and more. | Mike Buland | |
2006-08-06 | It builds with build again, and even the tests now. woo! | Mike Buland | |
2006-08-02 | Just added a build.conf file, libbu++ was really easy to get to work with build. | Mike Buland | |