aboutsummaryrefslogtreecommitdiff
path: root/src/sptr.h (follow)
AgeCommit message (Collapse)Author
2008-02-07Just updated the copyright date.Mike Buland
2007-11-15david - adding license tag to the top of all header filesDavid
2007-10-03Nothing about function. I added a bunch of docs and re-arranged a bunch ofMike Buland
the existing docs. Taking advantage of some of the cooler extra features of doxygen I've started writing extra how-to pages covering working with sections of the library. Also, I started grouping the classes by function so they show up on the Modules page together, very cute.
2007-07-12The SPtr now has != comparison operatorsMike Buland
2007-06-28Many minor changes, hopefully the header fixes will keep future header macroMike 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-18david - did more documentingDavid
2007-05-15SPtr is now Bu::ified, and the List class now acts the way we think const listsMike 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-03Ok, no code is left in src, it's all in src/old. We'll gradually move code backMike 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-02Removed annoying debugging from SPtrMike Buland
2007-03-02Removed debugging from the HashMike Buland
2006-11-29Fixed a small issue in the sptrMike Buland
2006-11-24Fixed size bug.Mike Buland
2006-11-24Updates to the smart-pointer.Mike Buland
2006-11-24Added a simple smart-pointer. It deletes what's in it automatically and doesMike Buland
ref-counting. You just have to be careful to not hand it an array...