Skip to content
Snippets Groups Projects
  1. May 21, 2013
  2. May 18, 2013
  3. May 17, 2013
  4. May 13, 2013
  5. May 10, 2013
    • Gerardo Ganis's avatar
      Fix for the PROOF sub-merger mode · dc5e3c02
      Gerardo Ganis authored
      When creating mergers, the code iterates over all slaves to figure out how
      many workers should be assigned to each merger. This is usually fine,
      unless not all are active. In that situation it creates mergers that wait
      forever (or almost forever) for workers which will never connect, which
      obviously screws up the job. The fix changes the merger creation to iterate
      over fActiveSlaves instead of fSlaves.
      
      [From B.Butler, M.Swiatlowski]
      dc5e3c02
  6. May 06, 2013
    • Fons Rademakers's avatar
      replace svninfo.txt by gitinfo.txt to provide git commit and branch information. · 7a703373
      Fons Rademakers authored
      Provide git commit and branch info to the system. The methods:
         TROOT::GetSvnRevision()
         TROOT::GetSvnBranch()
         TROOT::GetSvnDate()
      have been replaced by:
         TROOT::GetGitCommit()
         TROOT::GetGitBranch()
         TROOT::GetGitDate()
      Also the RVersion.h has changed and:
         ROOT_SVN_REVISION
         ROOT_SVN_BRANCH
      has been replaced by:
         ROOT_GIT_COMMIT
         ROOT_GIT_BRANCH
      7a703373
    • Gerardo Ganis's avatar
      PROOF Processing rate fix · ccf2c628
      Gerardo Ganis authored
      This patch is meant to fix an issue causing the PROOF progress bar to get
      to 100%, then scroll at 100% for about the same amount of time again before
      finishing. The problem was finally tracked down to a failure to update a
      TProofProgressStatus object's fLastUpdate field on a worker before it is
      sent to the client. The last update time was always the initial time,
      causing the reported rate (and progress) to be about a factor of 2 too
      large. The patch also includes a minor fix for the scrolling in general,
      which is irritating (it can still happen with the bugfix a bit at the end
      of the job if the estimate overshoots the total number of entries).
      
      [From: B. Butler, M. Swiatlowski]
      ccf2c628
  7. May 03, 2013
  8. Apr 30, 2013
  9. Apr 07, 2013
  10. Mar 28, 2013
    • Fons Rademakers's avatar
      From Lifeng Sun: · 2f98a6a8
      Fons Rademakers authored
      The attached patchset fixes a bunch of typo in the source:
      0001-succes-success.patch
      0002-preceed-preced.patch
      0003-informations-information.patch
      0004-childs-children.patch
      0005-avaliable-available.patch
      0006-writeable-writable.patch
      0007-comand-command.patch
      0008-unkown-unknown.patch
      0009-wierd-weird.patch
      0010-wheter-whether.patch
      0011-unecessary-unnecessary.patch
      0012-splitted-split.patch
      0013-registerd-registered.patch
      0014-recieve-receive.patch
      0015-processsing-processing.patch
      0016-ouput-output.patch
      0017-mutiple-multiple.patch
      0018-lenght-length.patch
      0019-interupted-interrupted.patch
      0020-independant-independent.patch
      0021-inconsistant-inconsistent.patch
      0022-expresion-expression.patch
      0023-explicitely-explicitly.patch
      0024-enviroment-environment.patch
      0025-deafult-default.patch
      0026-continous-continuous.patch
      0027-completly-completely.patch
      0028-commited-committed.patch
      0029-choosen-chosen.patch
      0030-backgroud-background.patch
      0031-auxilliary-auxiliary.patch
      0032-authentification-authentication.patch
      0033-appropiate-appropriate.patch
      0034-an-other-another.patch
      0035-environement-environment.patch
      0036-targetting-targeting.patch
      0037-suppported-supported.patch
      0038-paramater-parameter.patch
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@48992 27541ba8-7e3a-0410-8455-c3a389f83636
      2f98a6a8
  11. Mar 26, 2013
  12. Mar 06, 2013
  13. Feb 28, 2013
    • Gerardo Ganis's avatar
      · 1e3e98b8
      Gerardo Ganis authored
        Make sure that a selector passed by object is never destroyed.
        Fixes an issue when a automatic allocated selector is passed by reference
        reported on root-dev.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@48766 27541ba8-7e3a-0410-8455-c3a389f83636
      1e3e98b8
  14. Jan 24, 2013
  15. Jan 23, 2013
  16. Jan 21, 2013
  17. Jan 09, 2013
  18. Jan 08, 2013
  19. Jan 07, 2013
  20. Dec 21, 2012
  21. Dec 19, 2012
  22. Dec 18, 2012
Loading