aboutsummaryrefslogtreecommitdiff
path: root/src/unit (follow)
AgeCommit message (Expand)Author
2023-08-10Added some handy operators to Bu::BlobBuilderHEADmainMike Buland
2023-08-09Used fixed seeds where random is used in tests.Mike Buland
2023-08-08Unit test augmentations and harness.Mike Buland
2023-08-04Removed the shared unit test for strings.Mike Buland
2023-08-04Woo! Unit Tests! Found some bugs!Mike Buland
2023-08-01Updated copyright date.Mike Buland
2023-07-24Added swap to array.Mike Buland
2023-07-11Merge branch 'main' into noshareMike Buland
2023-07-11Tweaked/improved tests.Mike Buland
2023-07-10String is now not shared.Mike Buland
2021-07-30Fixed uninitializsed bug in Bu::Array::setSize.Mike Buland
2019-08-08Fixed a bug in the BlobBuilder.Mike Buland
2019-06-25BlobBuilder implemented, tests in progress.Mike Buland
2019-05-25Just about everything that Blob needs is in.Mike Buland
2019-05-25Augmented UnitSuite, added more to Blob, and added tests.Mike Buland
2019-05-24Updated copyright date.Mike Buland
2019-01-29Clerified some ints.Mike Buland
2014-02-03Corrected Myriad unit test on 64 bit platforms.Mike Buland
2014-02-03Changed copyright to 2007-2014.Mike Buland
2013-02-27Added a unit test for Bu::SynchroHash. It's just a tweaked copy of the testMike Buland
2013-02-11Updated the copyright for 2013.Mike Buland
2012-11-27Added a few comments and fixed a string unit test, it assumed hex would beMike Buland
2012-11-05Converted tabs to spaces with tabconv.Mike Buland
2012-09-05Added extra formatting argument indexing method to Bu::String::FormatProxy.Mike Buland
2012-09-05Fixed silly bug involving juxtaposed replacement tokens inMike Buland
2012-04-15Updated copyright, packaging, makefile, etc.Mike Buland
2012-04-14Added support for running subsets of unit tests to Bu::UnitSuite, now just listMike Buland
2011-10-25Fixed bug in base64 decoding. If an attempt is made to read data after the endMike Buland
2011-07-17More variant unit tests, signed and unsigned chars are no formatted as numbers,Mike Buland
2011-07-13Trying to hunt down bug in variant code.Mike Buland
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