Age | Commit message (Expand) | Author |
2011-04-04 | UtfString is going really well. It can now parse Utf8, Utf16 (le,be), and | Mike Buland |
2011-04-04 | I made some awesome progress on the UtfString system, it stores in native utf16 | Mike Buland |
2011-04-04 | Really just made some decisions about the overall functionality of the UtfString | Mike Buland |
2011-03-30 | Removed the test.taf file, we don't need it anymore. | Mike Buland |
2011-03-30 | Ok, string stuff is working much, much better, a load of new unit tests have | Mike Buland |
2011-03-29 | String's replace function now doesn't get false positives on partial matches at | Mike Buland |
2011-03-27 | I had a useless include and a silly macro defined in the header file of string. | Mike Buland |
2011-03-24 | This may really screw things up, but the trimBack function made no sense, so | Mike Buland |
2011-03-24 | The Bu::OptParser no longer tokenizes parameters' values. | Mike Buland |
2011-03-22 | Bu::Conduit now works exactly as it was advertised some time ago, it uses | Mike Buland |
2011-03-22 | We now have a UTF-8 test parser, I'm going to move it into a functor, I think. | Mike Buland |
2011-03-21 | floats can be output through the formatter again, except sometimes they're | Mike Buland |
2011-03-20 | Sigh, I don't know that Bu::String is slower, but it looks like std::string is | Mike Buland |
2011-03-19 | The rest of libbu++ is corrected as far as the now Bu::String toUpper/toLower | 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-03-18 | The inline, printf/qstring style formatting for Bu::String is just about there, | Mike Buland |
2011-03-17 | Tweaks to the variant class make it much cooler, and there's a test/tool | Mike Buland |
2011-03-17 | david - added a hash table stress unit test | David |
2011-03-10 | Removed the float test, it was silly to have it in libbu++. | Mike Buland |
2011-03-08 | sigh, another program that's not realy a tool, it was the easiest place for it | Mike Buland |
2011-03-07 | Just tweaked the myriad tool, it doesn't enumerate the streams in info mode | Mike Buland |
2011-03-04 | Added some extra functions to Bu::MiniCron to let you execute jobs that are in | Mike Buland |
2011-03-04 | Fixed the client thing back, sigh. | Mike Buland |
2011-03-02 | Corrected a memory leak in Bu::Client, and hopefully sped up transmission some, | Mike Buland |
2011-02-21 | david - udp not building on windows for now && fixed a windows tcpsocket thing | David |
2011-02-21 | david - no block size on windows | David |
2011-02-20 | Well, unlink, mkHardLink, setFileSize, and more are freshly implemented, as is | Mike Buland |
2011-02-20 | Cleaned up a little, and added a bunch more stuff to myriadfs. As far as I can | Mike Buland |
2011-02-19 | Myriad does not handle multi-threaded access very well, that needs to be | Mike Buland |
2011-02-19 | MyriadFs is getting good! | Mike Buland |
2011-02-18 | Some Uuid tweaks, not much, just figuring out the format. MyriadFs is coming | Mike Buland |
2011-02-18 | Hey, a nifty little test for myriadfs. | Mike Buland |
2011-02-17 | Wow, MyriadFs is actually getting workable. You can create files, read, write, | Mike Buland |
2011-02-17 | Made some great progress on the MyriadFs spec...it's interesting, a few more | Mike Buland |
2011-02-04 | Some tweaks to the string unit test. | Mike Buland |
2011-01-22 | Minor change to csvwriter, the excel formatter wasn't escaping strings with | Mike Buland |
2011-01-21 | Decided to add some history to the comment. | Mike Buland |
2011-01-21 | PearsonHash has been added to libbu++, I...have no way of really verifying that | Mike Buland |
2011-01-20 | Fixed a really strang, really hard to nail down corner case in String | Mike Buland |
2011-01-20 | Fixed, it changes all of them on each line now. | Mike Buland |
2011-01-20 | Wow! Merged the branch, streams are updated, and there's no more FString, run | Mike Buland |
2011-01-20 | UdpSocket is pretty much working. Non-blocking mode isn't, which is odd, but | Mike Buland |
2011-01-20 | More minor changes to the udpsocket test program. | Mike Buland |
2011-01-20 | Minor changes to udpsocket test program. | Mike Buland |
2011-01-20 | Ummm...it's a udpsocket, mostly. It seems like it should work, but early tests | Mike Buland |
2011-01-20 | Heh, forgot to rename the two fstring tests. | Mike Buland |
2011-01-20 | Made (very) basic progress towards defining UtfString. It's actually going to | 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 |
2011-01-19 | Started work adding more functions to stream, and changing to a new size type. | Mike Buland |