LUMIERA.clone/tests/components/common
Ichthyostega b11ac46b76 added possibility to pass a custom deleter function down to shared_ptr.
Note: actually all of this seems against the spirit of C++ (and OO in general). This is a do-it-yourself aproach
which adds far to much complexity (accidental, not fundamental complexity). So I checked it in for the record,
but will abandon this aproach and rely on overloading of operator new / delete if necessary (and when we really need it)
2007-08-31 16:25:04 +02:00
..
test integrate Doxygen into SCons build. some doc fixes 2007-08-24 16:41:16 +02:00
appconfigtest.cpp implemented C++ error handling system 2007-08-26 19:14:39 +02:00
exceptionerrortest.cpp implemented C++ error handling system 2007-08-26 19:14:39 +02:00
factorytest.cpp added possibility to pass a custom deleter function down to shared_ptr. 2007-08-31 16:25:04 +02:00