| Commit message (Expand) | Author | Age | Files | Lines |
* | Clarify whitespace nitpicks in patcheck. | Michael Niedermayer | 2010-10-10 | 1 | -3/+3 |
* | Check for more 'indent -kr' whitespace details. | Michael Niedermayer | 2010-10-08 | 1 | -0/+3 |
* | Issue a warning when fed with misformatted one-line doxygen comments. | Benoit Fouet | 2010-08-02 | 1 | -0/+1 |
* | Warn about "/** text" comments. | Michael Niedermayer | 2010-07-28 | 1 | -0/+1 |
* | Accept stdin as input for patcheck. | Rafaël Carré | 2010-07-25 | 1 | -0/+8 |
* | grep Changelog entry from unified diffs | Rafaël Carré | 2010-07-15 | 1 | -1/+1 |
* | Check for doxy filetag with filename | Michael Niedermayer | 2010-07-02 | 1 | -0/+1 |
* | Add patcheck checks for assignments that look like compound assignments | Eli Friedman | 2010-06-28 | 1 | -0/+1 |
* | Improve rule for possibly never read variables. | Benoit Fouet | 2010-06-11 | 1 | -1/+1 |
* | patcheck: Escape parentheses in grep calls | Daniel Verkamp | 2010-03-15 | 1 | -4/+4 |
* | patcheck: check that pix_fmt etc. initializers are const | Reimar Döffinger | 2009-11-09 | 1 | -0/+4 |
* | Check for INIT_VLC_USE_STATIC | Michael Niedermayer | 2009-03-27 | 1 | -0/+1 |
* | patcheck: Replace non-POSIX echo -e with printf. | Alex Converse | 2009-03-11 | 1 | -14/+14 |
* | Detect static prototypes. | Michael Niedermayer | 2009-02-27 | 1 | -0/+1 |
* | Improve detection of non doxy comments. | Michael Niedermayer | 2009-02-27 | 1 | -1/+1 |
* | Fix misdetection of #else in 'missing } prior to else'. | Michael Niedermayer | 2009-02-27 | 1 | -1/+1 |
* | Search for things like "int *src" without const. | Michael Niedermayer | 2009-02-22 | 1 | -0/+2 |
* | Fix @param[in/out] handling | Michael Niedermayer | 2009-02-17 | 1 | -1/+1 |
* | Check for duplicate const/static/inline. | Michael Niedermayer | 2009-02-09 | 1 | -0/+1 |
* | Fix reserved identifer detection so it doesnt detect __asm and such. | Michael Niedermayer | 2009-02-08 | 1 | -1/+1 |
* | Factorize grep -v cases. | Michael Niedermayer | 2009-02-08 | 1 | -7/+12 |
* | Patch check script. | Michael Niedermayer | 2009-02-08 | 1 | -0/+147 |