Skip to content
Snippets Groups Projects
  1. Jul 06, 2023
  2. Jul 03, 2023
  3. Feb 14, 2023
  4. Jan 30, 2023
  5. Jan 26, 2023
  6. Jan 13, 2023
  7. Nov 18, 2022
    • Administrator's avatar
      Prepare for FairRoot v18.8 · 3fb16b11
      Administrator authored
      Use the same target names as provided by FairRoot with version v18.8.
      
      Add the new target FairRoot::Online which is a new library conatining the
      online related code which was previously part of the Base library.
      In case of older FairRoot versions the target is only an alias for the target
      FairRoot::Base such that the same dependencies already work with FairRoot
      v18.6 which is our current default version.
      
      Add the new target FairRoot::Online in all CMakeLists.txt where it is needed.
      
      The FindFairRoot macro is also used when compiling NicaFemto. Since there is a
      problem with the target definitions in NicaFemto the targets are not defined
      when compiling NicaFemto.
      3fb16b11
  8. Nov 15, 2022
  9. Nov 10, 2022
    • Omveer Singh's avatar
      !1006 commit modifications · 58b26fd1
      Omveer Singh authored and Omveer_Singh's avatar Omveer_Singh committed
      MQ/monitor/CMakeLists.txt: Boost added as dependency
      algo/data/CMakeLists.txt: modified in Modern CMake
      algo/test/CMakeLists: modified in Modern CMake
      core/data/test/global/CMakeLists.txt: Unnecessary dependencies removed and added required dependencies
      core/data/test/psd/CMakeLists.txt: Unnecessary dependencies removed
      core/detectors/trd/CMakeLists.txt: TMVA dependency change to ROOT::TMVA
      58b26fd1
    • Omveer Singh's avatar
      Transition to Modern CMake · a63e8459
      Omveer Singh authored and Omveer_Singh's avatar Omveer_Singh committed
      Gtest and GtestMain Target created which depend on GTEST target
      
      Remaining files which haven't been changed in modern cmake.
       MQ/monitor : Transition in Modern CMake
       core/data/test: Transition to Modern CMake
       reco/qa: Transition to Modern CMake
       tutorial/TaskToAlgo: Transition to modern CMake
      a63e8459
  10. Nov 08, 2022
  11. Oct 26, 2022
    • Omveer Singh's avatar
      Transition to Modern CMake (MQ Dir) · 0c11a598
      Omveer Singh authored
      CMakeList.txt files are modified according to modern CMake.
      generate_cbm_executable() macro is used to make executable.
      Imported targets of each package are used as dependencies.
      0c11a598
  12. 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
  13. Sep 28, 2022
  14. Aug 04, 2022
  15. 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
  16. Jul 27, 2022
  17. Jul 25, 2022
  18. Jul 20, 2022
  19. Jul 18, 2022
  20. Jul 14, 2022
Loading