aboutsummaryrefslogtreecommitdiff
path: root/src/unit (follow)
AgeCommit message (Expand)Author
2011-04-04david - tried to make hash crashDavid
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-19The rest of libbu++ is corrected as far as the now Bu::String toUpper/toLowerMike Buland
2011-03-17david - added a hash table stress unit testDavid
2011-02-04Some tweaks to the string unit test.Mike Buland
2011-01-22Minor change to csvwriter, the excel formatter wasn't escaping strings withMike Buland
2011-01-20Fixed a really strang, really hard to nail down corner case in StringMike Buland
2011-01-20Wow! Merged the branch, streams are updated, and there's no more FString, runMike Buland
2011-01-20Heh, forgot to rename the two fstring tests.Mike 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
2011-01-13Md5 works really, really well. It's fast, and sexy, and awesome. Thanks david.Mike Buland
2010-11-04FString tests, the new one causes a segfault with the old fstring.Mike Buland
2010-10-14SharedCore has more features now, which is cool, including a test to see ifMike Buland
2010-10-14A quick unit test for the copy constructor in variant.Mike Buland
2010-06-21Fixed a bug in Bu::Buffer that resulted from a false negative on isEos if theMike Buland
2010-05-28More myriad testing and unit test features, not unit tests that may take aMike Buland
2010-05-26Oooh, another minor myriad fix, it's getting solid now. :)Mike Buland
2010-05-26Fixed most of the compilation warnings, and a valgrind warning in the fstring'sMike Buland
2010-05-26More tweaks and informational functions.Mike Buland
2010-05-25More myriad tests and features, passes perfectly so far.Mike Buland
2010-05-25We now have a portable tempfile function, cool, it compiles on windows.Mike Buland
2010-05-24Changed the Bu::Stream API, setSize is now standard. There may be a few moreMike Buland
2010-05-24Myriad unit test. Seems like it's workin' well.Mike Buland
2010-05-15mkunit.sh was a little dumb, it didn't handle a number of things correctly.Mike Buland
2010-05-13david - put a bunch of data through it and check its validityDavid
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
2010-02-10Changed the name of nids to Myriad, I like it, but I'm not getting rid of nidsMike Buland
2009-11-24Added a replace function to fstring...sweeet.Mike Buland
2009-11-12I've started my campaign to clean up all of the header files in libbu++ as farMike Buland
2009-10-16Finally added the substream class, and added getByPath (for properties) andMike Buland
2009-10-16Although this looks like a load of code changes, this represents no functionalMike Buland
2009-09-10Hey, minor updates to the formatter and a unit test, nothing important.Mike Buland
2009-09-09Fixed a unit test, and added some fixes and new queue functions to list, fuck itMike Buland
2009-08-14Massive freaking changes!!!Mike Buland
2009-08-13Ok, shared core looks good, and I added a unit test for Bu::List to check a fewMike Buland
2009-07-31I switched the Bu::Stream::isEOS function to be named Bu::Stream::isEos, andMike Buland
2009-04-10Added some new goodness to the fbasicstring, fixing some inconsistancies andMike Buland
2009-04-06Ok, I rearranged some things, we have a tools dir now, those build by default.Mike Buland
2009-04-02Array iterators' validity testing was actually reversed. That was a seriousMike Buland
2009-02-27Fixed a bug in Bu::FString, it wouldn't concatinate properly when using the +Mike Buland
2009-02-08So many updates. I recommend using the new FString iterators instead of directMike Buland
2009-01-07Corrected a couple of places where std:: classes were being used and shouldn'tMike Buland
2009-01-07Only two real changes. First, Bu::FString and Bu::FBasicString are in differentMike Buland
2008-12-31Wow, that was a freaky bug. Turned out to not have anything to do with theMike Buland
2008-12-30david - i found a strange hash bug, and made a unit test to reproduce it ("in...David
2008-12-29Corrected the premature end of stream read corner case in Taf...it was freakingMike Buland
2008-12-29Fixed some horror inside the Taf writer. It had a strange corner case whenMike Buland