OSDN Git Service

Check for more 'indent -kr' whitespace details.
[coroid/libav_saccubus.git] / tools / patcheck
2010-10-08 Michael NiedermayerCheck for more 'indent -kr' whitespace details.
2010-08-02 Benoit FouetIssue a warning when fed with misformatted one-line...
2010-07-28 Michael NiedermayerWarn about "/** text" comments.
2010-07-25 Rafaël CarréAccept stdin as input for patcheck.
2010-07-15 Rafaël Carrégrep Changelog entry from unified diffs
2010-07-02 Michael NiedermayerCheck for doxy filetag with filename
2010-06-28 Eli FriedmanAdd patcheck checks for assignments that look like...
2010-06-11 Benoit FouetImprove rule for possibly never read variables.
2010-03-15 Daniel Verkamppatcheck: Escape parentheses in grep calls
2009-11-09 Reimar Döffingerpatcheck: check that pix_fmt etc. initializers are...
2009-03-27 Michael NiedermayerCheck for INIT_VLC_USE_STATIC
2009-03-11 Alex Conversepatcheck: Replace non-POSIX echo -e with printf.
2009-02-27 Michael NiedermayerDetect static prototypes.
2009-02-27 Michael NiedermayerImprove detection of non doxy comments.
2009-02-27 Michael NiedermayerFix misdetection of #else in 'missing } prior to else'.
2009-02-22 Michael NiedermayerSearch for things like "int *src" without const.
2009-02-17 Michael NiedermayerFix @param[in/out] handling
2009-02-09 Michael NiedermayerCheck for duplicate const/static/inline.
2009-02-08 Michael NiedermayerFix reserved identifer detection so it doesnt detect...
2009-02-08 Michael NiedermayerFactorize grep -v cases.
2009-02-08 Michael NiedermayerPatch check script.