Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix clang tidy errors #201

Merged
merged 11 commits into from
Oct 31, 2024
Merged

Fix clang tidy errors #201

merged 11 commits into from
Oct 31, 2024

Commits on Oct 31, 2024

  1. fix: fix many clang tidy errors

    this is part 1 of 143 errors in the whole codebase, it is split into multiple commits, so that each patch is not to big
    Totto16 committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    3b2c0c5 View commit details
    Browse the repository at this point in the history
  2. fix: fix many clang tidy errors (2/x)

    this is part 2 of 143 errors in the whole codebase, it is split into multiple commits, so that each patch is not to big
    Totto16 committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    37bd290 View commit details
    Browse the repository at this point in the history
  3. fix: fix many clang tidy errors (3/x)

    this is part 3 of 143 errors in the whole codebase, it is split into multiple commits, so that each patch is not to big
    Totto16 committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    5952e37 View commit details
    Browse the repository at this point in the history
  4. fix: fix many clang tidy errors (4/x)

    this is part 4 of 143 errors in the whole codebase, it is split into multiple commits, so that each patch is not to big
    Totto16 committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    cc871da View commit details
    Browse the repository at this point in the history
  5. fix: fix many clang tidy errors (5/x)

    this is part 5 of 143 errors in the whole codebase, it is split into multiple commits, so that each patch is not to big
    
    this also adds more debug checks to the cast function of the abstract point and also adds a truncated variant of that
    Totto16 committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    9faed19 View commit details
    Browse the repository at this point in the history
  6. fix: fix many clang tidy errors (6/x)

    this is part 6 of 143 errors in the whole codebase, it is split into multiple commits, so that each patch is not to big
    Totto16 committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    c008988 View commit details
    Browse the repository at this point in the history
  7. fix: fix many clang tidy errors (7/x)

    this is part 7 of 143 errors in the whole codebase, it is split into multiple commits, so that each patch is not to big
    Totto16 committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    21a2ea3 View commit details
    Browse the repository at this point in the history
  8. fix: fix many clang tidy errors (8/x)

    this is part 8 of 143 errors in the whole codebase, it is split into multiple commits, so that each patch is not to big
    Totto16 committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    f36fd59 View commit details
    Browse the repository at this point in the history
  9. fix: fix many clang tidy errors (9/x)

    this is part 9 of 143 errors in the whole codebase, it is split into multiple commits, so that each patch is not to big
    Totto16 committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    944b965 View commit details
    Browse the repository at this point in the history
  10. fix: fix many clang tidy errors (10/x)

    fix rebase errors
    Totto16 committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    3a42572 View commit details
    Browse the repository at this point in the history
  11. fix: add exported annotation to newly created function

    this fixes dybnamic builds under windows
    Totto16 committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    e1fa148 View commit details
    Browse the repository at this point in the history