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

sort by:
Revision Author Date Message Commit Date
33601a8 Avoid spurrious warning message when reading file with a TTree writen with ROOT 5.29/03 or later git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@39072 27541ba8-7e3a-0410-8455-c3a389f83636 02 May 2011, 18:46:30 UTC
3642511 Avoid spurrious error messages when reading v5.27 files git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@32675 27541ba8-7e3a-0410-8455-c3a389f83636 18 March 2010, 14:20:03 UTC
37f8747 Port of r32099 from trunk. Fix issue with '<::' in Gaudi nightlies. git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@32101 27541ba8-7e3a-0410-8455-c3a389f83636 25 January 2010, 08:35:52 UTC
1ebe454 Port of r32083 from trunk. Fix windows build issue (cannot dllexport functions). git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@32091 27541ba8-7e3a-0410-8455-c3a389f83636 22 January 2010, 21:47:09 UTC
701d460 Port of r32073 from trunk. Work around "warning: ISO C++ forbids casting between pointer-to-function and pointer-to-object" (GCC, -pedantic) in dictionaries for functions returning a function pointer or taking a function pointer as argument. The approach is similar to CINT's G__func2void. Fixes Savannah #61758. git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@32079 27541ba8-7e3a-0410-8455-c3a389f83636 22 January 2010, 14:00:17 UTC
5af7f29 From Tigran Mkrtchyan: fix regression which caused dcap://host:port/path to fail. git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@32077 27541ba8-7e3a-0410-8455-c3a389f83636 22 January 2010, 13:38:44 UTC
52d3358 Fix warning from the nightlies git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@31872 27541ba8-7e3a-0410-8455-c3a389f83636 14 December 2009, 09:58:22 UTC
2f69515 Import parts of fix #31508: - From M. Ellert: support for openssl 1.0.0 (required by new linux distributions, e.g. Fedora 12) git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@31760 27541ba8-7e3a-0410-8455-c3a389f83636 10 December 2009, 10:22:30 UTC
94b34c5 Import fix #31509: - From M. Ellert: extend support for Globus installations coming with Debian/Fedora/EPE git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@31759 27541ba8-7e3a-0410-8455-c3a389f83636 10 December 2009, 10:18:42 UTC
3325ad6 From Axel: Fix conversion of windows path layout for reflex python location caused by symlink patch. git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@31617 27541ba8-7e3a-0410-8455-c3a389f83636 08 December 2009, 08:05:09 UTC
28b45f2 Import fix #31520: - Better detection of lib(n)curses in xrootd (fixes issue with CentOS on the forum, now appearing also on the building machine used for the nightlies of 5-24-00-patches) git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@31584 27541ba8-7e3a-0410-8455-c3a389f83636 07 December 2009, 07:58:23 UTC
4324142 From Axel: allow relative links for genreflex. git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@31564 27541ba8-7e3a-0410-8455-c3a389f83636 04 December 2009, 18:15:31 UTC
1c259e6 From Axel: genreflex: not the directories but each of the files are linked. git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@31557 27541ba8-7e3a-0410-8455-c3a389f83636 04 December 2009, 14:37:26 UTC
9b31f11 From Axel: allow configure to set more complex libdir. git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@31544 27541ba8-7e3a-0410-8455-c3a389f83636 03 December 2009, 20:59:50 UTC
a399edd From Axel: genreflex: resolve symlinks to $ROOTSYS/bin when searching for lib/python. git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@31535 27541ba8-7e3a-0410-8455-c3a389f83636 03 December 2009, 15:57:48 UTC
003c890 o) also lookup branch with trailing '.' see: http://root.cern.ch/phpBB2/viewtopic.php?t=9450 git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@31374 27541ba8-7e3a-0410-8455-c3a389f83636 23 November 2009, 06:22:56 UTC
83c6ed9 From Axel and Philippe: When streaming a base class without StreamerNVirtual() use an external streamer if it was set. Fixes Savannah #59093. git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@31300 27541ba8-7e3a-0410-8455-c3a389f83636 18 November 2009, 21:09:12 UTC
17d4804 Import r31170 from trunk. In TBranchElement::SetupAddress do not confuse the case where we have not setup the address yet and the case where we already tried but could not (because the data member is no longer in the main class layout). git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@31213 27541ba8-7e3a-0410-8455-c3a389f83636 16 November 2009, 17:38:52 UTC
7b46f9f From Shuwei: forgot to use correctly dcache_RAHEAD_SIZE. git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@31173 27541ba8-7e3a-0410-8455-c3a389f83636 15 November 2009, 20:37:32 UTC
39367a4 Make long and 'long long' equivalent Make vector<long> and vector<long long> equivalent (and hence suppress: TStreamerInfo::BuildOld:0: RuntimeWarning: Cannot convert DataHeaderElement_p2::m_Hashes from type:vector<unsigned long long> to type:vector<unsigned long>, skip element ) Fix TStreamerInfo::CompareContent to properly look at only persistent members and to properly match members git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@31147 27541ba8-7e3a-0410-8455-c3a389f83636 13 November 2009, 09:55:26 UTC
66f5b8d o) fix for https://savannah.cern.ch/bugs/?58687 git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@31140 27541ba8-7e3a-0410-8455-c3a389f83636 13 November 2009, 02:20:02 UTC
776ccc6 Import patch 31107 fixing a problem with the xrootd build when running make via 'sudo' (issue #47644). git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@31108 27541ba8-7e3a-0410-8455-c3a389f83636 12 November 2009, 08:20:39 UTC
c6794e2 Fix a fatal compilation error. git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@31106 27541ba8-7e3a-0410-8455-c3a389f83636 12 November 2009, 08:04:26 UTC
1c1916d increase readahead size from 8k to 128k and make it settable via DCACHE_RA_BUFFER env var. git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@31101 27541ba8-7e3a-0410-8455-c3a389f83636 11 November 2009, 21:41:08 UTC
f025f0a As suggested by Scott Snyder, don't inject Streamer() trampolines; use ROOT's foreign class approach instead. This saves about 20% CPU time for I/O with Atlas AODs. Don't flag ShowMembers() as VIRTUAL unconditionally, but only if the class already has a vtable. Otherwise the reflection data will claim the class has a vtable, where in fact it doesn't; fixes Savannah #58277. git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@31078 27541ba8-7e3a-0410-8455-c3a389f83636 11 November 2009, 09:42:06 UTC
7362fb2 dCap client does not ignore ?filetpye=raw and other options, so remove it. Fixes issue #57409. git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@31070 27541ba8-7e3a-0410-8455-c3a389f83636 10 November 2009, 17:26:41 UTC
942e393 determine correct ROOTSYS in case libCore.so is a symlink (as was already done on Linux systems). git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@31047 27541ba8-7e3a-0410-8455-c3a389f83636 09 November 2009, 15:35:52 UTC
196fea2 From Rene, backport from trunk: Disable the read and write cache when merging Trees in the "fastclone" mode. git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@30826 27541ba8-7e3a-0410-8455-c3a389f83636 22 October 2009, 09:09:00 UTC
771f65a Import fix 30808: - Fix a side-effect introduced by fix #30573 and showing up when both xpd.allowedusers and xpd.allowedgroups are given; xpd.allowedgroups was de facto ignored. git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@30809 27541ba8-7e3a-0410-8455-c3a389f83636 19 October 2009, 11:51:15 UTC
df57256 Import fix 30761 - In XrdProofdProofServ::FreeClientID, reset also entries with undefined protocol. (Fix for bug #57061). Import fix 30635 - Explicitely add include path for the openssl headers to avoid problems on some systems (e.g. kubuntu) git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@30796 27541ba8-7e3a-0410-8455-c3a389f83636 19 October 2009, 07:39:40 UTC
8feda32 Import revision 29636 from the trunk: Fix gcc-3.4 compiler warnings. This compiler does not like it when Long64_t's are cast to pointers on 32-bit machines without first being cast to Long_t (gcc 4.x does not complain about this). git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@30757 27541ba8-7e3a-0410-8455-c3a389f83636 16 October 2009, 10:00:30 UTC
5e8f653 From Adam Hunt: fix sandbox access violation in Gentoo when running ./configure. git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@30709 27541ba8-7e3a-0410-8455-c3a389f83636 13 October 2009, 15:41:24 UTC
9fb6f9a Fix savannah #56225, by backporting r29394 from the trunk: CPP predicate sizeof is only valid for CINT; limits.h might get included by external CPP. Pass G__EXTERNAL_CPP when invoking external CPP to signal that we cannot rely on CINT's extensions. Construct limits.h from CPP info if available, fallback on a 32bit int. git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@30669 27541ba8-7e3a-0410-8455-c3a389f83636 12 October 2009, 10:18:13 UTC
25fcda7 patch release v5-24-00b. git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@30660 27541ba8-7e3a-0410-8455-c3a389f83636 11 October 2009, 20:34:53 UTC
0347fab port from the trunk the fix on the default constructor of TH2 and TH3 which was causing the warning when calling Sumw2. (https://savannah.cern.ch/bugs/?56712 ) git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@30658 27541ba8-7e3a-0410-8455-c3a389f83636 10 October 2009, 08:40:05 UTC
6eb3556 making patch release v5-24-00a. git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@30619 27541ba8-7e3a-0410-8455-c3a389f83636 07 October 2009, 22:19:37 UTC
a292179 change the dynamic library search order. First look into LD_LIBRARY_PATH (or PATH on Windows) and then in what is specified in Root.DynamicPath. This allows by changing LD_LIBRARY_PATH to search for alternative versions of plugins without changing the rootrc file(s). git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@30615 27541ba8-7e3a-0410-8455-c3a389f83636 07 October 2009, 21:43:29 UTC
e06e44c fix problem with relative symbolic links in root-config as reported by Wim. git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@30614 27541ba8-7e3a-0410-8455-c3a389f83636 07 October 2009, 21:42:00 UTC
61aab2a TDataSetManagerFile: import fixes 29171 - Correctly classify as TTree all TTree derived classes (e.g. TNtuple's) - Fix a problem in saving the end-point URL for local files - Fix realtime notification during 'verify' TFile: import fix 30170 - Retrieve the correct local file name (inclusive of prefix) in TFile::Open() TFileStager: import fix 30170 - Check locality of the path when initializing a TFileStager: this allows to avoid blocking when testing a local path with "root://" protocol TPacketizerAdaptive, TPacketizer: import change 30574 - By default do not set any limit on the number of workers accessing a given file server XrdProofdManager: import fix 30573 - Fix the behaviour of the xpd.allowedusers directive XrdClient: - Import fixes in XrdClientVector, bulk prepare, cache handling. git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@30581 27541ba8-7e3a-0410-8455-c3a389f83636 06 October 2009, 14:12:13 UTC
34ded1d merge from trunk the fixes: - TMinuitMinimizer::GlobalCC, issue https://savannah.cern.ch/bugs/?54279 - force the use of user provided gradient git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@30572 27541ba8-7e3a-0410-8455-c3a389f83636 06 October 2009, 08:04:08 UTC
dcb14f7 import from trunk fix 3460 corrected a problem of the minimizer when restoring the gErrorIgnoreLevel after fitting. git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@30571 27541ba8-7e3a-0410-8455-c3a389f83636 06 October 2009, 08:01:51 UTC
677d005 merge from the trunk: - fix for https://savannah.cern.ch/bugs/index.php?56057 - include dictionary for VectorUtil.h git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@30570 27541ba8-7e3a-0410-8455-c3a389f83636 06 October 2009, 07:59:26 UTC
f686d91 port from the trunk: - patch from Rune Jensen to use static lookup table for symmetric matrices - fix compiler warning in Cholesky decomposition git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@30569 27541ba8-7e3a-0410-8455-c3a389f83636 06 October 2009, 07:58:13 UTC
ff5c682 add support for gcc 4.4.x. git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@30492 27541ba8-7e3a-0410-8455-c3a389f83636 26 September 2009, 20:38:39 UTC
2d74319 Import from the trunk a crucial fix for bulk prepare requests git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@30431 27541ba8-7e3a-0410-8455-c3a389f83636 25 September 2009, 09:52:53 UTC
948b008 fix a bug in copy constructor of RooDataHist git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@30106 27541ba8-7e3a-0410-8455-c3a389f83636 11 September 2009, 08:11:43 UTC
924e8d3 - merge bug fixes from trunk (from revison > 29513) -add a protection against very small step sizes which can cause nan values in the gradient -fix errors when compiling with option -DDEBUG -fix a bug in returning MnCross git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@30098 27541ba8-7e3a-0410-8455-c3a389f83636 09 September 2009, 16:51:53 UTC
e68e886 fix problem in ProfileLikelihoodCalculator GetHypoTest in the case when there are no nuisance parameters git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@30096 27541ba8-7e3a-0410-8455-c3a389f83636 09 September 2009, 16:44:59 UTC
662ec34 Port the following fixes in the patch: - fix ix in RooStatUtils::SetParameters ( http://root.cern.ch/viewvc?view=rev&revision=29521 ) - fix in FeldmanCousins.xx ( http://root.cern.ch/viewvc?view=rev&revision=29273 ) - binary search improvement in LikelihoodInterval ( http://root.cern.ch/viewvc?view=rev&revision=29730 and http://root.cern.ch/viewvc?view=rev&revision=29967 ) git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@30065 27541ba8-7e3a-0410-8455-c3a389f83636 08 September 2009, 14:21:42 UTC
83d3f93 Import fix for file-descriptor leak (bug #54591) git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@30050 27541ba8-7e3a-0410-8455-c3a389f83636 07 September 2009, 07:10:34 UTC
1f2790e Import fix #29995 git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@29996 27541ba8-7e3a-0410-8455-c3a389f83636 01 September 2009, 09:09:20 UTC
e1ce655 From Fabrizio and me (backport from v5-25-01): - add support for native recursive mutexes (pthread and Win32) and remove not satisfactory generic recursive implementation. - remove support for older pthread versions (PthreadDraftVersion < 10), all modern systems support version 10 now. git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@29989 27541ba8-7e3a-0410-8455-c3a389f83636 31 August 2009, 17:33:36 UTC
6076b9c Add explicitly -m32 for "macosx" build so that we can build 32-bit versions of ROOT on 64-bit Snow Leopard, where the default is now -m64. This fixes issue #55061. git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@29988 27541ba8-7e3a-0410-8455-c3a389f83636 31 August 2009, 17:28:47 UTC
93f5702 o RooProdGenContext - Bug fix from dev/roostats branch. Generate uniform distribution for non-dependent observables as is done by standard context and as is expected by client code git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@29939 27541ba8-7e3a-0410-8455-c3a389f83636 27 August 2009, 14:54:07 UTC
6abb726 o RooDataSet - Import bug fix from trunk to solve issue with import of multiple unweighted datasets o RooMCStudy - Import bug fix from dev/roostats branch that implements correct handling of nevt=0 cases in extended ML processing o RooSimultaneous - Import bug fix from dev/roostats branch in ctor git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@29936 27541ba8-7e3a-0410-8455-c3a389f83636 27 August 2009, 14:11:45 UTC
a08b96c From Philippe: Add missing ';' that prevent the proper detection of xrootd build failure. git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@29897 27541ba8-7e3a-0410-8455-c3a389f83636 25 August 2009, 10:09:40 UTC
1bd6dcb Fix regression with saving animated gifs with variable frame-rate. Descibed in bug #54562. git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@29824 27541ba8-7e3a-0410-8455-c3a389f83636 19 August 2009, 16:10:07 UTC
1f9aad1 ROOTINCDIR was erroneously redefined to be etcdir (fixes issue #54247). git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@29762 27541ba8-7e3a-0410-8455-c3a389f83636 12 August 2009, 10:02:52 UTC
d2fc39b Fix GetExpFormula for TTreeFormula variable (this fixes savannah #53991) git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@29685 27541ba8-7e3a-0410-8455-c3a389f83636 05 August 2009, 13:28:19 UTC
c3efbdc o RooDataHist - Bug fix in handling of weights in set() o RooRealIntegral - Bug fix in createIntegral() in forwarding of normalization sets git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@29648 27541ba8-7e3a-0410-8455-c3a389f83636 30 July 2009, 20:12:35 UTC
0a2967f update roofit version tag to 3.00a git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@29647 27541ba8-7e3a-0410-8455-c3a389f83636 30 July 2009, 18:41:36 UTC
2ef8336 Backport from trunk: change TExMap hash, key and values from (U)Long_t to (U)Long64_t. This makes TExMap streamable in a portable way. On 64-bit platforms there is no difference, but on 32-bit platforms all values will now be 64-bit. This fixes a big portability issue with THnSparse which uses TExMap internally where the versions created on a 32-bit platform could not be read on a 64-bit platform and vice versa. git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@29603 27541ba8-7e3a-0410-8455-c3a389f83636 28 July 2009, 14:23:36 UTC
3483e2d Backport from 5.25/01: Add support for skipping the reading of the $HOME/<name> resource file. To do this set the shell variable ROOTENV_NO_HOME=1. This might be useful in case the home directory resides on an automounted remote file system and one wants to avoid this file system from being mounted. Fixes issue #52551. git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@29593 27541ba8-7e3a-0410-8455-c3a389f83636 27 July 2009, 13:42:00 UTC
4bee128 Importing fix #29568 in TProofServ.cxx git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@29570 27541ba8-7e3a-0410-8455-c3a389f83636 24 July 2009, 07:33:50 UTC
3517aba From Wim: https://savannah.cern.ch/bugs/?53500 git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@29534 27541ba8-7e3a-0410-8455-c3a389f83636 23 July 2009, 09:42:43 UTC
88af947 apply fix for https://savannah.cern.ch/bugs/?52666 git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@29515 27541ba8-7e3a-0410-8455-c3a389f83636 17 July 2009, 16:09:02 UTC
db9f419 apply fixes for https://savannah.cern.ch/bugs/?53038 and fix statistics in TH2::Project when using TCutg git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@29514 27541ba8-7e3a-0410-8455-c3a389f83636 17 July 2009, 16:08:34 UTC
aacf2f6 Import workaround r29504. This allows to setup xproofd to serve in optimized way multiple ROOT version independently of the fix in the TTreeCache initialization (patch 29126). git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@29505 27541ba8-7e3a-0410-8455-c3a389f83636 17 July 2009, 09:59:10 UTC
0fa3d27 Import from trunk change #29491: - Fix several issues in TProofOutputFile showing up in particular in PROOF-Lite git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@29496 27541ba8-7e3a-0410-8455-c3a389f83636 16 July 2009, 16:30:22 UTC
c29a279 Import from trunk change #29490: - Fix a couple of memory leaks showing up when running repeated queries in PROOF-Lite git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@29495 27541ba8-7e3a-0410-8455-c3a389f83636 16 July 2009, 16:29:20 UTC
9870f67 Import from trunk change #29438, #29474, #29485: - Fix to detect the correct version of (krb5_c_)valid_cksumtype git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@29494 27541ba8-7e3a-0410-8455-c3a389f83636 16 July 2009, 16:27:49 UTC
f1160c5 Import from trunk change #29486: - In TUnixSystem::GetLinuxProcInfo, make sure that the file is valid before using it; fixes occasional segv observed in PROOF git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@29493 27541ba8-7e3a-0410-8455-c3a389f83636 16 July 2009, 16:26:27 UTC
c9152db Specializations of templates for ClassDef implementations must be in their class's enclosing namespace. Trunk's r29467. git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@29489 27541ba8-7e3a-0410-8455-c3a389f83636 16 July 2009, 12:29:00 UTC
9a88c53 Fix the implementation of ShowMembers in the case where the members are of type with a rootcint dictionary and no genreflex dictionary. git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@29465 27541ba8-7e3a-0410-8455-c3a389f83636 15 July 2009, 05:05:46 UTC
360a1b9 Fix the case involving nested classes inside an STL container, when a data member is deleted from a class in the middle and root did not properly recognize this when reading old data, and overwrites part of the structure being read. For example, suppose we have this: struct C { int x; }; struct B { C b1; C b2; }; struct A { std::vector<B> aa; }; and then write an A to a tree. We then remove the `b2' member. When reading an old file, the contents of `b1' will be written with the old `b2'! git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@29390 27541ba8-7e3a-0410-8455-c3a389f83636 07 July 2009, 16:58:54 UTC
fc79efa Apply bug fixes to RooDataHist and RooProfileLL to v524 patch branch as well git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@29384 27541ba8-7e3a-0410-8455-c3a389f83636 07 July 2009, 14:30:02 UTC
c46ea52 Since we can not distinguish (in the TStreamerInfo) the case where the class layout was versioned to 1 or was un-versioned, we update the rule matching mechanism so that a rule assigned to version '1' will apply both to any unversioned class layout and to a class layout which version number was set to '1'. This resolves the issue described at http://root.cern.ch/phpBB2/viewtopic.php?t=8749 git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@29370 27541ba8-7e3a-0410-8455-c3a389f83636 07 July 2009, 03:53:25 UTC
43a3025 Fix tab completion for the case root [0] .x tutorials/ [TAB] git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@29369 27541ba8-7e3a-0410-8455-c3a389f83636 07 July 2009, 03:52:21 UTC
ce39a2c Fix the initialization of the checksum information for a TSchemaRule > (hence fixing the lookup based on checksum) git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@29366 27541ba8-7e3a-0410-8455-c3a389f83636 07 July 2009, 03:35:06 UTC
76690c6 Insure that the TTreeCloner (fast merging) is able to also copy 'uninitialized' TStreamerInfo describing abstract classes (This fixed savannah report #52856) git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@29363 27541ba8-7e3a-0410-8455-c3a389f83636 06 July 2009, 22:20:11 UTC
72302e5 also provide now needed -STACK flag on Windows to user code. git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@29316 27541ba8-7e3a-0410-8455-c3a389f83636 02 July 2009, 16:01:03 UTC
dc584a7 make sure that "make distsrc" checks out from the tags directory and not the trunk for patch releases. git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@29307 27541ba8-7e3a-0410-8455-c3a389f83636 02 July 2009, 10:50:48 UTC
7d28017 From Bertrand: Increase the stack size to 4Mb (default is 1Mb) on Windows. git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@29306 27541ba8-7e3a-0410-8455-c3a389f83636 02 July 2009, 10:45:33 UTC
0574bfc From Bertrand: Fix a problem when generating ROOT resource version from ROOT_RELEASE when it contains 00 (e.g. 5.24.00). git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@29305 27541ba8-7e3a-0410-8455-c3a389f83636 02 July 2009, 10:43:37 UTC
e163850 Port r29287 to the branch: Speed up the dictionary initialization for large dictionaries by a huge factor, reducing it from n^2 to nlogn. Also increases the speed of type name lookup, especially in the case of non-existing types, a common thing in CINT ("is TObject a typedef? no"). Attempts to fix the underlying issue of Savannah #52457 git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@29296 27541ba8-7e3a-0410-8455-c3a389f83636 01 July 2009, 15:10:36 UTC
ac0383b fix due to TString(int) ctor now being explicit. --This line, and thos ebelow, will be ignored-- M GlobusAuth.cxx git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@29284 27541ba8-7e3a-0410-8455-c3a389f83636 01 July 2009, 09:18:13 UTC
f428a0c Make v5-24-00-patches branch. git-svn-id: http://root.cern.ch/svn/root/branches/v5-24-00-patches@29279 27541ba8-7e3a-0410-8455-c3a389f83636 01 July 2009, 08:35:10 UTC
b021ae8 Tagging production version v5-24-00 git-svn-id: http://root.cern.ch/svn/root/tags/v5-24-00@29258 27541ba8-7e3a-0410-8455-c3a389f83636 30 June 2009, 07:26:56 UTC
e90c1a5 From Philippe: tab completion was 'broken' for the case root [0] .x tutorials/ [TAB] git-svn-id: http://root.cern.ch/svn/root/trunk@29257 27541ba8-7e3a-0410-8455-c3a389f83636 30 June 2009, 05:57:49 UTC
cb70d30 Remove a debug statement git-svn-id: http://root.cern.ch/svn/root/trunk@29256 27541ba8-7e3a-0410-8455-c3a389f83636 29 June 2009, 16:26:44 UTC
d312f38 From Fons: small diff for the "uninstall" target in case ROOTSYS is not correctly set. Fixes issue #52245. git-svn-id: http://root.cern.ch/svn/root/trunk@29255 27541ba8-7e3a-0410-8455-c3a389f83636 29 June 2009, 15:00:47 UTC
6a6eda4 Versioning ROOT 5.24/00 This line, and those below, will be ignored-- M core/base/inc/RVersion.h M build/version_number git-svn-id: http://root.cern.ch/svn/root/trunk@29254 27541ba8-7e3a-0410-8455-c3a389f83636 29 June 2009, 10:52:52 UTC
c1166b5 From Wouter: update to release notes. git-svn-id: http://root.cern.ch/svn/root/trunk@29253 27541ba8-7e3a-0410-8455-c3a389f83636 29 June 2009, 07:53:12 UTC
da7c3ee Minor changes in affiliation git-svn-id: http://root.cern.ch/svn/root/trunk@29252 27541ba8-7e3a-0410-8455-c3a389f83636 28 June 2009, 15:51:42 UTC
cb412c1 From Joerg: a patch for the problem with the examples in tmva/test + a protection git-svn-id: http://root.cern.ch/svn/root/trunk@29246 27541ba8-7e3a-0410-8455-c3a389f83636 26 June 2009, 16:50:00 UTC
dd2c52c From Fons, fix for Windows git-svn-id: http://root.cern.ch/svn/root/trunk@29245 27541ba8-7e3a-0410-8455-c3a389f83636 26 June 2009, 15:53:37 UTC
e5c2fa0 From Fons: fixes the issue of finding the location of ROOTSYS based on rootcint being a symbolic link (as is the case in LCG installation reported by David). git-svn-id: http://root.cern.ch/svn/root/trunk@29244 27541ba8-7e3a-0410-8455-c3a389f83636 26 June 2009, 15:22:11 UTC
cd55338 From Lorenzo: Update release notes git-svn-id: http://root.cern.ch/svn/root/trunk@29243 27541ba8-7e3a-0410-8455-c3a389f83636 26 June 2009, 13:24:20 UTC
325b9a4 From Axel: silence MSVC9's DLL interface warning. git-svn-id: http://root.cern.ch/svn/root/trunk@29242 27541ba8-7e3a-0410-8455-c3a389f83636 26 June 2009, 11:01:45 UTC
21ed7f3 when making src tar generate etc/svninfo.txt as it is used by the Win build (and will only be generated when building from an svn managed source tree, which is not the case for the source distributed). git-svn-id: http://root.cern.ch/svn/root/trunk@29241 27541ba8-7e3a-0410-8455-c3a389f83636 26 June 2009, 10:11:55 UTC
back to top