aboutsummaryrefslogtreecommitdiffstats
path: root/src/object.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-11-21Boost/C++11 shared pointers.Vincent Richard1-50/+0
2013-01-10Updated copyright year and maintainer email address.Vincent Richard1-1/+1
2009-09-06Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard1-2/+2
2008-01-04Changed copyright year to 2008.Vincent Richard1-1/+1
2007-05-22Fixed bug #1721186: thread-safe reference counting.Vincent Richard1-2/+2
2007-01-01Changed copyright year to 2007.Vincent Richard1-1/+1
2006-03-29Refactored and cleaned up smart pointers.Vincent Richard1-107/+14
2006-02-05Changed copyright year to 2006.Vincent Richard1-1/+1
2005-11-05Fixed typos in documentation.Vincent Richard1-0/+6
2005-09-17Updated FSF address.Vincent Richard1-3/+7
2005-09-02Throw exception in debug mode when thisRef()/thisWeakRef() is called from ↵Vincent Richard1-0/+44
the object's constructor.
2005-07-17Added unit tests for smart pointer.Vincent Richard1-0/+12
2005-07-12Reference counting and smart pointers.Vincent Richard1-0/+130