- Jun 25, 2008
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24539 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
The next development release is scheduled for August 27. git-svn-id: http://root.cern.ch/svn/root/trunk@24533 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24531 27541ba8-7e3a-0410-8455-c3a389f83636
-
Paul Russo authored
-- Paul Russo git-svn-id: http://root.cern.ch/svn/root/trunk@24530 27541ba8-7e3a-0410-8455-c3a389f83636
-
Paul Russo authored
and the found tag is not in the given scope, return failure like cint5 did. -- Paul Russo git-svn-id: http://root.cern.ch/svn/root/trunk@24529 27541ba8-7e3a-0410-8455-c3a389f83636
-
Paul Russo authored
copying, and iteration. -- Paul Russo git-svn-id: http://root.cern.ch/svn/root/trunk@24528 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 24, 2008
-
-
Rene Brun authored
this patch should fix the gfortran linking problem reported by Alice. There was a check in the makefiles that check for the gcc and gfortran to be of the same version, if not g77 libs were linked. This assumed that the old cernlibs were build with the default g77 and not gfortran. Since we now build minicern ourselves this requirement is not there anymore. git-svn-id: http://root.cern.ch/svn/root/trunk@24527 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24526 27541ba8-7e3a-0410-8455-c3a389f83636
-
Wouter Verkerke authored
o index.html - Add announcement on newly available tutorial macros git-svn-id: http://root.cern.ch/svn/root/trunk@24525 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24524 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
A new collection of tutorials showing various facets of the Roofit system. These tutorials can be executed via CINT or ACLIC. See comments at the top of each script. The tutorial naming indicates the recommended execution/learning order. git-svn-id: http://root.cern.ch/svn/root/trunk@24523 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24522 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
PROOF release notes. git-svn-id: http://root.cern.ch/svn/root/trunk@24521 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
fix unitialized variables and one leak discovered by valgrind. git-svn-id: http://root.cern.ch/svn/root/trunk@24520 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24519 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24518 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24517 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24516 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
xrootd and netx notes. git-svn-id: http://root.cern.ch/svn/root/trunk@24515 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
- Port QtGsi tests to Qt4, keeping them compatible with Qt3 git-svn-id: http://root.cern.ch/svn/root/trunk@24514 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
While runing one of my tutorial macros I crashed RooFit on a very unfortunate typo that I introduced while fixing one of the -Wshadow warning messages that was not exposed in any of the other use cases that I run in stressRooFit. git-svn-id: http://root.cern.ch/svn/root/trunk@24513 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
ruby fails to compile on win32gcc. I assume that's because it's the only platform which tests it, or because it's the only one with ruby 1.8. Anyway - there are some functions returning const char* that used to return char*. These char* are only passed as const char* or passed back to ruby functions (which expect them as char*, grr), so it's mostly a compiler issue. This patch casts them to (char*) before assigning them to char*. That should not matter for the cases where it used to work, and it gets rid of the compiler errors we see in the cases where it doesn't work. git-svn-id: http://root.cern.ch/svn/root/trunk@24512 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
I fixed the links in the release notes trailer (e.g. "class index" was pointing nowhere) and as suggested by Fons added a link to the w3c validator so we can check easily from now on whether the page is valid html. git-svn-id: http://root.cern.ch/svn/root/trunk@24511 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
support browsing of AliEn files in TBrowser. git-svn-id: http://root.cern.ch/svn/root/trunk@24510 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24509 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24508 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
- Add also description of TMath from David - change name of standalone library libMinuit2 built from tar-file git-svn-id: http://root.cern.ch/svn/root/trunk@24507 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
1. New class TQtPadFont, TGQt: - Move the Qt font operations from the TGQt class to the new dedicated TQtPadFont 2. TQtBrush, TGQt - No need for the special Win32 case for Qt4 to manage the ROOT fill styles 3. TQtRConfig.h - Adjust CPP flags to built Qt layer on Mac OS with X11 version of Qt4 4. TQtWidget - Remove the clash with Qt4 shared lib name. It fixes the ROOT context menu issue. - Fix the logical expression bug git-svn-id: http://root.cern.ch/svn/root/trunk@24506 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
One more layout fix. git-svn-id: http://root.cern.ch/svn/root/trunk@24505 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
fix HTML issues reported by w3c validator. git-svn-id: http://root.cern.ch/svn/root/trunk@24504 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
a class not yet in the class table. git-svn-id: http://root.cern.ch/svn/root/trunk@24503 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24502 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24501 27541ba8-7e3a-0410-8455-c3a389f83636
-
Matevz Tadel authored
TEvePointSet::PointSelected() - call also the base-class version so the associated TObject is printed on the terminal (if it exists). git-svn-id: http://root.cern.ch/svn/root/trunk@24500 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 23, 2008
-
-
Paul Russo authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24499 27541ba8-7e3a-0410-8455-c3a389f83636
-
Paul Russo authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24498 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24497 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24496 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
cint5 is excluding 'Z' type object from being found by having an odd hash value. Since we no longer use this hash during the lookup we need to test explicit git-svn-id: http://root.cern.ch/svn/root/trunk@24495 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24494 27541ba8-7e3a-0410-8455-c3a389f83636
-