aboutsummaryrefslogtreecommitdiff
path: root/src/unit (follow)
AgeCommit message (Expand)Author
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
2008-12-22Hey, corrected a minor issue in Bu::FString. Turns out C++ is hardass enoughMike Buland
2008-12-20All of the basic, core workings of the Cache are complete, and tested. EvenMike Buland
2008-12-12All of those changes I thought I'd already committed. The taf writer handlesMike Buland
2008-11-11david - added operator= and copy constructor to Bu::Array, and updated unit t...David
2008-10-08Ok...corrected a problem with new block allocation in nids, and it no longerMike Buland
2008-10-02More changes to File...turns out tempFile always opens the file for reading andMike Buland
2008-10-01This commit is sure to break things. This should be a very, very minor change.Mike Buland
2008-10-01Ok, NIDS is getting better and better, and I went ahead and cleaned up someMike Buland
2008-09-24Something may be wrong.Mike Buland
2008-09-24Wow, I realized that the Bu::Array class wasn't finished, and went ahead andMike Buland
2008-09-24Added a getSubStr function to Bu::FString, and more tests to the fstring unitMike Buland
2008-09-15Whoa! Loads of NIDS work. It actually compiles, runs, and I'm optimizing theMike Buland