LUMIERA.clone/tests/core/proc/asset
Ichthyostega 7f51a01631 clean-up some library and linkage problems
the object VTable is typically emitted when the compiler
encounters the first non-static non-inline function of
the class or a derived class.

Sometimes this happens within the wrong library and so
the compiler needs a nudge to emit those infrastructure functions.
But in most cases this works out of the box and need no further
magic incanctations, which might have a downside.
Especially because also a non-inline dtor does incur a call overhead,
whereas an inline dtor can be trivially elided.
2015-08-16 01:35:30 +02:00
..
meta relocate EntryID to library namespace 2015-08-16 01:35:29 +02:00
asset-category-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
asset-diagnostics.hpp clean-up visibility of lib::P 2015-08-16 01:35:29 +02:00
basicpipetest.cpp clean-up visibility of lib::P 2015-08-16 01:35:29 +02:00
compoundmediatest.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
create-asset-test.cpp clean-up visibility of lib::P 2015-08-16 01:35:29 +02:00
deleteassettest.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
dependent-assets-test.cpp clean-up visibility of lib::P 2015-08-16 01:35:29 +02:00
entry-id-test.cpp clean-up some library and linkage problems 2015-08-16 01:35:30 +02:00
identityofassetstest.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
makecliptest.cpp clean-up visibility of lib::P 2015-08-16 01:35:29 +02:00
mediastructurequerytest.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
orderingofassetstest.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
testasset.cpp clean-up visibility of lib::P 2015-08-16 01:35:29 +02:00
testasset.hpp clean-up visibility of lib::P 2015-08-16 01:35:29 +02:00
testclipasset.hpp reorganise some boost::format usage 2013-09-01 17:36:05 +02:00
typed-id-test.cpp EntryID(#865): move into the support library 2015-08-16 01:35:29 +02:00