cling/lib
Jonas Hahnfeld 927f761b8b TCling: Re-implement autoload via MaterializationUnits
Replace the existing LazyFunctionCreator interface by a function
to add DefinitionGenerators to be passed via the chain Interpreter
-> IncrementalExecutor -> IncrementalJIT.
Implement a DefinitionGenerator in TCling(Callbacks) to define
MaterializationUnits for autoloading symbols. This also allows to
remove the double DynamicLibrarySearchGenerator now that the created
AutoloadLibraryMUs inject the addresses into the JIT after loading
the required library.
2022-12-09 08:44:19 +01:00
..
Interpreter TCling: Re-implement autoload via MaterializationUnits 2022-12-09 08:44:19 +01:00
MetaProcessor Remove duplicate / impossible condition. 2022-12-09 08:44:19 +01:00
UserInterface Delete UITabCompletion* with unique_ptr 2022-11-19 16:14:05 +01:00
Utils Qualify DestroyTemplateIdAnnotationsRAIIObj. 2022-12-09 08:44:16 +01:00
CMakeLists.txt Fix for ROOT-7184 - CMake config issue when enabling cling tests 2015-03-13 18:31:50 +01:00