Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-20 | All of the basic, core workings of the Cache are complete, and tested. Even | Mike Buland | |
added some more tests and whatnot. A lot happened, but I can't remember everything. Also, Bu::File reports errors in more error cases. | |||
2008-12-13 | The Calc should be functional, and is being called by the Cache itself. The | Mike Buland | |
Bu::CacheCalc still needs to reference the Bu::Cache so that it can make the changes it needs to. | |||
2008-12-12 | All of those changes I thought I'd already committed. The taf writer handles | Mike Buland | |
binary data much better, actually escaping it properly and not stopping on null. Bu::FString has an iterator, it's actually just a raw datatype, but it may have more function later, so careful assuming that it's a char and using it in any non-iterator like way. Also augmented the taf unit test, and added the Bu::CacheCalc base class, the rest of the simple develpment cycle will happen between here and project hhp. |