Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-30 | checksrc: Windows-specific input fixes | Jay Satiro | |
lib/config-win32ce.h - Fix whitespace for checksrc compliance. lib/checksrc.pl - Remove trailing carriage returns from input. projects/checksrc.bat - Ignore tool_hugehelp.c. | |||
2015-03-17 | checksrc: Fix whitelist on out-of-tree builds | Dan Fandrich | |
2015-03-17 | checksrc: detect and remove space before trailing semicolons | Daniel Stenberg | |
2015-03-17 | checksrc: introduce a whitelisting concept | Daniel Stenberg | |
2015-03-17 | checksrc: use space after comma | Daniel Stenberg | |
2015-03-17 | checksrc: use space before paren in "return (expr);" | Daniel Stenberg | |
2013-03-07 | checksrc: ban unsafe functions | Daniel Stenberg | |
The list of unsafe functions currently consists of sprintf, vsprintf, strcat, strncat and gets. Subsequently, some existing code needed updating to avoid warnings on this. | |||
2011-09-07 | checksrc: detect "}else" uses as well | Daniel Stenberg | |
2011-08-05 | checksrc.pl: add quotes to var | Yang Tse | |
2011-08-05 | keep a single copy of config-win32.h in version control repository - followup | Yang Tse | |
Allow configure builds to generate src/config-win32.h Skip checksrc on src/config-win32.h contents already checked at lib/config-win32.h Allow multiple -W in checksrc.pl | |||
2011-07-04 | checksrc: detect open brace without space | Daniel Stenberg | |
We use "if(condition) {" with a space between the close paren and the open brace. | |||
2011-05-26 | Make checksrc.pl work on more out-of-tree builds | Yang Tse | |
Source files given with relative paths do not have the -D directory specifier prepended. | |||
2011-05-16 | checksrc: trailing whitespace detection fix | Daniel Stenberg | |
2011-04-27 | Make checksrc.pl work on out-of-tree builds | Dan Fandrich | |
Source files given with absolute paths do not have the -D directory specifier prepended. | |||
2011-04-27 | checksrc: add -W to allow a file to be whitelisted | Daniel Stenberg | |
Useful when a known file just doesn't comply and there's no intention to make it do so. | |||
2011-04-27 | checksrc: scan many files, more checks | Daniel Stenberg | |
It now scans multiple files and outputs an error+warning count summary at the end in case at least one was detected. -D can be used to specify in which dir the files are located The script now scans for conditions that starts with a space for if/while/for lines. | |||
2011-04-27 | checksrc: exit error code if warnings or errors | Daniel Stenberg | |
2011-04-27 | source cleanup: unify look, style and indent levels | Daniel Stenberg | |
By the use of a the new lib/checksrc.pl script that checks that our basic source style rules are followed. |