Age | Commit message (Expand) | Author |
2011-10-06 | Fixed the formatting of unsigned chars in the formatter, and added a function to | Mike Buland |
2011-07-17 | More variant unit tests, signed and unsigned chars are no formatted as numbers, | Mike Buland |
2011-03-21 | floats can be output through the formatter again, except sometimes they're | Mike Buland |
2011-03-18 | Wow, a lot has changed. String is not a template class, and it can do it's own | Mike Buland |
2011-01-20 | Wow, got the Stream changes propegated, all tests build with string instead of | Mike Buland |
2011-01-20 | Bu::FString is now String, and there's a shell script to fix any other programs | Mike Buland |
2010-05-11 | Fixed an issue in the reader, it was tokenizing. | Mike Buland |
2010-05-02 | wow, bug fixes everywhere. | Mike Buland |
2010-03-31 | Removed the bool cast operator from FBasicString. It turns out it was causing | Mike Buland |
2010-03-15 | Ito is updated and is more posix compliant. | Mike Buland |
2010-02-13 | Added and updated the license info in all the source files, they still said | Mike Buland |
2010-01-28 | Hmmm, the newline wasn't causing a flush, that's just silly, I should know | Mike Buland |
2010-01-07 | A bunch of things weren't including their own files in quite the correct way... | Mike Buland |
2009-12-18 | Wow, cool, Bu::Formatter can read all the basic types now, (int, float, bool, | Mike Buland |
2009-12-18 | The OptParser still needs help banners and more helper functions, but otherwise, | Mike Buland |
2009-11-12 | I've started my campaign to clean up all of the header files in libbu++ as far | Mike Buland |
2009-07-31 | I switched the Bu::Stream::isEOS function to be named Bu::Stream::isEos, and | Mike Buland |
2009-05-21 | Added some more helpers to Bu::Formatter::Fmt, make it a little easier to use. | Mike Buland |
2009-04-02 | Removed some uses of printf in libbu++, I would like to get rid of all of them | Mike Buland |
2009-03-26 | Added some more constructors to the ServerSocket, and also switched the write | Mike Buland |
2009-03-16 | Added some experimental indenting code to the formatter, not sure I quite dig | Mike Buland |
2009-02-19 | We have the new Bu::CryptoHash base class and Bu::Md5 is here and ready | Mike Buland |
2009-02-11 | Hey, formatter, awesome, and look at that...I'm adding uuid support. | Mike Buland |
2009-02-10 | Hey, got the formatter working, that's something. I really like it so far, | Mike Buland |