aboutsummaryrefslogtreecommitdiff
path: root/src/unit/taf.cpp (follow)
AgeCommit message (Expand)Author
2009-01-07Only two real changes. First, Bu::FString and Bu::FBasicString are in differentMike Buland
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-12All of those changes I thought I'd already committed. The taf writer handlesMike 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-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-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-06-27The taf system is new and improved. The writer works, we added C++ styleMike Buland
2007-06-15david - wrote two silly unit tests... David