Skip to content
Snippets Groups Projects
  1. Apr 12, 2023
  2. Apr 11, 2023
  3. Apr 06, 2023
  4. Apr 05, 2023
  5. Mar 22, 2023
  6. 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
    • Administrator's avatar
      Allow fixed random seed for all transport macros · 7123e90b
      Administrator authored
      There were still some transport macros which did not allow to fix the random
      seed. This is fixed now such that all transport macros from the CI suite now
      run with a fixed random seed of 1. This allows to compare results of different
      software versions for identity.
      7123e90b
  7. 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
  8. Mar 15, 2023
  9. Mar 14, 2023
Loading