Skip to content
Snippets Groups Projects
  1. May 08, 2023
  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
Loading