Skip to content
Snippets Groups Projects
  1. Sep 28, 2018
  2. Sep 27, 2018
  3. Sep 26, 2018
  4. Sep 25, 2018
  5. Sep 24, 2018
  6. Sep 23, 2018
  7. Sep 22, 2018
  8. Sep 21, 2018
  9. 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
    • Axel Naumann's avatar
      621e95e3
    • AliAyub007's avatar
      fixed banner · ea3f4333
      AliAyub007 authored
      ea3f4333
    • AliAyub007's avatar
      Added root --version feature · c8bd24f5
      AliAyub007 authored
      Added --version to TApplicattion
      
      Included commit hash and architecture
      
      removed mistake
      c8bd24f5
  10. Sep 18, 2018
  11. Sep 16, 2018
  12. Sep 07, 2018
  13. Sep 06, 2018
  14. Sep 04, 2018
  15. Aug 31, 2018
Loading