Skip to content
Snippets Groups Projects
  1. Aug 18, 2022
  2. Aug 05, 2022
  3. Aug 04, 2022
  4. Aug 03, 2022
  5. Aug 02, 2022
    • Administrator's avatar
      Hide warnings from external packages · 07600838
      Administrator authored
      Warnings from included header files which are outside of the scope of our code
      base are not interesting when building CbmRoot. Definde those external include
      directories as system include directories such that the compiler hide those
      warnings automatically.
      07600838
    • 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
  6. Aug 01, 2022
  7. Jul 29, 2022
Loading