Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-07 | Just updated the copyright date. | Mike Buland | |
2008-01-23 | Minor changes to documentation, mainly. | 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-19 | Added the Bu::StdStream Stream class, it's just a wrapper for writing to, | Mike Buland | |
reading from standard output/input. |