Age | Commit message (Expand) | Author |
---|---|---|
2007-04-10 | Updated SPtr to (hopefully) handle null values and assignments well, and you | Mike Buland |
2007-04-10 | David had it half right...to make it work like something that's actually a const | Mike Buland |
2007-04-10 | david - wow... that seems a little kludgy... see the constsptr test for detai... | David |
2007-04-09 | The SPtr is castable now. just say SPtrCast<TypeToCastTo>( ASPtr ); | Mike Buland |
2007-04-03 | Hey, it's nicer with const-ness. | Mike Buland |
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 |