cling/test/Interfaces
Vassil Vassilev c86fbc27b9 Rewire the dumping on cling::Value to its new implementation.
Dump cling::Value within setNoAlloc routines because this is its lifespan,
otherwise gets deleted if nobody requested it. I.e it was created only for
value printing purposes.

Dump cling::Value outside setWithAlloc because the actual value is not put inside
until the call to ::new finishes, thus we need to do it outside, i.e in EvaluateInternal.

Switch on the ValueExtraction synthesizer even when 'just' value printing. We
depend on it. Must be factored out properly in one class.

Stop attaching the value printing template magic, which didn't work in some cases.

Update the ref file, because now there is better type information.

Adapt the user-defined printout functions (TDatime).
2014-05-18 18:08:58 +02:00
..
address_lib.c Refer to license in C files. 2014-01-07 12:02:58 +01:00
address.C Refer to license in test and demo files. 2014-01-07 12:02:58 +01:00
compileFunc.C Refer to license in test and demo files. 2014-01-07 12:02:58 +01:00
echo.C Rewire the dumping on cling::Value to its new implementation. 2014-05-18 18:08:58 +02:00
evaluate.C Rewire the dumping on cling::Value to its new implementation. 2014-05-18 18:08:58 +02:00
execute.C Refer to license in test and demo files. 2014-01-07 12:02:58 +01:00
transactionReuse.C Refer to license in test and demo files. 2014-01-07 12:02:58 +01:00