- Jun 15, 2006
-
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15447 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15441 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 30, 2006
-
-
Rene Brun authored
Fix coding conventions violations git-svn-id: http://root.cern.ch/svn/root/trunk@15227 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 19, 2006
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15115 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 09, 2006
-
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14974 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 06, 2006
-
-
Rene Brun authored
the change from TRandom to TRandom3. However, there is a problem with DrawTest (to be investigated) git-svn-id: http://root.cern.ch/svn/root/trunk@14940 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14939 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
from TRandom to TRandom3. git-svn-id: http://root.cern.ch/svn/root/trunk@14937 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 04, 2006
-
-
Fons Rademakers authored
make program work on Windows (TH1::Draw() is not thread safe). git-svn-id: http://root.cern.ch/svn/root/trunk@14922 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 19, 2006
-
-
Fons Rademakers authored
Assert -> R__ASSERT Check -> R__CHECK Change the TCollection.h macro: ForEach -> R__FOR_EACH This to avoid potential problems due too trivial macro names. The old macros will be removed in the next release. Currently they will print out warning messages with the advice to move to the new macro names. git-svn-id: http://root.cern.ch/svn/root/trunk@14745 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 16, 2006
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14712 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14711 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 11, 2006
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14633 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 10, 2006
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14614 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 09, 2006
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14608 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14607 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
To run the test, do: stressFit stressFit Minuit2 or root -b -q stressFit.cxx root -b -q stressFit.cxx+ root -b -q "stressFit.cxx+(\"Minuit2\")" git-svn-id: http://root.cern.ch/svn/root/trunk@14606 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 18, 2006
-
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14304 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 15, 2006
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14266 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 10, 2006
-
-
Rene Brun authored
Call DeleteWindow() instead of "delete this" in CloseWindow() methods. git-svn-id: http://root.cern.ch/svn/root/trunk@14223 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 09, 2006
-
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14219 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
ROOT MSVC debug builds (and version of MSVC) are now compiled with -MDd, not -MD. This means debug builds will link against the debug versions of the runtime libraries. This change has to be propagated to all object files - any debug build of root (no matter what version of MSVC) has to be completely re-built! This and MSVC8 incompatible flags had to be changed for sub-modules' Makefiles, too. root-config now tells the user what --cflags to use to get a compatible build. There's a MSVC8 compiler bug, which means floor has to be removed from the g__cfunc.c table. .manifest files are now embedded. Most compiler flags (-DWhatever) and /wd have moved to w32pragma.h. Reasons: easier to maintain and to check for compiler versions; easier to re-use by the users (see e.g. test/Makefile.arch); far shorter compiler invocations. Removed oldnames.lib from the syslibs (let the linker decide - it's a default lib). Allow MSVC version determination to work even when building within MSVC (thanks Philippe!) git-svn-id: http://root.cern.ch/svn/root/trunk@14215 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 06, 2006
-
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@13996 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 03, 2006
-
-
Fons Rademakers authored
are still in beta and there is still a problem with creating shared libs, but Intel is working with us on the problem. git-svn-id: http://root.cern.ch/svn/root/trunk@13985 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 18, 2006
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@13856 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 17, 2006
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@13847 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
The program can be run with CINT or compiled. See instructions in the source git-svn-id: http://root.cern.ch/svn/root/trunk@13846 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 05, 2006
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@13780 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 22, 2005
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@13760 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@13759 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 08, 2005
-
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@13550 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 07, 2005
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@13518 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 02, 2005
-
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@13461 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Need to investigate why Event complains in case of split < 2 git-svn-id: http://root.cern.ch/svn/root/trunk@13459 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
- new TPRegexp class by Eddy Offermann using the PCRE library for powerful regexp matching. TPRegexp is fully integrated in TString and can be used like TRegExp. For more see the TPRegexp clas description. - Extended TString::Atoi(), Atof(), IsDigit() and new IsFloat() by John Frankland. For more see the method description. git-svn-id: http://root.cern.ch/svn/root/trunk@13456 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@13449 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 01, 2005
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@13440 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 03, 2005
-
-
Rene Brun authored
I introduced a new version by mistake. git-svn-id: http://root.cern.ch/svn/root/trunk@13124 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Speed improvements in TLimit. The intermediate histogram result is created only once. git-svn-id: http://root.cern.ch/svn/root/trunk@13123 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 28, 2005
-
-
Philippe Canal authored
a data member but also when accessing a member function. git-svn-id: http://root.cern.ch/svn/root/trunk@13077 27541ba8-7e3a-0410-8455-c3a389f83636
-