Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-20 | Wow, got the Stream changes propegated, all tests build with string instead of | Mike Buland | |
fstring, and updated the copyright notice to extend to 2011 | |||
2011-01-20 | Bu::FString is now String, and there's a shell script to fix any other programs | Mike Buland | |
that were using fstring, I hope. | |||
2011-01-19 | Started work adding more functions to stream, and changing to a new size type. | Mike Buland | |
2010-02-13 | Added and updated the license info in all the source files, they still said | Mike Buland | |
copyright 2007-2008. | |||
2009-09-18 | Added a handy readLine function, I've been meaning to do this for a while. | Mike Buland | |
2008-02-07 | Just updated the copyright date. | Mike Buland | |
2008-01-23 | Added a new helper to the Stream classes, a write function that takes a single | Mike Buland | |
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. | |||
2007-11-15 | Added liscense info at the front of many, many files. Debating the old files. | Mike Buland | |
2007-04-03 | The first batch seem to have made it alright. Unfortunately the Archive class | Mike Buland | |
isn't done yet, I'm going to make it rely on streams, so those will be next, then we can make it work all sortsa' well. | |||
2007-04-03 | Ok, no code is left in src, it's all in src/old. We'll gradually move code back | Mike Buland | |
into src as it's fixed and re-org'd. This includes tests, which, I may write a unit test system into libbu++ just to make my life easier. | |||
2007-02-17 | Tweaked the stream classes, added an example, and the begining of a formula | Mike Buland | |
parser. | |||
2006-10-27 | Added the beginings of the new stream system. | Mike Buland | |