Skip to content
Snippets Groups Projects
  1. May 07, 2008
  2. May 06, 2008
  3. May 01, 2008
  4. Apr 28, 2008
  5. Apr 24, 2008
  6. Apr 23, 2008
  7. Apr 22, 2008
  8. Apr 14, 2008
    • Fons Rademakers's avatar
      From Fabrizio: · 6e016408
      Fons Rademakers authored
      - The implementation of TFile throughput and info sending was
        just sending 'regular' samples about the activity of the single TFile
        instance that happened to trigger an activity in the right moment.
      - Now TMonaLisaWriter keeps internally track of every activity
        and regularly sends summaries valid for all the files which had
        activity in the last time interval.
      - Additionally, it's now finalized the infrastructure able to measure
        and keep track of the file Open latency. A packet is sent for each
        successful Open, sending the measures of the latencies for the
        various phases of the open. Currently exploited fully by TAlienFile
        and TXNetFile. Easy to report from other TFiles too.
      - Now, the hook for the Close() func triggers sending of a packet
        containing various information about the performance related to that
        file only.
      - Added support also for performance monitoring when writing
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@23209 27541ba8-7e3a-0410-8455-c3a389f83636
      6e016408
  9. Apr 09, 2008
  10. Apr 07, 2008
  11. Mar 07, 2008
  12. Mar 03, 2008
    • Fons Rademakers's avatar
      From Andrew Savchenko: · f304eff5
      Fons Rademakers authored
      ROOT can not be compiled with gcc-4.3.
      Some ROOT source files doesn't contain required #include directives,
      for example, they use strlen(), but #include <string.h> is missed or
      malloc() is used and #include <stdlib.h> is missed. 
      
      Earlier versions of gcc allowed some headers to be included implicitly,
      but issued a warning (-Wimplicit-function-declaration). Newer one,
      gcc-4.3 denies such silly behaviour: all required headers must be explicitly
      included. 
      
      Attached patch fixes this. Also it fixes another issue, which disallows
      ROOT to compile under gcc-4.3: C functions don't belong to namespace std,
      so expressions like std::memcpy() are no longer valid and plain memcpy()
      should be used instead.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@22419 27541ba8-7e3a-0410-8455-c3a389f83636
      f304eff5
  13. Feb 26, 2008
  14. 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
  15. Jan 16, 2008
  16. Jan 14, 2008
  17. Dec 14, 2007
  18. Dec 12, 2007
  19. Oct 19, 2007
  20. Oct 15, 2007
  21. Oct 04, 2007
  22. Sep 19, 2007
  23. Sep 11, 2007
  24. Aug 31, 2007
  25. Aug 27, 2007
  26. Aug 02, 2007
  27. Jul 30, 2007
  28. Jul 27, 2007
  29. Jul 10, 2007
  30. Jul 09, 2007
Loading