LUMIERA.clone/tests/core
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
..
application LANDING: transition to GTK-3 2015-05-30 17:11:41 +02:00
backend Switch from TR1 preveiw to the new standard headers 2014-04-03 22:42:48 +02:00
proc clean-up some library and linkage problems 2015-08-16 01:35:30 +02:00
DIR_INFO re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00