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

sort by:
Revision Author Date Message Commit Date
863f422 use explicitly the -m64 flag for x86_64. git-svn-id: http://root.cern.ch/svn/root/trunk@11461 27541ba8-7e3a-0410-8455-c3a389f83636 31 March 2005, 15:10:12 UTC
394d8e0 From Bertrand: Win32 makefiles for new freetype library. git-svn-id: http://root.cern.ch/svn/root/trunk@11460 27541ba8-7e3a-0410-8455-c3a389f83636 31 March 2005, 14:27:14 UTC
809558e move to latest freetype version, backward compatible, but providing better support for MacOS X and PPC64. This version was released last summer, so quite stable. git-svn-id: http://root.cern.ch/svn/root/trunk@11459 27541ba8-7e3a-0410-8455-c3a389f83636 31 March 2005, 14:25:56 UTC
1b35a1a From Ilka: The attached patch fixes the bug 2803: the test of kNotDeleted was forgotten in the last changes of TRootContextMenu.cxx. git-svn-id: http://root.cern.ch/svn/root/trunk@11458 27541ba8-7e3a-0410-8455-c3a389f83636 31 March 2005, 12:51:43 UTC
e856673 From Philippe: TBranch::fOffset stores permanently the offset of the data member in the object. When the branch is reloaded without the library, this offset might be incorrect. We introduce SetupAddresses (called by GetEntry and TTreeFormula) which insures the offset are correctly set. In case of a fixed size char array nested inside a collection, the indexing was inconsistent (It is drawn as a string but one of the inner mechanism was still using the fixed size to calculate the index) In case of string (like char* or char array) was within a collection, the TFormLeafInfo 'chain' was incorrectly set (it was not using the fact the branch has the address of the collection instead of the addresses of the container of the collection). git-svn-id: http://root.cern.ch/svn/root/trunk@11457 27541ba8-7e3a-0410-8455-c3a389f83636 30 March 2005, 21:09:19 UTC
2b5ab1f From Wim Lavrijsen, Fix to run with python 2.2 git-svn-id: http://root.cern.ch/svn/root/trunk@11456 27541ba8-7e3a-0410-8455-c3a389f83636 30 March 2005, 19:20:32 UTC
e828e6e From Maarten: added comment on new flag for Condor. git-svn-id: http://root.cern.ch/svn/root/trunk@11455 27541ba8-7e3a-0410-8455-c3a389f83636 30 March 2005, 17:34:33 UTC
90c4954 fix problem with "which" usage (showed up on OpenBSD). git-svn-id: http://root.cern.ch/svn/root/trunk@11454 27541ba8-7e3a-0410-8455-c3a389f83636 30 March 2005, 13:23:21 UTC
08b2806 use flag -m64 to explicitly compile in 64 bit mode (was default but make it explicit). git-svn-id: http://root.cern.ch/svn/root/trunk@11453 27541ba8-7e3a-0410-8455-c3a389f83636 30 March 2005, 11:21:04 UTC
d8a0002 From Maarten: small Condor log file naming change. git-svn-id: http://root.cern.ch/svn/root/trunk@11452 27541ba8-7e3a-0410-8455-c3a389f83636 30 March 2005, 08:37:34 UTC
2b65c39 From Eddy Offermann: One more fix to support reading matrices stored with the old versions 3.10 git-svn-id: http://root.cern.ch/svn/root/trunk@11451 27541ba8-7e3a-0410-8455-c3a389f83636 30 March 2005, 07:19:46 UTC
34e7c87 From Wim Lavrijsen for the benefit of roottest (and probably for more general use as well): o) pass cli args on to TApplication o) textual fixes in comments In particular, this allows '-b' to propagate. Note though, that the proper syntax is: $ python mymacro.py -b rather than "python -b mymacro.py". git-svn-id: http://root.cern.ch/svn/root/trunk@11450 27541ba8-7e3a-0410-8455-c3a389f83636 30 March 2005, 05:16:19 UTC
55a8c06 From Maarten: remove references to gProof. git-svn-id: http://root.cern.ch/svn/root/trunk@11449 27541ba8-7e3a-0410-8455-c3a389f83636 30 March 2005, 04:07:29 UTC
b6000fa From Eddy Offermann: Oops, I had the index offsets switched . The pathch corrects the current cvs head . git-svn-id: http://root.cern.ch/svn/root/trunk@11448 27541ba8-7e3a-0410-8455-c3a389f83636 29 March 2005, 20:44:52 UTC
ce05f6e o RooProdPdf, RooProdGenContext - Fix a couple of small memory leaks: a few RooArgSets allocated in factorizeProduct() and the gencontext ctor on the heap were not deleted by either themselves or the responsible calling functions git-svn-id: http://root.cern.ch/svn/root/trunk@11447 27541ba8-7e3a-0410-8455-c3a389f83636 29 March 2005, 18:43:48 UTC
24ceef9 o RooAbsReal - Fix bug in plotOn() -- forgot to process Name() argument if a projection dataset was passed. git-svn-id: http://root.cern.ch/svn/root/trunk@11446 27541ba8-7e3a-0410-8455-c3a389f83636 29 March 2005, 17:44:20 UTC
d31f38f From Philippe: This patch insures that objects that did not save a variable size array eventhough the index is non zero will be read properly. git-svn-id: http://root.cern.ch/svn/root/trunk@11445 27541ba8-7e3a-0410-8455-c3a389f83636 29 March 2005, 17:43:25 UTC
7203af1 From Olivier: - The revision 1.153 in THistPainter::PaintTitle (to take into account the case of multi-lines title), produced a side effect: histogram titles "K^{+}" and "K^{-}" had not the same size. This patch fixes the problem. git-svn-id: http://root.cern.ch/svn/root/trunk@11444 27541ba8-7e3a-0410-8455-c3a389f83636 29 March 2005, 17:15:58 UTC
3257d5f From Gerri: correct Globus patch handling that got broken in Christian's big patch. git-svn-id: http://root.cern.ch/svn/root/trunk@11443 27541ba8-7e3a-0410-8455-c3a389f83636 29 March 2005, 15:42:47 UTC
e6a81dd o RooAddPdf - Change use of normalization set in getVal() to be more robust o RooProdPdf - Fix bug in recaching of sterilized normalization manager contents: supply the range name here too. git-svn-id: http://root.cern.ch/svn/root/trunk@11442 27541ba8-7e3a-0410-8455-c3a389f83636 29 March 2005, 14:00:02 UTC
dcff9d4 From Dmytro Kustov: two more OpenBSD changes. git-svn-id: http://root.cern.ch/svn/root/trunk@11441 27541ba8-7e3a-0410-8455-c3a389f83636 29 March 2005, 13:10:21 UTC
f920d51 support TSystem helper plugin for xrootd. TXNetSystem coming soon. git-svn-id: http://root.cern.ch/svn/root/trunk@11440 27541ba8-7e3a-0410-8455-c3a389f83636 29 March 2005, 12:51:51 UTC
81e9543 From Bertrand: fix inconsistency in TryLock discovered by Gerri. git-svn-id: http://root.cern.ch/svn/root/trunk@11439 27541ba8-7e3a-0410-8455-c3a389f83636 29 March 2005, 10:21:23 UTC
cd1b3a0 From Bertrand Bellenot: Added a missing unlock in TGWin32.cxx git-svn-id: http://root.cern.ch/svn/root/trunk@11438 27541ba8-7e3a-0410-8455-c3a389f83636 29 March 2005, 10:11:58 UTC
6bd4fa8 From Ilka: changes in TPaveStats::SavePrimitives() for saving the current Stat and Fit options in the generated C++ code. git-svn-id: http://root.cern.ch/svn/root/trunk@11437 27541ba8-7e3a-0410-8455-c3a389f83636 29 March 2005, 10:06:52 UTC
a6d82a5 From Philippe The following problems were found while running roottest on MacOS. rootcint: Insure that the dimensions of Int_t (*fArray)[3]; are properly recorded by the ShowMembers function TStreamerInfo: Insure that the wrapper template function see all modifications to the TStreamerInfo TTreePlayer: In Scan insures that the entry number is printed as a long long (aka with %lld). git-svn-id: http://root.cern.ch/svn/root/trunk@11436 27541ba8-7e3a-0410-8455-c3a389f83636 28 March 2005, 21:17:39 UTC
718cd7b From Philippe: The following insure that TTreeFormula properly generate the accessing code (TFormLeafInfos) in the case of character string embedded in a an object with an STL collection. git-svn-id: http://root.cern.ch/svn/root/trunk@11435 27541ba8-7e3a-0410-8455-c3a389f83636 28 March 2005, 21:06:38 UTC
24e3453 From Eddy Offermann: a small patch to correct the matrices for root < 4 : In previous root versions, the matrix was stored column-wise, now it is row-wise . With this patch the streamer will correct column-wise stored matrices . git-svn-id: http://root.cern.ch/svn/root/trunk@11434 27541ba8-7e3a-0410-8455-c3a389f83636 28 March 2005, 20:38:35 UTC
214bca8 From Valeri Fine: TGQt - an extra protection against of the crash inside of the "destroyed embedded" TCanvas objects introduced (Thanks M.Nikulin) git-svn-id: http://root.cern.ch/svn/root/trunk@11433 27541ba8-7e3a-0410-8455-c3a389f83636 28 March 2005, 20:32:30 UTC
bc0ff27 In the TBuffer Read functions, replace the test if(n <=0 || n > fBufSize) return 0; by a more strict test taking into account the size of the data type) if(n <=0 ||n*sizeof(datatype) > fBufSize) return 0; git-svn-id: http://root.cern.ch/svn/root/trunk@11432 27541ba8-7e3a-0410-8455-c3a389f83636 26 March 2005, 09:48:08 UTC
fe8ffa8 From Philippe: Fix for a problem reported by Reiner Hauser I have a root file with a TBranchRef in it, to support autoloading objects referenced via a TRef. This seems to work fine with a single TRef in an object, but not the references in a TRefArray. git-svn-id: http://root.cern.ch/svn/root/trunk@11431 27541ba8-7e3a-0410-8455-c3a389f83636 26 March 2005, 07:02:14 UTC
05965f7 From Axel Naumann: VC7 has a problem with a method param in TGraph::Sort called greater (it confuses it with std::greater). Attached patch fixes that. git-svn-id: http://root.cern.ch/svn/root/trunk@11430 27541ba8-7e3a-0410-8455-c3a389f83636 26 March 2005, 06:57:35 UTC
e519e17 From Axel Naumann: I need access to THashTable's rehash level (to temporarily disable it while adding plenty of objects). There's no access to the rehash level (maximum average collision allowed without rehashing), neither setters nor getters. The attached patch implements them. git-svn-id: http://root.cern.ch/svn/root/trunk@11429 27541ba8-7e3a-0410-8455-c3a389f83636 26 March 2005, 06:47:32 UTC
abf3fbe From Valeri Fine In previous patch , forgot to delete the old function Warp and add the function with the new signature. git-svn-id: http://root.cern.ch/svn/root/trunk@11428 27541ba8-7e3a-0410-8455-c3a389f83636 26 March 2005, 06:40:26 UTC
a85f39a From valeri Fine: TGQt, TQtWidget - Fixed the crash in the embedded TCanvas dtor (Thanks Maxim Nikulin) TGQt, TVirtualX.interface.h, TGQtThread, GQtGUI GQtGUIThread - New method SetBackground (a'la SetForeground) to change the background color of the ROOT graphical context. git-svn-id: http://root.cern.ch/svn/root/trunk@11427 27541ba8-7e3a-0410-8455-c3a389f83636 25 March 2005, 19:41:04 UTC
8b4a6fe From Philippe: This update fixes a case where when drawing a collection within a TClonesArray, the size of the TClonesArray was not properly read. It also fixes a case where TTreeFormula was trying to drill trhough a collection when it already has seen 2 variable dimensions. git-svn-id: http://root.cern.ch/svn/root/trunk@11426 27541ba8-7e3a-0410-8455-c3a389f83636 24 March 2005, 18:37:53 UTC
bbc4485 From Christian Holm: fixes for the rpm build process, which now works. git-svn-id: http://root.cern.ch/svn/root/trunk@11425 27541ba8-7e3a-0410-8455-c3a389f83636 24 March 2005, 17:14:30 UTC
3bbd30c From Marek: rename TProofNTuple to TProofVarArray. git-svn-id: http://root.cern.ch/svn/root/trunk@11424 27541ba8-7e3a-0410-8455-c3a389f83636 24 March 2005, 16:32:28 UTC
be6d08c From Markus Frank: - Changed collection proxy classes to use the TClassRef structures. - Removed virtuality for proxy initialization to allow usage in constructor git-svn-id: http://root.cern.ch/svn/root/trunk@11421 27541ba8-7e3a-0410-8455-c3a389f83636 24 March 2005, 14:27:06 UTC
05bc425 From Valeri fine: TQtWidget: - Extra documentation about Qt signal /slot available TQtClientWidget - Fix the "grab button" implementation. This correction disables the Qt-based implementation of the X11 man page the "pointer is not grabbed" clause: //X11: ButtonPress event is reported if all of the following // conditions are true: // * The pointer is not grabbed, and the specified button is logically As result the scroll bar of the TGComboBox object is properly grabbed (from the ROOT Gui point of view); TGQt: - Some optimization use SetEraseColor method instead of setPaletteBackgroundColor git-svn-id: http://root.cern.ch/svn/root/trunk@11420 27541ba8-7e3a-0410-8455-c3a389f83636 24 March 2005, 07:16:02 UTC
ebc047b From Axel: a THashTable with a rehash level is incredibly inefficient when calling AddAll(TCollection* col) on it. It rehashes ever single time an added object brings it above the rehash level (which in turn adds all elements added to far to a new THashTable) - this can happen very often, esp if col->GetEntries()>>GetEntries(). The attached patch adds THashTable's own implementation of TCollection::AddAll. Before calling TCollection::AddAll, it estimates whether rehashing will be needed for the combined THashTable. Rehashing before TCollection::AddAll means less elements will have to be copied to the rehashed THashTable. The estimate is based on fSize, assuming an ideal hash. If the collection wasn't rehashed before the call to TCollection::AddAll, THashTable::AddAll will check for rehashing after the collections have been merged. The results should be exactly the same as with the old algorithm, only the performance is many orders of magnitudes better, noticeable esp when adding a larger collection. git-svn-id: http://root.cern.ch/svn/root/trunk@11419 27541ba8-7e3a-0410-8455-c3a389f83636 24 March 2005, 07:13:35 UTC
7d9b34a From Axel: as you're probably aware, there is no common interface to get the number of entries in collections. It's GetEntries() for all collections which have a "reserved size", and GetSize() for all others. The attached tiny patch introduces virtual TCollection::GetEntries() { return GetSize();} It returns GetSize() if GetEntries() is not re-implemented by the derived class. It already is re-implemented for all classes for which GetSize() returns something different than GetEntries(). Thus, GetEntries() returns the number of entries for all collections. git-svn-id: http://root.cern.ch/svn/root/trunk@11418 27541ba8-7e3a-0410-8455-c3a389f83636 24 March 2005, 07:12:07 UTC
ec8c497 Remove unused variable git-svn-id: http://root.cern.ch/svn/root/trunk@11417 27541ba8-7e3a-0410-8455-c3a389f83636 24 March 2005, 07:11:27 UTC
3b058fe From Olivier: - Now uses TPad::GetViewer3D() instead of the depreciated function TPad::x3d(). git-svn-id: http://root.cern.ch/svn/root/trunk@11416 27541ba8-7e3a-0410-8455-c3a389f83636 23 March 2005, 16:05:32 UTC
f9bc557 From Olivier: - In TPaveStats::Paint histograms' titles containing the "=" sign were not displayed like a title but like a statistic parameter. git-svn-id: http://root.cern.ch/svn/root/trunk@11415 27541ba8-7e3a-0410-8455-c3a389f83636 23 March 2005, 15:26:06 UTC
4ab81c5 From Marek Biskup: -Added options proofi and proofg to TProfile and TProfile2D drawn with proof. -Added support for "ICE" option (see TH1::Reset()) to TH2, TH3, TProfile and TProfile2D::Reset(). -Rewritten Merge() in TH1, TH2, TH3, TProfile and TProfile2D to support buffers. Changed the return type from Int_t to Long64_t. git-svn-id: http://root.cern.ch/svn/root/trunk@11414 27541ba8-7e3a-0410-8455-c3a389f83636 23 March 2005, 12:41:01 UTC
47e1e05 Part of the patch rootcint_8 was necessary to gey fOpenAndSleep in newlink. git-svn-id: http://root.cern.ch/svn/root/trunk@11413 27541ba8-7e3a-0410-8455-c3a389f83636 23 March 2005, 07:14:47 UTC
a4cfc19 From Philippe: This new patch is a refinement of rootcint_8 and superseeds it. (the change in newlink.c are the exact same, the change in rootcint now cover both calls to rename). git-svn-id: http://root.cern.ch/svn/root/trunk@11412 27541ba8-7e3a-0410-8455-c3a389f83636 23 March 2005, 06:16:46 UTC
3028e1f o RooDataHist - Import hidden plotOn() virtual functions from RooAbsData using 'using' git-svn-id: http://root.cern.ch/svn/root/trunk@11411 27541ba8-7e3a-0410-8455-c3a389f83636 22 March 2005, 22:11:41 UTC
e74327f From Philippe: The attached patch protect TTreeFormula against missing leaves. In case of missing leaf, it evaluate the whole formula at zero value. This is not ideal, but adding the ability to skip entries with missing leaves would require significant change in TSelectorDraw (which itself is likely to be rewritten). git-svn-id: http://root.cern.ch/svn/root/trunk@11410 27541ba8-7e3a-0410-8455-c3a389f83636 22 March 2005, 19:53:59 UTC
6ed9c23 From Philippe A protection was missing in the previous fix. git-svn-id: http://root.cern.ch/svn/root/trunk@11409 27541ba8-7e3a-0410-8455-c3a389f83636 22 March 2005, 18:02:09 UTC
cd0966f From Philippe: The schema evolution for foreign class in ROOT 3.10.02 was requiring the user to set its own class version (via RootClassVersion). In ROOT 4.00 we introduce a checksum to remove the need for the user supplied class version for foreign class. However the auto-discovery of the proper TStreamerInfo base on the checksum was __only__ enabled by file written by ROOT 4.00.00 and above. This patch includes code to enabled this auto-discovery (when needed) for older files. git-svn-id: http://root.cern.ch/svn/root/trunk@11408 27541ba8-7e3a-0410-8455-c3a389f83636 22 March 2005, 17:10:25 UTC
a7337dc From Otto Schaile New version of TPad::CreateNewPolyLine that shows correctly the line segments when a new PolyLine or CutG is created inside subpads. git-svn-id: http://root.cern.ch/svn/root/trunk@11407 27541ba8-7e3a-0410-8455-c3a389f83636 22 March 2005, 16:57:17 UTC
bba4867 From Dmytro Kustov: final OpenBSD patch. git-svn-id: http://root.cern.ch/svn/root/trunk@11406 27541ba8-7e3a-0410-8455-c3a389f83636 22 March 2005, 16:23:51 UTC
5c660d7 o RooAbsPdf, RooGlobalFunc - Add support for Minos(const RooArgSet& paramSet) named argument in fitTo() that runs minos only on the selected subset of parameters o RooStreamParser - Eliminate putBackToken() as it is fundamentally flawed o RooArgSet, RooRealVar - Rework readFromStream so that it works without RooStreamParser::putBackToken() o RooRealVar - Eliminate some unused data members that were accidentally included during development git-svn-id: http://root.cern.ch/svn/root/trunk@11405 27541ba8-7e3a-0410-8455-c3a389f83636 22 March 2005, 13:05:26 UTC
e7d9dd2 Add support for options "profi" and "profg" also for TProfile2D git-svn-id: http://root.cern.ch/svn/root/trunk@11404 27541ba8-7e3a-0410-8455-c3a389f83636 22 March 2005, 10:00:32 UTC
c49f79e From Wim Lavrijsen Fix for Solaris. git-svn-id: http://root.cern.ch/svn/root/trunk@11403 27541ba8-7e3a-0410-8455-c3a389f83636 22 March 2005, 05:58:59 UTC
056ea27 Remove obsolete reference to IVLIB. git-svn-id: http://root.cern.ch/svn/root/trunk@11402 27541ba8-7e3a-0410-8455-c3a389f83636 22 March 2005, 05:33:35 UTC
ca12733 avoid including module gl twice for win32. git-svn-id: http://root.cern.ch/svn/root/trunk@11401 27541ba8-7e3a-0410-8455-c3a389f83636 22 March 2005, 05:33:02 UTC
ed45977 From Philippe, Minor fix to avoid a warning from valgrind git-svn-id: http://root.cern.ch/svn/root/trunk@11400 27541ba8-7e3a-0410-8455-c3a389f83636 21 March 2005, 22:17:12 UTC
c396f88 small correction. git-svn-id: http://root.cern.ch/svn/root/trunk@11399 27541ba8-7e3a-0410-8455-c3a389f83636 21 March 2005, 21:48:13 UTC
4dfc83f From Christian Holm Christensen: * New Debian and RedHat rpm packaging scripts. * Added a description to `build/package/debian/README.Debian' on how to add a new package. It's not that complicated so it should be a simple thing to add a new package, even for some with little or no experience with RPMs or DEBs. * When searching for the Oracle client libraries, I added the directories `/usr/lib/oracle/*/client/lib' and `/usr/include/oracle/*/client' - as these are the paths that the RPMs install into. * I added the packages `root-plugin-krb5' and `root-plugin-oracle'. * The library `libXMLIO' is in `libroot'. * The package `root-plugin-xml' contains the XML parser. * I fixed an cosmetic error in `build/misc/root.m4'. The definition of `ROOT_PATH' should be quoted, otherwise aclocal will complain. * In the top-level `Makefile' I pass an additional argument to `makecintdlls' - namely `$(ROOTCINTTMP)'. In `makecintdlls' I use that argument to make the various dictionaries for `lib...Dict.so'. Originally, the script used plain `rootcint'. However, as `rootcint' may not be in the path yet, or the one in the path may be old, this failed. Hence, I use what we know is there - namely the newly build `rootcint_tmp'. BTW, what are these shared libraries, and where do they belong? I guess they are specific to ROOT, and not used by plain `CINT'. For now, I put them in `libroot'. * Made the two `virtual' packages `root-db-client' - provided the DB plugins, and `root-fitter' provided by `root-plugin-minuit' and `root-plugin-fumili'. Note, the virtual package `root-file-server' provided by `root-rootd' and `root-xrootd' already existed in the previous patch. * Note, I added the directory `build/package/debian/po' which is for translations of DebConf templates. DebConf is Debians very advanced package configuration interface. It presents the user with a set of questions in some sort of `GUI' based on how much the user would like to change. These `dialogs' can be translated quite easily. As an example, I translated the questions used by the `ttf-root-installer' package into Danish. I'm sure someone can translate them into German, French, Italien, Spanish, and so on. git-svn-id: http://root.cern.ch/svn/root/trunk@11398 27541ba8-7e3a-0410-8455-c3a389f83636 21 March 2005, 21:42:23 UTC
1f4aae1 From Christian Holm Christensen: changed files for the new debian and rpm packaging. git-svn-id: http://root.cern.ch/svn/root/trunk@11397 27541ba8-7e3a-0410-8455-c3a389f83636 21 March 2005, 21:34:37 UTC
4af7af2 From Christian Holm Christensen: new debian and rpm packaging files. git-svn-id: http://root.cern.ch/svn/root/trunk@11396 27541ba8-7e3a-0410-8455-c3a389f83636 21 March 2005, 21:33:32 UTC
34befde From Christian Holm Christensen: remove obsolete debian and rpm packaging files. New ones coming. git-svn-id: http://root.cern.ch/svn/root/trunk@11395 27541ba8-7e3a-0410-8455-c3a389f83636 21 March 2005, 21:25:31 UTC
c6fd57a From Olivier: - Protection added in TPolyLine3D::Paint and TPolyMarker3D::Paint: if the number of points is less or equal to zero (nothing to paint), these methods perform a "return" statement. Without this protection we get a "segmentation violation" TVirtualViewer3D::AddObject. git-svn-id: http://root.cern.ch/svn/root/trunk@11394 27541ba8-7e3a-0410-8455-c3a389f83636 21 March 2005, 17:22:59 UTC
0d0c99f change name of TProofChain to TChainProof, this class does not directly belong to PROOF but it provides a chain proxy that runs on PROOF. To compile you need to clean *.d's that reference the old file. To find these files do: rm `find . -name \*.d -exec grep -l TProofChain {} \;` git-svn-id: http://root.cern.ch/svn/root/trunk@11393 27541ba8-7e3a-0410-8455-c3a389f83636 21 March 2005, 16:20:56 UTC
df3ce1b forgot to change the package in the cvs indentification string. git-svn-id: http://root.cern.ch/svn/root/trunk@11392 27541ba8-7e3a-0410-8455-c3a389f83636 21 March 2005, 16:14:33 UTC
42ec2b4 added comments and fixed some typos. git-svn-id: http://root.cern.ch/svn/root/trunk@11391 27541ba8-7e3a-0410-8455-c3a389f83636 21 March 2005, 15:15:47 UTC
e137255 Move TTreeDrawArgsParser to the treeplayer module. git-svn-id: http://root.cern.ch/svn/root/trunk@11390 27541ba8-7e3a-0410-8455-c3a389f83636 21 March 2005, 15:14:39 UTC
97e507d From Philippe; More fixes for problems reported by valgrind git-svn-id: http://root.cern.ch/svn/root/trunk@11389 27541ba8-7e3a-0410-8455-c3a389f83636 21 March 2005, 15:01:14 UTC
6e14d49 From Marek Biskup: - Changed THX::Merge(). Now an attempt to merge histograms with overflows and different limits will fail. - Added GetOptionSame() to TTreeDrawArgsParser. - removing " " inside a string given to TTreeDrawArgsParser::Parse(). git-svn-id: http://root.cern.ch/svn/root/trunk@11388 27541ba8-7e3a-0410-8455-c3a389f83636 21 March 2005, 12:32:30 UTC
ea4c2f5 From Olivier: - In TPaletteAxis:: ExecuteEvent and TAxis::ExecuteEvent the zoom on logarithmic Z-Axis didn't work. git-svn-id: http://root.cern.ch/svn/root/trunk@11387 27541ba8-7e3a-0410-8455-c3a389f83636 21 March 2005, 09:15:05 UTC
8e3fde6 Add support for TProfile options "profi" and "profg" when generating a TProfile histogram. git-svn-id: http://root.cern.ch/svn/root/trunk@11386 27541ba8-7e3a-0410-8455-c3a389f83636 21 March 2005, 07:56:37 UTC
48a7857 From Philippe: The code currently in CVS fails to generated the proper dictionary for vector<const char*>: git-svn-id: http://root.cern.ch/svn/root/trunk@11385 27541ba8-7e3a-0410-8455-c3a389f83636 21 March 2005, 06:16:46 UTC
15d19da From Philippe: Remove a Warning reported by valgrind git-svn-id: http://root.cern.ch/svn/root/trunk@11384 27541ba8-7e3a-0410-8455-c3a389f83636 20 March 2005, 21:36:51 UTC
3aa3f86 From Philippe, Previous patch did not compile on Linux. git-svn-id: http://root.cern.ch/svn/root/trunk@11383 27541ba8-7e3a-0410-8455-c3a389f83636 20 March 2005, 21:25:12 UTC
d6b8763 New class TClassRef git-svn-id: http://root.cern.ch/svn/root/trunk@11382 27541ba8-7e3a-0410-8455-c3a389f83636 20 March 2005, 19:35:50 UTC
b7c303f From Philippe: This patch introduces the TClassRef methods that can be used to replace a TClass pointer. TClassRef has the same usage syntax as TClass* but is guaranteed to always point to the correct 'live' TClass object corresponding to a class. TClassRef can also be used to store a reference to a TClass on file. This patch also contains a couple of cleanup and addition in the linkdef file of cont, meta and the cintdlls. git-svn-id: http://root.cern.ch/svn/root/trunk@11381 27541ba8-7e3a-0410-8455-c3a389f83636 20 March 2005, 19:33:30 UTC
944dea8 From Philippe: This patch insures that array dimensions are kept part of the type when parsing template parameters (and hence fixes the THtml generation). git-svn-id: http://root.cern.ch/svn/root/trunk@11380 27541ba8-7e3a-0410-8455-c3a389f83636 20 March 2005, 18:20:40 UTC
7f576e1 From Philippe: The attached patch allows the generation of emulated collection proxy for STL collection of void*. git-svn-id: http://root.cern.ch/svn/root/trunk@11379 27541ba8-7e3a-0410-8455-c3a389f83636 19 March 2005, 23:10:53 UTC
7045930 import of CINT 5.15.169. For what else is new see http://root.cern.ch/root/Cint.phtml?relnote. git-svn-id: http://root.cern.ch/svn/root/trunk@11378 27541ba8-7e3a-0410-8455-c3a389f83636 19 March 2005, 23:10:26 UTC
26bba44 Update a comment indicating how to access the TPaveStats git-svn-id: http://root.cern.ch/svn/root/trunk@11377 27541ba8-7e3a-0410-8455-c3a389f83636 19 March 2005, 17:09:38 UTC
cea0e15 From Axel: Implement the possibility to histogram members of a class from the TBrowser, even in the case where the Tree has been built in no split mode. git-svn-id: http://root.cern.ch/svn/root/trunk@11376 27541ba8-7e3a-0410-8455-c3a389f83636 19 March 2005, 16:39:39 UTC
642561e From Philippe and Axel: Fix a bug in the STL Emulation layer git-svn-id: http://root.cern.ch/svn/root/trunk@11375 27541ba8-7e3a-0410-8455-c3a389f83636 19 March 2005, 07:26:33 UTC
0e17465 From Philippe: The function Class::AddMethod needs to follow the pattern of G__memfunc_setup and create a new G__ifunc_table when needed (see attachment my fix). git-svn-id: http://root.cern.ch/svn/root/trunk@11374 27541ba8-7e3a-0410-8455-c3a389f83636 19 March 2005, 06:33:16 UTC
5f41848 From Marek: - TH1::Merge() adding overflows even when merging histograms with the same limits. If the limits are different the overflows are ignored. The same in TH2::Merge, TH3::Merge, TProfile::Merge and TProfile2D::Merge. - Cleaning fHistogram (and this kind of) variables, so that the drawn plots aren't deleted in the TProofDrawXXX's destructor. - Removed TProofNTuple from TProofDrawTGraph. - Put the initialization code of fFeedback and fPlayer (=MakePlayer()) in TProof in to Init(). - Added TGraph::Merge(). Added TPolyMarker3D::GetPoint(Int_t, Float&, Float&, Float&). - Removed TProofNTuple from TProofDrawPolyMarker3D. - Fixed cleaning output lists after processing (set option = "nodelete"). Now the objects are on the player outputlist and are removed (but not deleted) from the selector's outputlist. - Fixed TPolyMarker3D::Merge() - it seems that nobody has ever tried to run this function. - Added setting tree attributes (like MarkerStyle, MarkerSize, LineColor etc.) to a drawn TGraph and TPolyMarker3D in TProofDrawGraph and TProofDrawPolyMarker3D. git-svn-id: http://root.cern.ch/svn/root/trunk@11373 27541ba8-7e3a-0410-8455-c3a389f83636 18 March 2005, 22:41:27 UTC
56b0c8b other small OpenBSD fix. git-svn-id: http://root.cern.ch/svn/root/trunk@11372 27541ba8-7e3a-0410-8455-c3a389f83636 18 March 2005, 22:33:16 UTC
370092a add -Wno-long-double for MacOS X to suppress some warnings. git-svn-id: http://root.cern.ch/svn/root/trunk@11371 27541ba8-7e3a-0410-8455-c3a389f83636 18 March 2005, 17:52:05 UTC
430167b From Richard: - modified TView to be perspective by default. Revert to cartesian as in v1.3 git-svn-id: http://root.cern.ch/svn/root/trunk@11370 27541ba8-7e3a-0410-8455-c3a389f83636 18 March 2005, 16:19:16 UTC
8c6d051 From Dmytro Kustov: one more fix for the OpenBSD port. git-svn-id: http://root.cern.ch/svn/root/trunk@11369 27541ba8-7e3a-0410-8455-c3a389f83636 18 March 2005, 15:15:33 UTC
a969c02 From Gerri: The patch to rpdutils also solve the problem observed by Maarten and Burt concerning setuid to user and back to root. git-svn-id: http://root.cern.ch/svn/root/trunk@11368 27541ba8-7e3a-0410-8455-c3a389f83636 18 March 2005, 15:08:23 UTC
15deb9e fix for Win32 which does not have crypt, now use encryption using rsalib. git-svn-id: http://root.cern.ch/svn/root/trunk@11367 27541ba8-7e3a-0410-8455-c3a389f83636 18 March 2005, 15:07:20 UTC
9b1da27 From Andrei: Fix for painting overlaps git-svn-id: http://root.cern.ch/svn/root/trunk@11366 27541ba8-7e3a-0410-8455-c3a389f83636 18 March 2005, 08:46:20 UTC
5f68912 From Richard: Fixes for i) Incorrect bounding boxes for g3d shapes and spheres in OGL viewer. ii) Missed case of TGetCTub - cut tube. Now supported natively in OGL viewer as before. git-svn-id: http://root.cern.ch/svn/root/trunk@11365 27541ba8-7e3a-0410-8455-c3a389f83636 18 March 2005, 08:03:27 UTC
2e6794b From Axel: patch for GetClassVersion, removing a temporary mem allocation and an unnecessary sprintf. git-svn-id: http://root.cern.ch/svn/root/trunk@11364 27541ba8-7e3a-0410-8455-c3a389f83636 17 March 2005, 20:49:55 UTC
b38da3f put back DeleteDrawFeedback() because calling the delete directly causes indeed link time dependencies on several platforms (Alpha, AIX). git-svn-id: http://root.cern.ch/svn/root/trunk@11363 27541ba8-7e3a-0410-8455-c3a389f83636 17 March 2005, 15:00:47 UTC
80ea8ba A static global cannot be accessed directly on Windows. Add a new static function TTreeDrawArgsParser::GetMaxDimension. This function is called by TProofDraw instead of the direct use of TTreeDrawArgsParser::fgMaxDimension. git-svn-id: http://root.cern.ch/svn/root/trunk@11362 27541ba8-7e3a-0410-8455-c3a389f83636 17 March 2005, 11:39:34 UTC
2502aef From Marek: renamed TDrawInfo to TTreeDrawArgsParser and moved the files to the tree directory. Removed TProofNTuple::DrawCopy(). git-svn-id: http://root.cern.ch/svn/root/trunk@11361 27541ba8-7e3a-0410-8455-c3a389f83636 17 March 2005, 10:43:30 UTC
8a2a794 Forgot to remove a not used anymore pure virtual method. git-svn-id: http://root.cern.ch/svn/root/trunk@11360 27541ba8-7e3a-0410-8455-c3a389f83636 17 March 2005, 09:29:08 UTC
back to top