Skip to content
Snippets Groups Projects
  1. May 08, 2023
    • Administrator's avatar
      Create separate libraries for the mvd code · 116a2dc6
      Administrator authored and Florian Uhlig's avatar Florian Uhlig committed
      Add build system files for new mvd code structure
      Move code from mvd directory to core/detectors/mvd, sim/detectors/mvd,
      reco/detectors/mvd and analysis/detectors/mvd.
      Create the libraries CbmMvdCore, CbmMvdSim, CbmMvdReco and CbmMvdAna.
      
      This commit will not compile.
      116a2dc6
  2. Apr 24, 2023
  3. Apr 14, 2023
  4. 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
  5. Feb 24, 2023
  6. Feb 15, 2023
  7. Jan 11, 2023
  8. Dec 02, 2022
  9. Nov 18, 2022
    • Administrator's avatar
      Prepare for FairRoot v18.8 · e55f8bf2
      Administrator authored
      Add missing include statements and forward declarations.
      In FairRoot a serious cleanup of include statements was done which needs fixes
      in our code base.
      e55f8bf2
  10. Nov 15, 2022
  11. Nov 08, 2022
  12. Nov 02, 2022
  13. Oct 24, 2022
  14. Oct 21, 2022
  15. Oct 04, 2022
    • Omveer's avatar
      Transition from old to modern CMake · f86667e9
      Omveer authored
      unnecessary commands removed which oprated a directory level.
      like include_directories() link_directories()
      Now operating on the target directory using target_include_directories()
      target_link_libraries() commands.
      generating library target using generate_cbm_library() macro provided by us.
      f86667e9
  16. Sep 15, 2022
  17. Sep 09, 2022
  18. Aug 22, 2022
  19. Aug 19, 2022
  20. Aug 18, 2022
  21. Aug 04, 2022
  22. 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
  23. Jul 27, 2022
  24. Jul 22, 2022
  25. Jul 18, 2022
Loading