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

sort by:
Revision Author Date Message Commit Date
b24472e This commit was manufactured by cvs2svn to create tag 'v5-08-00a'. git-svn-id: http://root.cern.ch/svn/root/tags/v5-08-00a@13750 27541ba8-7e3a-0410-8455-c3a389f83636 22 December 2005, 00:54:28 UTC
9ae0afd version v5-08-00a. git-svn-id: http://root.cern.ch/svn/root/branches/v5-08-00-patches@13749 27541ba8-7e3a-0410-8455-c3a389f83636 22 December 2005, 00:54:27 UTC
552b053 From Philippe: (As in TCint), do not register namespaces in the list of library to be auto-loaded. This avoids the spurrious loading by ACLiC of _one_ of the library defining an element of the namespace. git-svn-id: http://root.cern.ch/svn/root/branches/v5-08-00-patches@13748 27541ba8-7e3a-0410-8455-c3a389f83636 21 December 2005, 16:34:46 UTC
5242faa - Undo the previous fix (Removing %%BeginSetup/%%EndSetup empty section). CUPS printing system doesn't like it. psresize wil not be happy with that but the priority should be given to printing. Any way it is easier to remove that empty section using a little script than adding it in the PS file each time we want to print a PS file using CUPS. git-svn-id: http://root.cern.ch/svn/root/branches/v5-08-00-patches@13747 27541ba8-7e3a-0410-8455-c3a389f83636 21 December 2005, 16:34:13 UTC
acd573f From Anna: I found a bug in the robust part of the linear fitter. Fix an exceptionally stupid bug. There was an array allocation with () instead of []. git-svn-id: http://root.cern.ch/svn/root/branches/v5-08-00-patches@13746 27541ba8-7e3a-0410-8455-c3a389f83636 21 December 2005, 16:33:40 UTC
466c465 From Olivier: - PaintErrors: Option E1 painted vertical edge bars for empty bins. git-svn-id: http://root.cern.ch/svn/root/branches/v5-08-00-patches@13745 27541ba8-7e3a-0410-8455-c3a389f83636 21 December 2005, 16:32:24 UTC
0a0087c Add a protection in TPad::GetViewer3D() in case the function is called with a null argument (thanks Valeri Fine). git-svn-id: http://root.cern.ch/svn/root/branches/v5-08-00-patches@13744 27541ba8-7e3a-0410-8455-c3a389f83636 21 December 2005, 16:32:03 UTC
a9dd9a7 Because the latest version of Atlas has more than 4000 classes in the dictionary and a request from LHCb to increase the max number of typedefs, we change #define G__MAXSTRUCT 4000 /* struct table */ #define G__MAXTYPEDEF 4000 /* typedef table */ to #define G__MAXSTRUCT 8000 /* struct table */ #define G__MAXTYPEDEF 8000 /* typedef table */ git-svn-id: http://root.cern.ch/svn/root/branches/v5-08-00-patches@13743 27541ba8-7e3a-0410-8455-c3a389f83636 21 December 2005, 16:31:17 UTC
94982c4 fix a hole that could trigger TProofPEAC compilation while not all pre-requisites were met. git-svn-id: http://root.cern.ch/svn/root/branches/v5-08-00-patches@13731 27541ba8-7e3a-0410-8455-c3a389f83636 19 December 2005, 12:24:03 UTC
72aaa1d (As in TCint), do not register namespaces in the list of library to be auto-loaded. This avoids the spurrious loading by ACLiC of _one_ of the library defining an element of the namespace. git-svn-id: http://root.cern.ch/svn/root/branches/v5-08-00-patches@13729 27541ba8-7e3a-0410-8455-c3a389f83636 16 December 2005, 15:35:11 UTC
6f6a7c6 Compiling TTreeFormula.cxx with NOOPT on MacOS with gcc 4.0.1 fixes crash in stress. git-svn-id: http://root.cern.ch/svn/root/branches/v5-08-00-patches@13727 27541ba8-7e3a-0410-8455-c3a389f83636 16 December 2005, 14:20:16 UTC
9247500 This commit was manufactured by cvs2svn to create branch 'v5-08-00-patches'. git-svn-id: http://root.cern.ch/svn/root/branches/v5-08-00-patches@13721 27541ba8-7e3a-0410-8455-c3a389f83636 15 December 2005, 13:57:49 UTC
6ed4aa0 fix dependencies for xproofd that broke parallel build. git-svn-id: http://root.cern.ch/svn/root/trunk@13720 27541ba8-7e3a-0410-8455-c3a389f83636 15 December 2005, 13:57:48 UTC
c9f1b9b From Gerri: XrdProofdProtocol.h, .cxx - Set parent in ignore child state to avoid childs goind to zombie state rootrc.in - Add missing @hasxrd@ in front of TXNetSystem plugin line git-svn-id: http://root.cern.ch/svn/root/trunk@13719 27541ba8-7e3a-0410-8455-c3a389f83636 15 December 2005, 10:34:06 UTC
77d70b7 From Stefan; Fix a problem on 64 bits machines. git-svn-id: http://root.cern.ch/svn/root/trunk@13718 27541ba8-7e3a-0410-8455-c3a389f83636 15 December 2005, 10:13:18 UTC
3152af3 Add contributions of Muriel Pivk and Paul Russo git-svn-id: http://root.cern.ch/svn/root/trunk@13717 27541ba8-7e3a-0410-8455-c3a389f83636 15 December 2005, 08:58:03 UTC
4f72c1d Fix a memory leak in TFormula::Copy git-svn-id: http://root.cern.ch/svn/root/trunk@13716 27541ba8-7e3a-0410-8455-c3a389f83636 15 December 2005, 08:46:46 UTC
8bd5ce6 From Valeri Fine: Remove "inline" from the class implementation. It causes the "undefined symbol" on some platforms after O2 level compilation. (Thanks Nikolay Malitsky) git-svn-id: http://root.cern.ch/svn/root/trunk@13715 27541ba8-7e3a-0410-8455-c3a389f83636 15 December 2005, 06:10:37 UTC
05d5922 From Stefan: Fix for shadow class generation for member which are containers of private types git-svn-id: http://root.cern.ch/svn/root/trunk@13714 27541ba8-7e3a-0410-8455-c3a389f83636 14 December 2005, 18:14:02 UTC
04367cf Implement a request from ATLAS: In addition to the existing function virtual TArrayD *GetSumw2() {return &fSumw2;} provide also the const vesrion virtual const TArrayD *GetSumw2() const {return &fSumw2;} git-svn-id: http://root.cern.ch/svn/root/trunk@13713 27541ba8-7e3a-0410-8455-c3a389f83636 14 December 2005, 16:51:13 UTC
62c6c82 From Philippe: This patchs implement support for inheritance in emulated classes. (request from CMS) git-svn-id: http://root.cern.ch/svn/root/trunk@13712 27541ba8-7e3a-0410-8455-c3a389f83636 14 December 2005, 16:49:10 UTC
034869d relax numerical test condition, since it was failing on Linux git-svn-id: http://root.cern.ch/svn/root/trunk@13711 27541ba8-7e3a-0410-8455-c3a389f83636 14 December 2005, 16:06:27 UTC
84235fb add a fix in the doc for Plane3D and remove an extra endif in the LinkDef git-svn-id: http://root.cern.ch/svn/root/trunk@13710 27541ba8-7e3a-0410-8455-c3a389f83636 14 December 2005, 15:59:14 UTC
e026442 add a main page git-svn-id: http://root.cern.ch/svn/root/trunk@13709 27541ba8-7e3a-0410-8455-c3a389f83636 14 December 2005, 15:58:14 UTC
ae69128 update link in doc git-svn-id: http://root.cern.ch/svn/root/trunk@13708 27541ba8-7e3a-0410-8455-c3a389f83636 14 December 2005, 15:07:26 UTC
f26119d update doc git-svn-id: http://root.cern.ch/svn/root/trunk@13707 27541ba8-7e3a-0410-8455-c3a389f83636 14 December 2005, 15:06:29 UTC
eb7f276 From Valeriy Onoutchine - a tiny fix which allows to detect if file is text or binary git-svn-id: http://root.cern.ch/svn/root/trunk@13706 27541ba8-7e3a-0410-8455-c3a389f83636 14 December 2005, 13:12:19 UTC
10c5b11 From Axel: * Fixed libCintex's libdeps (if dicttype!=cint), * lib order on unix/win link line, don't link libCore against cintex/reflex, link libCintex against libCore git-svn-id: http://root.cern.ch/svn/root/trunk@13705 27541ba8-7e3a-0410-8455-c3a389f83636 14 December 2005, 11:48:34 UTC
0aec296 update doc git-svn-id: http://root.cern.ch/svn/root/trunk@13704 27541ba8-7e3a-0410-8455-c3a389f83636 14 December 2005, 11:41:16 UTC
82803da From Andreas: the parameter names were swapped in the comments. git-svn-id: http://root.cern.ch/svn/root/trunk@13703 27541ba8-7e3a-0410-8455-c3a389f83636 14 December 2005, 11:35:48 UTC
dc4fada From Andreas: I have updated the Alien README file. The one you ship is very old and not correct anymore. git-svn-id: http://root.cern.ch/svn/root/trunk@13702 27541ba8-7e3a-0410-8455-c3a389f83636 14 December 2005, 11:34:28 UTC
e92ea47 Select compilation option -Wno-deprecated to bypass a compilation warning when using the xrootd headers git-svn-id: http://root.cern.ch/svn/root/trunk@13701 27541ba8-7e3a-0410-8455-c3a389f83636 14 December 2005, 10:04:31 UTC
d6fe676 From Stefan: a triviality patch in the python scripts but would be needed by POOL in order to move to ROOT/Reflex. git-svn-id: http://root.cern.ch/svn/root/trunk@13700 27541ba8-7e3a-0410-8455-c3a389f83636 14 December 2005, 06:18:16 UTC
880e674 From Gerri: Patch to move the build of the xproofd executable from 'main' to 'proofd'. git-svn-id: http://root.cern.ch/svn/root/trunk@13699 27541ba8-7e3a-0410-8455-c3a389f83636 13 December 2005, 19:44:09 UTC
75f2740 update doc git-svn-id: http://root.cern.ch/svn/root/trunk@13698 27541ba8-7e3a-0410-8455-c3a389f83636 13 December 2005, 18:28:09 UTC
e496ad8 update version number git-svn-id: http://root.cern.ch/svn/root/trunk@13697 27541ba8-7e3a-0410-8455-c3a389f83636 13 December 2005, 18:14:56 UTC
d010283 update doc git-svn-id: http://root.cern.ch/svn/root/trunk@13696 27541ba8-7e3a-0410-8455-c3a389f83636 13 December 2005, 18:13:00 UTC
86b142d update version number git-svn-id: http://root.cern.ch/svn/root/trunk@13695 27541ba8-7e3a-0410-8455-c3a389f83636 13 December 2005, 18:06:53 UTC
137fba9 update doc git-svn-id: http://root.cern.ch/svn/root/trunk@13694 27541ba8-7e3a-0410-8455-c3a389f83636 13 December 2005, 18:06:27 UTC
749984f from Gerri: build standalone dedicated xproofd. git-svn-id: http://root.cern.ch/svn/root/trunk@13693 27541ba8-7e3a-0410-8455-c3a389f83636 13 December 2005, 17:59:10 UTC
031f06c From Axel: I forgot: also the binaries have to link against Cintex (if dict type!=cint). See attached patch. That's not going to trigger a major rebuild, though. git-svn-id: http://root.cern.ch/svn/root/trunk@13692 27541ba8-7e3a-0410-8455-c3a389f83636 13 December 2005, 17:10:52 UTC
0eeca69 From Valeriy Onoutchin - TRootBrowser.cxx - small fix for the latest mods - TGView class - added possibility to change TGTextEdit widget's background color. git-svn-id: http://root.cern.ch/svn/root/trunk@13691 27541ba8-7e3a-0410-8455-c3a389f83636 13 December 2005, 16:58:07 UTC
e907dad From Axel: rootcint -reflex is now operational. with these changes, all the default libs' dictionaries on linux build but base/src/G__Base2.cxx cont/src/G__Cont.cxx metautils/src/G__MetaUtils.cxx net/src/G__Net.cxx All the tutorials we've tested (four or so) work. Changes in detail: * Makefile - Add Cintex (and not just Reflex) to MAINLIBS if ROOTDICTTYPE!=cint build/*/makelib: - link against Cintex, Reflex, - let Cintex link against only Reflex * cint/src/rflx_gensrc.cxx - Remove #ifdef CINTEX (we assume it to always be defined) - Don't generate auto c'tor if we have a non-public c'tor - Recognize d'tors (screwed up the method count before) - Don't return const ptrs in ops - Fix wrapper call's cast for typedef'ed func ptrs - Generate dummy (empty) G__cpp_setup_G__Whatever() func (for linker compatibility with Cint dicts) - escape "&" in types git-svn-id: http://root.cern.ch/svn/root/trunk@13690 27541ba8-7e3a-0410-8455-c3a389f83636 13 December 2005, 16:30:19 UTC
5e255e5 Previous version was introduced by mistake git-svn-id: http://root.cern.ch/svn/root/trunk@13689 27541ba8-7e3a-0410-8455-c3a389f83636 13 December 2005, 16:14:07 UTC
83921e7 From Valeriy Onoutchin TBrowser, TRootBrowser: - possiblity to edit and execute browsed macro in the righgt pane of the browser added. New toolbar buttons added (buttons appeared only when ROOT macro is being browsed): "Execute Macro", "Interrupt Macro", "Save Macro" - default size of browser was increased on 25% git-svn-id: http://root.cern.ch/svn/root/trunk@13688 27541ba8-7e3a-0410-8455-c3a389f83636 13 December 2005, 16:03:42 UTC
4052416 fix typo git-svn-id: http://root.cern.ch/svn/root/trunk@13687 27541ba8-7e3a-0410-8455-c3a389f83636 13 December 2005, 15:59:37 UTC
e21e95a overlooked $(ROOTCINT) -> $(ROOTCINTEXE) in the "uninstall" target. git-svn-id: http://root.cern.ch/svn/root/trunk@13686 27541ba8-7e3a-0410-8455-c3a389f83636 13 December 2005, 15:39:43 UTC
b51b9cf in the "install" target we forgot to change $(ROOTCINT) to $(ROOTCINTEXE). This fixes the problem of Eddy and more importantly makes sure rootcint is in the bin directory after install. git-svn-id: http://root.cern.ch/svn/root/trunk@13685 27541ba8-7e3a-0410-8455-c3a389f83636 13 December 2005, 15:38:03 UTC
290d68a fix version number git-svn-id: http://root.cern.ch/svn/root/trunk@13684 27541ba8-7e3a-0410-8455-c3a389f83636 13 December 2005, 13:11:36 UTC
af736ec update version number git-svn-id: http://root.cern.ch/svn/root/trunk@13683 27541ba8-7e3a-0410-8455-c3a389f83636 13 December 2005, 13:05:53 UTC
9ea6cae From Bertrand: - Added one more protection in case of invalid TVirtualProofMgr. Very last checkin to make this release perfect. ;-) git-svn-id: http://root.cern.ch/svn/root/trunk@13682 27541ba8-7e3a-0410-8455-c3a389f83636 13 December 2005, 11:16:24 UTC
cae793e From Gerri: Writing the notes I realized that the attach functionality of gROOT->Proof(...) could be automatized, such that it attaches to the first session on the master, if any: gROOT->Proof("masterhost") // attach to first session, if any, or create one gROOT->Proof("masterhost/?N") // force creation of new session gROOT->Proof("masterhost/?2") // attach to session 2 In the standard case in which there is only a session this gives a very convenient way of reconnecting. I have fixed also a small problem with setting of fUser and fRemoteProtocol for the second slave on a node. git-svn-id: http://root.cern.ch/svn/root/trunk@13681 27541ba8-7e3a-0410-8455-c3a389f83636 13 December 2005, 10:12:02 UTC
5f69490 fix typo git-svn-id: http://root.cern.ch/svn/root/trunk@13680 27541ba8-7e3a-0410-8455-c3a389f83636 13 December 2005, 10:00:42 UTC
aac15de fix typo git-svn-id: http://root.cern.ch/svn/root/trunk@13679 27541ba8-7e3a-0410-8455-c3a389f83636 13 December 2005, 09:59:39 UTC
2631285 make stub function for extra delete/new of arrays static remove translation to escaped strings for datamembers in shadow classes git-svn-id: http://root.cern.ch/svn/root/trunk@13678 27541ba8-7e3a-0410-8455-c3a389f83636 13 December 2005, 09:45:11 UTC
324bc50 fix typo git-svn-id: http://root.cern.ch/svn/root/trunk@13677 27541ba8-7e3a-0410-8455-c3a389f83636 13 December 2005, 09:22:31 UTC
c0b5c47 gendict.py: put stub functions and class builders into the unnamed namespace gendict-rootcint.py: fixes for the invocation of gccxml - reordering, removing of arguments passed in by rootcint git-svn-id: http://root.cern.ch/svn/root/trunk@13676 27541ba8-7e3a-0410-8455-c3a389f83636 13 December 2005, 08:56:25 UTC
7507434 Avoid problem with order of initializtion of gblobal variable git-svn-id: http://root.cern.ch/svn/root/trunk@13675 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2005, 23:17:32 UTC
abaf323 -Revert to previous version of Rtypes.h -Move to version 5.08/00 git-svn-id: http://root.cern.ch/svn/root/trunk@13674 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2005, 23:17:16 UTC
fb7085d From Axel, Philippe, Stefan: reflex: no shadow classes, data member offset=0 - FIXME no c'tor stub for protected c'tors or abstract no auto-c'tor if protected c'tor func ptr func args cast from void* escape "&" in class names newlink: no auto header includes if G__CPPLINK_H is 0 (like for reflex) I've checked on all root dicts, building the failing ones with -cint; linking fails on a subset of the dicts that compile - I forgot to remove some c'tor decls for abstract classes and protected c'tors :-/ I have not done extensive dict tests. Stefan has acknowledged the func ref change in the dicts. rootcint: add the implementation of the method declared in the ClassDef and the I/O wrapper and utility code when generating the dictionary with gccxml. git-svn-id: http://root.cern.ch/svn/root/trunk@13673 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2005, 23:05:48 UTC
d7733a0 corrected default path for gccxml git-svn-id: http://root.cern.ch/svn/root/trunk@13672 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2005, 22:18:01 UTC
80ee35b added R__EXTERN macro git-svn-id: http://root.cern.ch/svn/root/trunk@13671 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2005, 22:17:43 UTC
52f86ee reverted logic of --gccxml-available option git-svn-id: http://root.cern.ch/svn/root/trunk@13670 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2005, 22:02:17 UTC
cfd9347 adding test to check if gccxml is available, including standard ROOT headers in dictionary header git-svn-id: http://root.cern.ch/svn/root/trunk@13669 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2005, 20:40:17 UTC
8bb4600 From Wim: o) memory manage objects copied into a TClonesArray git-svn-id: http://root.cern.ch/svn/root/trunk@13668 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2005, 18:06:19 UTC
c7361dd From Gerri: Attached is a (final?) fix for logic bug in TVirtualProofMgr::Create() found by Betrand when trying to connect to a non-existing server. git-svn-id: http://root.cern.ch/svn/root/trunk@13667 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2005, 17:59:17 UTC
24f5a9e From Ilka: the signal InvalidInput(const char *instr) is added in the TGNumberEntryField class and emitted any time the user input differ from the valid number check-in in the method TGNumberEntryField::ReturnPressed(). Requested by Mark Gaber and Reiner Rohlfs. git-svn-id: http://root.cern.ch/svn/root/trunk@13666 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2005, 17:54:27 UTC
e46be52 suppress warnings in icc due to the usage of strstream.h iso sstream in xrootd. git-svn-id: http://root.cern.ch/svn/root/trunk@13665 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2005, 17:51:16 UTC
d89aeb4 From Bertrand: - Added a protection in the case of TVirtualProofMgr is not valid. git-svn-id: http://root.cern.ch/svn/root/trunk@13664 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2005, 17:34:56 UTC
3f68269 extend search path for MonaLisa to include /opt/alien/api. git-svn-id: http://root.cern.ch/svn/root/trunk@13663 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2005, 17:34:32 UTC
0704c03 From Gerri: - add missing cvs ident lines - fix an issue with usage of the TProofResources class. git-svn-id: http://root.cern.ch/svn/root/trunk@13662 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2005, 16:42:14 UTC
23dea9a silence icc compiler about subscripts being out of range. git-svn-id: http://root.cern.ch/svn/root/trunk@13661 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2005, 16:31:09 UTC
730058c forgot testIO. git-svn-id: http://root.cern.ch/svn/root/trunk@13660 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2005, 16:30:07 UTC
8559985 ignore test executables. git-svn-id: http://root.cern.ch/svn/root/trunk@13659 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2005, 16:16:49 UTC
96b94ec protect __USE_STD_IOSTREAM for aix git-svn-id: http://root.cern.ch/svn/root/trunk@13658 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2005, 15:52:12 UTC
574cffe changing code for windows batch files for dictionary generation git-svn-id: http://root.cern.ch/svn/root/trunk@13657 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2005, 15:45:44 UTC
77b2e5f From Richard: Fix problem found with TH3 painting via g3d's TMarker3DBox to GL Viewer. Now GL viewer will take all objects if passed with fID == 0 - i.e. does not test to see if already cached (as previously). In this case we force acceptance of all objects offered to viewer as we can't rebuild the scene. Updated TMarker3DBox so when recycling object via static method, fID is zero. git-svn-id: http://root.cern.ch/svn/root/trunk@13656 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2005, 15:28:32 UTC
23a770d change from const unsigned int to unsigned int also in the implementation files (*.icc). This should fix the warnings on Alpha compiling the smatrix tests git-svn-id: http://root.cern.ch/svn/root/trunk@13655 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2005, 14:59:24 UTC
c37616c From Timur: - small fix for "ogle" option in pad (if canvas does not support OpenGL, we cannot create gl embedded viewer) git-svn-id: http://root.cern.ch/svn/root/trunk@13654 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2005, 14:56:29 UTC
f4c2d18 undefining macro CONST from windows.h git-svn-id: http://root.cern.ch/svn/root/trunk@13653 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2005, 14:40:45 UTC
90bac4e From Anna: here are the changes in TFormula::ProcessLinear and in TLinearFitter to make them both accept "x[i]" kind of functions. I've changed the comments to describe this new syntax only, but the old "xi" kind of functions can still be processed by the linear fitter. git-svn-id: http://root.cern.ch/svn/root/trunk@13652 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2005, 14:39:15 UTC
9d1e780 check that __USE_STD_IOSTREAM is not defined before defining it git-svn-id: http://root.cern.ch/svn/root/trunk@13651 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2005, 13:46:42 UTC
14bb8cf use MnConfig file in mnxerbla git-svn-id: http://root.cern.ch/svn/root/trunk@13650 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2005, 13:46:02 UTC
0fa830a From Timur: - New option LEGO2 git-svn-id: http://root.cern.ch/svn/root/trunk@13649 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2005, 13:40:02 UTC
0158abe From Gerri: - last part of the major PROOF upgrade to support disconnect/reconnect features using the libXrdProofd.so xrootd plugin. More on how to configure and run with xrootd/xproofd coming very soon. git-svn-id: http://root.cern.ch/svn/root/trunk@13648 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2005, 12:54:27 UTC
4603d5d From Timur: - Small change: removed fTable and replace it with fX fY members. git-svn-id: http://root.cern.ch/svn/root/trunk@13647 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2005, 12:30:27 UTC
a87275a Remove operators *= and /=. Implementation is not correct git-svn-id: http://root.cern.ch/svn/root/trunk@13646 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2005, 11:35:10 UTC
5b9f329 From Axel: this patch fixes a problem with my prev patch (forgot a '\', and was comparing x$platform with win32). And it fixes a problem where if /usr/lib/python exists it's impossible to build win32 (without gcc) with python. And it fixes a problem on windows, where //lib gets interpreted as a windows share on computer LIB - it takes a while for cygwin to figure out that there is no such computer. git-svn-id: http://root.cern.ch/svn/root/trunk@13645 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2005, 11:21:58 UTC
f43191f - The change done in Revision 1.24 makes sense only in linear scale. the following lines produced an ugly plot: h=new TH2F("h","h",10,0.,1.,10,0.,1.) h->Fill(0.5,0.5,2.) h->Draw("LEGO") gPad->SetLogz() git-svn-id: http://root.cern.ch/svn/root/trunk@13644 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2005, 10:43:39 UTC
1b559ca necessary changes for Cintex support for enums introduction of genreflex-rootcint which produces reflex dictionaries understanding rootcint options git-svn-id: http://root.cern.ch/svn/root/trunk@13643 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2005, 09:14:14 UTC
19ed043 support for enum types git-svn-id: http://root.cern.ch/svn/root/trunk@13642 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2005, 09:12:27 UTC
34ccbdd From Valeriy Onoutchine - current algorithm detecting if file is binary or text is not perfect. Here is a fix which prevents displaying content of ROOT files in the right pane of the ROOT browser. Thanks to Axel for reporting git-svn-id: http://root.cern.ch/svn/root/trunk@13641 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2005, 09:03:40 UTC
0412688 From Wim: o) added pythonization of TClonesArray By enforcing the use of At() (from TObjArray) instead of choosing between the operator[](int)'s of TClonesArray, __getitem__ will always be safe. __setitem__ has been reimplemented to allow object assignments, but it has to be used with a little care: only temporaries will work natural, as it takes over ownership (feature of the TClonesArray). For example: >>> c = TClonesArray( "MyClass" ) >>> c[ 0 ] = MyClass() >>> c[ 1 ] = MyClass() >>> m = MyClass() >>> c[ 1 ] = m # safe: will call ~MyClass() on the old one >>> c[ 1 ] = MyClass() # m is now destroyed (None) Whereas removal works with del, as usual: >>> del c[1] Needless to say that all the above comes with a price and thus it is usually better to simply copy the contents of a TClonesArray in a list: >>> l = list( c ) Modify to your heart's content, then copy *copies* of the elements back to the TClonesArray for writing out to disk: >>> for i in range(len(l)): >>> c[i] = MyClass( l[i] ) git-svn-id: http://root.cern.ch/svn/root/trunk@13640 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2005, 06:27:21 UTC
62627b2 Fix for AIX/xlC git-svn-id: http://root.cern.ch/svn/root/trunk@13639 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2005, 03:33:51 UTC
7ee3ae5 From Valeri Fine: Some additional corrections git-svn-id: http://root.cern.ch/svn/root/trunk@13638 27541ba8-7e3a-0410-8455-c3a389f83636 11 December 2005, 20:47:52 UTC
9fb5e17 From Eddy Offermann Improve test_tmatrix_kalman using the recently introduced Similarity function and some other improvements git-svn-id: http://root.cern.ch/svn/root/trunk@13637 27541ba8-7e3a-0410-8455-c3a389f83636 11 December 2005, 20:20:53 UTC
bcc4a06 From Richard: Fix memory leaks and double deletions in GL GUI components git-svn-id: http://root.cern.ch/svn/root/trunk@13636 27541ba8-7e3a-0410-8455-c3a389f83636 11 December 2005, 20:15:30 UTC
c788d21 From Gerri and xrootd team: new version of xrootd supporting xproofd. git-svn-id: http://root.cern.ch/svn/root/trunk@13635 27541ba8-7e3a-0410-8455-c3a389f83636 11 December 2005, 14:10:00 UTC
aec78e2 From Axel: if the windows version of python has been installed, configure will pick it up even if building for win32gcc. The attached patch fixes that by adding c:\python* to the lib and header search patch only if platform=win32. git-svn-id: http://root.cern.ch/svn/root/trunk@13634 27541ba8-7e3a-0410-8455-c3a389f83636 11 December 2005, 13:58:06 UTC
4e3649c From Bertrand: make the interface more intuitive. git-svn-id: http://root.cern.ch/svn/root/trunk@13633 27541ba8-7e3a-0410-8455-c3a389f83636 11 December 2005, 11:06:31 UTC
back to top