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

cpplint v2 - linter fix #1028

Merged
merged 8 commits into from
Nov 4, 2024
Merged

cpplint v2 - linter fix #1028

merged 8 commits into from
Nov 4, 2024

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    e46fed2 View commit details
    Browse the repository at this point in the history
  2. resolving c++ linter

    ./include/rogue/protocols/xilinx/JtagDriver.h:213:  Add #include <cstdio> for FILE  [build/include_what_you_use] [4]
    ruck314 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    8ee4172 View commit details
    Browse the repository at this point in the history
  3. resolving c++ linter

    Add #include <XXXXXX> for XXXXXX  [build/include_what_you_use] [4]
    ruck314 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    89ca11c View commit details
    Browse the repository at this point in the history
  4. resolving c++ linter

    Add #include <XXXXXX> for XXXXXX  [build/include_what_you_use] [4]
    ruck314 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    b4b6fed View commit details
    Browse the repository at this point in the history
  5. resolving c++ linter

    Using C-style cast.  Use static_cast<XXXXXXX>(...) instead  [readability/casting] [4]
    ruck314 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    96d7224 View commit details
    Browse the repository at this point in the history
  6. resolving c++ linter

    Using deprecated casting style.  Use static_cast<uint32_t>(...) instead  [readability/casting] [4]
    ruck314 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    d64c015 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0ef1351 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    6842425 View commit details
    Browse the repository at this point in the history