sort by:
Revision Author Date Message Commit Date
d4ef149 properly reset a string when generating the branchname for MakeClass git-svn-id: http://root.cern.ch/svn/root/trunk@16026 27541ba8-7e3a-0410-8455-c3a389f83636 16 August 2006, 16:54:31 UTC
fd182b9 Don't load libMinuit and libHtml like in TRint. git-svn-id: http://root.cern.ch/svn/root/trunk@16025 27541ba8-7e3a-0410-8455-c3a389f83636 16 August 2006, 14:50:56 UTC
56cdccd Extend description of Next() to warn about not using in cases where the class table can be extended, like when calling gROOT->GetClass(), etc. git-svn-id: http://root.cern.ch/svn/root/trunk@16024 27541ba8-7e3a-0410-8455-c3a389f83636 16 August 2006, 14:50:24 UTC
bf94100 Change for Tools::FundamentalType. Check against the std::type_info object instead of the Type::Id. Added unit tests. git-svn-id: http://root.cern.ch/svn/root/trunk@16023 27541ba8-7e3a-0410-8455-c3a389f83636 16 August 2006, 14:04:10 UTC
47affb4 Add the following missing getters: Double_t *GetEXlowd() const {return fEXlowd;} Double_t *GetEXhighd() const {return fEXhighd;} Double_t *GetEYlowd() const {return fEYlowd;} Double_t *GetEYhighd() const {return fEYhighd;} git-svn-id: http://root.cern.ch/svn/root/trunk@16022 27541ba8-7e3a-0410-8455-c3a389f83636 16 August 2006, 12:23:23 UTC
4a7d3a9 - treat special case in the Rotation3D -> AxisAngle the PI rotation (use quaternion in this case). This fixes a problem reported by LHCB - when constructing an axis angle from 4 components always re-normalize the vectorcomponents git-svn-id: http://root.cern.ch/svn/root/trunk@16021 27541ba8-7e3a-0410-8455-c3a389f83636 16 August 2006, 10:29:59 UTC
f7b9025 In TRint constructor do not load anymore libPostscript, libMinuit and libHtml. Let the autoload mechanism do its work. git-svn-id: http://root.cern.ch/svn/root/trunk@16020 27541ba8-7e3a-0410-8455-c3a389f83636 16 August 2006, 08:42:35 UTC
911c023 coding conventions compliance. git-svn-id: http://root.cern.ch/svn/root/trunk@16019 27541ba8-7e3a-0410-8455-c3a389f83636 16 August 2006, 06:42:36 UTC
b932aec Another fix for the ordering of entry numbers when using the fast cloning. This affect some cases where the first two baskets where stored out of order (due to deletion within the file, for example with AutoSave on). git-svn-id: http://root.cern.ch/svn/root/trunk@16018 27541ba8-7e3a-0410-8455-c3a389f83636 16 August 2006, 05:50:36 UTC
71d3429 also include the .d file for _tmp source files git-svn-id: http://root.cern.ch/svn/root/trunk@16017 27541ba8-7e3a-0410-8455-c3a389f83636 15 August 2006, 23:40:49 UTC
b90e534 With a trivial change in the definition of two CINT parameters, the memory requirements from the CINT data structures is going down from 25 MBytes to about 5 Mbytes. The change is the following. Instead of #define G__MAXIFUNC 10 #define G__MEMDEPTH 10 use #define G__MAXIFUNC 1 #define G__MEMDEPTH 2 The change has no noticeable impact on the run time performance git-svn-id: http://root.cern.ch/svn/root/trunk@16016 27541ba8-7e3a-0410-8455-c3a389f83636 15 August 2006, 15:50:08 UTC
1d2799a remove win32 warning git-svn-id: http://root.cern.ch/svn/root/trunk@16015 27541ba8-7e3a-0410-8455-c3a389f83636 15 August 2006, 15:41:57 UTC
1739657 remove leftover from tests git-svn-id: http://root.cern.ch/svn/root/trunk@16014 27541ba8-7e3a-0410-8455-c3a389f83636 15 August 2006, 15:37:25 UTC
d1ba0cb From Antti Hahto: First commit of the dictionary generator of Reflex. The new class DictionaryGenerator provides the API. More testing needed for special cases. git-svn-id: http://root.cern.ch/svn/root/trunk@16013 27541ba8-7e3a-0410-8455-c3a389f83636 15 August 2006, 15:22:52 UTC
fde940f Little program which takes a dictionary library and produces dictionary source via the new Reflex dictionary generator git-svn-id: http://root.cern.ch/svn/root/trunk@16012 27541ba8-7e3a-0410-8455-c3a389f83636 15 August 2006, 15:10:56 UTC
acecc15 - Adding classes for Reflex test dictionary (also for persistence checks) - New test class to check generated stub function types git-svn-id: http://root.cern.ch/svn/root/trunk@16011 27541ba8-7e3a-0410-8455-c3a389f83636 15 August 2006, 15:09:48 UTC
9e73db5 include cv qualification when generating the name of a conversion operator git-svn-id: http://root.cern.ch/svn/root/trunk@16010 27541ba8-7e3a-0410-8455-c3a389f83636 15 August 2006, 15:08:24 UTC
fd2b0dc change order of cleanup at tear down git-svn-id: http://root.cern.ch/svn/root/trunk@16009 27541ba8-7e3a-0410-8455-c3a389f83636 15 August 2006, 15:05:43 UTC
274a717 fix strict-alias warnings now by default generated by gcc 4.1. git-svn-id: http://root.cern.ch/svn/root/trunk@16008 27541ba8-7e3a-0410-8455-c3a389f83636 15 August 2006, 13:27:24 UTC
ba3e2f5 From Leandro: Fixes a bug introduced before (triggered only when using small buffers in readv). git-svn-id: http://root.cern.ch/svn/root/trunk@16007 27541ba8-7e3a-0410-8455-c3a389f83636 15 August 2006, 10:48:17 UTC
780a641 From Alja and Matevz: - added optional argument to block signals and deletion of removed tab git-svn-id: http://root.cern.ch/svn/root/trunk@16006 27541ba8-7e3a-0410-8455-c3a389f83636 15 August 2006, 10:06:51 UTC
5615bb2 From Alja and Matevz: - ungrab pointer in destructor ONLY if pop-up window is mapped. Unconditional grab-pointer causes side-effects if the widget is deleted in a response to click-on-canvas event. git-svn-id: http://root.cern.ch/svn/root/trunk@16005 27541ba8-7e3a-0410-8455-c3a389f83636 15 August 2006, 10:06:19 UTC
3d83fc8 Modify TH1::Draw to allow option "same" if a canvas does not exist or is empty. This simplify users code drawing many histograms in the same pad. git-svn-id: http://root.cern.ch/svn/root/trunk@16004 27541ba8-7e3a-0410-8455-c3a389f83636 15 August 2006, 09:52:23 UTC
88edf48 - follow up changes for qt layer after the fix of menu hot keys if NumLock is ON git-svn-id: http://root.cern.ch/svn/root/trunk@16003 27541ba8-7e3a-0410-8455-c3a389f83636 15 August 2006, 08:32:34 UTC
6671953 When looking up the function by name, also look inside Namespaces (and classes known only to CINT). Factor the Init code into one single method. git-svn-id: http://root.cern.ch/svn/root/trunk@16002 27541ba8-7e3a-0410-8455-c3a389f83636 15 August 2006, 03:51:27 UTC
4d4cf1b I forgot to delete one statement in my previous fix. This prevented the effective use of the cache when using a TEventList. git-svn-id: http://root.cern.ch/svn/root/trunk@16001 27541ba8-7e3a-0410-8455-c3a389f83636 14 August 2006, 12:51:40 UTC
20929ed Fix coding conventions violation. git-svn-id: http://root.cern.ch/svn/root/trunk@16000 27541ba8-7e3a-0410-8455-c3a389f83636 14 August 2006, 10:52:43 UTC
55ad752 Fix coding conventions violation git-svn-id: http://root.cern.ch/svn/root/trunk@15999 27541ba8-7e3a-0410-8455-c3a389f83636 14 August 2006, 10:51:34 UTC
b2442ab Fix coding conventions violations git-svn-id: http://root.cern.ch/svn/root/trunk@15998 27541ba8-7e3a-0410-8455-c3a389f83636 14 August 2006, 10:50:15 UTC
7758dc0 Fix coding conventions violation git-svn-id: http://root.cern.ch/svn/root/trunk@15997 27541ba8-7e3a-0410-8455-c3a389f83636 14 August 2006, 10:43:46 UTC
48e6823 From Leandro: Fix portability problem on Windows. git-svn-id: http://root.cern.ch/svn/root/trunk@15996 27541ba8-7e3a-0410-8455-c3a389f83636 14 August 2006, 10:31:36 UTC
dbd5cf7 In TTreeCache::FillBuffer one must return kFALSE in case the cache is full. git-svn-id: http://root.cern.ch/svn/root/trunk@15995 27541ba8-7e3a-0410-8455-c3a389f83636 14 August 2006, 08:55:30 UTC
c087b89 From Wim: ChangeLog entries for pyroot.diff: o) return proxy on access through class (needed for help() on public data) o) added "string" to ROOT.std as a special STL case o) allow unpacking of std::pair in for-loops over a container o) from Scott: fixed leak of argv in TPyROOTApplication and of PyMethodDefs in Utility::AddToClass o) port to p2.5b3 and backwards compatibility updates There are a few places where I could not get all to compile with both p2.5 and older pythons, so I resorted to CPP #defines. There are two changes of note in p2.5 from an extension module POV: 64 bit indexing support, and module loading has been cleaned up on the Mac (meaning, CINT will no longer see duplicate dictionaries from python). In addition, there is a new module 'ctypes' that allows programmatic support to functions in a shared library; I still have to see whether anything useful can be culled out of that. git-svn-id: http://root.cern.ch/svn/root/trunk@15994 27541ba8-7e3a-0410-8455-c3a389f83636 14 August 2006, 00:23:27 UTC
556e293 From Wim: o) support for python2.5 o) prefer linking to python shared library git-svn-id: http://root.cern.ch/svn/root/trunk@15993 27541ba8-7e3a-0410-8455-c3a389f83636 14 August 2006, 00:22:55 UTC
33c4257 fix a compilaiton problem due to changes requested by CMS git-svn-id: http://root.cern.ch/svn/root/trunk@15992 27541ba8-7e3a-0410-8455-c3a389f83636 13 August 2006, 14:21:49 UTC
fb8b85e Temporary fix for Windows. no access to static globals defined in a class in a different dll git-svn-id: http://root.cern.ch/svn/root/trunk@15991 27541ba8-7e3a-0410-8455-c3a389f83636 11 August 2006, 20:51:41 UTC
ed9cbae From Leandro: Reduces the memory footprint by transfering a big block produced in a readv call in smaller chunks (the size is specified by the client). Since the transfers are in a non-blocking mode it should also improve the performance by reading the (future) disk data at the same as sending the actual one. git-svn-id: http://root.cern.ch/svn/root/trunk@15990 27541ba8-7e3a-0410-8455-c3a389f83636 11 August 2006, 20:33:18 UTC
06e3826 From Leandro: Add new members and functions to be able to get the number of server calls (without counting the calls to the cache) git-svn-id: http://root.cern.ch/svn/root/trunk@15989 27541ba8-7e3a-0410-8455-c3a389f83636 11 August 2006, 20:25:52 UTC
4c98a6d From Leandro: Add new functions to compute a simple efficiency ratio for the cache. git-svn-id: http://root.cern.ch/svn/root/trunk@15988 27541ba8-7e3a-0410-8455-c3a389f83636 11 August 2006, 20:17:26 UTC
91f1502 add the requests from Luca Lista git-svn-id: http://root.cern.ch/svn/root/trunk@15987 27541ba8-7e3a-0410-8455-c3a389f83636 11 August 2006, 15:34:38 UTC
a745cb7 - Add method At(i,j) and At(i) for SMatrix and SVector following the request by Luca Lista - Fix documentation (thanks to Juan Palacios) git-svn-id: http://root.cern.ch/svn/root/trunk@15986 27541ba8-7e3a-0410-8455-c3a389f83636 11 August 2006, 13:19:58 UTC
c6f0429 Extend some internal buffers to run with the new classes with very long names generated by templates in MathCore and Smatrix. git-svn-id: http://root.cern.ch/svn/root/trunk@15985 27541ba8-7e3a-0410-8455-c3a389f83636 11 August 2006, 10:57:09 UTC
0e70e6b Improve performance of TGeoPhysicalNode::GetName git-svn-id: http://root.cern.ch/svn/root/trunk@15984 27541ba8-7e3a-0410-8455-c3a389f83636 11 August 2006, 08:23:31 UTC
f693bdd fix for solaris git-svn-id: http://root.cern.ch/svn/root/trunk@15983 27541ba8-7e3a-0410-8455-c3a389f83636 11 August 2006, 06:40:29 UTC
dd4d1f8 Big commit for ownership management and type unloading. - Type::Unload is implemnted now. A Type takes the ownership of it's attached PropertyList and, if it also represents a scope, has the ownership of it's members. It will unload all owned information. - Two new classes TypeTemplateName and MemberTemplateName take the ownership of the template families defined in the system. Moreover they introduce a state pattern and allow lookup by name and iteration - The OwnedX classes which are not needed have been removed - The usual lookup and iteration functions have been added as forwarding functions to the corresponding API classes e.g. MemberTemplate::ByName MemberTemplate::MemberTemplateSize, MemberTemplate::MemberTemplate_Begin, etc. - new function Reflex::Shutdown will remove all remaining memory allocation before the unloading of the library. Attention!! If this function is used it MUST be called as the very last step before Reflex is unloaded and also no Reflex dictionary libraries shall loaded after issuing this command. - Memory allocation and leak checking, with valgrind, has been done. git-svn-id: http://root.cern.ch/svn/root/trunk@15982 27541ba8-7e3a-0410-8455-c3a389f83636 11 August 2006, 06:32:00 UTC
346be46 From Jan: In TPacketizerProgressive the file events sent to gPerfStats had two problems: an open-event instead of a close-event and vice versa plus files that were open by many slaves had the latter open operations silent. Some cosmetic changes and comments are added. git-svn-id: http://root.cern.ch/svn/root/trunk@15981 27541ba8-7e3a-0410-8455-c3a389f83636 10 August 2006, 23:31:08 UTC
7e35a4b From Jan: make proper subdirectories for datasets (now that TSystem::mkdir() is fixed). git-svn-id: http://root.cern.ch/svn/root/trunk@15980 27541ba8-7e3a-0410-8455-c3a389f83636 10 August 2006, 23:28:28 UTC
7093aea From Jan: TSystem::mkdir is using TSystem::DirName on its argument path. If the argument is also result of DirName, the last part of given path (which is the dir that we want to create) was cut. git-svn-id: http://root.cern.ch/svn/root/trunk@15979 27541ba8-7e3a-0410-8455-c3a389f83636 10 August 2006, 23:27:36 UTC
6456e22 Make sure that gROOT->GetClass("vector<std::pair<Char_t, UChar_t>") always find its dictionary (It is registered in the TClassTable as vector<pair<char,unsigned char> >). git-svn-id: http://root.cern.ch/svn/root/trunk@15978 27541ba8-7e3a-0410-8455-c3a389f83636 10 August 2006, 21:58:00 UTC
61f884f From David Gonzalez Maline: - Button hot keys were not working if NumLock is ON. This patch fixes the problem. git-svn-id: http://root.cern.ch/svn/root/trunk@15977 27541ba8-7e3a-0410-8455-c3a389f83636 10 August 2006, 15:38:39 UTC
d881768 From david Gonzalez Maline: - Menu hot keys were not working if NumLock is ON. This patch fixes the problem. git-svn-id: http://root.cern.ch/svn/root/trunk@15976 27541ba8-7e3a-0410-8455-c3a389f83636 10 August 2006, 15:36:58 UTC
994752d Stop type lookup in decl scope if !decl scope git-svn-id: http://root.cern.ch/svn/root/trunk@15975 27541ba8-7e3a-0410-8455-c3a389f83636 10 August 2006, 14:31:58 UTC
1068f51 From Bertrand: Fill input and output lists of the TQueryResult received in TProof::CollectInputFrom(). git-svn-id: http://root.cern.ch/svn/root/trunk@15974 27541ba8-7e3a-0410-8455-c3a389f83636 10 August 2006, 14:14:47 UTC
43f1985 From Bertrand: Added a protection in case of query result containing only basic infos git-svn-id: http://root.cern.ch/svn/root/trunk@15973 27541ba8-7e3a-0410-8455-c3a389f83636 10 August 2006, 13:54:10 UTC
e9da594 Fix coding conventions. git-svn-id: http://root.cern.ch/svn/root/trunk@15972 27541ba8-7e3a-0410-8455-c3a389f83636 10 August 2006, 10:33:04 UTC
8189944 In TTreeCache::FillBuffer add a protection to prevent the cache to grow for ever in case the estimation of fEntryNext is not accurate enough. This case may happen when a TEventlist has been defined and the distribution of entries in the list is far from being uniform. git-svn-id: http://root.cern.ch/svn/root/trunk@15971 27541ba8-7e3a-0410-8455-c3a389f83636 10 August 2006, 10:21:25 UTC
6b7be7a Add more documenattion to TFile::Recover git-svn-id: http://root.cern.ch/svn/root/trunk@15970 27541ba8-7e3a-0410-8455-c3a389f83636 10 August 2006, 07:08:11 UTC
e8eb0e2 From Federico: few more effc++ mods git-svn-id: http://root.cern.ch/svn/root/trunk@15969 27541ba8-7e3a-0410-8455-c3a389f83636 10 August 2006, 06:33:54 UTC
3d71181 back out long64 patch rev 1.27; it breaks t1024. Will be reintroduced as part of cint 5.16.14 git-svn-id: http://root.cern.ch/svn/root/trunk@15968 27541ba8-7e3a-0410-8455-c3a389f83636 09 August 2006, 17:14:16 UTC
9db6ed5 When converting iterators, if the container is empty return (r)end. git-svn-id: http://root.cern.ch/svn/root/trunk@15967 27541ba8-7e3a-0410-8455-c3a389f83636 09 August 2006, 16:44:08 UTC
c3ea997 From David Gonzalez Maline: - sort files by owner and group - added tooltips to the header buttons as hints for sorting features (Note: sometimes, the system doesn't grab well the information about the group, i.e. doesn't get the correct group name. It takes the same name as the user instead) git-svn-id: http://root.cern.ch/svn/root/trunk@15966 27541ba8-7e3a-0410-8455-c3a389f83636 09 August 2006, 16:11:01 UTC
0dcaf70 From Axel: Don't cast G__int64 (nor G__uint64 nor long double) away. git-svn-id: http://root.cern.ch/svn/root/trunk@15965 27541ba8-7e3a-0410-8455-c3a389f83636 09 August 2006, 15:11:48 UTC
298428b add type template instances for equivalence check git-svn-id: http://root.cern.ch/svn/root/trunk@15964 27541ba8-7e3a-0410-8455-c3a389f83636 09 August 2006, 14:08:00 UTC
0f1c723 - changes in dialog labels, tool tip, displayed error message git-svn-id: http://root.cern.ch/svn/root/trunk@15963 27541ba8-7e3a-0410-8455-c3a389f83636 09 August 2006, 10:08:14 UTC
4cabc48 From Christian Holm: change gROOT->Proof() to TVirtualProof::Open(). git-svn-id: http://root.cern.ch/svn/root/trunk@15962 27541ba8-7e3a-0410-8455-c3a389f83636 09 August 2006, 07:15:42 UTC
84d2aa0 fixed ifdef logic for Mac OS X x86_64. git-svn-id: http://root.cern.ch/svn/root/trunk@15961 27541ba8-7e3a-0410-8455-c3a389f83636 09 August 2006, 03:28:34 UTC
5e5932f ignore a number of new stressXxxxx executables. git-svn-id: http://root.cern.ch/svn/root/trunk@15960 27541ba8-7e3a-0410-8455-c3a389f83636 09 August 2006, 01:33:03 UTC
cdbbbb9 port to Mac OS X 10.5 (Leopard) x86_64. The new Mac Pro's use the EM64T (i.e. AMD64 compatible) Woodcrest CPU's and Mac OS X is now also fully 64 bit. git-svn-id: http://root.cern.ch/svn/root/trunk@15959 27541ba8-7e3a-0410-8455-c3a389f83636 09 August 2006, 01:30:28 UTC
0958cc5 silece the clean and distclean targets. git-svn-id: http://root.cern.ch/svn/root/trunk@15958 27541ba8-7e3a-0410-8455-c3a389f83636 08 August 2006, 21:35:34 UTC
86b1ded fix long standing problem of "which" on Mac OS X, fixes miss detection of gsl_config, et al. Use instead of which "type -path" which is an internal of bash. git-svn-id: http://root.cern.ch/svn/root/trunk@15957 27541ba8-7e3a-0410-8455-c3a389f83636 08 August 2006, 21:35:03 UTC
98eedf1 From Gerri: the attached small patch adds the TNamed in question. After the patch, this TNamed *nm = (TNamed *) fInput->FindObject("PROOF_QueryTag"); if (nm) { Printf("Found query tag: %s", nm->GetTitle()); } else { Printf("Query tag not found"); } should return the query tag in SlaveBegin or Terminate. The ID is created on the master so it cannot be available in Begin. git-svn-id: http://root.cern.ch/svn/root/trunk@15956 27541ba8-7e3a-0410-8455-c3a389f83636 08 August 2006, 21:27:14 UTC
2e032c3 From Paul: o Clean up the treatment of fReadEntry in a TBranch/TBranchElement. It now consistently and predictably remembers the most recent entry number passed to a GetEntry() call. (This is in particular useful when dealing with TRef::Object being called from a streamer and need the BranchRef facility ; This fixes a problem seen by DZero) git-svn-id: http://root.cern.ch/svn/root/trunk@15955 27541ba8-7e3a-0410-8455-c3a389f83636 08 August 2006, 20:56:25 UTC
bc7329a When deleting an emaluated object also delete the variable size array of int/float/etc.. git-svn-id: http://root.cern.ch/svn/root/trunk@15952 27541ba8-7e3a-0410-8455-c3a389f83636 08 August 2006, 19:07:49 UTC
d24bdab Some corrections to Fed's copy and assignment operators. git-svn-id: http://root.cern.ch/svn/root/trunk@15951 27541ba8-7e3a-0410-8455-c3a389f83636 08 August 2006, 17:02:26 UTC
acd247e From Federico: Implement more copy constructors for the collection classes such that copy constructors of classes embedding ROOT collections can be implemented. git-svn-id: http://root.cern.ch/svn/root/trunk@15950 27541ba8-7e3a-0410-8455-c3a389f83636 08 August 2006, 16:02:44 UTC
29fe71b From Valeriy Onuchin: Fix a memory leak when producing gif,etc files in batch mode git-svn-id: http://root.cern.ch/svn/root/trunk@15949 27541ba8-7e3a-0410-8455-c3a389f83636 08 August 2006, 15:01:28 UTC
a0bdb73 From Federico: Implement copy constructor and assignment operator git-svn-id: http://root.cern.ch/svn/root/trunk@15948 27541ba8-7e3a-0410-8455-c3a389f83636 08 August 2006, 11:06:08 UTC
331d8a5 Port to Mac OS X 10.5 (Leopard). git-svn-id: http://root.cern.ch/svn/root/trunk@15947 27541ba8-7e3a-0410-8455-c3a389f83636 08 August 2006, 06:09:01 UTC
88f5ccb remove static in namespace git-svn-id: http://root.cern.ch/svn/root/trunk@15946 27541ba8-7e3a-0410-8455-c3a389f83636 07 August 2006, 16:52:19 UTC
785b6c6 Fix a bug in the python script. git-svn-id: http://root.cern.ch/svn/root/trunk@15945 27541ba8-7e3a-0410-8455-c3a389f83636 07 August 2006, 15:31:36 UTC
126f0b4 From Gerri: fixes for a missing protection creating random segvs on the master when aborting a query, and a missing collection after 'stop', explaining one of Jan Fiete's crashes. git-svn-id: http://root.cern.ch/svn/root/trunk@15944 27541ba8-7e3a-0410-8455-c3a389f83636 07 August 2006, 15:27:14 UTC
7ec7a5e can use set<const T> with GCC git-svn-id: http://root.cern.ch/svn/root/trunk@15943 27541ba8-7e3a-0410-8455-c3a389f83636 07 August 2006, 15:02:09 UTC
7e55c98 Speed up export to gdml by setting internal attributes to avoid scanning again the same tree branch of the geometry. git-svn-id: http://root.cern.ch/svn/root/trunk@15942 27541ba8-7e3a-0410-8455-c3a389f83636 07 August 2006, 14:29:01 UTC
110f96c NameLookup state now stored in NameLookup object; interfaces still static. Do proper scope chunking with Reflex::Tools' help. Faster: better caching of strstr results, less temporaries. Document what funcs are doing git-svn-id: http://root.cern.ch/svn/root/trunk@15941 27541ba8-7e3a-0410-8455-c3a389f83636 07 August 2006, 14:20:07 UTC
d3e8a55 From Gerri: Hopefully a final fix for Solaris git-svn-id: http://root.cern.ch/svn/root/trunk@15940 27541ba8-7e3a-0410-8455-c3a389f83636 06 August 2006, 20:28:56 UTC
41b7056 Fix the ordering of entry numbers when using the fast cloning. This affect some cases where the basket where stored out of order (due to deletion within the file, for example with AutoSave on). git-svn-id: http://root.cern.ch/svn/root/trunk@15938 27541ba8-7e3a-0410-8455-c3a389f83636 06 August 2006, 16:09:40 UTC
b4111ed From Gerri: fix for compilation on Solaris. git-svn-id: http://root.cern.ch/svn/root/trunk@15937 27541ba8-7e3a-0410-8455-c3a389f83636 06 August 2006, 14:46:43 UTC
4071a72 From Gerri: Fix to compile on Solaris git-svn-id: http://root.cern.ch/svn/root/trunk@15936 27541ba8-7e3a-0410-8455-c3a389f83636 06 August 2006, 13:32:34 UTC
4c2e7c2 Handle several issues related to the TTree::Process() and TTree::Draw() return values: - TSelector: fStatus increased from Int_t to Long64_t. It is used to return the number of selected events by TTree::Draw() which returns a Long64_t. - TVirtualProof, TProof, TDSet, TProofPlayer: Process() and Draw() were returning an Int_t, now a Long64_t to be consistent with TTree/TChain. Actually returning of TSelector::GetStatus() from the workers to be done tomorrow. Also added proper comments describing the return values for Draw() (number of selected events), and Process() (value returned by TSelector::GetStatus()). - TTree, TChain, TSelectorDraw: added proper comments describing the return values of Draw() and Process(). git-svn-id: http://root.cern.ch/svn/root/trunk@15935 27541ba8-7e3a-0410-8455-c3a389f83636 06 August 2006, 07:15:01 UTC
8e51aa7 Added: G__int64 G__CallFunc::ExecInt64(). This method is needed to call functions that return a Long64_t. git-svn-id: http://root.cern.ch/svn/root/trunk@15934 27541ba8-7e3a-0410-8455-c3a389f83636 06 August 2006, 07:04:00 UTC
95ca1ac From Jerome Lauret: no // comments allowed in C code. git-svn-id: http://root.cern.ch/svn/root/trunk@15932 27541ba8-7e3a-0410-8455-c3a389f83636 06 August 2006, 02:05:02 UTC
a1c0612 Remove the Proof() method. Start PROOF via TProof::Open(). git-svn-id: http://root.cern.ch/svn/root/trunk@15931 27541ba8-7e3a-0410-8455-c3a389f83636 06 August 2006, 02:04:12 UTC
7b02d8c From Gerri: I have realized that the new tarball requires the mods to the XrdProofd plugin that I wanted to keep separated. This explains the problem on Mac (and also everywhere the plug-in is build). It also contains the fix of the problem mention by Fons with selectors from a library. git-svn-id: http://root.cern.ch/svn/root/trunk@15930 27541ba8-7e3a-0410-8455-c3a389f83636 05 August 2006, 20:04:47 UTC
d7ec331 From Gerri, New version that should fix compilation problems on Windows and MAC git-svn-id: http://root.cern.ch/svn/root/trunk@15929 27541ba8-7e3a-0410-8455-c3a389f83636 05 August 2006, 19:58:39 UTC
2de2bd6 From Gerri: Fixes several issues with the definition of the outputlists which were forgotten during the previous patch against memory leaks. And also a few other things. git-svn-id: http://root.cern.ch/svn/root/trunk@15928 27541ba8-7e3a-0410-8455-c3a389f83636 05 August 2006, 11:14:25 UTC
4b61f59 From Gerri: The xrootd-tarball contains the fix for a serious bug that I have found yesterday in XrdClient affecting sessions where more than (2**15-1)/2 (16384) files were open (basically a 'short int' counter was not properly reset ...). This solves the problem encountered by Jan-Fiete with Lookup and and analysis of about 23000 files. git-svn-id: http://root.cern.ch/svn/root/trunk@15927 27541ba8-7e3a-0410-8455-c3a389f83636 05 August 2006, 11:13:12 UTC
45bd33d Code cleanup in TProfile::Rebin (Thanks Constantin Loizides) git-svn-id: http://root.cern.ch/svn/root/trunk@15926 27541ba8-7e3a-0410-8455-c3a389f83636 05 August 2006, 05:16:03 UTC
ac8084c From Axel: Implement SetDeclFile for TClass and TGenericClassInfo. This is usefull to properly document some cases of class template For example the html doc for TMatrixT<double> claims that the user should include TMatrixT.h, where in fact the user should include TMatrixD.h. git-svn-id: http://root.cern.ch/svn/root/trunk@15925 27541ba8-7e3a-0410-8455-c3a389f83636 04 August 2006, 20:58:52 UTC
acfb1b6 Make sure that fMaxpar is always greater than the argument maxpar in TMinuit::BuildArrays. This fixes the problem reported at: https://savannah.cern.ch/bugs/?func=detailitem&item_id=18796 git-svn-id: http://root.cern.ch/svn/root/trunk@15924 27541ba8-7e3a-0410-8455-c3a389f83636 04 August 2006, 19:43:13 UTC
cb07cef From Axel: Remove one unused var, start using another. git-svn-id: http://root.cern.ch/svn/root/trunk@15923 27541ba8-7e3a-0410-8455-c3a389f83636 04 August 2006, 16:17:28 UTC
back to top