Skip to content
Snippets Groups Projects
  1. Aug 02, 2022
    • Administrator's avatar
      Add several compiler warnings · 66f89a15
      Administrator authored
      Use struct instead of class for forward declarations if the object is defined
      as struct.
      Remove unused data members, variables and parameters.
      Remove an explicite usage of std::move to allow copy ellision.
      Correct type in printf statements.
      Add missing virtual destructor in some class.
      Fix two issues where closing braces were at the wrong place.
      66f89a15
  2. Aug 01, 2022
  3. Jul 29, 2022
  4. Jul 28, 2022
    • Administrator's avatar
      Fix schema evolution · a93dafb5
      Administrator authored
      With commit 892f01a1 from 23.03.22 the layout
      of the data class CbmTsEventHeader was changed by adding a new data member. At
      that time it was forgotten to also increase the version number. This commit
      increases the version number and corrects the issue.
      a93dafb5
  5. Jul 27, 2022
  6. Jul 26, 2022
  7. Jul 25, 2022
  8. Jul 22, 2022
  9. Jul 21, 2022
Loading