aboutsummaryrefslogtreecommitdiff
path: root/src/unit (follow)
AgeCommit message (Expand)Author
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
2007-04-03Ok, no code is left in src, it's all in src/old. We'll gradually move code backMike Buland
2006-06-29Completely switched over to the much simpler, nicer pymake. Things look great,Mike Buland
2006-06-28Entities now work in the xml processor the way they should, you can define yourMike Buland
2006-05-26Added the first of many unit tests. For now the unit tests are just built withMike Buland