- Jun 13, 2023
-
-
Pierre-Alain Loizeau authored
-
- Jun 06, 2023
-
-
Felix Weiglhofer authored
- Renamed header to EnumDict.h - Implementation detail are now hidden with `CBM_ENUM_DICT`, this also simplifies enum declarations - Use std::vector underneath instead of std::set
-
- Jul 14, 2022
-
-
Fix a bug in clang-format that causes STL headers that start with a 't' being grouped with Root headers. (Affects for example <type_traits>.) This is caused by regex matching in clang-format being case insensitve by default. The option for case sensitive matching is only introduced with clang-format 12. So as a workaround for clang-format 11 also match a '.h'-suffix for the filenames in these categories. This ensures seperation between Root headers and STL headers.
-
- Apr 16, 2021
-
-
Administrator authored
Fix header file ordering.
-
- Feb 12, 2021
-
-
Administrator authored
-
Administrator authored
-
Administrator authored
Add also some more new parameters. Some hopefully minor changes.
-
Administrator authored
The include statements are ordered from local to global with allways a blank line between the blocks.
-
- Jul 10, 2020
-
-
Administrator authored
Add script to format all source/header files in one go.
-
- Jul 09, 2020
-
-
Add format check in GitLab CI configuration file. Add CMake target for format checker . Add neede CMake files and shell scripts. Add label in GitLab CI configuration file such that it can be properly sorted on CDash. The checker is disabled till we format the complete code base.
-