Skip to content
Snippets Groups Projects
  1. 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
  2. Nov 08, 2022
  3. Nov 02, 2022
  4. Oct 24, 2022
  5. Oct 21, 2022
  6. Oct 12, 2022
    • Administrator's avatar
      Fix problem with missing ROOTSYS variable · b2cedb4c
      Administrator authored and Florian Uhlig's avatar Florian Uhlig committed
      If using a non FairSoft installation of the dependencies problems were
      reported after the last changes to the build system. Instead of hardcoding
      the SIMPATH use the the information from ROOT about its binary directory.
      Remove some old usage of the root-config script, use CMake variables provided
      by ROOT instead.
      b2cedb4c
  7. 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
    • Omveer's avatar
      Renamed based on Target CbmData · 8a96ed2d
      Omveer authored
      8a96ed2d
  8. Sep 15, 2022
  9. Sep 09, 2022
  10. Aug 22, 2022
  11. Aug 19, 2022
  12. Aug 18, 2022
  13. Aug 04, 2022
  14. 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
  15. Jul 28, 2022
    • Administrator's avatar
      Fix schema evolution · a93dafb5
      Administrator authored
      With commit 892f01a1 from 23.03.22 the layout
      of the data class CbmTsEventHeader was changed by adding a new data member. At
      that time it was forgotten to also increase the version number. This commit
      increases the version number and corrects the issue.
      a93dafb5
  16. Jul 27, 2022
  17. Jul 22, 2022
  18. Jul 18, 2022
  19. Jul 14, 2022
  20. Jun 29, 2022
    • Semen Lebedev's avatar
      RICH updates: · 3e4e23da
      Semen Lebedev authored and Florian Uhlig's avatar Florian Uhlig committed
      * RICH QA code updates
      * Updates of run macros and scripts
      * Remove obsolete macro from rich macro directories
      * Updates in RICH event display
      3e4e23da
  21. Jun 23, 2022
  22. Jun 20, 2022
Loading