Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-13 | Added and updated the license info in all the source files, they still said | Mike Buland | |
copyright 2007-2008. | |||
2008-02-07 | Just updated the copyright date. | Mike Buland | |
2007-11-15 | Added liscense info at the front of many, many files. Debating the old files. | Mike Buland | |
2007-05-15 | SPtr is now Bu::ified, and the List class now acts the way we think const lists | Mike Buland | |
should act, you can't change anything in there. I'm still debating changing the const_iterator to a constIterator, or something else that's more Bu::worthy. Heh, the namespaces are funny...ok...I'm really tired. | |||
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. | |||
2006-11-24 | Added a simple smart-pointer. It deletes what's in it automatically and does | Mike Buland | |
ref-counting. You just have to be careful to not hand it an array... |