- Jun 24, 2008
-
-
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
-
Wouter Verkerke authored
o index.html - Update release notes for v5.20 git-svn-id: http://root.cern.ch/svn/root/trunk@24493 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24492 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
This change is necessary when TXNetFile::Close is called, calling TFile::Close. TXNetFile overloads TFile::IsOpen git-svn-id: http://root.cern.ch/svn/root/trunk@24491 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24490 27541ba8-7e3a-0410-8455-c3a389f83636
-
Paul Russo authored
references for passing ::Reflex::Scope. -- Paul Russo git-svn-id: http://root.cern.ch/svn/root/trunk@24489 27541ba8-7e3a-0410-8455-c3a389f83636
-
Paul Russo authored
should only make this G__PCONSTVAR if the count of pointers seen is at least one. -- Paul Russo from Philippe Canal git-svn-id: http://root.cern.ch/svn/root/trunk@24488 27541ba8-7e3a-0410-8455-c3a389f83636
-
Paul Russo authored
to the rawtype node, not the top node. Fix G__test_static, G__AUTOARYDISCRETEOBJ needs to test the statictype property directly. -- Philippe Canal and Paul Russo git-svn-id: http://root.cern.ch/svn/root/trunk@24487 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24486 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24485 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
"Make option BAR work with option HIST" This test worked nicely when Hoption.Bar >= 10 (option "BAR" and "HBAR"). But, in some cases, it disabled th case Hoption.Bar = 1 (simple option "B"). git-svn-id: http://root.cern.ch/svn/root/trunk@24484 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24483 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24482 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24481 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
SendStreamerInfos() SendProcessIDs() move the recv streamer info and recv process id code into: RecvStreamerInfos() RecvProcessIDs() Add support for schema evolution and process ids also to TPSocket and TXSocket. git-svn-id: http://root.cern.ch/svn/root/trunk@24480 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24479 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24478 27541ba8-7e3a-0410-8455-c3a389f83636
-