Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |