swh:1:snp:af87cd67498ef4fe47c76ed3e7caffe5b61facaf

sort by:
Revision Author Date Message Commit Date
75ac2cc This commit was manufactured by cvs2svn to create tag 'v5-16-14'. git-svn-id: http://root.cern.ch/svn/root/tags/v5-16-14@16048 27541ba8-7e3a-0410-8455-c3a389f83636 18 August 2006, 12:18:50 UTC
968827c Two new functions void Type::SetSize(size_t) void Type::SetTypeInfo(const std::type_info &) to set the size and the type_info of a type after it has been declared (needed by CINT) git-svn-id: http://root.cern.ch/svn/root/trunk@16047 27541ba8-7e3a-0410-8455-c3a389f83636 18 August 2006, 12:18:49 UTC
9bd15f2 unit tests for new funcs Type::SetSize, Type::SetTypeInfo git-svn-id: http://root.cern.ch/svn/root/trunk@16046 27541ba8-7e3a-0410-8455-c3a389f83636 18 August 2006, 12:17:36 UTC
0b82303 From Axel: create Convert's output dir if necessary, even if it was specified by the user; reset current scope when encountering a non-scoping word delimiter. git-svn-id: http://root.cern.ch/svn/root/trunk@16045 27541ba8-7e3a-0410-8455-c3a389f83636 18 August 2006, 11:16:42 UTC
080a272 In my previous check-in I added libAfterImage by mistake (still testing). Anyhow, the new file from Valeriy Onuchin seems to be correct. Here is the log from Valeriy: - new version of libAfterImage. Added LZ compression to builtin libungif, as patent is expired already. Allows to create compressed GIF files in batch mode. git-svn-id: http://root.cern.ch/svn/root/trunk@16044 27541ba8-7e3a-0410-8455-c3a389f83636 18 August 2006, 10:27:46 UTC
5b41912 I forgot to make teh output of strchr const (required by Solaris) git-svn-id: http://root.cern.ch/svn/root/trunk@16043 27541ba8-7e3a-0410-8455-c3a389f83636 18 August 2006, 10:18:12 UTC
949da07 Added David Maline for the GUI contributions. git-svn-id: http://root.cern.ch/svn/root/trunk@16042 27541ba8-7e3a-0410-8455-c3a389f83636 18 August 2006, 10:06:01 UTC
1bbcdf4 test for neg. template parameters git-svn-id: http://root.cern.ch/svn/root/trunk@16041 27541ba8-7e3a-0410-8455-c3a389f83636 18 August 2006, 09:25:00 UTC
1a2a3c7 escape - git-svn-id: http://root.cern.ch/svn/root/trunk@16040 27541ba8-7e3a-0410-8455-c3a389f83636 18 August 2006, 09:24:13 UTC
b46f6e6 slightly eleganter solution to the resetting of the var_arg pointer. git-svn-id: http://root.cern.ch/svn/root/trunk@16039 27541ba8-7e3a-0410-8455-c3a389f83636 18 August 2006, 09:14:41 UTC
705a6aa Implement a simpler and faster algorithm in the TLeaf constructor when encountering a leaf with a "[" git-svn-id: http://root.cern.ch/svn/root/trunk@16038 27541ba8-7e3a-0410-8455-c3a389f83636 18 August 2006, 08:44:03 UTC
d31af66 When using a var_arg more than once, one should reset (this is necessary on AMD64) git-svn-id: http://root.cern.ch/svn/root/trunk@16037 27541ba8-7e3a-0410-8455-c3a389f83636 17 August 2006, 22:47:51 UTC
1de2da8 remove any artifical limitation in branch names git-svn-id: http://root.cern.ch/svn/root/trunk@16036 27541ba8-7e3a-0410-8455-c3a389f83636 17 August 2006, 22:46:41 UTC
67c0e50 Reduce size of G__MEMDEPTH from 2 to 1 git-svn-id: http://root.cern.ch/svn/root/trunk@16033 27541ba8-7e3a-0410-8455-c3a389f83636 17 August 2006, 20:07:02 UTC
73ae33d New function "size_t Scope::SubScopeLevel()" which return the number of declaring scopes (plus this) the scope is defined. E.g. "class A::B::C" will return 3. git-svn-id: http://root.cern.ch/svn/root/trunk@16032 27541ba8-7e3a-0410-8455-c3a389f83636 17 August 2006, 14:45:56 UTC
9695365 Change Type::HasBase(const Type & b) to return const Base & instead of bool. If this has a base class b, the Base info object will be returned. Otherwise the empty Base. The change is backwards compatible in the sense that Base can be checked against bool (contains operator bool). git-svn-id: http://root.cern.ch/svn/root/trunk@16031 27541ba8-7e3a-0410-8455-c3a389f83636 17 August 2006, 13:50:30 UTC
a3ff6ec fix coding conventions git-svn-id: http://root.cern.ch/svn/root/trunk@16030 27541ba8-7e3a-0410-8455-c3a389f83636 17 August 2006, 11:49:49 UTC
b2b0579 From Lorenzo: patch for adding the method GetEffectiveEntries (from G. Flucke) and fix or TH1::Divide in the case of histogram filled with weights different than 1. git-svn-id: http://root.cern.ch/svn/root/trunk@16028 27541ba8-7e3a-0410-8455-c3a389f83636 17 August 2006, 09:30:48 UTC
56cde99 The bit kMustCleanup is now set in the TPad constructors instead of TCanvas::Build git-svn-id: http://root.cern.ch/svn/root/trunk@16027 27541ba8-7e3a-0410-8455-c3a389f83636 17 August 2006, 09:14:24 UTC
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
back to top