Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 43882: /trunk/tools/cppcheck/ /trunk/tools/cppcheck/: cp

Date: Sat, 21 Jul 2012 02:43:11 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43882

User: eapache
Date: 2012/07/20 07:43 PM

Log:
 Enhancements to the cppcheck script:
 
 - Take command-line arguments of files to check. In this case make output
   GCC-like, as it's much more human-readable than the HTML.
 - If there are no arguments, provide HTML output for the entire current
   directory like before, for use with build-bot integration.
 - Don't hack with the CWD to try and get include-paths to work. Cppcheck
   will warn already if it can't find them, and since a lot of the checks
   still work in any case, a warning is more appropriate than an error or
   a hack.

Directory: /trunk/tools/cppcheck/
  Changes    Path           Action
  +18 -16    cppcheck.sh    Modified