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

sort by:
Revision Author Date Message Commit Date
2cd3aaf Import patch r44048 removing the automatic creation of TDrawFeedback in TProofChain git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@44653 27541ba8-7e3a-0410-8455-c3a389f83636 11 June 2012, 16:52:22 UTC
ce66094 Merge r43260 from trunk: From Bertrand: support for mingw autodetect as windows platform. git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@44283 27541ba8-7e3a-0410-8455-c3a389f83636 18 May 2012, 07:37:23 UTC
28272cc Import revision 44279 from the trunk: Correct the default value of SetAutoFlush ; rather than being +30000000 (which request a cluster size of that many entries!) set it to the expected -30000000 which is the same value as the one used in the default constructor (and request a cluster size of 30Mb of compressed data). Correct the frequency of the basket flushing when the TTree has already more than one cluster size (for example by being the result of the merge of several files) by adding the missing ==0 after the modulo calculation. In TTree::Reset and ResetAfterMerge, properly set fFlushedBytes to zero (hence avoid incorrectly thinking that a reset TTree has already more than one cluster). This fixes the issue reported in <http://savannah.cern.ch/bugs/?94669> git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@44282 27541ba8-7e3a-0410-8455-c3a389f83636 18 May 2012, 06:14:16 UTC
5eee16b Import r43245 to make sure that the TProofOutputFile::kLocal bit is always honoured git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@43254 27541ba8-7e3a-0410-8455-c3a389f83636 06 March 2012, 10:30:09 UTC
a3f8947 fix localArgv access. Fixes issue 89905. git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@43129 27541ba8-7e3a-0410-8455-c3a389f83636 26 February 2012, 14:27:28 UTC
bc96ffc Import revision 43008 from the trunk: Add missing implementation (TGenericClassInfo::GetDirectoryAutoAdd) git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@43010 27541ba8-7e3a-0410-8455-c3a389f83636 14 February 2012, 19:50:16 UTC
d3f6169 allow passing and returning of strings with an \0 in their data git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@43006 27541ba8-7e3a-0410-8455-c3a389f83636 14 February 2012, 18:18:47 UTC
c00431f Import revision 40976 from the trunk: Missing include, silence warning. git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@42931 27541ba8-7e3a-0410-8455-c3a389f83636 08 February 2012, 22:24:12 UTC
2e28ef5 Import patch #42904: In TProofOutputFile, add switch to control the way histograms are merged by TFileMerger, i.e. one-by-one or all-in-one-go. The default is one-by-one which requires much less memory. Merging in one-go (the previous default) can be activated by passing 'H' in the constructor options. git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@42908 27541ba8-7e3a-0410-8455-c3a389f83636 07 February 2012, 14:37:08 UTC
90eba86 Import patch 41475 fixing TFileCollection::Merge git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@42831 27541ba8-7e3a-0410-8455-c3a389f83636 31 January 2012, 14:09:35 UTC
eb761a0 Import revision 42810 from the trunk: In G__tagtable_setup, we need to lookup the fully qualified class template name (via G__defined_templateclass) but need to use the unqualified name for declaration (via G__createtemplateclass, which takes the scope via G__def_tagnum and G__tagdefining). This fixes revision 42805 git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@42812 27541ba8-7e3a-0410-8455-c3a389f83636 27 January 2012, 13:43:43 UTC
c0def29 Import revision 42805 from the trunk: In G__tagtable_setup, Look for the fully qualified name of class instance (rather assuming it is never in a namespace!). This fixes https://savannah.cern.ch/bugs/?83909 git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@42807 27541ba8-7e3a-0410-8455-c3a389f83636 26 January 2012, 21:01:20 UTC
b3dad44 Import rev 42084 from trunk. Requested for ALICE event display. Fix crash on exit when stamped element map is not empty. git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@42787 27541ba8-7e3a-0410-8455-c3a389f83636 24 January 2012, 23:32:02 UTC
7474b7c Import revision 42783 from the trunk: Make sure that in the tertiary operator implementation we always load the branch that are needed (even in the case cond ? y : -y where cond is false). This fixes https://savannah.cern.ch/bugs/?90826 git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@42785 27541ba8-7e3a-0410-8455-c3a389f83636 24 January 2012, 21:31:34 UTC
feb745d Import patch 42757 fixing mem leak due to multiple gLibraryVersion allocations git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@42771 27541ba8-7e3a-0410-8455-c3a389f83636 23 January 2012, 15:24:43 UTC
912d84d Adapt patch r42761 to fix issue with TProof::Load when auxilliary files are sent over git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@42766 27541ba8-7e3a-0410-8455-c3a389f83636 23 January 2012, 14:35:22 UTC
cc49872 Import class to analyse the performance tree git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@42738 27541ba8-7e3a-0410-8455-c3a389f83636 19 January 2012, 18:26:38 UTC
e10b03b Import patch 42578 git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@42728 27541ba8-7e3a-0410-8455-c3a389f83636 19 January 2012, 14:22:29 UTC
eae510a Reorder for Ubuntu 11.10. git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@42660 27541ba8-7e3a-0410-8455-c3a389f83636 17 January 2012, 10:33:44 UTC
9e53ce0 make version v5-30-06. git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@42589 27541ba8-7e3a-0410-8455-c3a389f83636 10 January 2012, 15:12:24 UTC
225ac53 Port of fix 40117 from trunk affecting G4 simulation git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@42572 27541ba8-7e3a-0410-8455-c3a389f83636 05 January 2012, 15:04:42 UTC
2dc2a0e Adapt to stressProof the patches 42142 and 42451 adding a return code consistent with standard test facilities and the option '-noprogress' to switch off the progress information which may create problems in wrapper applications intercepting the output (e.g. ctest). git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@42561 27541ba8-7e3a-0410-8455-c3a389f83636 21 December 2011, 12:53:15 UTC
de0a762 From Rafal Lalik: make sure the so version is correctly set in out of source builds. Fixes issue 89877. git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@42507 27541ba8-7e3a-0410-8455-c3a389f83636 15 December 2011, 15:19:35 UTC
cfdcd84 filter out -I/usr/include. git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@42476 27541ba8-7e3a-0410-8455-c3a389f83636 13 December 2011, 11:22:57 UTC
af8a51e Import revision 42425 from the trunk: In TBuffer::Expand, when shrinking the buffer do not shrink below the size of the data already accumulated in the buffer (i. no less than the value of TBuffer::Length()). In TBranch::SetBasketSize, instead of using the hard minimum of 100, use 100 + the length of the branch name (as 100 is too smalli to hold the basket's key information for any branch name larger than 30 characters). This fixes the write past the end of buffer (leading to segfaults) reported in Savannah: <http://savannah.cern.ch/bugs/?89645> git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@42426 27541ba8-7e3a-0410-8455-c3a389f83636 06 December 2011, 20:50:39 UTC
bf7ef75 When configuring an external xrootd check also lib64 in addition to lib. (Adaptation of a patch already introduced in the trunk). Should fix issue experienced on some platforms by CMS and ALICE. git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@42390 27541ba8-7e3a-0410-8455-c3a389f83636 03 December 2011, 23:03:48 UTC
0b6dca1 make version v5-30-05. git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@42229 27541ba8-7e3a-0410-8455-c3a389f83636 24 November 2011, 16:09:43 UTC
bce64b6 Import of r42208 from trunk. Forward CINTSIZEFLAGS to CXXFLAGS for consistent values. git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@42211 27541ba8-7e3a-0410-8455-c3a389f83636 24 November 2011, 11:47:06 UTC
dcb2526 Import of r41941 from trunk. Make fundamental CINT scaling variables MAXSTRUCT, MAXTYPEDEF, LONGLINE configurable - without publishing them because they are really internals, meant to be used only by people who ran against these limitations. git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@42194 27541ba8-7e3a-0410-8455-c3a389f83636 23 November 2011, 14:02:02 UTC
68daa40 add class RooBinIntegrator from Kyle git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@42085 27541ba8-7e3a-0410-8455-c3a389f83636 17 November 2011, 12:56:12 UTC
462d47c Import fix r41999 git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@42001 27541ba8-7e3a-0410-8455-c3a389f83636 15 November 2011, 11:42:21 UTC
350d61d Import revision 41964 from the trunk: Do not associate std::map<std::string,TH1I*> with the roofit library git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@41966 27541ba8-7e3a-0410-8455-c3a389f83636 14 November 2011, 16:35:53 UTC
6e87310 Import improvement 41958, better checking and defining the working dir git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@41960 27541ba8-7e3a-0410-8455-c3a389f83636 14 November 2011, 11:53:21 UTC
d4db0fe make version v5-30-04. git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@41806 27541ba8-7e3a-0410-8455-c3a389f83636 08 November 2011, 13:22:27 UTC
0c0d80f ignore genetated par files. git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@41805 27541ba8-7e3a-0410-8455-c3a389f83636 08 November 2011, 13:21:48 UTC
2edfb4b Import path 41801: Make sure hat the circular ntuples used internally are not atteched to any file. Should fix a crash observed quitting PROOF-Lite when using file-resident output. (reported on the forum). git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@41803 27541ba8-7e3a-0410-8455-c3a389f83636 07 November 2011, 19:26:58 UTC
45c738d Inport patch 41788: - The file with input data must stay open during the whole processing, otherwise retrieval of certain objects will fail (and crash). git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@41789 27541ba8-7e3a-0410-8455-c3a389f83636 04 November 2011, 18:01:34 UTC
100e43b Import patches 41785 and 41786: - Fix issue in TPacketizerAdaptive and TPacketizer preventi proper selection of event sub-ranges, i.e. when processing num != -1 entries starting at first > 0 . - In WriteDataSet, remove call to Sort() which modifies the order of the initial collection, uselessly hardening any comparison and confusing any expectation. git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@41787 27541ba8-7e3a-0410-8455-c3a389f83636 04 November 2011, 17:22:48 UTC
effe60c From Lukasz: backport of bug #87880: http://xrootd.cern.ch/cgi-bin/cgit.cgi/xrootd/commit/?id=d10c528900539891037566b5d26c26be1c662132 git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@41784 27541ba8-7e3a-0410-8455-c3a389f83636 04 November 2011, 14:30:55 UTC
91d1bdc remove reference to wrong version. git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@41778 27541ba8-7e3a-0410-8455-c3a389f83636 04 November 2011, 12:07:21 UTC
3c33497 Import revision 41698 from the trunk: From Elvin: Last week Martin Vala from ALICE came to me with a problem that he had while using the asynchronous prefetching. There were basically two main problems: 1. Trying to read a root file from an archive. Here the problem was that when reading from an archive there is an offset of the file which was not taken into consideration when the file was saved in the cache. And this lead to a miss when reading the file from cache. I fixed it, but I had to expose the value of fArchiveOffset from TFile. 2. The second problem was when reading using a TChain. There were some synchronization issues concerned to the asynchronous thread that actually does the reading. All this was happening because in the case of TChain there is only one file cache which is re-utilized as we move from one file to another. This was a pretty tricky issue. I attached a patch made against the current trunk which fixes both this problems. I gave the patch first to Martin to test it, and he was satisfied with it. There is a small delay when the TChain moves from one file to another because I have to wait for the async thread to finish it's worked but over all Martin said that the performance is way better than before. When I initially did the asyn pre-fetching I had no idea about these two use cases, so that's why they popped up now. git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@41699 27541ba8-7e3a-0410-8455-c3a389f83636 01 November 2011, 21:38:19 UTC
3c620b9 Import of r41661 from trunk. Solve problem with Getline() not drawing the prompt. git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@41662 27541ba8-7e3a-0410-8455-c3a389f83636 31 October 2011, 15:56:57 UTC
b21e953 Import revision 41617 from the trunk: Fix the key lookup in ReadTObject. When searching for a key we always need to iterate through the list in order to find the highest cycle first. This fixes <http://savannah.cern.ch/bugs/?88224>, i.e. problem with hadd-ing TFile with more than one key for a TTree when doing a slow merge. git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@41618 27541ba8-7e3a-0410-8455-c3a389f83636 28 October 2011, 02:49:46 UTC
a971b4a Add support for building with external xrootd 3.1.0 or newer. git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@41602 27541ba8-7e3a-0410-8455-c3a389f83636 26 October 2011, 17:21:36 UTC
06219e8 backport from trunk: restore support for alternative F77 compilers. git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@41533 27541ba8-7e3a-0410-8455-c3a389f83636 21 October 2011, 13:22:53 UTC
012bf07 Import patches 40744, 41526 and 41530 fixing a compilation issue on Windows anda problem in PROOF with the return status from package enabling git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@41532 27541ba8-7e3a-0410-8455-c3a389f83636 21 October 2011, 12:58:18 UTC
ef345de Import revision 41520 from the trunk: Properly propagate the size of an array used/cached as part of the artificial elements. In TVirtualArray distinguish size and capacity git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@41523 27541ba8-7e3a-0410-8455-c3a389f83636 20 October 2011, 22:53:47 UTC
d52bd89 make version v5-30-03. git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@41500 27541ba8-7e3a-0410-8455-c3a389f83636 20 October 2011, 11:20:57 UTC
4cb99aa Import patch 41493 fixing return codes on TProof::EnablePackage failures git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@41498 27541ba8-7e3a-0410-8455-c3a389f83636 20 October 2011, 10:05:17 UTC
74b8af0 Import patches 40576, 40699 and 40758 with the improvements in the PROOF monitoring. This is for ATLAS. git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@41406 27541ba8-7e3a-0410-8455-c3a389f83636 16 October 2011, 08:56:43 UTC
7fc9b94 Import patches 41393 and 41399 fixing possible issues with PATH and LD_LIBRARY_PATH settings for proofserv. - Remove hardcoded additions of dirname(COMPILER) and of '/bin:/usr/bin:/usr/local/bin' in front of PATH. These uncontrolled additions could hide specific settings in PATH and be the source of weird problems appearing in PROOF only. By default only $ROOTSYS/bin in front of the original PATH. Additions of dirname(COMPILER) and/or of '/bin:/usr/bin:/usr/local/bin' are controlled by the rootrc ProofServ.BinPaths . - Add more flexibility to the definition of the library path seen by proofserv. So far to avoid ambiguites in some cases, $ROOTSYS/lib was removed and the one of the ROOT version chosen was added later on in front. This proved to be to aggressive in some cases. Now by default the path is the same seen by xproofd; the new directive xpd.filterlibpaths (see http://root.cern.ch/drupal/content/configuration-reference-guide#filterlibpaths). allows to remove selected subpaths. git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@41402 27541ba8-7e3a-0410-8455-c3a389f83636 15 October 2011, 07:19:56 UTC
639ca30 Import patches 41378 and 41383 with additional fixes for unprivileged multi-user support in PROOF and and access control git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@41392 27541ba8-7e3a-0410-8455-c3a389f83636 14 October 2011, 11:37:19 UTC
54220ec Import patches 41313 and 41336 fixing unprivileged multi-user support in PROOF - Move the check for the username after authentication. This is because authentication may run some credentials-to-user mapping which can modify the requested username. This way we really check the final username and not the one requested by the client, which may even not exist on the machines. Side modification: when the mapping function returns more usernames, the username specified by the client is used to help choosing the effective username among the available choices; if not match is found the handshake does any longer fail, the first mapped username is chosen instead. - In TXSocket::ProcessUnsolicitedMsg, fix an issue preventing server messages to be displayed during setup, i.e. when the XrdClientConn instance is not yet defined. - Fix an issue with option 'xpd.multiuser' - Correct/add some comments git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@41340 27541ba8-7e3a-0410-8455-c3a389f83636 11 October 2011, 14:43:52 UTC
0902bdf From Jan-Fiete: critical bug fix "return string->GetString()" and some optimization for TGridJDL. git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@41132 27541ba8-7e3a-0410-8455-c3a389f83636 05 October 2011, 08:03:46 UTC
a95feb1 Backport fixes to be compatible with libpng 1.5. git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@41128 27541ba8-7e3a-0410-8455-c3a389f83636 05 October 2011, 07:32:26 UTC
d6f5f30 Import revision 40987 from the trunk: In TTree::GetLeaf (and thus indirectly in TTree::Scan, TTree::Draw), properly handle the case where the branch name has a slash in its name (but the leaf does not). This fixes <http://savannah.cern.ch/bugs/?86946> git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@41076 27541ba8-7e3a-0410-8455-c3a389f83636 30 September 2011, 15:31:14 UTC
6925e26 merge from trunk fix 41068 in computation of expected limits git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@41069 27541ba8-7e3a-0410-8455-c3a389f83636 30 September 2011, 08:34:54 UTC
b8d8379 icc version identification changed for version 12.1. git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@41061 27541ba8-7e3a-0410-8455-c3a389f83636 29 September 2011, 10:33:32 UTC
7527f2b Import of r41041 from trunk. Fix issue reported at http://root.cern.ch/phpBB3/viewtopic.php?f=3&t=13004 \n moves to front of line, not just down. git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@41042 27541ba8-7e3a-0410-8455-c3a389f83636 28 September 2011, 09:25:40 UTC
f1d6313 no need to fix a bug that is not yet introduced git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@41029 27541ba8-7e3a-0410-8455-c3a389f83636 27 September 2011, 14:18:35 UTC
f310696 Import revision 41027 from the trunk: In revision 40830, we reduce the number of calls to ValidateAddress which check if the users has deleting (and/or just zero-ed out) the underlying pointer/object. In the case of a simple split top-level object, however, this meant that there was no longer any call to ValidateAddress (because there is no ReadLeaves being called for this type of branch/node). This patch re-add it. Thanks to Federico and Alice for reporting this problem. git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@41028 27541ba8-7e3a-0410-8455-c3a389f83636 27 September 2011, 14:14:54 UTC
91e6a41 backport fix for #86370. git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@40980 27541ba8-7e3a-0410-8455-c3a389f83636 22 September 2011, 15:30:01 UTC
968bc0b make version v5-30-02. git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@40972 27541ba8-7e3a-0410-8455-c3a389f83636 22 September 2011, 08:52:37 UTC
ff5cef1 merge fix 40963 from the trunk git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@40964 27541ba8-7e3a-0410-8455-c3a389f83636 21 September 2011, 09:02:55 UTC
49480e5 merge from trunk fixes 40958 and 40959 in roostats and 40960 in histfactory and fix 40948 in tutorials git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@40961 27541ba8-7e3a-0410-8455-c3a389f83636 20 September 2011, 17:08:56 UTC
6ff6b62 Import patches r40912 and r40923: Add possibility to skip the checks for the data directories during session startup, as they may significantly slowdown the startup process is the medium is busy. In such a case, admins are responsible to create the directories in advance; the session releated part fo the path is created by the session once up. git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@40945 27541ba8-7e3a-0410-8455-c3a389f83636 20 September 2011, 08:18:39 UTC
8624e68 merge fix 40898 from the trunk for fixing usage of previous fit function in fitpabel (bug 86251) git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@40944 27541ba8-7e3a-0410-8455-c3a389f83636 20 September 2011, 06:18:48 UTC
b1c1bf4 merge fix 40635 from the trunk for fitting TGraphErrors git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@40943 27541ba8-7e3a-0410-8455-c3a389f83636 20 September 2011, 06:15:02 UTC
12fbf43 merge from trunk new version of tutorial git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@40938 27541ba8-7e3a-0410-8455-c3a389f83636 19 September 2011, 16:17:43 UTC
3da4fb1 merge from trunk changes from 40899 through r40923 in the trunk. - fixes for ModelConfig (can redefine params) , SamplingDistribution (spped up integral calculation), PL test statistics (fix for case no nuisance parameters) and MCMC (put in the chain only the POI) git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@40937 27541ba8-7e3a-0410-8455-c3a389f83636 19 September 2011, 16:16:56 UTC
df6a9a1 merge revision 40845 from the trunk git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@40846 27541ba8-7e3a-0410-8455-c3a389f83636 12 September 2011, 13:49:17 UTC
bbeb111 Import revision 40820 from the trunk: Make sure in BuildRealData, to consider all the data member of a transient class (class version 0) as transient. This fixes https://savannah.cern.ch/bugs/?86352 git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@40831 27541ba8-7e3a-0410-8455-c3a389f83636 07 September 2011, 20:18:17 UTC
7ae6c21 Import patch r40115 in 'proofbench': - Make sure it can be run from any directory and no matter how ROOT was installed; the paths to the PAR files were such that it could be run only from a own build and from $ROOTSYS. The default PAr files are now exported to $ROOTSYS/etc/proof/proofbench and in <etcdir>/proof/proofbench for a prefix installation. - Fix the name of the setter/getter for the file generator parameters and selectors - TSelEventGen, add the possibility to change only the generating function, passed as TMacro. Import patch r40141: - In TUrl, allow url of form: "proto://" git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@40802 27541ba8-7e3a-0410-8455-c3a389f83636 05 September 2011, 09:51:55 UTC
91ec76e Import of r40777 from trunk. Agree in meaning on "single ESC has a meaning": * rename to reduce ambiguity * initialize properly, test for the correct value. Fixes git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@40778 27541ba8-7e3a-0410-8455-c3a389f83636 31 August 2011, 13:29:57 UTC
f4ddfc3 Import revision 40738 from the trunk: Make sure that the rule intended for a type are properly found if the targetClass does have exactly the canonical name (i.e. allow space variation and typedefs in the targetClass) git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@40739 27541ba8-7e3a-0410-8455-c3a389f83636 27 August 2011, 00:08:08 UTC
a284abf merge from the trunk fix 40718 for bug https://savannah.cern.ch/bugs/?86013 git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@40719 27541ba8-7e3a-0410-8455-c3a389f83636 26 August 2011, 09:34:00 UTC
a229d4b Import revision 40714 from the trunk: The generic collection proxy's Commit method no longer uses the environment object, so Allocate no longer need to mark it as used. This prevents a memory leak in the handling of associative containers stored in a TTree. git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@40715 27541ba8-7e3a-0410-8455-c3a389f83636 25 August 2011, 22:27:51 UTC
a518166 Import revision 40711 from the trunk: Correctly calculate the size of an emulated class containing an array of objects (streamerElement type kStreamLoop) on 64 bits platforms. Update MakeProject to properly handle the case of class which version is zero and to properly initialization array of objects (streamerElement type kStreamLoop). git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@40712 27541ba8-7e3a-0410-8455-c3a389f83636 25 August 2011, 18:43:33 UTC
b7c3867 Import revision 40582 from the trunk: Parse the declaration from right to left to properly find the delimitation between member name and member type (Allows custom rules for unsigned int data members) git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@40664 27541ba8-7e3a-0410-8455-c3a389f83636 22 August 2011, 22:59:25 UTC
0ea573f Import from trunk fixes 40659 and 40660: - Decouple from registered TChains in already TProof::Close; allows to avoid possible crash at exit ('.q') occuring after the recent revision of the socket cleanup policy - Make sure that the dataset name is registered in the TFileInfo objects being processed, so that it can be used for monitoring. - Fix side-effect of #36553 affecting fatally the dynamic startup git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@40662 27541ba8-7e3a-0410-8455-c3a389f83636 22 August 2011, 17:52:28 UTC
0b7d6fb make version v5-30-01. git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@40632 27541ba8-7e3a-0410-8455-c3a389f83636 18 August 2011, 14:39:53 UTC
e6e352d for macosx add check if libraries contain compatible code (Fink or MacPorts libraries are often not universal and contain either 64-bit or 32-bit code). git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@40631 27541ba8-7e3a-0410-8455-c3a389f83636 18 August 2011, 14:37:23 UTC
a304c45 apply fix 40577 from the trunk for fixing https://savannah.cern.ch/bugs/?84867 git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@40626 27541ba8-7e3a-0410-8455-c3a389f83636 18 August 2011, 08:34:03 UTC
28cfea0 if home directory is not correctly set in pw file or user is not known, check the HOME shell variable to find the desired home directory. This allows the users to continue by setting HOME. Fixes issue 83268. git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@40623 27541ba8-7e3a-0410-8455-c3a389f83636 17 August 2011, 17:33:20 UTC
fa0b983 Lift ancien restriction (imposed by VC++6) preventing the proper use of unsigned long long by TTreeFormula git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@40599 27541ba8-7e3a-0410-8455-c3a389f83636 15 August 2011, 15:34:13 UTC
e3cead2 handle external libGLEW in non standard location. Fixes issue 85355. git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@40595 27541ba8-7e3a-0410-8455-c3a389f83636 15 August 2011, 08:58:00 UTC
88c05a6 From D. Berzano: import new version of afdsmgrd (import of patch 40573) git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@40575 27541ba8-7e3a-0410-8455-c3a389f83636 12 August 2011, 10:09:52 UTC
cc2fc66 merge fix 40565 from the trunk to fix output of minimization in PL tets statistic git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@40567 27541ba8-7e3a-0410-8455-c3a389f83636 11 August 2011, 16:31:47 UTC
006c3cb merge fix 40564 in the trunk (fix tu suppress warnings) git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@40566 27541ba8-7e3a-0410-8455-c3a389f83636 11 August 2011, 16:30:49 UTC
03172a5 Import patch r40534 to silence spurious warnings in removing objects from TObjectTable git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@40545 27541ba8-7e3a-0410-8455-c3a389f83636 11 August 2011, 08:40:56 UTC
21554c3 Import revision 40483 from the trunk: Since revision 38356, a shared load failure is no longer an interpreter error, however we still need to recover a few item (G__return, G__srcfile needs to be reset) git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@40484 27541ba8-7e3a-0410-8455-c3a389f83636 06 August 2011, 03:23:34 UTC
1b15b41 Import revision 40477 from the trunk: Avoid null pointer dereferencing in error message (coverity 29840) git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@40478 27541ba8-7e3a-0410-8455-c3a389f83636 05 August 2011, 16:05:07 UTC
13402bc Import r40457 from trunk: Make sure we write at the end of the file in which we redirected stdout/stderr git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@40471 27541ba8-7e3a-0410-8455-c3a389f83636 05 August 2011, 08:31:51 UTC
4895cc0 Import revision 40465 from the trunk: Also support the case where there is more than one file but only one has the object to be copied/merged git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@40466 27541ba8-7e3a-0410-8455-c3a389f83636 04 August 2011, 20:35:19 UTC
56890d3 Import revision 40462 and 40463 from the trunk: Actually pass the command line option to the TFileMerger as needed. Remove unused variables Properly handle the case where there is only one file in the list by calling Merge also in this case (for example this is necessary for TTree objects where otherwise only the meta data is copied) git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@40464 27541ba8-7e3a-0410-8455-c3a389f83636 04 August 2011, 20:20:13 UTC
16eb6d4 Import revision 40458 from the trunk: Tilda (~) is a special character only if really the first character of the filename (in ExpandPathName) git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@40459 27541ba8-7e3a-0410-8455-c3a389f83636 04 August 2011, 15:42:46 UTC
1c6977d o RooSimultaneous - Roll back addition of getAllConstraints() as it appears to have unintended side effects git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@40448 27541ba8-7e3a-0410-8455-c3a389f83636 03 August 2011, 22:16:10 UTC
716fb73 adding retry mechanism and Constrain() command needed for RooSimPdf git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@40446 27541ba8-7e3a-0410-8455-c3a389f83636 03 August 2011, 22:09:36 UTC
0db9ccb Import patch 40120 fixing an issue on OSX Lion git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@40445 27541ba8-7e3a-0410-8455-c3a389f83636 03 August 2011, 17:46:12 UTC
8bd3a37 Import patches 40435 and 40436: - Make sure that connection error messages are displayed - Fix an unwanted truncation of authentication error messages git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@40438 27541ba8-7e3a-0410-8455-c3a389f83636 03 August 2011, 12:35:55 UTC
back to top