- Jul 06, 2023
-
-
Jan de Cuveland authored
-
- Apr 24, 2023
-
-
Comment set but unused variables in much code.
-
- Mar 17, 2023
-
-
Administrator authored
The function sprintf is marked deprecated with the latest Clang version. Move from sprintf to snprintf. Define and use buffer size. Check the return value in a function where this is important.
-
- Mar 15, 2023
-
-
- Dec 16, 2022
-
-
Administrator authored
Remove a special linker setting for macosx which isn't needed any longer. With the build system changes the full list of dependecies is available at link time. Add a missing library dependency.
-
- Nov 18, 2022
-
-
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.
-
- Nov 08, 2022
-
-
Administrator authored
-
- Nov 03, 2022
-
-
- Oct 31, 2022
-
-
Dennis Klein authored
needed on GCC 12 (Fedora 36)
-
- Oct 25, 2022
-
-
Pierre-Alain Loizeau authored
-
- Oct 17, 2022
-
-
- Jul 25, 2022
-
-
Remove obsolete, unneeded and unused code.
-
- Jun 10, 2022
-
-
Administrator authored
-
- fles_ipc -> external::fles_ipc - fles_logging -> external::fles_logging - IPC_INCLUDE_DIRECTORY -> FLES_IPC_INCLUDE_DIRECTORY
-
- Jun 02, 2022
-
-
Administrator authored
Fix deprecation warnings about upercase log levels. Use lowercase ones.
-
- May 05, 2022
-
-
- Mar 23, 2022
-
-
- Mar 15, 2022
-
-
- Mar 01, 2022
-
-
- Oct 05, 2021
-
-
Administrator authored
Add missing license headers. Small corrections of years, authors or copyright.
-
- Sep 23, 2021
-
-
Administrator authored
Remove wrong license header drom several files which came in by using a template. The code was developed by the respective persons, the license header came in by using a skeleton.
-
- Sep 21, 2021
-
-
- Aug 12, 2021
- Jul 30, 2021
-
-
Administrator authored
These compiler warnings are only seen with clang on macosx. Fix format in printf and Form functions. Comment unused parameters. Use correct C++ version when building the external flesnet project.
-
Dominik Smith authored
Bug fix: Added missing break statement to loops in CbmAlgoBuildRawEvents::SetReferenceDetector() and CbmMcbm2019TimeWinEventBuilderAlgo::SetReferenceDetector().
-
- Jul 23, 2021
-
-
Pierre-Alain Loizeau authored
-
- Jul 22, 2021
-
-
-
Changed severity for large amount of LOG statements Changed default from info to debug for a larger amount of tof log messages. Otherwise, it makes info reading with all subsystems almost impossible.
-
-
-
- Jul 14, 2021
-
-
Adrian Weber authored
-
Adrian Weber authored
correction in digi building to fix loss of major part of digis in vector as well as the inclusion of the reference time Stamp for each TS.
-
Nikolay Karpushkin authored
-
Nikolay Karpushkin authored
-
- Jul 13, 2021
-
-
Nikolay Karpushkin authored
-
Nikolay Karpushkin authored
-
-
-