- Dec 12, 2007
-
-
Rene Brun authored
- Add forgotten ClassImp(TRootBrowser) git-svn-id: http://root.cern.ch/svn/root/trunk@21349 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21348 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21347 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21346 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21345 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21344 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21343 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
--with-cc --with-cxx --with-f77 --with-ld which allows the specification of alternative compilers, which, of course, have to be compatible with the specified or auto detected platform. This is ok: ./configure solarisgcc --with-cxx=g++-4.2 this not: ./configure macosxicc --with-cxx=g++-4.2 Also root-config now supports the options --cc, --cxx, -f77 and --ld. If no alternative compilers were specified these return a blank. In test/Makefile.arch and example of root-config --cxx et al usage is given, so that the alternative compilers specified in ./configure will be used to build the test programs. git-svn-id: http://root.cern.ch/svn/root/trunk@21342 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21341 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
Re-add spaces between multiple closing template brackets, that were either removed by Compress() or forgotten by the LinkDef.h author: A<B<C>> becomes A<B<C> > (yes, op>>() is handled). They are now compatible with CINT's version of the same class name, which means that TClass renaming (=delete old, create new) and thus the PyROOT problem with changed TClass objects is now gone. git-svn-id: http://root.cern.ch/svn/root/trunk@21340 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21339 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21338 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21337 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21336 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21335 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21334 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21333 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
make TDSet independent from the libRIO. git-svn-id: http://root.cern.ch/svn/root/trunk@21332 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
- Added help on remote sessions - Added help menu in the new browser git-svn-id: http://root.cern.ch/svn/root/trunk@21331 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
a detailed description of the options. Also support for sourced scripts is added, as well as the old behaviour to execute a custom roots script, to for example start in a special mode or special binary. To source a script before starting roots do: .R lxplus <go to execute your own roots like script do: .R lxplus myroots git-svn-id: http://root.cern.ch/svn/root/trunk@21330 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Add doc for THnSparse's internal classes. git-svn-id: http://root.cern.ch/svn/root/trunk@21329 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21328 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
- Add new tests (stresses) in the native win32 nmake makefile git-svn-id: http://root.cern.ch/svn/root/trunk@21327 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
* allow several classes in one source file with doc for each. Documentation in front of a class' ClassImp() invocation will be used; if there is none, the first one in the file will be taken (see e.g. TH1F etc: shared doc for all classes). * convert the class doc parsing into a state machine which fixes a few cases where THtml was "forgetting" to write the class doc. * fix a span for namespaces. * Strip() now also removes newlines. * clear un-used comments; fixes rare problem with misinterpreted comments. git-svn-id: http://root.cern.ch/svn/root/trunk@21326 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21325 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 11, 2007
-
-
Rene Brun authored
patch for configure to use the static GSL libraries. When using it on a Linux 64 bit machines (like SLC4 with gcc3.4), one must have compiled GSL with the option -fPIC also for the static library. This is done by using the GSL configure option --with-pic With these changes the LD_LIBRARY_PATH to GSL is not needed anymore when running or building stressMathMore git-svn-id: http://root.cern.ch/svn/root/trunk@21324 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
patch for fixing the following problem with BayesDivide in TGraphAsymmErrors: - missing precision when inverting the beta distribution (see bug https://savannah.cern.ch/bugs/?30246 - use lower(upper) error equal zero for bins with 0 (1) efficiency git-svn-id: http://root.cern.ch/svn/root/trunk@21323 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21322 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
The returned type should be fStreamerType%20 and not fStreamerType%21 git-svn-id: http://root.cern.ch/svn/root/trunk@21321 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
fix problems making and loading dictionary library for stressMathcore and compilaiton problem on Windows git-svn-id: http://root.cern.ch/svn/root/trunk@21319 27541ba8-7e3a-0410-8455-c3a389f83636
-
Matevz Tadel authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21317 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Fix one more fabs problem. git-svn-id: http://root.cern.ch/svn/root/trunk@21316 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Fix a fatal compilation error on Windows git-svn-id: http://root.cern.ch/svn/root/trunk@21315 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 10, 2007
-
-
Rene Brun authored
Fix compilation warnings due to the use of fabs. Fix a silly problem in RooClassFactory.cxx git-svn-id: http://root.cern.ch/svn/root/trunk@21314 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21313 27541ba8-7e3a-0410-8455-c3a389f83636
-
Matevz Tadel authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21312 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Fix compiler warnings git-svn-id: http://root.cern.ch/svn/root/trunk@21311 27541ba8-7e3a-0410-8455-c3a389f83636
-
Matevz Tadel authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21310 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
TGeoMatrix.h must now be included. git-svn-id: http://root.cern.ch/svn/root/trunk@21309 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
make now a library for the dictionary (TrackMathCoreCint.so) used in stressMathCore - make stressMathMore readable by CINT. Still to be able to run in CINT, a problem with typedef's to free functions needs to be understood. git-svn-id: http://root.cern.ch/svn/root/trunk@21308 27541ba8-7e3a-0410-8455-c3a389f83636
-