aboutsummaryrefslogtreecommitdiffstats
path: root/tests/utility/smartPtrTest.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-11-21Boost/C++11 shared pointers.Vincent Richard1-241/+0
2013-03-08Refactored unit tests.Vincent Richard1-5/+1
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-10-12Fixed compilation warnings.Vincent Richard1-2/+2
2008-01-04Changed copyright year to 2008.Vincent Richard1-1/+1
2007-01-01Changed copyright year to 2007.Vincent Richard1-1/+1
2006-03-29Refactored and cleaned up smart pointers.Vincent Richard1-23/+10
2006-02-05Changed copyright year to 2006.Vincent Richard1-1/+1
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/+13
the object's constructor.
2005-08-25Moved to CppUnit for unit tests framework.Vincent Richard1-181/+164
2005-07-24Removed implicit conversion to T* for smart pointers.Vincent Richard1-3/+0
2005-07-21Added tests for smart pointer comparison.Vincent Richard1-0/+25
2005-07-18Added simple test for STL containers.Vincent Richard1-0/+41
2005-07-17Added unit tests for smart pointer.Vincent Richard1-0/+195