- 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.
-
- Sep 21, 2021
-
-
Florian Uhlig authored
-
- May 27, 2021
-
-
Administrator authored
The latest version of our formating rules is applied to all header and source files as well as to the macros using clang-format 11.0.
-
- Apr 01, 2021
-
-
Administrator authored
-
Administrator authored
The class FairLogger is meanwhile only a wrapper around the Logger class, so use the Logger directly. This also helps to reduce many warnings when using the Eclipse IDE.
-
- Jul 10, 2020
-
-
Administrator authored
Apply code formatting to all source/header files and root macros.
-
- Jun 03, 2020
-
-
Administrator authored
This version is an exact copy of the last revision of the trunk branch of the old SVN repository of CbmRoor at https://subversion.gsi.de/cbmsoft/cbmroot/trunk The old SVN repository will still be available for read access.
-