aboutsummaryrefslogtreecommitdiff
path: root/src/formatter.h (follow)
AgeCommit message (Expand)Author
2011-07-20Oh wow, floats didn't have signs. Scary.Mike Buland
2011-03-29String's replace function now doesn't get false positives on partial matches atMike Buland
2011-03-21floats can be output through the formatter again, except sometimes they'reMike Buland
2011-03-18Wow, a lot has changed. String is not a template class, and it can do it's ownMike Buland
2011-01-20Wow, got the Stream changes propegated, all tests build with string instead ofMike Buland
2011-01-20Bu::FString is now String, and there's a shell script to fix any other programsMike Buland
2010-05-11Fixed an issue in the reader, it was tokenizing.Mike Buland
2010-03-31Removed the bool cast operator from FBasicString. It turns out it was causingMike Buland
2010-02-13Added and updated the license info in all the source files, they still saidMike Buland
2009-12-18Wow, cool, Bu::Formatter can read all the basic types now, (int, float, bool,Mike Buland
2009-12-18The OptParser still needs help banners and more helper functions, but otherwise,Mike Buland
2009-12-06Hmmm, this is better, yeah, I don't think it'll effect anyone for now...Mike Buland
2009-12-01Getting closer with the pointer formatter...Mike Buland
2009-10-05I just got rid of the float markers, we know we need a new float formatter, itMike Buland
2009-09-10Hey, minor updates to the formatter and a unit test, nothing important.Mike Buland
2009-08-04***IMPORTANT*** The function Bu::Md5::getResult no longer returns a hex string,Mike Buland
2009-08-03Hey, buffer has some good tweaks, added some stuff and fixed stuff in formatterMike Buland
2009-07-31I switched the Bu::Stream::isEOS function to be named Bu::Stream::isEos, andMike Buland
2009-05-21Added some more helpers to Bu::Formatter::Fmt, make it a little easier to use.Mike Buland
2009-04-23Made floats work (sorta'), they use vsprintf via Bu::FString, it's not great,Mike Buland
2009-04-02Removed some uses of printf in libbu++, I would like to get rid of all of themMike Buland
2009-03-26Added some more constructors to the ServerSocket, and also switched the writeMike Buland
2009-03-16Added some experimental indenting code to the formatter, not sure I quite digMike Buland
2009-02-19We have the new Bu::CryptoHash base class and Bu::Md5 is here and readyMike Buland
2009-02-11Hey, formatter, awesome, and look at that...I'm adding uuid support.Mike Buland
2009-02-10Hey, got the formatter working, that's something. I really like it so far,Mike Buland