Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-07-12 | The SPtr now has != comparison operators | Mike Buland | |
2007-06-28 | Many minor changes, hopefully the header fixes will keep future header macro | Mike Buland | |
conflicts from happening. And, from now on, other projects should do -Ilibbu++ not -Ilibbu++/src so we can get ready for an installed version of libbu++. | |||
2007-06-18 | david - did more documenting | David | |
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. | |||
2007-03-02 | Removed annoying debugging from SPtr | Mike Buland | |
2007-03-02 | Removed debugging from the Hash | Mike Buland | |
2006-11-29 | Fixed a small issue in the sptr | Mike Buland | |
2006-11-24 | Fixed size bug. | Mike Buland | |
2006-11-24 | Updates to the smart-pointer. | Mike Buland | |
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... |