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

Add clang-tidy CI test #56

Open
wants to merge 86 commits into
base: development
Choose a base branch
from

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    8b9662f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38a7c8f View commit details
    Browse the repository at this point in the history
  3. add missing dependencies

    lucafedeli88 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    4f3339e View commit details
    Browse the repository at this point in the history
  4. update clang-tidy config

    lucafedeli88 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    7f3336b View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    757413c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63468bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61634f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43fda0b View commit details
    Browse the repository at this point in the history
  5. add more braces

    lucafedeli88 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    b444f33 View commit details
    Browse the repository at this point in the history
  6. add more braces

    lucafedeli88 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    2544c32 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fbf815e View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    562fdd9 View commit details
    Browse the repository at this point in the history
  2. move to C++17

    lucafedeli88 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    0bb7463 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ff832b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    beb9374 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c8d0252 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    33a6353 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    62ef7a6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1d161c0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    29ed073 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    17f5ef0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cf80b72 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c9c4914 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. fix bug

    lucafedeli88 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    3dc4545 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0242df9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d848a6c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8acdb09 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    22d421e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    064d17a View commit details
    Browse the repository at this point in the history
  7. fix const correctness

    lucafedeli88 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    2ab3507 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e44c96c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    05389c5 View commit details
    Browse the repository at this point in the history
  10. fix bug

    lucafedeli88 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    800b486 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bf96619 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5a6532d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    121a0a1 View commit details
    Browse the repository at this point in the history
  14. add [[nodiscard]]

    lucafedeli88 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    2d7b9b8 View commit details
    Browse the repository at this point in the history
  15. fix const correctness

    lucafedeli88 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    a247809 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2ebfa8b View commit details
    Browse the repository at this point in the history
  17. fix bug

    lucafedeli88 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    63dc2e9 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e405629 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2ef84da View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0c333d0 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    38605d8 View commit details
    Browse the repository at this point in the history
  22. fix modernize auto issue

    lucafedeli88 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    2049502 View commit details
    Browse the repository at this point in the history
  23. fix const correctness

    lucafedeli88 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    18b0d3a View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    782c6f6 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    92af6f8 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    047336c View commit details
    Browse the repository at this point in the history
  27. fix bug

    lucafedeli88 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    b03dc6d View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    8eda0b9 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    80783fd View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    8d90f97 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    e02016e View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    e464303 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da87781 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0193e77 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e974367 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    332b759 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    047037d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    822a8a0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dc1aa24 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c0ea38c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    eada652 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    36bc599 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    af29d3a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1f03ad7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    27e4bcf View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    06a6de6 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    934d507 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. fix miscellaneous issues

    lucafedeli88 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    7a76688 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec9de63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e69af6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aad87d8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c27c38 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ee80a90 View commit details
    Browse the repository at this point in the history
  7. fix miscellaneous issues

    lucafedeli88 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    285cd75 View commit details
    Browse the repository at this point in the history
  8. fix miscellaneous issues

    lucafedeli88 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    dc5b557 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    917b8c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccf4149 View commit details
    Browse the repository at this point in the history
  3. fix miscellaneous issues

    lucafedeli88 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    f739cc1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7185213 View commit details
    Browse the repository at this point in the history
  5. fix bugs

    lucafedeli88 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    6396287 View commit details
    Browse the repository at this point in the history
  6. fix issue in doc

    lucafedeli88 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    4c4bee9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    31cb60f View commit details
    Browse the repository at this point in the history
  8. add NOLINT

    lucafedeli88 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    271b874 View commit details
    Browse the repository at this point in the history