Skip to content
Snippets Groups Projects
  1. Sep 19, 2007
  2. Apr 02, 2007
  3. Nov 28, 2006
    • Fons Rademakers's avatar
      From Gerri: · f74ff6c3
      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
      f74ff6c3
  4. Aug 25, 2006
  5. Aug 09, 2006
  6. Mar 18, 2006
    • Fons Rademakers's avatar
      From Axel: · 48cd001d
      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
      48cd001d
  7. Feb 28, 2006
  8. Dec 10, 2005
    • Fons Rademakers's avatar
      From Axel: · 0ab88198
      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
      0ab88198
  9. Dec 09, 2005
    • Fons Rademakers's avatar
      From Axel: · f4578298
      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
      f4578298
  10. May 26, 2005
  11. Feb 08, 2005
  12. Feb 07, 2005
    • Fons Rademakers's avatar
      From Maarten and Kristjan Gulbrandsen: · b920d8e3
      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
      b920d8e3
Loading