sort by:
Revision Author Date Message Commit Date
dd2e584 (temporary) workaround for ROOT-6124 13 March 2014, 01:12:21 UTC
ae314fb CINT -> Cling 12 March 2014, 18:32:38 UTC
3ea07b8 Remove the functions after the loop is done. 12 March 2014, 16:58:43 UTC
decf921 Implement a simple version of "Scale" 12 March 2014, 16:14:13 UTC
7f1a115 Import DrawCopy from 5.34 12 March 2014, 15:49:58 UTC
92303d9 On a freshly installed ubuntu it always complains - comment the printf call. 12 March 2014, 15:01:27 UTC
9cb26be "Fallback" image (xpm) was ~7K colours (of blue???) and took half a minute to load (from time to time only). Reduce the number of colours to 256 and hope for the best. 12 March 2014, 14:49:12 UTC
c9de037 Protect against calling a function with an unexpected signature. 12 March 2014, 14:26:38 UTC
588419e Make it power of 2. 12 March 2014, 14:26:38 UTC
f44e293 Style consistency. 12 March 2014, 14:26:38 UTC
6224597 Try to "reduce" xpm - our old logo was only 256 colors and quite small, the new version is ~ 1 mb and 11K colours (though it's a blue square on your screen!!!) - reduce it, also seems to affect the speed (the time needed to load image). 12 March 2014, 13:49:33 UTC
7954c18 Create the test files (bench.root) in the current directory instead of /tmp. This avoid clashes when running various "test-bench" tests simultaneously. 12 March 2014, 12:32:04 UTC
5b770ef Avoid segmentation fault in case TClingClassInfo is not present in the HasDictionary and GetMissingDictionaries. It was reproducible with simple statements like: TClass::GetClass("vector<vector<TH1F> >")->HasDictionary(); 12 March 2014, 11:19:54 UTC
c889bb3 Now make it more readable and more like rootxx-cocoa. 12 March 2014, 10:15:23 UTC
2159e5d Fix for numerical error causing qmu or qmuAsimov negative. 12 March 2014, 09:33:45 UTC
7b6ccd9 1. Event loop - with its current form it's possible (in principle) to "wrap" a button press event in a couple of expose events and make an "immortal" window ignoring mouse clicks - fixed. 2. Use a "bluish" text color for the credits, to make it consistent with what we already have with TGCocoa. 3. A better cleanup/initialization logic. 12 March 2014, 08:51:57 UTC
44a0a15 Remove unused var. 12 March 2014, 08:26:50 UTC
985e287 New section 12 March 2014, 08:22:53 UTC
f6ba689 Copy changes from 5.34 11 March 2014, 22:59:54 UTC
f94e766 Use runFunction for running inits. Let's see whether it imporves LHCb builds 11 March 2014, 22:37:05 UTC
fccc86a No need in this check, since I clear the queue. 11 March 2014, 18:48:01 UTC
89c99ee update reference file 11 March 2014, 18:40:35 UTC
148f061 Fix a memory leak when making a TGraphErrors from TVector’s 11 March 2014, 18:37:49 UTC
650d843 Copy from 5.34 patches ties in Asymptotic calculator and in stressRooStats 11 March 2014, 18:36:33 UTC
e4ff6ea Too wide lines again. 11 March 2014, 18:32:03 UTC
ea70e38 Remove empty lines. 11 March 2014, 18:26:02 UTC
df7b836 Do not create a pixmap if a context creation failed. 11 March 2014, 18:24:36 UTC
9282b12 Ok, now clang ... Let's add more cargo cult programming to suppress a compiler, which is getting ... more stupid. 11 March 2014, 18:03:32 UTC
ff9163f "Good old" C my ass. 11 March 2014, 17:07:21 UTC
785ba11 Done. 11 March 2014, 16:51:14 UTC
5354313 Hell, I'd still hit it! 11 March 2014, 16:51:14 UTC
1e3e6d6 Reimplement text rendering + do a trick to emulate a transparent background. 11 March 2014, 16:51:14 UTC
ea369b9 Pixmap and animation. 11 March 2014, 16:51:14 UTC
250de6d Rewrite DrawCreditsItem. 11 March 2014, 16:51:13 UTC
ff32b4b Rewrite rootxx 11 March 2014, 16:51:13 UTC
c26bdf7 New splash screen for X11 also. 11 March 2014, 16:51:13 UTC
d36d0f0 Remove unused variable 11 March 2014, 12:12:22 UTC
977aaf1 Fix coverity warnings replacing the assigments in the logical conditions by an (unordered) map. For the future, it is probably worth to extract rootmap reading in a separate helper class. 11 March 2014, 11:35:21 UTC
6f47a23 force explicit char** function instantiation. The LLVM 5.1 of OSX 10.9 has the function unresolved otherwise. 11 March 2014, 10:41:39 UTC
a54b28b cosmetic. 11 March 2014, 10:41:39 UTC
1a98525 - Improve error message when constraint term has no global observables - Fix in case of Poisson constraints or Poisson models to set the option noRounding to get correct real value for the Asimov data sets - Remove unneeded TCanvas settings in histfactory 11 March 2014, 10:12:19 UTC
89e9a19 fix for ROOT-6136 11 March 2014, 06:12:49 UTC
abc32ed Space. 10 March 2014, 17:28:23 UTC
852bc6a Remove dead code. 10 March 2014, 17:19:34 UTC
4845826 Reduce the noise in compareState. 10 March 2014, 17:19:34 UTC
22bac0e Collect properly the references and remove orphaned globals due to death of a GV. Cleanup and optimize the code. 10 March 2014, 17:19:33 UTC
9e88ebb Invert order, because Dtor_Base calls Dtor_complete. 10 March 2014, 17:19:33 UTC
a8a3e85 Add a dead code removal pass. The test is expected to succeed now. Removing a GlobalValue from the module might make other values (referenced only by the one being removed) available for removal. Those should go as well. The initial implementation is a bit greedy - it removes more: i.e dtors because they are not referenced (because IncrementalExecutor takes care of them in an custom way) 10 March 2014, 17:19:33 UTC
faa3ca6 Remove the members first, because they might need the redecl chain. 10 March 2014, 17:19:33 UTC
946c8a7 Pass in codegen. 10 March 2014, 17:19:33 UTC
2ad00dc Since we append the extracted decls in the transaction the wrapper must go last. The reason is it introduces a fake dependency with which the unloaded chokes up. 10 March 2014, 17:19:33 UTC
5523bdc Remove @_GLOBAL__I_a and @__cxx_global_var_init after running them. 10 March 2014, 17:19:33 UTC
9183abf Improve consistency. IncrementalExecutor should use llvm by default. 10 March 2014, 17:19:33 UTC
53a4fde 80 cols 10 March 2014, 17:19:33 UTC
7874655 Cleanup cached constant (.str) from codegen. 10 March 2014, 17:19:33 UTC
5b7a719 Pass in codegen as an entity to be recovered. 10 March 2014, 17:19:33 UTC
c077531 Long lines again. 10 March 2014, 16:45:11 UTC
5e4b56d Implement “Move Opaque” (From Anna) 10 March 2014, 16:35:53 UTC
77393bf New splashscreen image as xpm file for X11. 10 March 2014, 16:18:42 UTC
d8ca7e5 Properly autoload on keys which are namespaces + optimisations o Remove decoration of template fwd declarations which happen in rootmaps as they are not useful anymore. Indeed we fwd declare w/o using any default parameter. This fix reverts these 2 commits: 3f0aff953f4f376ed7aa119ebf196c1856cb3511 c04ca87044b42e2496cfb4fb4295584f9336ae65 o Rootcling generates even more expressive rootmaps, not only with class and namespace specifiers, but also typedef. E.g. [libA.so] class A namespace NS typedef TD o TCling reads rootmaps with less string comparisons. 10 March 2014, 16:02:41 UTC
aeb9816 Merge branch 'master' of https://root.cern.ch/git/root 10 March 2014, 14:29:18 UTC
bbd0c3d Modify ExecuteEvent to make it work with OpenGL. (From Anna) 10 March 2014, 14:29:01 UTC
8e090b6 Formatting. 10 March 2014, 14:27:13 UTC
9b3f5b0 Shorten these lines. 10 March 2014, 14:10:04 UTC
1414c55 Formatting 10 March 2014, 14:03:19 UTC
a464263 Formatting + cleanup. 10 March 2014, 13:59:18 UTC
9600247 More changes for “move opaque” (From Anna) 10 March 2014, 13:22:16 UTC
1e273e0 Try again: fix standalone cling; now verified on Win. 10 March 2014, 12:28:24 UTC
0bee401 Some cleanup in TDataSetManagerAliEn 10 March 2014, 12:03:51 UTC
14117db Fix the build of cling (outside LLVM) after the recent changes in CMake files 09 March 2014, 20:45:27 UTC
23ecf62 Typo. 09 March 2014, 20:11:34 UTC
8ab0587 Formatting. 09 March 2014, 16:28:02 UTC
2ae17f1 Move debug dynamic_casts into asserts to make them noop in release. 09 March 2014, 15:52:16 UTC
d552fc4 Move dynamic_cast into assert, it's only for debug and not checked in release. 09 March 2014, 15:30:56 UTC
5dec3e2 Fix for ROOT-5337 09 March 2014, 12:47:45 UTC
3968516 Try again with CMake-ism: handle empty COMPILE_FLAGS. 09 March 2014, 12:28:50 UTC
3bb7a9d Apparently COMPILE_FLAGS can be empty. 09 March 2014, 11:46:25 UTC
87b3abb And another location for the new dependency. 08 March 2014, 18:10:03 UTC
00a795e Add new dependency. 08 March 2014, 17:59:15 UTC
131c038 Clean linked libs. 08 March 2014, 17:57:43 UTC
88e21b4 Extract git commit and use it to version cling. 08 March 2014, 17:41:28 UTC
810e14b Export symbols so dlsym() can find them. 08 March 2014, 17:41:28 UTC
71ef65b Export symbols for the JIT. 08 March 2014, 17:41:28 UTC
79a429d Use new libdep syntax; parameterize target libs to link. 08 March 2014, 17:41:28 UTC
3c1e5c4 Update add_cling_library to current one from clang. 08 March 2014, 17:41:28 UTC
aa3b9bc Only use native target, avoids --enable-targets=host. 08 March 2014, 17:41:28 UTC
c89f3e8 No need for svn anymore. 08 March 2014, 17:41:28 UTC
2e3c4d0 Fix different property name 07 March 2014, 23:20:40 UTC
8c2bd41 from Yuri Fisyak: add compilation of scalar version of trigonometric.cpp 07 March 2014, 21:52:37 UTC
6896a01 Remove some loose ends of the old implementation especially the portions of the code dealing with the number of template arguments to be kept. Performance optimisation using llvm containers. 07 March 2014, 17:02:07 UTC
8feccce add check that --prefix path is an aboslute path and not ~/path (ROOT-4754). 07 March 2014, 14:28:00 UTC
01b07fd always delete buildtools directory (not only when cross-compiling). 07 March 2014, 13:12:48 UTC
d787ae6 add missing -mmic flag to F77FLAGS. Fixes ROOT-5376. 07 March 2014, 11:00:16 UTC
f421f83 Move opaque 07 March 2014, 10:59:29 UTC
9157eb5 Coding convention. 07 March 2014, 10:40:37 UTC
f51e8c1 Implement Move-Opaque. This is useful for OpenGL which does not have XOR. (From Anna) 07 March 2014, 10:19:32 UTC
6faca95 Add new splashscreen/application icon images and update rootxx-cocoa to work with a new splashscreen image. Text in a splashscreen - to be discussed/updated later. 07 March 2014, 10:01:49 UTC
69093cf Fix COV-54457 07 March 2014, 09:36:57 UTC
e4fecbc Make dictionary source files reproducible 07 March 2014, 08:34:42 UTC
f6d52c3 Update CREDITS file according to my latest reincarnation 07 March 2014, 07:42:53 UTC
back to top