Skip to content
Snippets Groups Projects
  1. Jun 13, 2023
  2. Jun 06, 2023
    • Felix Weiglhofer's avatar
      algo: Rework SerializableEnum.h · 889b9d44
      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
      889b9d44
  3. Jul 14, 2022
    • Felix Weiglhofer's avatar
      clang-format: Fix header ordering. · 4b6042e1
      Felix Weiglhofer authored and Florian Uhlig's avatar Florian Uhlig committed
      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.
      4b6042e1
  4. Apr 16, 2021
  5. Feb 12, 2021
  6. Jul 10, 2020
  7. Jul 09, 2020
    • Administrator's avatar
      Implement automatic format checker · f0eb1974
      Administrator authored and Florian Uhlig's avatar Florian Uhlig committed
      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.
      f0eb1974
Loading