- Sep 19, 2007
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@19826 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@19825 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 02, 2007
-
-
Fons Rademakers authored
directory. These rootmap files are generated automatically when the associated LinkDef file(s) or the config/Makefile.depend is changed. No more "make map" needed, rootmaps are always up-to-date! git-svn-id: http://root.cern.ch/svn/root/trunk@18452 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 28, 2006
-
-
Fons Rademakers authored
This patch eliminates TVirtualProof, TVirtualProofMgr and TVirtualProofDesc. The first is integrated in TProof, the second in TProofMgr and the third becomes TProofDesc defined in TProofMgr.h. git-svn-id: http://root.cern.ch/svn/root/trunk@16969 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 25, 2006
-
-
Fons Rademakers authored
fix a number of compiler warnings. git-svn-id: http://root.cern.ch/svn/root/trunk@16124 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 09, 2006
-
-
Fons Rademakers authored
change gROOT->Proof() to TVirtualProof::Open(). git-svn-id: http://root.cern.ch/svn/root/trunk@15962 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 18, 2006
-
-
Fons Rademakers authored
Dictionary G__%.o: G__%.cxx rules now in main Makefile instead of Module.mk's => changes in Module.mk. First Module.mk's included, then Makefile.precomp - we need ALLHDRS defined Split $(PCHEXTRAOBJ) and $(PCHFILE) rules - fixes clash with make -j2 Define CINTCXXFLAGS:= - otherwise they will contain PCHCXXFLAGS via their definition as a copy of CXXFLAGS. MSVC: prevent LNK4206 linker warning (-Yl...) git-svn-id: http://root.cern.ch/svn/root/trunk@14301 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 28, 2006
-
-
Fons Rademakers authored
fix changed CreateSlave() calling sequence. git-svn-id: http://root.cern.ch/svn/root/trunk@14126 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 10, 2005
-
-
Fons Rademakers authored
handle in a consistent way the new rootcint options -cint (default), -reflex and -gccxml. The type of dictionary to be used can be specified like: ./configure --with-dicttype=reflex. Notice that this option is there only for the developers working on the migration to the new dictionary system. git-svn-id: http://root.cern.ch/svn/root/trunk@13609 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 09, 2005
-
-
Fons Rademakers authored
in case we have gmake >= 3.80 we can use the new | (order) syntax where all dependencies after the | are required to be there but not trigger execution of the rule. This should greatly enhance the build experience on Win32 and AIX (platforms that need the EXPLICITLINK option). git-svn-id: http://root.cern.ch/svn/root/trunk@13584 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 26, 2005
-
-
Fons Rademakers authored
TProof::StartSlaves() takes now a bool argument. git-svn-id: http://root.cern.ch/svn/root/trunk@11886 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 08, 2005
-
-
Fons Rademakers authored
"const TString &". This is more inline with the rest of the code where getters of TString data members return a const char*. git-svn-id: http://root.cern.ch/svn/root/trunk@11068 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 07, 2005
-
-
Fons Rademakers authored
Here is the patch with the restructured PROOF code. It parameterizes PROOF startup, currently implementing "Standard", Condor, MLM and PEAC. It can easily be extended with other "TProof" classes, e.g. AliEn Proof. Or what ever next Grid implementation or scheduler comes along. The MLM, Multi Level Master, code uses a basic packetizer, based on a MSD (massstorage domain) tag. In MLM mode we have multi-tier client server setup, like: client -> super master -> sub master 0 -> slave[0..N] ... -> sub master M -> slave[0..N] It also contains a large number of smaller fixes. Credit for most of the work goes to Kris! We have tested this on multipe platforms (RH7.3, RH9, SL3) and in multiple configurations. Should be stable. git-svn-id: http://root.cern.ch/svn/root/trunk@11047 27541ba8-7e3a-0410-8455-c3a389f83636
-