Skip to content
Snippets Groups Projects
  1. Mar 02, 2021
  2. Mar 01, 2021
  3. Feb 25, 2021
  4. Feb 22, 2021
  5. Feb 19, 2021
  6. Feb 17, 2021
  7. Feb 12, 2021
  8. Feb 11, 2021
  9. Feb 10, 2021
    • Administrator's avatar
      Fix installation target · 344dce4d
      Administrator authored
      Properly install AnalysisTreeQA.
      Install missing pluto header file. Closes #2006 @1h
      344dce4d
    • Viktor Klochkov's avatar
      squash everything: · 7e7392d9
      Viktor Klochkov authored and Florian Uhlig's avatar Florian Uhlig committed
       * Added TRD and RICH information
       * Updates corresponding to new AnalysisTree version
       * Some fixes from feedback
       * Add test of AnalysisTreeQA
      7e7392d9
  10. Feb 08, 2021
    • Administrator's avatar
      83eaebdc
    • Administrator's avatar
      Check if the last line is terminated by a <newline> character · d3b39189
      Administrator authored
      According to the Posix standard a line of a text is defined as follows:
      
      3.206 Line
      A sequence of zero or more non- <newline> characters plus a terminating
      <newline> character.
      
      The test checks if this is valid for all newly added or changed text files.
      
      I stumbeled over the issue when adding a new header file the list of header
      files used to generate a ROOT dictionary.
      The previous last file of the list did not have a proper file ending and
      attaching the new header file results in a ROOT dictionary source code with
      the following line
      
      '#endif#ifdef'
      
      which could be properly parsed and compiled by the compiler but results in an
      error at run time when loading the library.
      
      To avoid such problems in future the test was added.
      d3b39189
  11. Feb 05, 2021
  12. Feb 02, 2021
  13. Feb 01, 2021
Loading