cling/lib
Bertrand Bellenot 2fbb8cb0f1 Don't use VirtualQuery to check if the memory is valid
Calling VirtualQuery() is very expansive. For example, the testUnfold5a.C tutorial (interpreted) times out after 3600 seconds, and runs in about 60 seconds without calling VirtualQuery(). So just bypass it and return true for the time being
2018-10-03 17:43:41 +02:00
..
Interpreter Force the OSX SDK to be the one at build time: 2018-09-26 20:29:22 +02:00
MetaProcessor Enable ROOT to be built with prebuilt clang and llvm. 2018-03-28 19:29:10 +02:00
UserInterface Handle Control+C and Control+D (mostly) correctly 2018-06-12 08:41:07 +02:00
Utils Don't use VirtualQuery to check if the memory is valid 2018-10-03 17:43:41 +02:00
CMakeLists.txt Fix for ROOT-7184 - CMake config issue when enabling cling tests 2015-03-13 18:31:50 +01:00