summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Check-style scripts: fixesTimo Lotterbach2013-03-2714-255/+610
| | | | | | | | -check license can now handle different license -solved a lot of limitations for check indentation and single definitions on line -solved some small bugs (did not introduce any new positives or negatives) Signed-off-by: Timo Lotterbach <timo.lotterbach@bmw-carit.de>
* Added python scripts to check code styleTimo Lotterbach2013-03-1417-0/+1400
- check header guards - check license header in source files - check only spaces, no tabs - check line length - check indentation - check single statement on same line - check single definition on line - check curly braces on separate line - check consistent whitespace usage - check for unneccessary empty lines Each script takes the list of files to check as arguments. All scripts print a help message if no argument is provided. Scripts will print all warnings in a gcc-style format, so default error and warning parsers will detect them. Signed-off-by: Timo Lotterbach <timo.lotterbach@bmw-carit.de>