Skip to content
Snippets Groups Projects
  1. May 05, 2008
  2. May 01, 2008
  3. Apr 18, 2008
    • Philippe Canal's avatar
      Enable autoloading of the cintdlls. · 7610c8f7
      Philippe Canal authored
      rlibmap.cxx: handle '#pragma create TClass' statements.
      TCint.cxx: 
      Do not make the TClass a zombie if it points to an STL container without a CINT dictionary
      Avoid infinite recursion UpdateClassInfo
      
      TClass.cxx:
      Do not check the 'checksum' of an stl container's TStreamerInfo (it is always 0)
      Avoid infinite recursion TClass::Init
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@23326 27541ba8-7e3a-0410-8455-c3a389f83636
      7610c8f7
  4. Apr 03, 2008
    • Philippe Canal's avatar
      rootcint.cxx: · bc1a1aa9
      Philippe Canal authored
      Update rootcint_tmp to properly transform the new header file name.
      We used to have cont/inc/TClonesArray.h and now have core/cont/TClonesArray.h
      and need to transform it into include/TClonesArray.h
      
      
      rootcint.cxx, TClass.cxx, TClass.h, TGenericClassInfo.cxx, TGenericClassInfo.h
      Rtypes.h
      
      Add a new TClass interface to be able to trigger the "auto addition of object
      to a TDirectory object".  If a class has a member function:
              DirectoryAutoAdd(TDirectory*)
      it will now be accessible (when the dictionary is generated via rootcint 
      for now) via TClass::GetDirectoryAutoAdd which return a wrapper with the 
      signature:
              void (*)(void *this_obj,TDirectory *where_to_add)
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@22973 27541ba8-7e3a-0410-8455-c3a389f83636
      bc1a1aa9
    • Fons Rademakers's avatar
      move the directories: · 17d4daa2
      Fons Rademakers authored
        base clib cont meta metautils newdelete pcre rint thread unix utils
        winnt zip
      under the new core meta directory.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@22961 27541ba8-7e3a-0410-8455-c3a389f83636
      17d4daa2
Loading