Skip to content
Snippets Groups Projects
  1. May 08, 2023
  2. May 05, 2023
  3. May 02, 2023
  4. Apr 24, 2023
  5. Apr 17, 2023
  6. Apr 14, 2023
  7. Apr 12, 2023
  8. Apr 11, 2023
  9. Mar 22, 2023
  10. Mar 21, 2023
    • Administrator's avatar
      Fix warnings about deprecated code · 6f04bfdc
      Administrator authored
      With FairRoot v18.8 the functions GetOutputFile() and SetOutputFile() are
      deprecated instead of using a file sink. Correct user code to create the
      file sink correctly or to extract the file name from the file sink.
      Comparisons of results before and after the change showed that the results
      are absolutely identical.
      6f04bfdc
  11. Mar 17, 2023
    • Administrator's avatar
      Remove usage of sprintf · 982c4b76
      Administrator authored
      The function sprintf is marked deprecated with the latest Clang version.
      Move from sprintf to snprintf. Define and use buffer size.
      Check the return value in a function where this is important.
      dev_2023_12
      982c4b76
  12. Mar 15, 2023
  13. Mar 14, 2023
  14. Feb 24, 2023
  15. Feb 20, 2023
    • Administrator's avatar
      Fix operator++ for moduleId enum · b5a5eb8f
      Administrator authored
      The operator needs to exclude a gap in the sequence of numbers. Unfortunately
      this was done wrongly such that adding new entries in the enum were also
      excluded.
      b5a5eb8f
  16. Feb 15, 2023
Loading