Skip to content
Snippets Groups Projects
  1. Apr 24, 2008
  2. Apr 21, 2008
  3. Apr 17, 2008
  4. Apr 16, 2008
  5. Apr 14, 2008
  6. Apr 11, 2008
  7. Apr 10, 2008
  8. Apr 09, 2008
  9. Apr 08, 2008
  10. Apr 03, 2008
  11. Apr 01, 2008
  12. Mar 31, 2008
  13. Mar 28, 2008
  14. Mar 27, 2008
  15. Mar 19, 2008
  16. Mar 17, 2008
  17. Mar 13, 2008
  18. Mar 11, 2008
  19. Mar 07, 2008
  20. Feb 25, 2008
  21. Feb 08, 2008
  22. Jan 30, 2008
    • Fons Rademakers's avatar
      From Anar Manafov: · ff13bc48
      Fons Rademakers authored
      plugin for gLite using TGrid interface. The TGLite class defines an 
      interface to gLite GRID services. This class is a part of RGlite plug-in
      developed at GSI, Darmstadt.
      The RGLite plug-in uses glite-api-wrapper library (GAW) to perform Grid
      operations and provides the following featuries:
      - Workload Management System operations
      - File Catalog operations (gLite/LCG LFC API)
      - An executive logging
      - Support of an external xml configuration file with according XML schema
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@21921 27541ba8-7e3a-0410-8455-c3a389f83636
      ff13bc48
  23. Jan 26, 2008
  24. 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
  25. Jan 17, 2008
  26. Jan 16, 2008
  27. Dec 18, 2007
    • Fons Rademakers's avatar
      move R__CONFIGUREOPTIONS, only used in TROOT.cxx, from RConfigure.h, which · 976bfd3c
      Fons Rademakers authored
      is included by a large number of source files. The R__CONFIGUREOPTIONS are
      now stored in RConfigOptions.h, which is only include in TROOT.cxx.
      In RConfigOptions.h also the R__RUBY_MAJOR and R__RUBY_MINOR are stored
      and included in drr.cxx. This change only forces a recompile of TROOT.cxx
      (and maybe drr.cxx) when doing e.g.:
      ./configure --enable-roofit
      make
      ./configure
      make  [ here we used to compile all dictionaries again as rootcint
              depends on RConfigure.h ]
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@21464 27541ba8-7e3a-0410-8455-c3a389f83636
      976bfd3c
Loading