Skip to content
Snippets Groups Projects
  1. Sep 15, 2022
  2. Sep 06, 2022
    • Administrator's avatar
      Fix a runtime problem on arm64 · dacd0263
      Administrator authored
      When compiling one of the test macros the compilation crashed. The reson was
      a problem with the generated dictionary. The problem could be solved by
      removing an include statement from the header file.
      dacd0263
  3. Aug 05, 2022
  4. 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
  5. Aug 01, 2022
  6. Jul 25, 2022
  7. Jul 18, 2022
  8. Jun 14, 2022
  9. Jun 10, 2022
  10. Jun 03, 2022
  11. Jun 02, 2022
  12. Dec 22, 2021
  13. Dec 16, 2021
  14. Dec 08, 2021
  15. Dec 07, 2021
  16. Nov 25, 2021
  17. Nov 23, 2021
  18. Nov 19, 2021
  19. Nov 17, 2021
  20. Nov 14, 2021
  21. Oct 31, 2021
    • Administrator's avatar
      Remove a circular library dependency · 9b1c7425
      Administrator authored and Florian Uhlig's avatar Florian Uhlig committed
      There was a circular dependency between Littrack and CbmRichReco. The problem
      only shows up when linking an executable.
      The dependency could be resolved by moving some of the rich code into the
      directory core/detectors/rich and splitting the littrack library into two parts.
      The first library (Littrack) contains everything beside the littrack QA classes
      and the second one (LittrackQA) contains only the QA code. Those files moved
      from reco/detectors/rich had no dependencies to reco or sim.
      9b1c7425
  22. Sep 22, 2021
  23. Sep 14, 2021
Loading