Skip to content
Snippets Groups Projects
  1. Jun 24, 2008
  2. Jun 23, 2008
  3. Jun 22, 2008
  4. Jun 21, 2008
  5. Jun 20, 2008
  6. Jun 11, 2008
  7. Jun 06, 2008
  8. Jun 04, 2008
  9. Jun 02, 2008
  10. May 31, 2008
    • Rene Brun's avatar
      Extend the TInterpreter class to support the CINT API used so far by ROOT. · a304713a
      Rene Brun authored
      The concrete implementation of the class is in TCint.
      The new functions are essentially interfaces to the existing CINT C++ classes
      like G__ClassInfo, G__CallFunc, G__DataMemberInfo, G__MethodInfo, G__TypeInfo
      and G__TypedefInfo. Most of these functions will call the Reflex interface
      once the CINT/Reflex interface will be available later this year.
      All direct calls to CINT are replaced by calls like gCint->ClassInfo_xxx where gCint
      points to the TCint implementation.
      The existing calls to TCint via gInterpreter are kept because on Windows
      gInterpreter does not call directly TCint, but instead call TWin32InterpreterProxy
      that in turns call TCint.
      On Linux and Mac, gInterpreter and gCint are equivalent.
      
      Once the transformation using gCint will be completed, it will be possible
      to specify at startup time which version of CINT (CINT or CINT7) by loading
      dynamically TCint or TCint7.--This line, and those below, will be ignored--
      
      M    core/meta/src/TStreamerElement.cxx
      M    core/meta/src/TCint.cxx
      M    core/meta/src/TGlobal.cxx
      M    core/meta/src/TBaseClass.cxx
      M    core/meta/src/TDataMember.cxx
      M    core/meta/src/TInterpreter.cxx
      M    core/meta/src/TClass.cxx
      M    core/meta/src/TMethodArg.cxx
      M    core/meta/src/TDataType.cxx
      M    core/meta/src/TMethodCall.cxx
      M    core/meta/src/TIsAProxy.cxx
      M    core/meta/src/TMethod.cxx
      M    core/meta/src/TFunction.cxx
      M    core/meta/inc/TClass.h
      M    core/meta/inc/TDictionary.h
      M    core/meta/inc/TMethodArg.h
      M    core/meta/inc/TDataType.h
      M    core/meta/inc/TMethodCall.h
      M    core/meta/inc/TMethod.h
      M    core/meta/inc/TFunction.h
      M    core/meta/inc/TCint.h
      M    core/meta/inc/TGlobal.h
      M    core/meta/inc/TBaseClass.h
      M    core/meta/inc/TDataMember.h
      M    core/meta/inc/TInterpreter.h
      M    core/thread/src/TThread.cxx
      M    core/base/src/TVirtualFitter.cxx
      M    core/base/src/TStorage.cxx
      M    core/base/src/TQConnection.cxx
      M    core/base/src/TROOT.cxx
      M    core/base/src/TSystem.cxx
      M    core/base/src/TQObject.cxx
      M    core/rint/src/TRint.cxx
      M    core/rint/src/TTabCom.cxx
      M    math/foam/src/TFoam.cxx
      M    math/minuit2/src/TFitterMinuit.cxx
      M    math/mathcore/src/FunctorCint.cxx
      M    math/minuit/src/TMinuit.cxx
      M    tree/tree/src/TTree.cxx
      M    tree/tree/src/TSelectorCint.cxx
      M    tree/tree/src/TSelector.cxx
      M    tree/tree/inc/TSelectorCint.h
      M    roofit/roofitcore/src/RooGenCategory.cxx
      M    roofit/roofitcore/src/RooWorkspace.cxx
      M    hist/hist/src/TF1.cxx
      M    gui/guibuilder/src/TGuiBldDragManager.cxx
      M    net/alien/inc/TAlienSystem.h
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@24077 27541ba8-7e3a-0410-8455-c3a389f83636
      a304713a
  11. May 26, 2008
  12. May 22, 2008
  13. May 21, 2008
  14. May 20, 2008
  15. May 19, 2008
  16. May 16, 2008
  17. May 15, 2008
    • Fons Rademakers's avatar
      From Andreas: · f54f3535
      Fons Rademakers authored
      New class providing package management functionality like the AliEn      
      Package Management System.                                           
      Allows to setup software packages on a local desktop like in the    
      GRID environment and to execute the contained programs.              
      Registered Dependencies are automatically resolved and missing       
      packages are automatically installed.                                
      Currently there is no support for 'source' packages.                 
      The desired platform has to be specified in the constructor.         
      The default constructor takes packages from the global package       
      section in AliEn. If you want to install a user package, you have to 
      set the AliEn package directory to your local package directory using
           package->SetAliEnMainPackageDir("/alice/cern.ch/user/..../packages")
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@23863 27541ba8-7e3a-0410-8455-c3a389f83636
      f54f3535
    • Fons Rademakers's avatar
      From Andreas: · 697c5d80
      Fons Rademakers authored
      - Support to parse in a JDL from an AliEn JDL textfile:
            TAlienJDL::Parse(<filename>)
      
      - Support of more JDL tags:
            Executable, Arguments, EMail, OutputDirectory,Merge,
            MergedOutputDirectory, Price,TTL, JobTag,InputDataListFormat,
            InputDataList, Split, Split, SplitMaxInputFileNumber,
            SplitMaxInputFileSize,SplitArguments,ValidationCommand,
            InputSandbox,OutputSandbox,InputData,InputDataCollection,
            Requirements,InputFile,OutputFile,Packages,OutputArchive,
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@23861 27541ba8-7e3a-0410-8455-c3a389f83636
      697c5d80
    • Fons Rademakers's avatar
      From Andreas: · ca820dfc
      Fons Rademakers authored
      Added ListPackages function to display existing software packages in AliEn:
        TAlien::ListPackages(<package dir=>defaults to the global VO packages);
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@23860 27541ba8-7e3a-0410-8455-c3a389f83636
      ca820dfc
  18. May 14, 2008
  19. May 13, 2008
    • Rene Brun's avatar
      From Axel: · 2622b671
      Rene Brun authored
      this should make the W3C validator happy.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@23827 27541ba8-7e3a-0410-8455-c3a389f83636
      2622b671
    • Fons Rademakers's avatar
      From Fabrizio: · a0aa81cb
      Fons Rademakers authored
      - Retrieves the file size after it has been closed (anti-mismatch).
      - The file was not properly closed in the case of DB troubles. Now the
        file is immediately closed if requested to do so.
      - Fix bad troubles when closing files in write mode via TFile downcasting.
      - Correctly honor the create/recreate options in Open().
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@23820 27541ba8-7e3a-0410-8455-c3a389f83636
      a0aa81cb
    • Fons Rademakers's avatar
      From Fabrizio: · 674bee13
      Fons Rademakers authored
      - Correctly honor the create/recreate options coming from TFile::Open().
      - Allow the size of the (written) file to be retrieved after the Close
        (solves several reported file size mismatches).
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@23819 27541ba8-7e3a-0410-8455-c3a389f83636
      674bee13
  20. May 08, 2008
  21. May 07, 2008
  22. May 06, 2008
  23. May 01, 2008
  24. Apr 28, 2008
Loading