summaryrefslogtreecommitdiff
path: root/tools/patcheck
Commit message (Expand)AuthorAgeFilesLines
...
* Check for INIT_VLC_USE_STATICMichael Niedermayer2009-03-271-0/+1
* patcheck: Replace non-POSIX echo -e with printf.Alex Converse2009-03-111-14/+14
* Detect static prototypes.Michael Niedermayer2009-02-271-0/+1
* Improve detection of non doxy comments.Michael Niedermayer2009-02-271-1/+1
* Fix misdetection of #else in 'missing } prior to else'.Michael Niedermayer2009-02-271-1/+1
* Search for things like "int *src" without const.Michael Niedermayer2009-02-221-0/+2
* Fix @param[in/out] handlingMichael Niedermayer2009-02-171-1/+1
* Check for duplicate const/static/inline.Michael Niedermayer2009-02-091-0/+1
* Fix reserved identifer detection so it doesnt detect __asm and such.Michael Niedermayer2009-02-081-1/+1
* Factorize grep -v cases.Michael Niedermayer2009-02-081-7/+12
* Patch check script.Michael Niedermayer2009-02-081-0/+147