| Age | Commit message (Collapse) | Author | 
|---|
|  | adding a property to a group that had a name but an empty value.
Also added a isEmpty() function to Bu::FString, finally. | 
|  | 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. | 
|  | writer also knows about \\, but will not insert \t or \n for now.  It just uses
a tab and newline for those. | 
|  |  | 
|  | Bu::FString reference as a parameter.  Unfortunately you need to remember to add
"using Stream::write;" to each child class so they can take advantage of it.
Strange, no?
Also, cleaned up a bunch of header files, I'm trying to move towards headers
only including other headers that they absolutely need, otherwise just creating
forward decleration sections at the top of each. | 
|  |  | 
|  | style comments. | 
|  | name, but have a value, I did it the other way last time, and they were hard to
find.  I think I fixed the writer to work right too, but I haven't checked it
yet. | 
|  |  | 
|  | comment blocks, and it retains the order of all nodes. | 
|  | libbu++.  The program chain may undergo heavy changes still, or be removed
entirely, but we need it for congo and squirrelmud, so here it is for a while
longer.
The TafWriter isn't much closer, you still only get the groups in the output. | 
|  |  | 
|  | directory, and moved the old xml system in, so it will require heavy changes. | 
|  |  |