- Dec 19, 2007
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21494 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21493 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21492 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21491 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21488 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
geant4_vmc/config replaced with geant4_vmc/version_number in the list of files for tar command. git-svn-id: http://root.cern.ch/svn/root/trunk@21479 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Do not magically set the sourcedir for math[cm]ore. It helps THtml find the source files, but prevents it to pick up the doc from the headers. git-svn-id: http://root.cern.ch/svn/root/trunk@21476 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
in drr_init and drr_method_missing it suffices to throw an ArgumentError instead of aborting outright. The attached patch tries to implement that. git-svn-id: http://root.cern.ch/svn/root/trunk@21475 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21474 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21473 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21472 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21471 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
RubyRoot crashes when trying to emulate C-like casting if the argument class does not exist. Since the check for existence of the class checks the return type of new TClass(...), it is always true. Attached is a patch that changes this to TClass::GetClass, which returns 0 in case of failure. Also, the result of failure is mitigated from an abort to an exception. see: https://savannah.cern.ch/bugs/?32309 git-svn-id: http://root.cern.ch/svn/root/trunk@21470 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 18, 2007
-
-
Rene Brun authored
Fix an incoherency in the TQuaternion::getRXYZ functions. git-svn-id: http://root.cern.ch/svn/root/trunk@21469 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21468 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21467 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
the AliEn client is installed. git-svn-id: http://root.cern.ch/svn/root/trunk@21466 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21465 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
is included by a large number of source files. The R__CONFIGUREOPTIONS are now stored in RConfigOptions.h, which is only include in TROOT.cxx. In RConfigOptions.h also the R__RUBY_MAJOR and R__RUBY_MINOR are stored and included in drr.cxx. This change only forces a recompile of TROOT.cxx (and maybe drr.cxx) when doing e.g.: ./configure --enable-roofit make ./configure make [ here we used to compile all dictionaries again as rootcint depends on RConfigure.h ] git-svn-id: http://root.cern.ch/svn/root/trunk@21464 27541ba8-7e3a-0410-8455-c3a389f83636
-
Matevz Tadel authored
Automatically engage ACLiC compilation as it is required for proper operation of the tutorials. Add author (Richard Maunder). git-svn-id: http://root.cern.ch/svn/root/trunk@21463 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21460 27541ba8-7e3a-0410-8455-c3a389f83636
-
Matevz Tadel authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21458 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21457 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21456 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
Fix compiler warning on Win32 VC7.1 (issue 32301). git-svn-id: http://root.cern.ch/svn/root/trunk@21455 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21454 27541ba8-7e3a-0410-8455-c3a389f83636
-
Matevz Tadel authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21453 27541ba8-7e3a-0410-8455-c3a389f83636
-
Matevz Tadel authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21452 27541ba8-7e3a-0410-8455-c3a389f83636
-
Matevz Tadel authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21451 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21450 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21449 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21448 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21447 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21446 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
distribution, but that cause a large rebuild when doing "make" after "make dist". git-svn-id: http://root.cern.ch/svn/root/trunk@21445 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
The TChain object was registered twice to gROOT->GetListOfDataSets() !! git-svn-id: http://root.cern.ch/svn/root/trunk@21444 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21443 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Add package documentation git-svn-id: http://root.cern.ch/svn/root/trunk@21442 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
- Insist on the fact that the polygon should closed. git-svn-id: http://root.cern.ch/svn/root/trunk@21441 27541ba8-7e3a-0410-8455-c3a389f83636
-
Ilka Antcheva authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21440 27541ba8-7e3a-0410-8455-c3a389f83636
-