15
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add a warning/comment in SetSeed about seed=0 More... over 24 years ago
- Change return type from void to Int_t for several read/write functions in several classes. The Read functions return the number of bytes read, the Write functions the number of bytes written. More... over 24 years ago
remove unnecessary lines in proofd and rootd for linuxppp More... over 24 years ago
correct typo ib -->lib More... over 24 years ago
Use user selected libXpm More... over 24 years ago
corrected if so gzip gets called when needed More... over 24 years ago
New version of CINT 5.14.39 More... over 24 years ago
Removed some machine dependencies More... over 24 years ago
fix typo with TABS More... over 24 years ago
Modify the algorithm computing the number of entries in TH2::ProfileX, TH2::ProfileY, TH2::ProjectionX and TH2::FitProjectionY. The number of entries correspond to the number of non empty bins. This solves a problem reported by Eddy Offermann when using TH2::FitSlicesY on 2-d histograms filled with small weights. More... over 24 years ago
Don't delete CVS directories when importing a new CINT More... over 24 years ago
Add special explicit shared library creation code for Alpha cxx More... over 24 years ago
Change OPT from -O2 to -O More... over 24 years ago
add F77 and F77LD to Makefile.alphaegcs More... over 24 years ago
give full path for CC compiler on SOLARIS More... over 24 years ago
define F77 and F77LIBS symbols More... over 24 years ago
-lnsl is only needed when linking with fortran cernlibs More... over 24 years ago
Added special case in makelib.sh and Makefile for Alpha cxx6 More... over 24 years ago
Reduce library dependencies in Module.mk\'s except for platforms that require explicit linking (AIX and Win32) More... over 24 years ago
Bring alpha Makefiles in sync with CMZ globals. Still cxx libCore linking to solve. More... over 24 years ago
Updated splashscreen to 2.24 More... over 24 years ago
make better check on valid architecture More... over 24 years ago
Handle pythia, pythia6 and venus in configure and Makefile.in More... over 24 years ago
not all shells understand substitution More... over 24 years ago
HP-UX defines __hpux and not hpux More... over 24 years ago
change index to indx to avoid compiler warnings Warning: index hides G__DataMemberInfo::index. More... over 24 years ago
Implement TTree::UseCurrentStyle More... over 24 years ago
- Protect TAxis::ExecuteEvent in case the axis parent is not set.- In the default TH1 constructor, set the 3 axis parents and names More... over 24 years ago
In TDatabasePDG destructor, reset fgInstance to 0. This is necessary in case the class supposed to be used as a singleton is created or deleted multiple times. More... over 24 years ago
Modify TFormula constructor to eliminate blanks in the input formula.Blanks were giving troubles in case a TFormula was referenced from anotherTFormula (thanks Stephen Bailey for reporting the problem). More... over 24 years ago