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

sort by:
Revision Author Date Message Commit Date
f668981 tag patch release v5-28-00e. git-svn-id: http://root.cern.ch/svn/root/tags/v5-28-00e@39845 27541ba8-7e3a-0410-8455-c3a389f83636 21 June 2011, 08:25:30 UTC
8c7bcf9 make version v5-28-00e. git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@39844 27541ba8-7e3a-0410-8455-c3a389f83636 21 June 2011, 08:24:29 UTC
9f63223 Import from trunk patch 39835: - In TPacketizer and TPacketizerAdaptive, fix an issue with counter updating when a number of events to be processed is specified (it was working up to a certain number of files and then it was getting screwed up). - In TPacketizerAdaptive, fix an issue with the option 'ForceLocal' on 'file:///' URLs. - In TProofPlayer, optimize two conditional scopes. - In TProofPlayerLite, make sure that the Progress timer is stopped when issuing STOP. git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@39836 27541ba8-7e3a-0410-8455-c3a389f83636 20 June 2011, 15:46:37 UTC
077cdba Ported from trunk git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@39823 27541ba8-7e3a-0410-8455-c3a389f83636 20 June 2011, 11:30:42 UTC
5f35d58 remove items not part of v5-28-00. git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@39785 27541ba8-7e3a-0410-8455-c3a389f83636 16 June 2011, 23:46:04 UTC
39a38fa Ported trunk of geom into the branch git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@39777 27541ba8-7e3a-0410-8455-c3a389f83636 16 June 2011, 16:20:45 UTC
bcf9bfb Make sure the TTreeCloner properly carry forward the value of the kDoNotUseBufferMap bit in the branch git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@39759 27541ba8-7e3a-0410-8455-c3a389f83636 15 June 2011, 16:45:35 UTC
ba04c36 In XrdSecProtocolkrb5, make sure that the client is in front of a terminal before issuing a 'kinit'. Final protection against the 'kerberos issue'. Imported from HEAD. git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@39736 27541ba8-7e3a-0410-8455-c3a389f83636 15 June 2011, 09:01:27 UTC
9e256f9 Import revision 39642 (and related prior changes) from the trunk: Reduce the memory used by a TTree in half. Refactor the code reading and writing the TBasket data. A single transient buffer holding the compressed data is now managed by TTree (and could be made thread local) rather than having one per TBranch. Add parameter 'copy' to TBuffer::Expand indicating whether the caller want the existing data to be copy forward (the old behavior and the new default is to copy the data forward). Use this feature is TBasket::Reset to avoid a useless memcpy. Reduce by 40% the time taken GetEntry for a branch created using a leaflist (exclusive of the decompression time). Cache the current basket and its limit. Reorder the set of test to reduce the number of conditional jump in the most common cases and use: #define unlikely(expr) __builtin_expect(!!(expr), 0) #define likely(expr) __builtin_expect(!!(expr), 1) to tell the compiler/processor which branch is more likely. Record whether the buffer's map of classname and object is used to avoid resetting unnecessarily at read time. git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@39657 27541ba8-7e3a-0410-8455-c3a389f83636 10 June 2011, 00:29:12 UTC
23c4b36 Import from trunk patch #39585: In TProofPlayer, make sure that TVirtualPAcketizer::HandleTimer is not called concurrently during 'STOP', because this can deadlock the master. Fixes an issue with 'STOP' reported by ALICE. git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@39587 27541ba8-7e3a-0410-8455-c3a389f83636 07 June 2011, 21:03:30 UTC
c387d62 Import from trunk patch #39580: Refine the part patch #37942 mapping 'localhost' to gSystem->HostName(): this is only needed for master-to-worker. Doing it for client-to-master breaks the use of SSH tunnels. git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@39584 27541ba8-7e3a-0410-8455-c3a389f83636 07 June 2011, 20:32:58 UTC
d45b244 Import revision 39576 from the trunk: Support the case where the default size for the Cache is 0 and hence no cache is created. This can happen whenever the AutoFlush mechanism is explicitly disabled when create the TTree git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@39578 27541ba8-7e3a-0410-8455-c3a389f83636 07 June 2011, 17:14:44 UTC
a1ba625 Import patch #39308, upgrading afdsmgrd git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@39309 27541ba8-7e3a-0410-8455-c3a389f83636 20 May 2011, 18:11:31 UTC
e2961f4 Import revision 39271 from the trunk: In TTree::Fill, call FlushBasket before calling OptimizeBaskets so that we have a correct and accurate value of fTotBytes to use as the requested memory. In TTree::OptimizeBasket enforces hard minimun for the basket size (no lower than the estimate size of one entry in the branch and no lower than 8 bytes). This fixes: https://savannah.cern.ch/bugs/index.php?82410 git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@39271 27541ba8-7e3a-0410-8455-c3a389f83636 19 May 2011, 16:12:17 UTC
c6cddec Avoid numerical overflow ... leading to an infinite loop git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@39224 27541ba8-7e3a-0410-8455-c3a389f83636 18 May 2011, 03:47:37 UTC
fe8e26a Import patch #39172 from trunk: Include transmission of the orginal weight to TProofDraw is 'DrawSelect' operations. Should fix issue http://root.cern.ch/phpBB3/viewtopic.php?f=13&t=12728 . git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@39174 27541ba8-7e3a-0410-8455-c3a389f83636 12 May 2011, 18:10:18 UTC
414da8a Import patch #39171 from trunk: Fix merging of TProofOutputFiles with submergers (see http://root.cern.ch/phpBB3/viewtopic.php?f=13&t=12598). In such a case the submergers should produce some intermediate files; this was not correctly handled. A tutorial using this merging technology will be soon added. git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@39172 27541ba8-7e3a-0410-8455-c3a389f83636 12 May 2011, 16:35:09 UTC
dd01124 Add xrdsssadmin to the list of exported xrootd executables git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@39170 27541ba8-7e3a-0410-8455-c3a389f83636 12 May 2011, 15:55:22 UTC
7239b73 fix some other issues related to DEB_HOST_MULTIARCH on Ubuntu 11.04. git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@39168 27541ba8-7e3a-0410-8455-c3a389f83636 12 May 2011, 12:07:38 UTC
81e0bc9 Port of r39159 from trunk. Silence warning, always set "end". git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@39160 27541ba8-7e3a-0410-8455-c3a389f83636 10 May 2011, 16:19:31 UTC
ec90194 Port of r39156 from trunk. ALICE build was crashing rootcint on a Linkdef.h line "#" (i.e. nothing but a hash). Fix that, and factor out and improve string-copying-strtok-pragma-token-parsing code so I can fix it once instead of four times. git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@39158 27541ba8-7e3a-0410-8455-c3a389f83636 10 May 2011, 14:40:26 UTC
f6f2212 Import from trunk patch 39152 improving solidity of file name matching in TPacketizerFile git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@39154 27541ba8-7e3a-0410-8455-c3a389f83636 10 May 2011, 10:38:24 UTC
8b0699b Import revision 38830 from the trunk: As we do in Build, make sure to handle explicit TObject::fBits in BuildOld git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@39148 27541ba8-7e3a-0410-8455-c3a389f83636 09 May 2011, 15:41:43 UTC
e0017f4 make version v5-28-00d. git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@39144 27541ba8-7e3a-0410-8455-c3a389f83636 07 May 2011, 20:08:48 UTC
e1b54f7 Import revision 38854 from the trunk: In TBranchRef distinguish between the entry we need (now called RequestedEntry) and the entry we have read (fReadEntry) so that we can avoid re-reading the same entry too many times. git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@39141 27541ba8-7e3a-0410-8455-c3a389f83636 06 May 2011, 20:32:15 UTC
bf3d10a Import revision 39134 and 39136 from the trunk: Avoid the error messages similar to: Error in <TBufferFile::ReadVersion>: Could not find the StreamerInfo with a checksum of -849380031 for the class "NeverWritten" in memberwise.root. which is spurrious when it is issued when unstreaming a memberwised streamed collection which is always empty (Introduce TBuffer::ReadVersionForMemberWise for this purpose). git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@39140 27541ba8-7e3a-0410-8455-c3a389f83636 06 May 2011, 20:21:50 UTC
7598ac9 Add missing initialization of fStreamerFunc git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@39132 27541ba8-7e3a-0410-8455-c3a389f83636 06 May 2011, 19:11:40 UTC
220eb50 Import r39055 from the trunk: Improve the performance of TProcessUUID::AddUUID by reintroducing the THashList. This significanly improve the performance of reading file with very large number of directories (A file with 100,000 directories was traversed in more than 8 minutes and is now traversed in 15s) without noticeable affecting small files. git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@39131 27541ba8-7e3a-0410-8455-c3a389f83636 06 May 2011, 19:10:03 UTC
f68e61f Port of r39092 from trunk. Don't require literal "#pragma": "# pragma" is fine, too! Fixes bug #80481. git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@39093 27541ba8-7e3a-0410-8455-c3a389f83636 04 May 2011, 13:18:04 UTC
1fe6182 Import from trunk patch #39088 fixing TPacketizerUnit git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@39089 27541ba8-7e3a-0410-8455-c3a389f83636 04 May 2011, 11:26:47 UTC
2cf92ce -O2 on the two specified files is broken for gcc 4.5.2, use -O. git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@39080 27541ba8-7e3a-0410-8455-c3a389f83636 03 May 2011, 15:20:20 UTC
d368c34 Import from trunk patch #39074: - Fix issue affecting the result of subsequent worker activation/deactivation requests when worker ordinal numbers were not in increasing order - Add support for block requests for worker activation/deactivation (much more efficient, because FindUniqueSlaves is only called once); the list of workers to have their statis changed is comma- separated. - Make DeactivateWorker and ActivateWorker to return != 0 when something went wrong, with -2 indicating that at least one of the worker ordinal numbers in the list is invalid (e.g. '0.134' for a cluster with 20 workers only). git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@39075 27541ba8-7e3a-0410-8455-c3a389f83636 03 May 2011, 10:15:27 UTC
44b9223 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-28-00-patches@39069 27541ba8-7e3a-0410-8455-c3a389f83636 02 May 2011, 18:34:47 UTC
32e9f69 add support for Ubuntu 11.04. git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@39050 27541ba8-7e3a-0410-8455-c3a389f83636 29 April 2011, 15:54:51 UTC
a715772 Remove old version left over because of a problem with 'svn merge' git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38988 27541ba8-7e3a-0410-8455-c3a389f83636 21 April 2011, 07:33:29 UTC
84185ce Port of r38966 from trunk. Don't access string[-1] now that we sometimes return "\0". git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38968 27541ba8-7e3a-0410-8455-c3a389f83636 20 April 2011, 15:39:31 UTC
7e3aaf9 Port of r38965 from trunk. Don't iterate beyond string terminating 0. Signal EOF by returning the string "\0". Fix "\0EOF" special string such that el_eof() can work. git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38967 27541ba8-7e3a-0410-8455-c3a389f83636 20 April 2011, 15:39:19 UTC
096fbe3 Port of r38926 from trunk. Also find *protected* static data members in bases. roottest coming up. git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38962 27541ba8-7e3a-0410-8455-c3a389f83636 20 April 2011, 12:56:35 UTC
068ea76 Import from trunk the datastager daemon (ALICE request). git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38945 27541ba8-7e3a-0410-8455-c3a389f83636 20 April 2011, 08:12:04 UTC
4071520 merge from trunk fix 38652 to remove warnings observed when NDEBUG is defined git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38942 27541ba8-7e3a-0410-8455-c3a389f83636 20 April 2011, 07:59:14 UTC
804e69f make version 5.28.00c. git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38883 27541ba8-7e3a-0410-8455-c3a389f83636 15 April 2011, 15:31:30 UTC
cac59d3 Import following patches from the trunk: - #38709, #38779: Patch to PROOF monitoring to: - Send additional information about memory usage during the query, the name and size (# of files) of the dataset processed (if any). - Add possibility to send the information to multiple monitoring collectors. Both feature requested by ALICE and ATLAS. Documentation updated at http://root.cern.ch/drupal/content/enabling-query-monitoring . - #38765: Fix return code in the recently introduced AcceptPeer function - #38720: Fix problem with the labels of the distribution histo occuring when machines are represented by IPs instead of names git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38882 27541ba8-7e3a-0410-8455-c3a389f83636 15 April 2011, 15:11:36 UTC
f7cb11d From Gerri: Fix check for bonjour support in the external xrootd. Should fix build issue often reported by ALICE members building against xrootd from alien. git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38880 27541ba8-7e3a-0410-8455-c3a389f83636 15 April 2011, 15:02:41 UTC
7406b48 Import patch #38810 to correctly honour selector abort status settings in PROOF. Currently only the TSelector::kAbortProcess was handled by stopping processing. In particular TSelector::kAbortFile was ignored; this recently created some problems in ALICE with corrupted files, with repeated attempts to read events eventually leading to bad_alloc exceptions. This patch also fixes other related issues, in particular with the reporting of the non-processed {files, events} in the final 'MissingFiles' list. This list should now account much more precisely of the number of events which could not be processed. It also fixes a problem with the final update of the progress information affecting occasionally cases with skipped events. git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38877 27541ba8-7e3a-0410-8455-c3a389f83636 15 April 2011, 14:12:10 UTC
136b51d Import r38869 from the trunk: Patch to correctly honour selector abort status settings in TTreePlayer::Process. Currently only the TSelector::kAbortProcess was handled by stopping processing. In particular TSelector::kAbortFile was ignored; this recently created some problems in ALICE with corrupted files, with repeated attempts to read events eventually leading to bad_alloc exceptions. git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38870 27541ba8-7e3a-0410-8455-c3a389f83636 15 April 2011, 11:32:12 UTC
91b621b Import fix #38866 adding protection in TFileMerger against reading error/zlib inflate errors git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38868 27541ba8-7e3a-0410-8455-c3a389f83636 15 April 2011, 11:17:45 UTC
c1fa7a3 Import fix #38863 for builds with an external Xroot git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38867 27541ba8-7e3a-0410-8455-c3a389f83636 15 April 2011, 11:16:43 UTC
cf0ca5b From Gerri: build the AliEn plugin only when XRD is build or available. git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38856 27541ba8-7e3a-0410-8455-c3a389f83636 14 April 2011, 20:18:58 UTC
444026c build AliEn plugin independent of the building of XRD. git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38847 27541ba8-7e3a-0410-8455-c3a389f83636 14 April 2011, 13:03:29 UTC
00a57e3 merge fix 38335 from trunk in TH1::Chi2Test git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38836 27541ba8-7e3a-0410-8455-c3a389f83636 13 April 2011, 21:04:55 UTC
f36437f merge from the trunk fix 38821 and 38822 in TH1::Chi2Test and TEfficiency git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38823 27541ba8-7e3a-0410-8455-c3a389f83636 13 April 2011, 13:43:47 UTC
0808593 copy from trunk new version of stressHistogram with new tests for merging with labels but exclude 3D rebin test git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38812 27541ba8-7e3a-0410-8455-c3a389f83636 12 April 2011, 16:25:25 UTC
b939c66 copy from trunk fix 38794 and 37655 for merging histograms with labels git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38811 27541ba8-7e3a-0410-8455-c3a389f83636 12 April 2011, 16:24:37 UTC
a9c57c2 merge from the trunk fix 38776 (add BUfferEmpty for all histogram operations like Add/Scale/Multiply, etc..) git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38809 27541ba8-7e3a-0410-8455-c3a389f83636 12 April 2011, 16:12:39 UTC
7e2633e Import patch #38760 adding missing calls to TSystem::FreeDirectory git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38761 27541ba8-7e3a-0410-8455-c3a389f83636 07 April 2011, 07:52:33 UTC
97463de Import patch #38758, adding missing calls to closedir() git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38759 27541ba8-7e3a-0410-8455-c3a389f83636 07 April 2011, 07:29:33 UTC
92663b6 Import revision 38745 from the trunk: Remove a serious typo in the generated code git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38746 27541ba8-7e3a-0410-8455-c3a389f83636 05 April 2011, 21:38:53 UTC
ec73c8e Import revision 38743 from the trunk: When setting fBranch in the loaded basket, make sure to set it also for the first/only basket ; this prevents a crash when calling SetBasketSize for a split top level branch in a file produced by v4.00/08 git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38744 27541ba8-7e3a-0410-8455-c3a389f83636 05 April 2011, 20:58:01 UTC
4db927c Merge rev 38716 from trunk. Original log ------------ TGLFormat: * Avoid query of available multi-sample modes when not required. Over ssh, SLC5 lies about supporting the GLX_SAMPLES_ARB extension and then dies horribly when the query is made. * Request 24-bit depth buffer. TGLWidget: * Request 8-bit color buffers. git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38717 27541ba8-7e3a-0410-8455-c3a389f83636 04 April 2011, 10:40:19 UTC
85bddee merge fixes 38680 and 38686 from trunk (fixes to Reset and BufferEmpty) git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38705 27541ba8-7e3a-0410-8455-c3a389f83636 01 April 2011, 15:00:13 UTC
9cea6b3 Import fix #38691: Fix issue affecting the case when temporary files are asked to be created on a shared file system not containing the sandboxes. This case, which seems to be a rather common one, should be now fully supported. git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38692 27541ba8-7e3a-0410-8455-c3a389f83636 31 March 2011, 13:11:31 UTC
3743dce Properly detect that an object inherits from TClass (and thus avoid mis-using it) (see http://root.cern.ch/phpBB3/viewtopic.php?f=3&t=12477&start=15#p53957) git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38684 27541ba8-7e3a-0410-8455-c3a389f83636 31 March 2011, 03:34:07 UTC
74a5d36 Import revision 38659 from the trunk: Add missing TClass creation for vector<Long64_t> and vector<ULong64_t> git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38660 27541ba8-7e3a-0410-8455-c3a389f83636 29 March 2011, 19:22:32 UTC
c0ba035 Import revision 38654 from the trunk: Mark TROOT as 'TObject::kInvalidObject' as soon as its destructor starts, in order to be able to veto some action later on (like autoloading). This prevents a crash when doing: root.exe -l root [] new TBrowser root [] .q git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38655 27541ba8-7e3a-0410-8455-c3a389f83636 29 March 2011, 16:34:00 UTC
1890d28 merge from trunk the revision 38647 with the fixes in TH1 for the bugger (bugs 77956 and 79303) git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38649 27541ba8-7e3a-0410-8455-c3a389f83636 29 March 2011, 11:49:23 UTC
b5e569d merge fix from trunk 38629 (+ 38634) in the Projection methods. See http://root.cern.ch/viewvc?view=rev&revision=38629 git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38646 27541ba8-7e3a-0410-8455-c3a389f83636 28 March 2011, 19:32:11 UTC
a85cf28 merge from the trunk fix in TProfile's::Merge when the axes have kCanRebin bit set (https://savannah.cern.ch/bugs/?79675) git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38641 27541ba8-7e3a-0410-8455-c3a389f83636 28 March 2011, 08:02:38 UTC
cdad1c7 Import fix #38632: make sure that log paths are not recorded twice git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38633 27541ba8-7e3a-0410-8455-c3a389f83636 25 March 2011, 17:44:44 UTC
29a3125 - Like "SetPoint" the method "Apply" modifies the graph content. So, a logic similar to the one implemented in SetPoint should be done, ie: 1) if fHistogram exists it is reset. 2) if gPad exist a gPad->Modified() is issued. git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38631 27541ba8-7e3a-0410-8455-c3a389f83636 25 March 2011, 17:11:34 UTC
3ca8ddf - New version git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38630 27541ba8-7e3a-0410-8455-c3a389f83636 25 March 2011, 17:08:55 UTC
bf6bbaa Import fix #38618: Make sure that the default output file whne using TProofOutputFile is set coherently to the loacl settings. In particular, if 'rootd' data serving option is set the file should be readible via the 'rootd://' protocol. This should fix Savannah issue #79845 . git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38619 27541ba8-7e3a-0410-8455-c3a389f83636 24 March 2011, 19:52:31 UTC
d5d0930 Import patch #38616: Fix a bug checking the first event, probably introduced by 'fix' #37980 . Should fix the issue reported in Savannah #78921 . git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38617 27541ba8-7e3a-0410-8455-c3a389f83636 24 March 2011, 17:58:27 UTC
0a2cf4f Import r38614 from the trunk: Avoid division by zero when AutoFlush is set explicitly by AutoSave is not set explicitly git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38615 27541ba8-7e3a-0410-8455-c3a389f83636 24 March 2011, 17:43:57 UTC
ed64808 finally added support for floating point exception handling on MacOS X. The issue is that OS X uses the SSE unit for all FP math by default, not the x87 FP unit, so one has to use _MM_SET_EXCEPTION_MASK. git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38604 27541ba8-7e3a-0410-8455-c3a389f83636 24 March 2011, 11:13:43 UTC
84bff17 - Import patches #38570,#38574 adding support for log file truncation. - Import patches #38572,#38575 to filter out PROOF internal objects when displaying or printing the output list. - Import patches #38580,#38581, #38588 fixing a problem with log path transmission when the node dies early or not even starts. - Import patches #38220, #38221, #38222, #38227, #38228, #38577, #38593, #38594 , #38600 adding the possibility to access the files on the workers via the same port used by PROOF. git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38601 27541ba8-7e3a-0410-8455-c3a389f83636 24 March 2011, 10:23:58 UTC
5d07cc8 fix for https://savannah.cern.ch/bugs/?79685 git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38591 27541ba8-7e3a-0410-8455-c3a389f83636 23 March 2011, 18:42:42 UTC
8b7f99c merge from the trunk fix 38566 for bug https://savannah.cern.ch/bugs/index.php?79331 git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38567 27541ba8-7e3a-0410-8455-c3a389f83636 23 March 2011, 10:27:02 UTC
f29b833 fix for https://savannah.cern.ch/bugs/?79685 git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38561 27541ba8-7e3a-0410-8455-c3a389f83636 22 March 2011, 22:06:19 UTC
3591c23 Import revion 38558 from the trunk: Allow re-use of THashList object when streaming git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38560 27541ba8-7e3a-0410-8455-c3a389f83636 22 March 2011, 21:19:09 UTC
6c40299 when explicitly either or both --with-xml-incdir and --with-xml-libdir are set skip xml2-config. Fixes issue 79835. git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38557 27541ba8-7e3a-0410-8455-c3a389f83636 22 March 2011, 16:00:19 UTC
8d37ad5 Import r38554 from the trunk: In TTree::Streamer, if the object we are readubg in was already attached to a directory, let's make sure to unregister the object before setting fDirectory to zero git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38555 27541ba8-7e3a-0410-8455-c3a389f83636 22 March 2011, 15:52:00 UTC
3b18932 - Fix a precision problem in the text positionning. When the pad limits along X or Y were very close the text position might be wrong. This was found thanks to the test #15 in stressGraphics. The text position is now computed using double precision variable only. git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38547 27541ba8-7e3a-0410-8455-c3a389f83636 21 March 2011, 16:50:32 UTC
20c0cac Backport revision 38537 from trunk git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38541 27541ba8-7e3a-0410-8455-c3a389f83636 21 March 2011, 14:56:37 UTC
037d6e6 Import fix #38538 in TXSocket and TXSlave: - Fix problem with the way collection over a socket just marked as 'bad' was interrupted; the interrupt was de facto ineffective, so that collection stayed always until the timeout expired (default: 5 minutes). Should solve some of the cases were slow response was experienced. Import fix #38226 in stressProof: - When cleaning the session and the daemon at the end of the test, destroy also the TProofMgr instance. It should fix the timeout problem encountered sometimes at the end of the test generating an error message like: Warning in <TXSocket::Close>: could not hold semaphore for async messages after 60 sec: closing anyhow (may give error messages) 110225 15:13:59 6719 Proofx-I: Conn::Connect: got an interrupt while connecting - aborting attempts 110225 15:13:59 6719 Proofx-E: Conn::Connect: failed to connect to proof://ganis@localhost.localdomain:40000// TXProofMgr::HandleError: 0x1649c50: got called ... git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38540 27541ba8-7e3a-0410-8455-c3a389f83636 21 March 2011, 14:35:59 UTC
4754172 Port of r38532 from trunk. When explicitly linking, link against libCint. Fixes linking issue e.g. on AIX. git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38534 27541ba8-7e3a-0410-8455-c3a389f83636 21 March 2011, 09:26:06 UTC
1b1c753 Import r38512 from the trunk: Fix support for the automatic addition to the current directory (for TTree and TH1 for example) in TKey::Read(TObject*) git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38513 27541ba8-7e3a-0410-8455-c3a389f83636 18 March 2011, 15:46:40 UTC
92c4d0f Import r38504 from the trunk: Avoid reading past the end of argv when only a few (too little) arguments are passed to rootcint git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38505 27541ba8-7e3a-0410-8455-c3a389f83636 18 March 2011, 12:54:27 UTC
09d9497 fix Clang v3 handling. git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38464 27541ba8-7e3a-0410-8455-c3a389f83636 16 March 2011, 16:11:09 UTC
f28c2db add support for Apple Xcode4 version of Clang (2.9svn) and Clang 3. git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38450 27541ba8-7e3a-0410-8455-c3a389f83636 16 March 2011, 14:12:49 UTC
8b2c71f Import from revision 38398 from trunk: When temporarily stroing the 'struct offset', make sure to use the right type (it used to be 'int' and has been changed to 'long' but a few instances escaped the proper updates). This fixes: <http://savannah.cern.ch/bugs/?75874> git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38399 27541ba8-7e3a-0410-8455-c3a389f83636 14 March 2011, 15:51:04 UTC
be1550c make version 5.28.00b. git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38396 27541ba8-7e3a-0410-8455-c3a389f83636 14 March 2011, 14:12:37 UTC
ebc9493 Import revision 38393 from the trunk: Fix the case of a split collection which contains a class with one data member which is an instance of a class with more than one base class some of which are not split (for example if one the base class is std::vector<int>). git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38394 27541ba8-7e3a-0410-8455-c3a389f83636 11 March 2011, 21:59:11 UTC
c349536 Import fix #38380 for savannah bug #77689 git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38381 27541ba8-7e3a-0410-8455-c3a389f83636 11 March 2011, 12:51:58 UTC
ee5d270 Port of r38356 from trunk. Not being able to load a shared library does not necessarily mean an interpreter error. Instead, errors should be (and actually already are) handled by the caller. Fixes Savannah #78511 git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38377 27541ba8-7e3a-0410-8455-c3a389f83636 11 March 2011, 08:39:10 UTC
e6d1566 Import revision 38370 from the trunk: Add the offset to the sequence copied by the TBranchElement even for base classes. This fixes https://savannah.cern.ch/bugs/index.php?79235 git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38371 27541ba8-7e3a-0410-8455-c3a389f83636 10 March 2011, 20:16:53 UTC
6fa93af Merge rev 38357 from trunk: Avoid taking log(0) when calculating momentum range. git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38366 27541ba8-7e3a-0410-8455-c3a389f83636 10 March 2011, 15:05:31 UTC
b14c97d Import patches 38347 and 38348 fixing problems in TProofLite::DrawSelect git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38349 27541ba8-7e3a-0410-8455-c3a389f83636 09 March 2011, 19:05:39 UTC
3c054f4 Import revision 38325 from the trunk From Chris Jones: Genreflex sometimes produces code like: template<> TClass* TFWLiteSelector<tfwliteselectortest::ThingsWorker>::TFWLiteSelector<tfwliteselectortest::ThingsWorker>::Class() { which fails to compile with gcc 4.5.1 Notice that the name of the class appears twice. This same bug appears in gcc434 builds but evidently there is also a bug in gcc434 i which accepts that incorrect code. [NOTE: the bug in genreflex and gcc are probably related since genreflex uses a version of gcc to parse the header] git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38326 27541ba8-7e3a-0410-8455-c3a389f83636 08 March 2011, 20:28:03 UTC
484eda3 Port of r38280 from trunk. #pragma link C++ class NameSpace::* should link more than just the first class! git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38281 27541ba8-7e3a-0410-8455-c3a389f83636 02 March 2011, 15:07:46 UTC
488a257 Port of r38271 from trunk. GenerateDictionary: also ignore directory part "prec_stl", simplify expression. Fixes vector<vector<int> > part of <http://root.cern.ch/phpBB3/viewtopic.php?f=3&t=12121> git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38272 27541ba8-7e3a-0410-8455-c3a389f83636 02 March 2011, 10:40:45 UTC
back to top