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 IWYU to CI #17078

Merged
merged 42 commits into from
Nov 8, 2024
Merged

Add IWYU to CI #17078

merged 42 commits into from
Nov 8, 2024

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    48d41c2 View commit details
    Browse the repository at this point in the history
  2. Add IWYU build deps

    vyasr committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    e057f08 View commit details
    Browse the repository at this point in the history
  3. Add IWYU to the CMake

    vyasr committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    0a03a4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63ec03f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    97566e2 View commit details
    Browse the repository at this point in the history
  6. Typo

    vyasr committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    7534c45 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    215f92d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fb84527 View commit details
    Browse the repository at this point in the history
  9. Update ci/clang_tidy.sh

    vyasr committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    a911555 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    623dbf0 View commit details
    Browse the repository at this point in the history
  11. Fix some issues with the script

    vyasr committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    4b834f5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4fa7833 View commit details
    Browse the repository at this point in the history
  13. Don't write anything for files that had no removals, otherwise applyi…

    …ng the fixes will result in unnecessary and meaningless whitespace removals.
    vyasr committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    3dd6262 View commit details
    Browse the repository at this point in the history
  14. Fix ext

    vyasr committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    67bf686 View commit details
    Browse the repository at this point in the history
  15. Use a better name for the file

    vyasr committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    5602522 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3ff957a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7a828ac View commit details
    Browse the repository at this point in the history
  18. Add comment

    vyasr committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    eeb1830 View commit details
    Browse the repository at this point in the history
  19. Fix filename

    vyasr committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    0e83d99 View commit details
    Browse the repository at this point in the history
  20. Update option in run script

    vyasr committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    927692d View commit details
    Browse the repository at this point in the history
  21. Add debug print

    vyasr committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    828ebd5 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ea9a66c View commit details
    Browse the repository at this point in the history
  23. One more typo

    vyasr committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    c4dd9f6 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    138e81b View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    6338020 View commit details
    Browse the repository at this point in the history
  26. Revert changes to test workflow

    vyasr committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    f153fb0 View commit details
    Browse the repository at this point in the history
  27. Update file key

    vyasr committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    9c82acc View commit details
    Browse the repository at this point in the history
  28. Rename script

    vyasr committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    07169c7 View commit details
    Browse the repository at this point in the history
  29. Remove now invalid comment

    vyasr committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    a699658 View commit details
    Browse the repository at this point in the history
  30. Update comment

    vyasr committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    8cc9714 View commit details
    Browse the repository at this point in the history
  31. Update comment

    vyasr committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    55abc36 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    5141f86 View commit details
    Browse the repository at this point in the history
  2. Update comment

    vyasr committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    81b6ed9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a8e724 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    45c10ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    20319f2 View commit details
    Browse the repository at this point in the history
  6. Ignore a few more warnings

    vyasr committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    dd77e7e View commit details
    Browse the repository at this point in the history
  7. Quote flag

    vyasr committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    471144e View commit details
    Browse the repository at this point in the history
  8. comment

    vyasr committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    1e72f30 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    02645b0 View commit details
    Browse the repository at this point in the history
  2. Remove job from pr

    vyasr committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    8e186ea View commit details
    Browse the repository at this point in the history
  3. Update ci/cpp_linters.sh

    Co-authored-by: James Lamb <[email protected]>
    vyasr and jameslamb authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    4f07b7d View commit details
    Browse the repository at this point in the history