Skip to content
Snippets Groups Projects
  1. Jul 02, 2019
  2. May 14, 2019
  3. Jan 15, 2019
  4. Jan 09, 2019
  5. Dec 03, 2018
  6. Nov 27, 2018
  7. Sep 21, 2018
  8. Sep 20, 2018
    • Elie Khairallah's avatar
      Final changes to py2help new (#2516) · dc825fc4
      Elie Khairallah authored
      * Centralise the generation of help for root command
      
      Add argparse2help.py, add root-argparse.py, delete the old help of root, add the cmake commands needed to generate the header containing the command line options help and to generate manual page for the root command.
      
      The python file argparse2help.py can be called with the root-argparse.py and the output name as arguments. This call will generate the header file if the output has an extension ".h" and will generate the manual page if the extension is ".1"
      
      * Centralise the generation of help for the rest of the commands
      
      Add cmake changes to generate headers and manual pages for rootcling hadd and hist2workspace
      Delete old man pages of hadd and hist2workspace
      Add commented out generation of man pages for python commands, we need to add a dependency before uncommenting them out
      Add hadd rootcling hist2workspace argparse modules
      
      * make the path compatible with windows
      
      * review modifications
      
      * add dependency on the input and the generation script of man pages
      
      * remove installation of headers
      
      * Update CMakeLists.txt
      
      It makes no sense to generates man pages on Windows. Windows does not have the `man` command.
      
      * Update argparse2help.py
      
      * Update argparse2help.py
      
      * Update argparse2help.py
      
      * Update hadd.cxx
      
      haddCommandLineOptionsHelp.h was not included for windows
      
      * Update root-argparse.py
      
      add the option --version
      
      * Update argparse2help.py
      
      simplified version (Thanks Bertrand !)
      dc825fc4
  9. Mar 27, 2018
  10. Mar 21, 2018
  11. Feb 07, 2018
  12. Jan 11, 2018
  13. Dec 23, 2017
  14. Jun 27, 2016
  15. Jun 23, 2016
  16. Aug 12, 2015
  17. Jul 23, 2015
  18. Mar 09, 2015
  19. Aug 05, 2014
  20. Apr 29, 2014
  21. Aug 12, 2013
  22. 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
  23. Feb 17, 2013
  24. Jan 30, 2013
    • Fons Rademakers's avatar
      From Gerri: · 6725d6f5
      Fons Rademakers authored
      In xpdtest.cxx :
       - Use different technique for time outs
       - Add switch '-T timeout' contro the timeout value during connection
         or ping attempts (value in seconds)
       - Add switch '-p pidfile' to communicate the location of the process
         pid file; if this is defined, an existence check of the process is
         done before any other test
       - Add switch '-v' to set gDebug=1 where relevant
       - Make sure that the check for the esistence of the sandbox dir is only
         done when required, i.e. when the required test type is 2.
      
      In man1/xpdtest.1:
       - Document new switches
      
      In setxrd.sh:
       - Fix issue on zsh (see Savannah #99744)
      
      In installXrootd.sh
       - Set default version 3.2.7
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@48439 27541ba8-7e3a-0410-8455-c3a389f83636
      6725d6f5
  25. Jan 10, 2013
  26. Dec 19, 2012
    • Fons Rademakers's avatar
      From Gerri: · 1fd6059d
      Fons Rademakers authored
      this patch adds an executable ptest which can be used to test the
      status of the daemon in 3 possible ways: ping, ping+start simple session
      for default user, ping + start simple session for active users.
      The idea is to use it with something like 'monit' or with a cron job.
      This feature was requested by several admins and I believe is anyhow
      something good to have.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@48130 27541ba8-7e3a-0410-8455-c3a389f83636
      1fd6059d
  27. Oct 24, 2011
  28. May 24, 2011
  29. Mar 24, 2011
  30. Dec 11, 2010
  31. Dec 10, 2010
Loading