cling/lib
Philippe Canal 53bf555194 In GetPartiallyDesugaredType add ability to replace a type by a typedef.
Add struct cling::utils::Transform::Config to hold both the list of typedef to
avoid desugaring (m_toSkip) and the list of type to replace by a nicer typedef
(m_toReplace).

This is used to replace basic_string<...> by std::string.
2013-09-03 13:18:55 +02:00
..
Interpreter Check if there were errors and only if there were not - run. 2013-09-01 16:52:53 +02:00
MetaProcessor Check if fileName *starts* with /usr/ 2013-08-24 16:00:56 +02:00
UserInterface Move the handling of unhandled exceptions in the loop. 2013-08-27 23:46:41 +02:00
Utils In GetPartiallyDesugaredType add ability to replace a type by a typedef. 2013-09-03 13:18:55 +02:00
CMakeLists.txt Avoid building cling 'UserInterface' library and 'cling' executable when bulding ROOT with CMake. Fixed the order of libraries in link statement.. 2013-06-05 16:26:50 +02:00
Makefile Move cling from cint/ to interpreter/ (Will add a "we have moved" readme to cint/cling.) 2012-09-05 09:37:39 +00:00