NLE Video Editor
Find a file
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
admin Merge branch 'master' of git://git.pipapo.org/cinelerra3/ichthyo 2007-08-30 01:42:06 +02:00
bin added C++ plugin to SCons build; added test for common/appconfig.hpp 2007-08-25 02:07:04 +02:00
build add dirs with DIR_INFO files describing intended content 2007-06-18 02:02:16 +02:00
doc Merge branch 'master' of git://git.pipapo.org/cinelerra3/ichthyo 2007-08-30 01:42:06 +02:00
oldsrc add dirs with DIR_INFO files describing intended content 2007-06-18 02:02:16 +02:00
scripts add DIR_INFO in otherwise ignored scripts dir 2007-08-13 21:37:51 +02:00
src added possibility to pass a custom deleter function down to shared_ptr. 2007-08-31 16:25:04 +02:00
tests added possibility to pass a custom deleter function down to shared_ptr. 2007-08-31 16:25:04 +02:00
uml Merge branch 'master' into uml 2007-08-21 05:32:41 +02:00
wiki Merge branch 'master' of git://git.pipapo.org/cinelerra3/ichthyo 2007-08-30 01:42:06 +02:00
.gitignore added C++ plugin to SCons build; added test for common/appconfig.hpp 2007-08-25 02:07:04 +02:00
configure.ac use new errorhandling scheme 2007-08-14 04:56:55 +02:00
DIR_INFO make some DIR_INFO's nicer 2007-06-21 03:15:52 +02:00
Makefile.am Merge branch 'master' of git://git.pipapo.org/cinelerra3/ichthyo 2007-08-18 05:41:10 +02:00
SConstruct integrate Doxygen into SCons build. some doc fixes 2007-08-24 16:41:16 +02:00