- Nov 02, 2022
-
-
Alexandru Bercuci authored
-
- Nov 01, 2022
-
-
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.
-
OpenMP comes with the proper targets which are used now.
-
CMakeList.txt files are modified according to modern CMake. generate_cbm_library() macro is used to make target. Imported targets of each package are used as dependencies.
-
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
-
-
-
- Oct 31, 2022
-
-
Dennis Klein authored
needed on GCC 12 (Fedora 36)
-
- Oct 30, 2022
-
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
-
- Oct 28, 2022
-
-
Sergey Gorbunov authored
-
- Oct 27, 2022
-
-
- Oct 26, 2022
-
-
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.
-
- Oct 25, 2022
-
-
Pierre-Alain Loizeau authored
-
Sergey Gorbunov authored
-
- Oct 24, 2022
-
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
-
Should be removed once proper fix is done in FairRoot or Root and we switch to a version including it
-
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
-
- Oct 21, 2022
- Oct 20, 2022
-
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
-
- Oct 19, 2022
-
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
-
- Oct 18, 2022
-
-
Sergey Gorbunov authored
-
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
-
- Oct 17, 2022
-
-
- Oct 13, 2022
-
-
Sergei Zharko authored
L1: explicit implementation of copy and move constructors and assignment operators were replaced with default for L1Parameters and L1CAIteration classes
-
- Oct 12, 2022
-
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
-