aboutsummaryrefslogtreecommitdiff
path: root/src/itomutex.cpp (unfollow)
AgeCommit message (Expand)Author
2011-03-30Removed the test.taf file, we don't need it anymore.Mike Buland
2011-03-30Ok, string stuff is working much, much better, a load of new unit tests haveMike Buland
2011-03-29String's replace function now doesn't get false positives on partial matches atMike Buland
2011-03-27I had a useless include and a silly macro defined in the header file of string.Mike Buland
2011-03-24This may really screw things up, but the trimBack function made no sense, soMike Buland
2011-03-24The Bu::OptParser no longer tokenizes parameters' values.Mike Buland
2011-03-22Bu::Conduit now works exactly as it was advertised some time ago, it usesMike Buland
2011-03-22We now have a UTF-8 test parser, I'm going to move it into a functor, I think.Mike Buland
2011-03-21floats can be output through the formatter again, except sometimes they'reMike Buland
2011-03-20Sigh, I don't know that Bu::String is slower, but it looks like std::string isMike Buland
2011-03-19The rest of libbu++ is corrected as far as the now Bu::String toUpper/toLowerMike Buland
2011-03-18Wow, a lot has changed. String is not a template class, and it can do it's ownMike Buland
2011-03-18The inline, printf/qstring style formatting for Bu::String is just about there,Mike Buland
2011-03-17Tweaks to the variant class make it much cooler, and there's a test/toolMike Buland
2011-03-17david - added a hash table stress unit testDavid
2011-03-10Removed the float test, it was silly to have it in libbu++.Mike Buland