Skip to content
Snippets Groups Projects
  1. Mar 08, 2021
  2. Feb 08, 2021
  3. Jan 20, 2021
  4. Dec 10, 2020
    • Administrator's avatar
      Adapt build system to new FairSoft and FairRoot versions · 4f5f304a
      Administrator authored
      Add support for C++17
      Check for c++ version c++11 or above (11, 14 or 17). With this change it
      becomes possible to compile CbmRoot with C++17.
      
      Add missing library.
      The FairMQ state machine is now in an extra library which has to be added
      for linking when using FairSoft nov20. Test if the library exist and create
      the list of dependencies accordingly.
      
      Add missing include directory.
      VMC is not any longer included in ROOT but a standealone package, so the
      include directory has to be added such that the header files are found.
      
      Add gtest as an optional external package.
      With the latest version of FairSoft googletest was removed due to a
      recommendation of the gtest developers. Since gtest is no longer part of
      FairSoft we have to provide an own version which is compiled as external
      project.
      
      Add proper dependency to external gtest project
      This dependency is needed to compile the test only if the gtest library is
      already available.
      
      Fix compilation error with FairRoot v18.4.2 on macosx
      In FairRoot v18.4.2 some linker settings were removed from the CMake setup.
      This breaks the compilation of CbmRoot. Put back the needed seetings for the
      linker on macosx in our build system.
      
      Fix NicaFemto installation
      4f5f304a
  5. Nov 26, 2020
  6. Nov 18, 2020
  7. Nov 03, 2020
  8. Jul 21, 2020
    • Pierre-Alain Loizeau's avatar
      mCBM 2020: improve time window event builder algo interface · efc469ed
      Pierre-Alain Loizeau authored
      - Add predefined EventBuilderDetector constants for each of the typical detectors
      - Add interface methods taking EventBuilderDetector object as parameter
      - Make all other interface methods use the EventBuilderDetector one
      - Mark the methods using only ECbmModuleId as deprecated
      - Update MQ device accordingly
      - Disable clang-formatting in Init method of MQ device
      efc469ed
  9. Jul 10, 2020
  10. Jul 02, 2020
  11. Jun 19, 2020
  12. Jun 03, 2020
Loading