Skip to content
Snippets Groups Projects
  1. Apr 03, 2008
  2. Jan 22, 2008
    • Fons Rademakers's avatar
      From Axel: · a5b624b2
      Fons Rademakers authored
      this patch prevents all dictionaries from being rebuild when non dict related
      changes are made in CINT. When the dictionaries change the new
      cint/inc/cintdictversion.h must be updated which triggers a dictionary
      rebuild. For example:
      touch cint/src/v6_var.cxx && make: rebuild no dictionaries
      touch cint/inc/cintdictversion.h && make: rebuild all dictionaries
      touch utils/src/rootcint.cxx && make: rebuild all dictionaries
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@21802 27541ba8-7e3a-0410-8455-c3a389f83636
      a5b624b2
  3. May 10, 2007
    • Fons Rademakers's avatar
      add plugin version checking. Each library contains a static initializer of · 0bae2c5b
      Fons Rademakers authored
      the new TVersionCheck class that registers its version number. This
      version number is checked in TSystem::Load() against the version of the
      ROOT Core. In case of mismatch Load() returns -2 and prints the error:
      
      Error in <TUnixSystem::Load>: version mismatch, /Users/rdm/root/lib/libRIO.so = 51506, ROOT = 51507
      (int)(-2)
      
      The TVersionCheck.h is included via TObject.h so it works without change
      of Makefiles. A number of Module.mk's were fixed because they were using
      pre-compiled headers (which include TObject.h and hence TVersionCheck.h)
      while they were not linking against libCore.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@18720 27541ba8-7e3a-0410-8455-c3a389f83636
      0bae2c5b
  4. 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
  5. 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
  6. Jul 29, 2005
    • Fons Rademakers's avatar
      From Gerri: · 81abf122
      Fons Rademakers authored
      Move more auth related code out of libCore into the libRootAuth plugin.
      1. moves rsa*.h/.c from clib to auth (as C++ files)
      2. uses the real plugin manager in TSocket::Authenticate
         (instead of the "home-made" one TSocket::LoadAuth)
      3. Add a protection on fSocket in TSlave::Close
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@12418 27541ba8-7e3a-0410-8455-c3a389f83636
      81abf122
  7. Apr 20, 2004
  8. Aug 29, 2003
  9. Oct 08, 2000
  10. Jul 29, 2000
  11. Jun 14, 2000
  12. May 16, 2000
Loading