1. 9e2ff40 Adapt code_style.py by Ronald Cron · 1 year ago
  2. 2fd621e Adapt code_style.py by Ronald Cron · 1 year ago
  3. f8bbc2d Remove multi-type variable by David Horstmann · 1 year, 1 month ago
  4. 330680e Allow code_style.py to work from a git hook by David Horstmann · 1 year, 1 month ago
  5. 62a908d Extend C code style check to framework files by Ronald Cron · 1 year, 3 months ago
  6. 1bd787a Minor relaxation to auto-gen regex by Dave Rodgman · 1 year, 4 months ago
  7. 4e4540d line length fix by Dave Rodgman · 1 year, 4 months ago
  8. 2a9eb22 Check file content to see if it looks auto-generated by Dave Rodgman · 1 year, 4 months ago
  9. 16799db update headers by Dave Rodgman · 1 year, 8 months ago
  10. fccc5f8 whitespace fix by Dave Rodgman · 2 years ago
  11. 82d174a pylint tidy-up by Dave Rodgman · 2 years ago
  12. eaf2761 Make code_style.py -s default to -s=development by Dave Rodgman · 2 years ago
  13. 05b60f4 Make code_style.py -s more precise by Dave Rodgman · 2 years ago
  14. 163ec40 Handle deleted files correctly by Gilles Peskine · 2 years, 1 month ago
  15. 43838b8 Add --since option to check files modified since a given commit by Gilles Peskine · 2 years, 1 month ago
  16. 22eb82c Clean up subprocess invocation in get_src_files by Gilles Peskine · 2 years, 1 month ago
  17. 10f4144 Fix CI failure by Pengyu Lv · 2 years, 5 months ago
  18. c36743f Only check files known to git by Pengyu Lv · 2 years, 5 months ago
  19. e19b51b Improve readability by Pengyu Lv · 2 years, 5 months ago
  20. b10cf0d adjust help message by Pengyu Lv · 2 years, 5 months ago
  21. a4e1eec print skipped file names to stdout by Pengyu Lv · 2 years, 5 months ago
  22. acbeb7f code_style.py: Add helpers to print warning and skipped files by Pengyu Lv · 2 years, 5 months ago
  23. 8c6325c code_style.py: Apply exclusions to the file list by Pengyu Lv · 2 years, 5 months ago
  24. 04bdbe3 Remove unnecessary '\' linebreak characters by David Horstmann · 2 years, 6 months ago
  25. 6b3ce30 Don't wrap stdout and stderr in UTF-8 wrapper by David Horstmann · 2 years, 6 months ago
  26. ce42cc2 Output diff without capturing it by David Horstmann · 2 years, 6 months ago
  27. 089d0d0 Add basic output on success by David Horstmann · 2 years, 6 months ago
  28. c9f90aa Remove overly verbose output on success by David Horstmann · 2 years, 6 months ago
  29. 28d2157 Change print to print_err for an error message by David Horstmann · 2 years, 6 months ago
  30. 8b5a449 Document that the script must be run from the root by David Horstmann · 2 years, 6 months ago
  31. 995a7c0 Remove provisional notice on code style script by David Horstmann · 2 years, 6 months ago
  32. 52a7aee Merge pull request #6834 from gilles-peskine-arm/code-style-files by Gilles Peskine · 2 years, 6 months ago
  33. d449ced Fix example command by Gilles Peskine · 2 years, 6 months ago
  34. 78d566b Fix pylint warnings about comparison to True by David Horstmann · 2 years, 6 months ago
  35. 8d1d6ed Fix incorrect typing of function in code_style.py by David Horstmann · 2 years, 6 months ago
  36. c571c5b Check Uncrustify returncode in code_style.py by David Horstmann · 2 years, 6 months ago
  37. 9d34cf3 Documentation improvements by Gilles Peskine · 2 years, 7 months ago
  38. 59803db Support restyling only the specified files by Gilles Peskine · 2 years, 7 months ago
  39. 9a3771e Don't touch the style of generated files by Gilles Peskine · 2 years, 7 months ago
  40. c6b604e Reindent line continuations for pylint by David Horstmann · 2 years, 7 months ago
  41. ae93a3f Fixup: Config file name in code style script by David Horstmann · 2 years, 7 months ago
  42. 0ebc12e Add spaces around '+' by David Horstmann · 2 years, 7 months ago
  43. 190041d Explain that the script is only for the future by David Horstmann · 2 years, 7 months ago
  44. 2cf779c Use constant for supported Uncrustify version by David Horstmann · 2 years, 7 months ago
  45. 9711f4e Fix typo in code style script by David Horstmann · 2 years, 7 months ago
  46. ca13c4f Use helper function for error printing by David Horstmann · 2 years, 7 months ago
  47. b7dab41 Miscellaneous improvements to code style script by David Horstmann · 2 years, 7 months ago
  48. fa928f1 Add script to run Uncrustify by David Horstmann · 2 years, 8 months ago