aboutsummaryrefslogtreecommitdiff
path: root/src/unit (follow)
AgeCommit message (Expand)Author
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
2008-09-11Fixed some whacky old FBasicString hikinx. Basically it supports all the basic,Mike Buland
2008-09-04XML is important, I guess...Mike Buland
2008-06-07Fixed the bugs in the archive system. Both the List container and FString hadMike Buland
2008-06-07This seems to have done the trick, on the 32 bit platform, anyway. Turns outMike Buland
2008-06-07This is a testing version. Nothing should be broken, but I won't gurantee it.Mike Buland
2008-02-07Just updated the copyright date.Mike Buland
2007-12-11Fixed the bu directory, now the code should compile and be usable evenMike Buland
2007-11-24Alright, *now* remove works.Mike Buland
2007-11-23Bu::FString now has insert and remove functions, yay!Mike Buland
2007-11-15Final changes moving to the actually liscense-ified version, plus I fixed aMike Buland
2007-11-15Added liscense info at the front of many, many files. Debating the old files.Mike Buland
2007-10-20Just marked Bu::FString::c_str as deprecated, don't use it, it'll go away later.Mike Buland
2007-08-14Fixed a crash in the FString::prepend function on a null string corner case.Mike Buland
2007-07-18Incorporated a patch contributed by Brandon CS Sanders that allows libbu++ toMike Buland
2007-07-10OK, this time I really fixed it so that it compares raw strings and FStringsMike Buland
2007-06-27The taf system is new and improved. The writer works, we added C++ styleMike Buland
2007-06-27The MemBuf works just fine, although it still can't over-write data in theMike Buland
2007-06-15david - wrote two silly unit tests... David
2007-04-10I did it, the streams don't start with an S now.Mike Buland
2007-04-10Fixed a warning in the SFile test, and added std::list support to the archive.Mike Buland
2007-04-10Wrote some cute file unit tests, and added some more error reporting to SFile.Mike Buland
2007-04-10Well, we've got the basis of a workable unit test harness thing. There shouldMike Buland