https://github.com/root-project/root

sort by:
Revision Author Date Message Commit Date
fc4e473 tag special version for ALICE. git-svn-id: http://root.cern.ch/svn/root/tags/v5-33-02a@43580 27541ba8-7e3a-0410-8455-c3a389f83636 30 March 2012, 15:04:07 UTC
a87eda7 Implement faster version of createUniqueName. git-svn-id: http://root.cern.ch/svn/root/trunk@43568 27541ba8-7e3a-0410-8455-c3a389f83636 30 March 2012, 11:41:30 UTC
4306862 In TDataSetManger::ScanFile : - Open the file twice (the first time as 'raw') only if it is an archive (to get the total size); this was tuned on the ALICE case, where with an xrootd back-end the double opening was not critical; for other backends the penalty may be significant, so it should be done only when strictly needed. - Do not hardcode 'TIMEOUT=5' option by default when opening files; this appears to create some problem on some back-ends, so it needs to be configurable. In TProofServ - In RegistersDataSets, remove the temporary dataset tags from the output list after processing: they are not needed and generate warnings about duplicated names. - In ProcessNext, add missing protection in the case of query abort. git-svn-id: http://root.cern.ch/svn/root/trunk@43567 27541ba8-7e3a-0410-8455-c3a389f83636 30 March 2012, 08:59:16 UTC
0768fea Use the plugin manager to use OpenGL, allowing to compile and use RootShower when OpenGL is not available on the system. Should fix the bug #93149: RootShower fails to build due to missing TGLViewer.h (https://savannah.cern.ch/bugs/?93149) git-svn-id: http://root.cern.ch/svn/root/trunk@43566 27541ba8-7e3a-0410-8455-c3a389f83636 30 March 2012, 08:13:57 UTC
8123f6c Fix a mistake in the doc. git-svn-id: http://root.cern.ch/svn/root/trunk@43565 27541ba8-7e3a-0410-8455-c3a389f83636 30 March 2012, 08:03:35 UTC
61930ae Added thread data container creation also in the copy constructors and assignment operators of pattern finders. This was affecting GEANT4 simulation in the TGeoManager::ConvertReflections phase git-svn-id: http://root.cern.ch/svn/root/trunk@43564 27541ba8-7e3a-0410-8455-c3a389f83636 30 March 2012, 07:09:37 UTC
503fe33 Let the browser show default axis names if none exist (e.g. for old THnBases). git-svn-id: http://root.cern.ch/svn/root/trunk@43563 27541ba8-7e3a-0410-8455-c3a389f83636 29 March 2012, 17:42:51 UTC
ad7332a Fix the implementation of tcling_ClassInfo::Init (which does not yet look at clang's data) git-svn-id: http://root.cern.ch/svn/root/trunk@43561 27541ba8-7e3a-0410-8455-c3a389f83636 29 March 2012, 17:01:52 UTC
f762127 Final fix for the array of state info objects git-svn-id: http://root.cern.ch/svn/root/trunk@43560 27541ba8-7e3a-0410-8455-c3a389f83636 29 March 2012, 15:58:51 UTC
6b4f09c TPad. git-svn-id: http://root.cern.ch/svn/root/trunk@43558 27541ba8-7e3a-0410-8455-c3a389f83636 29 March 2012, 14:32:59 UTC
e68cb06 TPad::Print always use TImageDump to print gif, png and jpeg files, in interactive and batch mode (previously it was used in the batch case only). This allows to generate output transparent colors in these formats even in interactive mode. The generation of gif, png and jpeg files from the graphics window in interactive mode is kept for OpenGL canvases. git-svn-id: http://root.cern.ch/svn/root/trunk@43557 27541ba8-7e3a-0410-8455-c3a389f83636 29 March 2012, 14:31:04 UTC
6e26706 Fix a weird behavior in combo boxes: When the mouse button was pressed on the scrollbar of the combobox popup, and then released outside, the "dragging" flag was not released, and the scrollbar element was following the mouse move events (as if it was grabbed). Thanks Timur for pointing out this oddity. git-svn-id: http://root.cern.ch/svn/root/trunk@43556 27541ba8-7e3a-0410-8455-c3a389f83636 29 March 2012, 14:14:16 UTC
4bff59b adjusted state array size git-svn-id: http://root.cern.ch/svn/root/trunk@43555 27541ba8-7e3a-0410-8455-c3a389f83636 29 March 2012, 14:12:38 UTC
f04c968 Fix the value returns by TCintWithCling::MethodInfo_TypeName git-svn-id: http://root.cern.ch/svn/root/trunk@43554 27541ba8-7e3a-0410-8455-c3a389f83636 29 March 2012, 14:05:18 UTC
7236ea2 Don't lex the filenames coming as and arguments just remove the trailing and leading blank spaces. git-svn-id: http://root.cern.ch/svn/root/trunk@43553 27541ba8-7e3a-0410-8455-c3a389f83636 29 March 2012, 14:04:32 UTC
2325d92 Fixes for out of bounds violations git-svn-id: http://root.cern.ch/svn/root/trunk@43550 27541ba8-7e3a-0410-8455-c3a389f83636 29 March 2012, 12:15:50 UTC
b2b24a0 Take the string with the length of the token not the entire memory buffer. git-svn-id: http://root.cern.ch/svn/root/trunk@43548 27541ba8-7e3a-0410-8455-c3a389f83636 29 March 2012, 10:39:13 UTC
dac73a5 The filename might have @ symbols too. git-svn-id: http://root.cern.ch/svn/root/trunk@43546 27541ba8-7e3a-0410-8455-c3a389f83636 29 March 2012, 10:21:58 UTC
79eea34 Transparency in SVG output git-svn-id: http://root.cern.ch/svn/root/trunk@43545 27541ba8-7e3a-0410-8455-c3a389f83636 29 March 2012, 09:05:38 UTC
a8153e2 Fixed bug introduced for supporting creating a new geometry using the default constructor git-svn-id: http://root.cern.ch/svn/root/trunk@43544 27541ba8-7e3a-0410-8455-c3a389f83636 29 March 2012, 08:55:27 UTC
88cbf73 Handle the easy case: Ignore the leading and trailing spaces from the meta commands Still more to come - right now we don't handle properly the arguments of .x git-svn-id: http://root.cern.ch/svn/root/trunk@43538 27541ba8-7e3a-0410-8455-c3a389f83636 28 March 2012, 17:15:50 UTC
6cc20dd New compatiable with cling version git-svn-id: http://root.cern.ch/svn/root/trunk@43537 27541ba8-7e3a-0410-8455-c3a389f83636 28 March 2012, 17:14:51 UTC
9a44068 Desugar the type before accessing it; fixed issue with typedef-to-builtin. git-svn-id: http://root.cern.ch/svn/root/trunk@43536 27541ba8-7e3a-0410-8455-c3a389f83636 28 March 2012, 16:46:04 UTC
4587f20 Set axis names; use them in browser info. git-svn-id: http://root.cern.ch/svn/root/trunk@43535 27541ba8-7e3a-0410-8455-c3a389f83636 28 March 2012, 16:09:07 UTC
ba7354e Doc update: Transparency also works for gif png and jpg outputs when ROOT runs in batch mode. git-svn-id: http://root.cern.ch/svn/root/trunk@43534 27541ba8-7e3a-0410-8455-c3a389f83636 28 March 2012, 15:56:50 UTC
59930c7 Fix compiler warning git-svn-id: http://root.cern.ch/svn/root/trunk@43533 27541ba8-7e3a-0410-8455-c3a389f83636 28 March 2012, 15:37:24 UTC
6297938 Pass return cling::Value through TCintWithCling git-svn-id: http://root.cern.ch/svn/root/trunk@43532 27541ba8-7e3a-0410-8455-c3a389f83636 28 March 2012, 14:57:35 UTC
249e8a3 Fix a memory leak when browsing TList inside a file (don't read the list content each time one click on the list). Thanks Axel and Martin Vala for the test case. git-svn-id: http://root.cern.ch/svn/root/trunk@43529 27541ba8-7e3a-0410-8455-c3a389f83636 28 March 2012, 13:25:15 UTC
66de0bd Make sure the mod time of installed root.exe versus bin/root.exe matches what nwe expect from having run make install. git-svn-id: http://root.cern.ch/svn/root/trunk@43528 27541ba8-7e3a-0410-8455-c3a389f83636 28 March 2012, 13:11:32 UTC
3082ff8 Fix Savannah 91463: Clarify that for prefix builds one needs to first run make install and then make html. git-svn-id: http://root.cern.ch/svn/root/trunk@43527 27541ba8-7e3a-0410-8455-c3a389f83636 28 March 2012, 12:37:01 UTC
580ac1f Fix the issue with the temporary variable lifetime reported in PR#93006 The issue is as follows: If one omits the ; of a given statement at the prompt we attach in the AST a templated function which prints out the value. The function looks like for int p = 12 PrintValue((llvm::raw_ostream *)22345600UL, (clang::Expr *)23270416UL, (clang::ASTContext *)22594960UL, p); We manually get the expression and put it as a last argument of the PrintValue That is safe when we have storage of p. I.e p is an lvalue. However we might have: gCling->createUniqueName(), which returns std::string That is an rvalue, which doesn't have storage and its lifetime lasts until the end of the current statement. However if we attach it to the PrintValue we have to extend the lifetime of the argument to last until the new end of statement. Otherwise the argument will be destroyed before we manage to print it out. What we do in that case is move the expression annotating the termination of the temporary up as root expression of PrintValue call. Attach a regression test for the reported problem git-svn-id: http://root.cern.ch/svn/root/trunk@43526 27541ba8-7e3a-0410-8455-c3a389f83636 28 March 2012, 11:51:24 UTC
bed520a Make arg const git-svn-id: http://root.cern.ch/svn/root/trunk@43524 27541ba8-7e3a-0410-8455-c3a389f83636 28 March 2012, 11:35:13 UTC
b8511ee Print a message that the build was successful, and what to do next. make's error message can be several pages up for make -j24. I would prefer to only print a message on failure, but recursively invoking make (the only option I see) is a too much overhead for that. Make Makefile depend on srcdir/Makefile for out-of-source builds. git-svn-id: http://root.cern.ch/svn/root/trunk@43521 27541ba8-7e3a-0410-8455-c3a389f83636 28 March 2012, 10:22:07 UTC
165f688 Fixed a crash when working with a TGeoManager created via the default constructor. git-svn-id: http://root.cern.ch/svn/root/trunk@43520 27541ba8-7e3a-0410-8455-c3a389f83636 28 March 2012, 08:38:01 UTC
a5d986a Fix for coding convention: RS4 (Descriptions of a function or class method shall be in the first comment block after the first) git-svn-id: http://root.cern.ch/svn/root/trunk@43519 27541ba8-7e3a-0410-8455-c3a389f83636 28 March 2012, 01:25:44 UTC
ec187fe Fix for coding convention RS1 and RS2 git-svn-id: http://root.cern.ch/svn/root/trunk@43518 27541ba8-7e3a-0410-8455-c3a389f83636 28 March 2012, 01:04:07 UTC
d68d66e Fix coding conventions RN9 (Non-static data members begin with 'f' followed by a capital letter; methods begin with a capital letter.); git-svn-id: http://root.cern.ch/svn/root/trunk@43517 27541ba8-7e3a-0410-8455-c3a389f83636 27 March 2012, 21:54:05 UTC
6c0c1ec Fix coding convention RN3 (Typedef, struct and union names begin with a capital letter and end with '_t'.) git-svn-id: http://root.cern.ch/svn/root/trunk@43516 27541ba8-7e3a-0410-8455-c3a389f83636 27 March 2012, 21:17:46 UTC
63284d2 Fix coding convention R.RN7 (Avoid the raw C types 'long', 'unsigned long', 'long double', 'bool', 'long long' and 'unsigned long long'.) git-svn-id: http://root.cern.ch/svn/root/trunk@43515 27541ba8-7e3a-0410-8455-c3a389f83636 27 March 2012, 21:15:53 UTC
4eda7ac Fix for coding convention RN6 (Enumeration types begin 'E'.) git-svn-id: http://root.cern.ch/svn/root/trunk@43512 27541ba8-7e3a-0410-8455-c3a389f83636 27 March 2012, 20:26:50 UTC
42fee52 In MakeProxy properly recognized the TLeafC as a string and enhance the proxy for string to support the Data member function and to add a direct operator const char*(). git-svn-id: http://root.cern.ch/svn/root/trunk@43509 27541ba8-7e3a-0410-8455-c3a389f83636 27 March 2012, 16:23:11 UTC
9e35521 Fix the use of string in TTree's alias and TTreeFormula by fixing the detection that a TTreeFormula is a string or not. Move to using kIsCharacter only as an accelerator to TTreeFormula::IsString and always use this function to detect whether the formula is a string or not. Fix (in TTreeFormula::Init) several cases of string detection and remove from TFormula any settings (they were wrong anyway, they should have been ResetBit rather than SetBit) of kIsCharacter. git-svn-id: http://root.cern.ch/svn/root/trunk@43508 27541ba8-7e3a-0410-8455-c3a389f83636 27 March 2012, 15:48:54 UTC
27ce0e3 Add a paragraph in the doc about transparency. git-svn-id: http://root.cern.ch/svn/root/trunk@43507 27541ba8-7e3a-0410-8455-c3a389f83636 27 March 2012, 15:28:55 UTC
ab3e2f7 TPDF git-svn-id: http://root.cern.ch/svn/root/trunk@43506 27541ba8-7e3a-0410-8455-c3a389f83636 27 March 2012, 15:14:44 UTC
8967f24 TColor git-svn-id: http://root.cern.ch/svn/root/trunk@43505 27541ba8-7e3a-0410-8455-c3a389f83636 27 March 2012, 14:54:22 UTC
f06b2ca New test showing the use of transparency with ||-Coord (in PDF files only for the time being) git-svn-id: http://root.cern.ch/svn/root/trunk@43504 27541ba8-7e3a-0410-8455-c3a389f83636 27 March 2012, 14:29:26 UTC
d5f5eac Attempt to squash coverity report #42310 git-svn-id: http://root.cern.ch/svn/root/trunk@43503 27541ba8-7e3a-0410-8455-c3a389f83636 27 March 2012, 14:20:14 UTC
f552636 Remove frame and bbox intersection check. git-svn-id: http://root.cern.ch/svn/root/trunk@43502 27541ba8-7e3a-0410-8455-c3a389f83636 27 March 2012, 14:10:12 UTC
f09d0f9 Remove TStopwatch. git-svn-id: http://root.cern.ch/svn/root/trunk@43501 27541ba8-7e3a-0410-8455-c3a389f83636 27 March 2012, 14:09:16 UTC
4cba052 Code to draw selection markers for selected objects. git-svn-id: http://root.cern.ch/svn/root/trunk@43500 27541ba8-7e3a-0410-8455-c3a389f83636 27 March 2012, 14:07:16 UTC
91857ca adjustment after the last PDF mod git-svn-id: http://root.cern.ch/svn/root/trunk@43497 27541ba8-7e3a-0410-8455-c3a389f83636 27 March 2012, 12:43:20 UTC
f9f87fa improve doc as suggested here: https://savannah.cern.ch/bugs/?92827 git-svn-id: http://root.cern.ch/svn/root/trunk@43496 27541ba8-7e3a-0410-8455-c3a389f83636 27 March 2012, 12:24:56 UTC
bdeb663 Force initialization of fCoordBuf; fixes problem with GetBin() on THn read from file reported by Marian. git-svn-id: http://root.cern.ch/svn/root/trunk@43495 27541ba8-7e3a-0410-8455-c3a389f83636 27 March 2012, 10:31:41 UTC
23ea9b0 Force exit code into reasonable range (0..125) git-svn-id: http://root.cern.ch/svn/root/trunk@43494 27541ba8-7e3a-0410-8455-c3a389f83636 27 March 2012, 09:50:39 UTC
561cbf9 - Properly cd to tutorials/gui before to execute the gui tutorials - Don't use kDeepCleanup with embedded TGTextEditor (to avoid potential double deletion) git-svn-id: http://root.cern.ch/svn/root/trunk@43493 27541ba8-7e3a-0410-8455-c3a389f83636 27 March 2012, 09:43:33 UTC
fbbf931 Reduce blur value for a shadow. git-svn-id: http://root.cern.ch/svn/root/trunk@43492 27541ba8-7e3a-0410-8455-c3a389f83636 27 March 2012, 08:53:29 UTC
2de834f 1. Quartz shadows are back: instead of casting shadows from selection view to pad view (which means check 10^6 pixels every time if shadow path is not specified) set shadows in a context - so Quartz knows exactly, what produces a shadow. 2. Remove "paint shadow" functions from pad painter. 3. Cleanup. git-svn-id: http://root.cern.ch/svn/root/trunk@43491 27541ba8-7e3a-0410-8455-c3a389f83636 27 March 2012, 08:42:58 UTC
e577dd4 use std::vector. git-svn-id: http://root.cern.ch/svn/root/trunk@43490 27541ba8-7e3a-0410-8455-c3a389f83636 26 March 2012, 21:57:06 UTC
78657b7 add missing vector include. git-svn-id: http://root.cern.ch/svn/root/trunk@43489 27541ba8-7e3a-0410-8455-c3a389f83636 26 March 2012, 21:41:38 UTC
c52e678 Disable quartz shadows - even GUI is jerky because of them (picker views, animations etc.) git-svn-id: http://root.cern.ch/svn/root/trunk@43488 27541ba8-7e3a-0410-8455-c3a389f83636 26 March 2012, 18:09:34 UTC
044b424 1. When object selected in a pad, do not highlight it, only draw a shadow (like it's above the other pad's primitives). 2. Use quartz smooth shadow. 3. During device rotation, switch the shadow off (calculation is very expensive for arbitary path) - thanks to Olivier for idea. git-svn-id: http://root.cern.ch/svn/root/trunk@43487 27541ba8-7e3a-0410-8455-c3a389f83636 26 March 2012, 16:54:36 UTC
baa760a PDF files now support the transparency. (Examples et doc to come …) git-svn-id: http://root.cern.ch/svn/root/trunk@43485 27541ba8-7e3a-0410-8455-c3a389f83636 26 March 2012, 16:13:17 UTC
b9e5a30 Update newest rev cling is compatible with git-svn-id: http://root.cern.ch/svn/root/trunk@43484 27541ba8-7e3a-0410-8455-c3a389f83636 26 March 2012, 16:06:49 UTC
487105d Remove PadImageView class. git-svn-id: http://root.cern.ch/svn/root/trunk@43483 27541ba8-7e3a-0410-8455-c3a389f83636 26 March 2012, 15:45:39 UTC
93bbe1c From Vincent Gouvernelle: * Use uintptr_t instead of long. * Add ASTNodeEraser to the cmake build system. git-svn-id: http://root.cern.ch/svn/root/trunk@43480 27541ba8-7e3a-0410-8455-c3a389f83636 26 March 2012, 10:03:05 UTC
0c6c5a7 Simplify the implementation of the parsing the meta commands. Read the buffer to the end when we expect path or whatever. When we need it we can enforce stronger checks on the arguments of the parsed meta command. git-svn-id: http://root.cern.ch/svn/root/trunk@43479 27541ba8-7e3a-0410-8455-c3a389f83636 26 March 2012, 09:56:40 UTC
5a4ef51 Fix hadd problem described in http://root.cern.ch/phpBB3/viewtopic.php?t=14396 where the incremental merging fails if the TTree are stored in sub-directories. This is fixed by passing the incremental flag down the RecursiveMerge chain and making sure the TDirectory of the output file are not deleted until the end (since flushing them is also delayed until the end). Also remove redundant 'if is-a-collection' test. git-svn-id: http://root.cern.ch/svn/root/trunk@43473 27541ba8-7e3a-0410-8455-c3a389f83636 23 March 2012, 23:24:31 UTC
ef64d01 From Alja: Add new class TEveRGBAPaletteOverlayoverlay element showing TEveRGBAPalette legend in GL overlay. git-svn-id: http://root.cern.ch/svn/root/trunk@43472 27541ba8-7e3a-0410-8455-c3a389f83636 23 March 2012, 21:09:32 UTC
999c8fc Make change 40562 backward compatible with versions <= 5.32 git-svn-id: http://root.cern.ch/svn/root/trunk@43470 27541ba8-7e3a-0410-8455-c3a389f83636 23 March 2012, 14:28:16 UTC
0ad888e Only if I could spell (to r43468) git-svn-id: http://root.cern.ch/svn/root/trunk@43469 27541ba8-7e3a-0410-8455-c3a389f83636 23 March 2012, 14:24:54 UTC
3e76a8d Move the logo printing in separate function. The old place didn't seem to be proper. git-svn-id: http://root.cern.ch/svn/root/trunk@43468 27541ba8-7e3a-0410-8455-c3a389f83636 23 March 2012, 14:24:11 UTC
7b07937 Don't use iostream. git-svn-id: http://root.cern.ch/svn/root/trunk@43467 27541ba8-7e3a-0410-8455-c3a389f83636 23 March 2012, 14:06:21 UTC
85ff0f9 No need of cstio anymore git-svn-id: http://root.cern.ch/svn/root/trunk@43466 27541ba8-7e3a-0410-8455-c3a389f83636 23 March 2012, 14:00:06 UTC
56d83a8 Change the welcome screen. We don't do C only and ctrl+D doesn't work :) And I wouldn't say it is prototype. git-svn-id: http://root.cern.ch/svn/root/trunk@43465 27541ba8-7e3a-0410-8455-c3a389f83636 23 March 2012, 13:58:30 UTC
20c82c7 Add .help showing all the MetaProcessor commands. git-svn-id: http://root.cern.ch/svn/root/trunk@43464 27541ba8-7e3a-0410-8455-c3a389f83636 23 March 2012, 13:49:47 UTC
cd0c8c9 Use the raw lexer to parse the little command language we have (aka meta commands) Improve style and documentation. git-svn-id: http://root.cern.ch/svn/root/trunk@43463 27541ba8-7e3a-0410-8455-c3a389f83636 23 March 2012, 13:11:54 UTC
36ea229 TPad git-svn-id: http://root.cern.ch/svn/root/trunk@43461 27541ba8-7e3a-0410-8455-c3a389f83636 23 March 2012, 10:21:54 UTC
35c1e42 Remove llvm::APInt::initSlowCase(unsigned int, unsigned long, bool). It should be conditionally requested. Remove the warnings from the macros in cling::Value (to commit 41413) git-svn-id: http://root.cern.ch/svn/root/trunk@43460 27541ba8-7e3a-0410-8455-c3a389f83636 23 March 2012, 10:06:50 UTC
0fac834 Add the method SetAlpha do set the alpha value of a color. git-svn-id: http://root.cern.ch/svn/root/trunk@43459 27541ba8-7e3a-0410-8455-c3a389f83636 23 March 2012, 09:58:11 UTC
d41c2ae ooops :) svn revert on some tile really reverted :) - I've lost some changes :) Fortunately, it was just a header file and I lost only a couple of declarations. git-svn-id: http://root.cern.ch/svn/root/trunk@43456 27541ba8-7e3a-0410-8455-c3a389f83636 22 March 2012, 17:08:22 UTC
b95d882 If I draw pad into the bitmap, it looks very lame on a new retina display - no subpixel accuracy at all. I remove all image based "optimizations" and now work with standard PadView. I did not notice any serious difference (as slow or as fast as it was before) on both iPad 2 and "new iPad". But graphics is clean and clear on Retina now :) git-svn-id: http://root.cern.ch/svn/root/trunk@43455 27541ba8-7e3a-0410-8455-c3a389f83636 22 March 2012, 17:04:33 UTC
9dc3902 Update of the VMC interfaces for multi-threading git-svn-id: http://root.cern.ch/svn/root/trunk@43454 27541ba8-7e3a-0410-8455-c3a389f83636 22 March 2012, 16:17:25 UTC
207b898 Modifications in vmc for multi-threading: Making TVirtualMC and TVirtualMCApplication instances thread local; behind #if defined(__linux__) && !defined(__CINT__) git-svn-id: http://root.cern.ch/svn/root/trunk@43453 27541ba8-7e3a-0410-8455-c3a389f83636 22 March 2012, 16:11:34 UTC
bb4c49e merge from 5.32 patches (r42961 through r43360) These are the fixes from Kyle: http://root.cern.ch/viewcvs?view=rev&revision=42965 http://root.cern.ch/viewcvs?view=rev&revision=43022 git-svn-id: http://root.cern.ch/svn/root/trunk@43451 27541ba8-7e3a-0410-8455-c3a389f83636 22 March 2012, 15:49:50 UTC
123a14e Fix formatting. git-svn-id: http://root.cern.ch/svn/root/trunk@43449 27541ba8-7e3a-0410-8455-c3a389f83636 22 March 2012, 10:22:54 UTC
612c562 Remove dummy declarations and commented code. git-svn-id: http://root.cern.ch/svn/root/trunk@43448 27541ba8-7e3a-0410-8455-c3a389f83636 22 March 2012, 10:22:09 UTC
22942db When painting thumbnails, fill style was not set correctly, so even white fill pattern on white background was incorrect in thumbnail. git-svn-id: http://root.cern.ch/svn/root/trunk@43447 27541ba8-7e3a-0410-8455-c3a389f83636 22 March 2012, 10:19:06 UTC
73e9301 From Bertrand: fix a compilation warning on Windows. git-svn-id: http://root.cern.ch/svn/root/trunk@43446 27541ba8-7e3a-0410-8455-c3a389f83636 22 March 2012, 10:18:44 UTC
b7cb5df - improve printout of messages in the PLC. Print Fit results as RooFit info messages git-svn-id: http://root.cern.ch/svn/root/trunk@43445 27541ba8-7e3a-0410-8455-c3a389f83636 22 March 2012, 07:52:20 UTC
2ddcc95 Add new options: - 'outfile=' to control the location (full path) of the output file for the 'ntuple' and 'simplefile'. - add support for the keyword 'external' in the URL option field of the master URL to indicate that the cluster is external in cases when it is not possible to determine the locality, for example when using an SSH tunnel; example runProof("simple", "localhost:10001/?external") git-svn-id: http://root.cern.ch/svn/root/trunk@43441 27541ba8-7e3a-0410-8455-c3a389f83636 21 March 2012, 19:52:54 UTC
4cf4eb6 In ReadBuffer, do not set the username is already set. Fixes a problem when retrieving files from workers where the username is different, e.g. PoD on gLite. git-svn-id: http://root.cern.ch/svn/root/trunk@43440 27541ba8-7e3a-0410-8455-c3a389f83636 21 March 2012, 19:47:17 UTC
a6bc4f1 Use llvm::errs() where possible git-svn-id: http://root.cern.ch/svn/root/trunk@43437 27541ba8-7e3a-0410-8455-c3a389f83636 21 March 2012, 16:42:46 UTC
b7313b4 Documentation and improved formatting. git-svn-id: http://root.cern.ch/svn/root/trunk@43436 27541ba8-7e3a-0410-8455-c3a389f83636 21 March 2012, 16:30:18 UTC
0ef3497 Newest clang/llvm rev number cling is compatiable with git-svn-id: http://root.cern.ch/svn/root/trunk@43435 27541ba8-7e3a-0410-8455-c3a389f83636 21 March 2012, 15:37:55 UTC
9319173 Indentation git-svn-id: http://root.cern.ch/svn/root/trunk@43434 27541ba8-7e3a-0410-8455-c3a389f83636 21 March 2012, 15:07:12 UTC
f7ba9ca Factor out the error recovery functionality into new subsystem. It is meant to be used as complete black box - the main interface is RevertDecl (and maybe in future RevertStmt) which in turn triggers complex functionality reverting the state of the compiler where it was *before* seeing the given declaration. Document thoroughly the private functions for debugging purposes. git-svn-id: http://root.cern.ch/svn/root/trunk@43433 27541ba8-7e3a-0410-8455-c3a389f83636 21 March 2012, 15:04:15 UTC
1640a75 To commit 43413: MetaProcessor: Make the ExecuteFile public so that we can call it from the driver when we are not in interactive mode. If the mode is not interactive we have to be able to process the arguments of cling and try to execute the given files. UserInterface: Fix the style of and add getter of the metaprocessor. We want to be able to call executeFile and maybe other useful MetaProcessor routines. Adapt the testsuite to the recent changes in cling (the change in the signature of loadFile). Fix the list of exports. Add documentation. git-svn-id: http://root.cern.ch/svn/root/trunk@43432 27541ba8-7e3a-0410-8455-c3a389f83636 21 March 2012, 15:00:12 UTC
6679a43 Allow to properly use PROOF-lite from the GUI git-svn-id: http://root.cern.ch/svn/root/trunk@43431 27541ba8-7e3a-0410-8455-c3a389f83636 21 March 2012, 13:46:57 UTC
3f773e5 In ResolveKeywords, add place-holder for the daemon port git-svn-id: http://root.cern.ch/svn/root/trunk@43426 27541ba8-7e3a-0410-8455-c3a389f83636 20 March 2012, 22:36:00 UTC
0a91849 merge fix 43364 and 4376 from Kyle in the 5.32 patches git-svn-id: http://root.cern.ch/svn/root/trunk@43422 27541ba8-7e3a-0410-8455-c3a389f83636 20 March 2012, 21:27:25 UTC
back to top