aboutsummaryrefslogtreecommitdiffstats
path: root/tests/utility/smartPtrTest.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Boost/C++11 shared pointers.Vincent Richard2013-11-211-241/+0
* Refactored unit tests.Vincent Richard2013-03-081-5/+1
* Updated copyright year and maintainer email address.Vincent Richard2013-01-101-1/+1
* Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard2009-09-061-2/+2
* Fixed compilation warnings.Vincent Richard2008-10-121-2/+2
* Changed copyright year to 2008.Vincent Richard2008-01-041-1/+1
* Changed copyright year to 2007.Vincent Richard2007-01-011-1/+1
* Refactored and cleaned up smart pointers.Vincent Richard2006-03-291-23/+10
* Changed copyright year to 2006.Vincent Richard2006-02-051-1/+1
* Updated FSF address.Vincent Richard2005-09-171-3/+7
* Throw exception in debug mode when thisRef()/thisWeakRef() is called from the...Vincent Richard2005-09-021-0/+13
* Moved to CppUnit for unit tests framework.Vincent Richard2005-08-251-181/+164
* Removed implicit conversion to T* for smart pointers.Vincent Richard2005-07-241-3/+0
* Added tests for smart pointer comparison.Vincent Richard2005-07-211-0/+25
* Added simple test for STL containers.Vincent Richard2005-07-181-0/+41
* Added unit tests for smart pointer.Vincent Richard2005-07-171-0/+195