-
- Downloads
replace svninfo.txt by gitinfo.txt to provide git commit and branch information.
Provide git commit and branch info to the system. The methods: TROOT::GetSvnRevision() TROOT::GetSvnBranch() TROOT::GetSvnDate() have been replaced by: TROOT::GetGitCommit() TROOT::GetGitBranch() TROOT::GetGitDate() but for backward compatibility we've retained GetSvnRevision() which now returns the decimal value of the short SHA1 of GetGitCommit(). So don't rely on revisions increasing monotonically. Also the RVersion.h has changed and: ROOT_SVN_REVISION ROOT_SVN_BRANCH has been replaced by: ROOT_GIT_COMMIT ROOT_GIT_BRANCH
Showing
- .gitignore 5 additions, 5 deletions.gitignore
- Makefile 7 additions, 28 deletionsMakefile
- build/unix/gitinfo.sh 30 additions, 0 deletionsbuild/unix/gitinfo.sh
- build/unix/svninfo.sh 0 additions, 46 deletionsbuild/unix/svninfo.sh
- build/version.cxx 5 additions, 6 deletionsbuild/version.cxx
- configure 1 addition, 1 deletionconfigure
- core/base/inc/TROOT.h 10 additions, 6 deletionscore/base/inc/TROOT.h
- core/base/src/TROOT.cxx 22 additions, 20 deletionscore/base/src/TROOT.cxx
- core/rint/src/TRint.cxx 2 additions, 2 deletionscore/rint/src/TRint.cxx
- proof/proofplayer/src/TPerfStats.cxx 2 additions, 2 deletionsproof/proofplayer/src/TPerfStats.cxx
- tmva/src/MethodBase.cxx 1 addition, 1 deletiontmva/src/MethodBase.cxx
- tmva/src/Reader.cxx 1 addition, 1 deletiontmva/src/Reader.cxx
- tree/treeplayer/src/TTreePerfStats.cxx 6 additions, 4 deletionstree/treeplayer/src/TTreePerfStats.cxx
Loading
Please register or sign in to comment