Age | Commit message (Expand) | Author |
2024-05-31 | utils: checkstyle.py: Show location of coding style issue within line | Laurent Pinchart |
2024-05-31 | utils: checkstyle.py: Add a check for hex values | Laurent Pinchart |
2024-05-31 | utils: checkstyle.py: Extend IncludeChecker to cover math.h | Laurent Pinchart |
2024-05-31 | utils: checkstyle.py: Refactor IncludeChecker | Laurent Pinchart |
2024-05-08 | libcamera: Drop file name from header comment blocks | Laurent Pinchart |
2024-04-19 | utils: checkstyle.py: Drop period at end of Doxygen one liners | Laurent Pinchart |
2024-04-19 | utils: checkstyle.py: Use r'' strings for regular expressions | Laurent Pinchart |
2024-03-15 | checkstyle: Work around bug in difflib | Stefan Klug |
2024-03-11 | utils: checkstyle.py: Fix known_trailers sort order | Hans de Goede |
2024-03-11 | utils: checkstyle.py: Add Co-developed-by to known_trailers | Hans de Goede |
2024-02-27 | utils: checkstyle.py: Update LogCategoryChecker regexp | Milan Zamazal |
2024-02-27 | utils: checkstyle.py: Don't presume python3 location | Milan Zamazal |
2023-07-28 | utils: checkstyle.py: Extract title and trailers with one command | Laurent Pinchart |
2023-07-18 | utils: checkstyle.py: Check trailers for Amendment commits | Kieran Bingham |
2023-07-18 | utils: checkstyle.py: Derive Amendment from Commit | Kieran Bingham |
2023-07-18 | utils: checkstyle.py: Initialise staged trailers | Kieran Bingham |
2023-07-18 | utils: checkstyle.py: Treat Malformed trailers as a CommitIssue | Kieran Bingham |
2023-07-05 | utils: checkstyle: Add trailers checker | Laurent Pinchart |
2023-07-05 | utils: checkstyle: Don't include commit ID in commit title | Laurent Pinchart |
2023-07-05 | utils: checkstyle: Support running checkers selectively | Laurent Pinchart |
2023-07-05 | utils: checkstyle: Add __repr__ method to CommitFile class | Laurent Pinchart |
2023-03-01 | utils: checkstyle.py: Don't run commit title checker on staged commits | Paul Elder |
2023-01-10 | utils: checkstyle.py: Add commit title checker | Laurent Pinchart |
2022-12-15 | utils: checkstyle.py: Check new header file on new and renamed meson.build files | Xavier Roumegue |
2022-06-03 | utils: checkstyle.py: Fix color bleed | Tomi Valkeinen |
2022-06-01 | utils: checkstyle: Ensure "..." include style for internal headers | Laurent Pinchart |
2022-06-01 | utils: checkstyle: Run the CLangFormatter last | Laurent Pinchart |
2021-08-27 | utils: checkstyle.py: Use single-quoted strings when possible | Laurent Pinchart |
2021-02-16 | utils: checkstyle.py: Handle renamed files in header add checker | Laurent Pinchart |
2021-02-16 | utils: checkstyle.py: Restore checks of renamed files | Laurent Pinchart |
2021-01-21 | utils: checkstyle.py: Fix "protected" members in Commit class | Laurent Pinchart |
2020-12-29 | utils: checkstyle.py: Drop astyle support | Laurent Pinchart |
2020-12-29 | utils: checkstyle.py: Add header add checker | Laurent Pinchart |
2020-12-29 | utils: checkstyle.py: Add commit checkers | Laurent Pinchart |
2020-12-29 | utils: checkstyle.py: Move diff parsing to Commit class | Laurent Pinchart |
2020-12-29 | utils: checkstyle.py: Add ability to filter files by status in a commit | Laurent Pinchart |
2020-12-29 | utils: checkstyle.py: Make title and files properties of commit class | Laurent Pinchart |
2020-12-29 | utils: checkstyle.py: Move commit handling to a separate section | Laurent Pinchart |
2020-12-29 | utils: checkstyle.py: Factor out automatic class registry | Laurent Pinchart |
2020-12-29 | utils: checkstyle.py: Drop arguments to super() when possible | Laurent Pinchart |
2020-11-08 | utils: checkstyle.py: Add d-pointer formatter | Laurent Pinchart |
2020-09-21 | Documentation: Adjust guidelines regarding math.h header | Laurent Pinchart |
2020-03-23 | utils: checkstyle: Add formatter to sort #include statements | Laurent Pinchart |
2020-03-16 | utils: checkstyle: Add a ShellChecker | Kieran Bingham |
2020-01-18 | checkstyle: Add support for checking style on amendments | Nicolas Dufresne |
2020-01-18 | checkstyle: Add support for checking style on staged changes | Nicolas Dufresne |
2020-01-18 | checkstyle: Introduce a Commit class | Nicolas Dufresne |
2020-01-18 | checkstyle: Exit with 1 status if issues are found | Nicolas Dufresne |
2020-01-18 | checkstyle: Move from pep8 to pycodestyle | Nicolas Dufresne |
2020-01-07 | utils: checkstyle.py: Support single line hunks | Kieran Bingham |