aboutsummaryrefslogtreecommitdiffstats
path: root/tests/utility/smartPtrTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Updated FSF address.Vincent Richard2005-09-171-3/+7
|
* Throw exception in debug mode when thisRef()/thisWeakRef() is called from ↵Vincent Richard2005-09-021-0/+13
| | | | the object's constructor.
* Moved to CppUnit for unit tests framework.Vincent Richard2005-08-251-175/+158
|
* 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