aboutsummaryrefslogtreecommitdiff
path: root/src/formatter.cpp (follow)
AgeCommit message (Expand)Author
2010-01-28Hmmm, the newline wasn't causing a flush, that's just silly, I should knowMike Buland
2010-01-07A bunch of things weren't including their own files in quite the correct way...Mike 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-11-12I've started my campaign to clean up all of the header files in libbu++ as farMike 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-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