- Jan 22, 2003
-
-
Rene Brun authored
more than the strlen of the original string to cope with some situations like vector<vector<T>> (note the missing blank between the >>) In the section generating code for STL, replace generated lines like if (!R__n) return; by if (R__n) { .. } With this change, the generated code works also when the option "+" is not specified in the pragma of LinkDef git-svn-id: http://root.cern.ch/svn/root/trunk@5965 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@5964 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
on Alpha. git-svn-id: http://root.cern.ch/svn/root/trunk@5963 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@5962 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@5961 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@5960 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
and Win32gdk displaying modules. TTF support provided by Olivier Couet and Bertrand Bellenot (for Win32), build system updated by me. Also fixes the RH8.0 installation problems of rootd and proofd. git-svn-id: http://root.cern.ch/svn/root/trunk@5959 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@5958 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@5957 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@5956 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
distribution tar file. We will use freetype's own make procedure to build it. freetype.mak is the windows nmake file for freetype (was not included in the freetype-2.1.3.tar.gz). git-svn-id: http://root.cern.ch/svn/root/trunk@5955 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@5954 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@5952 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@5951 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 21, 2003
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@5950 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
a TStreamerInfo with the same class version already exists. If the TStreamerElement titles are different, set the old title to the new title. This change is required to cope with complex cases when the old TStreamerInfo was built from a Tree in no split mode and the new TStreamerInfo from a Tree in split mode. In this case, a class with a TClonesArray may have the class name contained in the TClonesArray missing in the TStreamerElement title. git-svn-id: http://root.cern.ch/svn/root/trunk@5949 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
when running on Windows, the following message was generated: Unrecognized string ''#pragma ifndef G__TMPLTIOS''#pragma git-svn-id: http://root.cern.ch/svn/root/trunk@5948 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 20, 2003
-
-
Fons Rademakers authored
Like for TCanvas. git-svn-id: http://root.cern.ch/svn/root/trunk@5947 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
TGeoManager : - added getter for current direction; - dummy cache option by default TGeoNodeOffset - set the name for parametrized divisions; minor fix in allocating the space for the name (safer now) TGeoPatternFinder : - the getter for the matrix of a divided node will return the updated matrix (before one had to do TGeoNodeOffset::cd() first, now TGeoNodeOffset::GetMatrix() does this in one go) Shape classes : - protection for wrong division range slightly modified git-svn-id: http://root.cern.ch/svn/root/trunk@5946 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@5945 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@5944 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Initialize pointers in some default constructors. git-svn-id: http://root.cern.ch/svn/root/trunk@5943 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@5942 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 19, 2003
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@5941 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
baskets are read from the file. git-svn-id: http://root.cern.ch/svn/root/trunk@5940 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
The _commit function forces the operating system to write the file associated with handle to disk. This call ensures that the specified file is flushed immediately, not at the operating system's discretion. git-svn-id: http://root.cern.ch/svn/root/trunk@5939 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Here is TWinNTSystem.cxx who solves the problem of 100% CPU usage in batch mode...and speeds up benchmarks.c executed in batch mode as : root -b -q benchmarks.c git-svn-id: http://root.cern.ch/svn/root/trunk@5938 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 17, 2003
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@5937 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
into a single new class TFileDrawMap. See comments in TFileDrawMap for usage info. make distclean is recommended git-svn-id: http://root.cern.ch/svn/root/trunk@5936 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
The following patch repairs the fact that the new TSelectorDraw does not properly recover from error in the parsing of the formulas. It also fixes a problem in the parsing of erroneous input when part of the name matches a split TClonesArray branch name. git-svn-id: http://root.cern.ch/svn/root/trunk@5935 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
virtual Int_t GetNbytesInfo() const {return fNbytesInfo;} virtual Int_t GetNbytesFree() const {return fNbytesFree;} virtual Seek_t GetSeekFree() const {return fSeekFree;} virtual Seek_t GetSeekInfo() const {return fSeekInfo;} git-svn-id: http://root.cern.ch/svn/root/trunk@5934 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
virtual Int_t GetNbytesKeys() const git-svn-id: http://root.cern.ch/svn/root/trunk@5933 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
instead of the constructor/destructor. In case of many histograms, the previous allocation was a substantial overhead in memory. git-svn-id: http://root.cern.ch/svn/root/trunk@5932 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@5931 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@5930 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
new files via rootd anymore. Reported by Gerri Ganis. git-svn-id: http://root.cern.ch/svn/root/trunk@5929 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 16, 2003
-
-
Rene Brun authored
TFile::DrawMap calls the class TFileMap via the PluginManager. Description of this new class still to be done. git-svn-id: http://root.cern.ch/svn/root/trunk@5928 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
the Tree map may be invoked directly from a TFileMap picture. git-svn-id: http://root.cern.ch/svn/root/trunk@5927 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@5926 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
The class is automatically invoked from TFile::DrawMap. git-svn-id: http://root.cern.ch/svn/root/trunk@5925 27541ba8-7e3a-0410-8455-c3a389f83636
-