summaryrefslogtreecommitdiff
path: root/tools/patcheck
Commit message (Expand)AuthorAge
* silly typo fixesDiego Biurrun2013-05-03
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* miscellaneous typo fixesDiego Biurrun2012-12-21
* misc typo and wording fixesDiego Biurrun2012-07-03
* Fix a bunch of common typos.Diego Biurrun2012-03-09
* Fix a bunch of platform name and other typos.Diego Biurrun2012-01-11
* Fix a bunch of typos.Diego Biurrun2012-01-02
* Fix a bunch of common typos.Diego Biurrun2011-12-11
* doc: document preferred Doxygen syntax and make patcheck detect itDiego Biurrun2011-12-04
* patcheck: warn about assert usagePeter Ross2011-05-12
* Replace `` by $() syntax in shell scripts.Diego Biurrun2011-04-23
* patcheck: Allow overiding grep program(s) through environment variables.Brad2011-04-23
* Replace references to ffmpeg-devel with libav-devel; fix roundup URL.Diego Biurrun2011-04-15
* Clarify whitespace nitpicks in patcheck.Michael Niedermayer2010-10-10
* Check for more 'indent -kr' whitespace details.Michael Niedermayer2010-10-08
* Issue a warning when fed with misformatted one-line doxygen comments.Benoit Fouet2010-08-02
* Warn about "/** text" comments.Michael Niedermayer2010-07-28
* Accept stdin as input for patcheck.Rafaël Carré2010-07-25
* grep Changelog entry from unified diffsRafaël Carré2010-07-15
* Check for doxy filetag with filenameMichael Niedermayer2010-07-02
* Add patcheck checks for assignments that look like compound assignmentsEli Friedman2010-06-28
* Improve rule for possibly never read variables.Benoit Fouet2010-06-11
* patcheck: Escape parentheses in grep callsDaniel Verkamp2010-03-15
* patcheck: check that pix_fmt etc. initializers are constReimar Döffinger2009-11-09
* Check for INIT_VLC_USE_STATICMichael Niedermayer2009-03-27
* patcheck: Replace non-POSIX echo -e with printf.Alex Converse2009-03-11
* Detect static prototypes.Michael Niedermayer2009-02-27
* Improve detection of non doxy comments.Michael Niedermayer2009-02-27
* Fix misdetection of #else in 'missing } prior to else'.Michael Niedermayer2009-02-27
* Search for things like "int *src" without const.Michael Niedermayer2009-02-22
* Fix @param[in/out] handlingMichael Niedermayer2009-02-17
* Check for duplicate const/static/inline.Michael Niedermayer2009-02-09
* Fix reserved identifer detection so it doesnt detect __asm and such.Michael Niedermayer2009-02-08
* Factorize grep -v cases.Michael Niedermayer2009-02-08
* Patch check script.Michael Niedermayer2009-02-08