Skip to content
Snippets Groups Projects
  1. Sep 22, 2023
    • Administrator's avatar
      Create the compile command database for clang-tidy · 8b3e0619
      Administrator authored
      Add the sytem compiler include paths needed for our static standalone
      clang-tidy binary to the list of include paths.
      The paths are only added to the compilation units in the generated file
      compile_commands.json which is used as input for clang-tidy. Without the
      paths clang-tidy can't find the standard C and C++ header files.
      
      The geometries, parameters and input data are not needed when running
      clang-tidy, so don't waste time downloading them.
      The still downloaded projects include header files which are used by CbmRoot
      classes. If these header files are not found by clang-tidy the check of some
      compilation units fail.
      
      Use VC in scalar mode, otherwise system and hardware related header files are
      needed which couldn't be found.
      Fix an issue with an missing header file in KFParticle when using the scalar
      VC version.
      8b3e0619
    • Sergey Gorbunov's avatar
  2. Sep 21, 2023
  3. Aug 30, 2023
  4. Jul 26, 2023
  5. Jul 25, 2023
  6. Jul 18, 2023
  7. Jul 14, 2023
  8. Jul 06, 2023
  9. Jul 03, 2023
  10. Jun 29, 2023
  11. Jun 27, 2023
  12. Jun 23, 2023
  13. Jun 21, 2023
  14. Jun 10, 2023
  15. Jun 05, 2023
  16. Jun 01, 2023
  17. May 24, 2023
  18. May 15, 2023
  19. Apr 28, 2023
  20. Apr 24, 2023
  21. Mar 02, 2023
  22. Feb 15, 2023
  23. Feb 09, 2023
  24. Feb 03, 2023
    • Administrator's avatar
      Use latest version of external repository · 4d96e6ae
      Administrator authored
      Switch to new branch newFieldMaps which adds the various versions of the new
      fieldmaps. The switch is needed to be able to remove the maps if they are
      updated or become obsolete. If these maps would be included in the main branch
      tehre wouldn't be a possibility to remove them at some point.
      dev_2023_06
      4d96e6ae
  25. Jan 30, 2023
  26. Jan 18, 2023
  27. Jan 12, 2023
  28. Dec 14, 2022
  29. Dec 07, 2022
  30. Nov 22, 2022
  31. Nov 18, 2022
    • Administrator's avatar
      Prepare for FairRoot v18.8 · df884fc7
      Administrator authored
      Fix installation of KFParticle and NicaFemto.
      
      Add missing dependecy on Vc for KFParticle target.
      Update the Nicafemto version which adds some missing include statements and
      forward declarations. The new commit hash also contains a change which corrects
      all LOG levels to lowercase.
      df884fc7
  32. Nov 17, 2022
Loading