Skip to content
Snippets Groups Projects
  1. May 09, 2023
  2. May 08, 2023
    • Administrator's avatar
      Samll fixes · 4e26aa00
      Administrator authored and Florian Uhlig's avatar Florian Uhlig committed
      Remove commented code.
      Move library dependency from public to private.
      4e26aa00
    • 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
  3. Feb 13, 2023
  4. Feb 01, 2023
  5. 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
  6. Nov 08, 2022
  7. Nov 01, 2022
    • Administrator's avatar
      Implement proper dependencies · 4ca28621
      Administrator authored and Florian Uhlig's avatar Florian Uhlig committed
      With the change to the CMake targets the dependency tree was broken. The
      generation of the ROOT dictionary is now a target on its own which did not
      depend on anything except the header files needed for the specific library.
      Some of these header files include other header files from the external
      libraries. The problem was that now it became possible that the dictionary
      generation started before the external header files were available.
      
      Add explicit dependencies from these dictionaries to the external libraries.
      4ca28621
  8. Oct 24, 2022
    • Omveer's avatar
      Move to Modern CMake(Reco Dir) · 799b017a
      Omveer authored
      Files moved to NO_DICT_SRC:
      L1Algo/L1Event.cxx
      L1Algo/L1EventMatch.cxx
      
      Files are commented for time being in L1 target:
      OffLineInterface/CbmL1RichENNRingFinder.cxx
      OffLineInterface/CbmL1RichENNRingFinderParallel.cxx
      
      xpu git tag version modified
      Vc package finding moved to top level CMakeLists.txt
      799b017a
  9. Oct 21, 2022
  10. Sep 15, 2022
  11. Sep 12, 2022
  12. Sep 07, 2022
  13. Sep 06, 2022
  14. Aug 30, 2022
  15. Aug 22, 2022
  16. Aug 03, 2022
    • Administrator's avatar
      Use isfinite function instead of finite function · 964439ec
      Administrator authored and Sergey Gorbunov's avatar Sergey Gorbunov committed
      The C function to check if a number is finite is 'isfinite()'. Obviously the
      'finite()' function is from C89 and was deprecated with C99 but not yet
      removed. At least with the default compiler on macosx 12.5 (arm64) the function
      was removed so we switch to 'isfinite()'.
      964439ec
  17. Jun 23, 2022
  18. Jun 20, 2022
  19. Jun 17, 2022
  20. Jun 14, 2022
  21. Apr 05, 2022
  22. Mar 31, 2022
    • Administrator's avatar
      Fix compiler warnings when using Clang · e924c3e6
      Administrator authored
      The KF and L1 packages set special compiler flags. Some of the warnings are
      not present when using Clang such that a CMake check was implemented which
      test the existense of those. The check simply compiles some C++ code with the
      compiler flag added to the compile command. Unfortunately Clang only prints a
      warning when a warning flag doesn't exist but successfuly finishes the
      compilation such that the check suceeds. This results in many warnings during
      compilation of L1.
      e924c3e6
  23. Feb 23, 2022
  24. Feb 04, 2022
  25. Feb 03, 2022
  26. Jan 19, 2022
Loading