cling/include
Bertrand Bellenot 8ca703c272 Implement Interpreter's InclusionDirective() callback
InclusionDirective() callback tells us that an inclusion directive has been processed, allowing us to try to autoload classes using their header file name.
For example try to autoload TGClient (libGui) when seeing #include "TGClient.h"
This should prevent potential crash when executing macros using globals (e.g. gClient), with the following error:
ExecutionContext: use of undefined symbol 'gClient'!
2014-01-28 15:07:56 +01:00
..
cling Implement Interpreter's InclusionDirective() callback 2014-01-28 15:07:56 +01:00
Makefile Correct licenses in Makefiles. 2014-01-07 11:13:56 +01:00