summaryrefslogtreecommitdiffstats
path: root/tools/patcheck
Commit message (Collapse)AuthorAgeFilesLines
* silly typo fixesDiego Biurrun2013-05-031-1/+1
|
* Drop DCTELEM typedefDiego Biurrun2013-01-221-1/+1
| | | | | | It does not help as an abstraction and adds dsputil dependencies. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* miscellaneous typo fixesDiego Biurrun2012-12-211-2/+2
|
* misc typo and wording fixesDiego Biurrun2012-07-031-1/+1
|
* Fix a bunch of common typos.Diego Biurrun2012-03-091-1/+1
|
* Fix a bunch of platform name and other typos.Diego Biurrun2012-01-111-1/+1
|
* Fix a bunch of typos.Diego Biurrun2012-01-021-1/+1
|
* Fix a bunch of common typos.Diego Biurrun2011-12-111-1/+1
|
* doc: document preferred Doxygen syntax and make patcheck detect itDiego Biurrun2011-12-041-0/+1
|
* patcheck: warn about assert usagePeter Ross2011-05-121-0/+1
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Anton Khirnov <anton@khirnov.net>
* Replace `` by $() syntax in shell scripts.Diego Biurrun2011-04-231-7/+7
| | | | $() is easier to nest and POSIX, which we require in other places.
* patcheck: Allow overiding grep program(s) through environment variables.Brad2011-04-231-24/+26
| | | | | | | patcheck hardcodes the binary names for grep/egrep. This makes overriding the binary names a pain, e.g. when calling a GNU version of grep on BSD systems. Signed-off-by: Diego Biurrun <diego@biurrun.de>
* Replace references to ffmpeg-devel with libav-devel; fix roundup URL.Diego Biurrun2011-04-151-1/+1
|
* Clarify whitespace nitpicks in patcheck.Michael Niedermayer2010-10-101-3/+3
| | | | Originally committed as revision 25435 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for more 'indent -kr' whitespace details.Michael Niedermayer2010-10-081-0/+3
| | | | Originally committed as revision 25417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Issue a warning when fed with misformatted one-line doxygen comments.Benoit Fouet2010-08-021-0/+1
| | | | Originally committed as revision 24660 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Warn about "/** text" comments.Michael Niedermayer2010-07-281-0/+1
| | | | Originally committed as revision 24574 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Accept stdin as input for patcheck.Rafaël Carré2010-07-251-0/+8
| | | | | | Patch by Rafaël Carré, rafael d carre a gmail Originally committed as revision 24499 to svn://svn.ffmpeg.org/ffmpeg/trunk
* grep Changelog entry from unified diffsRafaël Carré2010-07-151-1/+1
| | | | | | Patch by Rafaël Carré, rafael d carre a gmail Originally committed as revision 24248 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for doxy filetag with filenameMichael Niedermayer2010-07-021-0/+1
| | | | Originally committed as revision 23975 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add patcheck checks for assignments that look like compound assignmentsEli Friedman2010-06-281-0/+1
| | | | | | Patch by Eli Friedman, eli dot friedman at gmail Originally committed as revision 23841 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve rule for possibly never read variables.Benoit Fouet2010-06-111-1/+1
| | | | Originally committed as revision 23578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* patcheck: Escape parentheses in grep callsDaniel Verkamp2010-03-151-4/+4
| | | | Originally committed as revision 22563 to svn://svn.ffmpeg.org/ffmpeg/trunk
* patcheck: check that pix_fmt etc. initializers are constReimar Döffinger2009-11-091-0/+4
| | | | Originally committed as revision 20493 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for INIT_VLC_USE_STATICMichael Niedermayer2009-03-271-0/+1
| | | | Originally committed as revision 18200 to svn://svn.ffmpeg.org/ffmpeg/trunk
* patcheck: Replace non-POSIX echo -e with printf.Alex Converse2009-03-111-14/+14
| | | | Originally committed as revision 17943 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Detect static prototypes.Michael Niedermayer2009-02-271-0/+1
| | | | Originally committed as revision 17649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve detection of non doxy comments.Michael Niedermayer2009-02-271-1/+1
| | | | Originally committed as revision 17648 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix misdetection of #else in 'missing } prior to else'.Michael Niedermayer2009-02-271-1/+1
| | | | Originally committed as revision 17647 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Search for things like "int *src" without const.Michael Niedermayer2009-02-221-0/+2
| | | | Originally committed as revision 17529 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix @param[in/out] handlingMichael Niedermayer2009-02-171-1/+1
| | | | Originally committed as revision 17395 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for duplicate const/static/inline.Michael Niedermayer2009-02-091-0/+1
| | | | Originally committed as revision 17101 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix reserved identifer detection so it doesnt detect __asm and such.Michael Niedermayer2009-02-081-1/+1
| | | | Originally committed as revision 17057 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize grep -v cases.Michael Niedermayer2009-02-081-7/+12
| | | | Originally committed as revision 17056 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Patch check script.Michael Niedermayer2009-02-081-0/+147
Note, before you flame me that its dirty, i did post it to ffmpeg-dev and asked for a review and threatened to commit. Originally committed as revision 17055 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud