Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-15 | Added liscense info at the front of many, many files. Debating the old files. | Mike Buland | |
2007-06-07 | The Stream Filter archetecture is finished, it's actually much cooler than I | Mike Buland | |
had anticipated, and much cleaner. I'll have to add some documentation to it, because it's not really obvious how any of it fits together from the outset, although I have to say that the bzip2 test program is the easiest general bzip2 compression program I've ever made...it just goes :) Decompression in Bu::BZip2 isn't finished yet, but that's ok, it's coming soon. | |||
2007-06-06 | The TafReader is more general and much nicer, and about to actually construct | Mike Buland | |
nodes, that part will be exciting. I also fixed some stuff and added some new functions to List, it now has first() and last() which work just like std::list front() and back(), I may add compatibility functions later... |