Skip to content
Snippets Groups Projects
  1. Mar 27, 2012
  2. Mar 20, 2012
  3. Feb 14, 2012
    • Fons Rademakers's avatar
      From Mattias Ellert: · 030a0d3d
      Fons Rademakers authored
      Building ruby against ruby 1.9 (Fedora 17) fails. Firstly, the installation
      paths to the headers have changed, so the configure script needs to be changed.
      Secondly, some previously deprecated stuff has been removed, so some lines of
      code needs to be adjusted.
      The attached patch addresses the issues. It still compiles with ruby 1.8 on
      RHEL5 with the patch applied.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@43004 27541ba8-7e3a-0410-8455-c3a389f83636
      030a0d3d
  4. Feb 13, 2012
  5. Feb 09, 2012
  6. Jan 12, 2012
  7. Nov 17, 2011
  8. Nov 08, 2011
  9. Nov 03, 2011
  10. Nov 01, 2011
  11. Oct 28, 2011
  12. Oct 26, 2011
  13. Oct 25, 2011
  14. Oct 24, 2011
  15. Oct 03, 2011
    • Philippe Canal's avatar
      Switch off the Reflex support: it was never finalized and now won't be. White... · ece0776e
      Philippe Canal authored
      Switch off the Reflex support: it was never finalized and now won't be.  White space change in PyROOT.h to force the recompilation now that a CPP macro being passed on the command line is gone (i.e. in this case the .o are 'depending' on the Module.mk)
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@41094 27541ba8-7e3a-0410-8455-c3a389f83636
      ece0776e
    • Philippe Canal's avatar
      Whenever a thread has an associated TThread object, the value of gDirectory is now · 9c26f180
      Philippe Canal authored
      thread local, i.e. all modifications direct or indirect of gDirectory will not be 
      seen by the other thread.   In particular this means that several I/O operations 
      (including TDirectory::Write) are now thread safe (<b>as long as all the required 
      TClass and TStreamerInfo has been previously setup</b>).
      
      This model does <b>not</b> support sharing TFile amongst threads (i.e. a TFile 
      must be accessed from exactly <b>one</b> thread).   This means that whenever a TFile's 
      control is <i>passed</i> from a thread to another, the code must explicitly reset 
      gDirectory to another value or there is a risk for this gDirectory to point to a 
      stale pointer if the other thread deletes the TFile object.  A TFile deletion will 
      only affect the value of the local gDirectory.
      
      Note: gFile now always returns the file of the current directory or zero if the 
      current directory is not a TDirectoryFile.   In particular this means that gFile 
      itself is now read-only and can not be modified directly.
      
      The global values gDirectory and gFile are now all accessed via a static function 
      of their respective class.  The access is made transparent via a CPP macro.
      
      gPad, gVirtualX and gInterpreter are now accessible even when their value 
      is zero and they now properly support tab completion. (and the same technique is used 
      for gDirectory and gPad).
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@41092 27541ba8-7e3a-0410-8455-c3a389f83636
      9c26f180
  16. Sep 28, 2011
  17. Sep 23, 2011
  18. Aug 31, 2011
  19. Jul 29, 2011
  20. Jul 25, 2011
  21. Jun 15, 2011
  22. May 27, 2011
    • Fons Rademakers's avatar
      From Pere: · 79d2161a
      Fons Rademakers authored
      Introduce alternative cmake based build system. Cmake is especially convenient
      for building on Windows, as it can produce VC projects or nmake files and 
      does not require cygwin to be installed. In addition on OSX Xcode projects
      can be generated.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@39463 27541ba8-7e3a-0410-8455-c3a389f83636
      79d2161a
  23. May 23, 2011
  24. May 09, 2011
  25. May 06, 2011
  26. May 04, 2011
  27. May 03, 2011
  28. Apr 20, 2011
Loading