Searched refs:cppcheck (Results 1 – 24 of 24) sorted by relevance
26 wget https://github.com/danmar/cppcheck/archive/$CPPCHKVER.tar.gz28 mkdir cppcheck-build29 cd cppcheck-build30 cmake ../cppcheck-$CPPCHKVER -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF -DCMAKE_INSTALL_PRE…34 ~/cppcheck/bin/cppcheck -I. --std=c++$CXXSTD --enable=all --error-exitcode=1 \
37 cppcheck -j$CPPCHECK_JOBS --force \44 --exitcode-suppressions=tools/cppcheck/suppressions-list \45 --suppressions-list=tools/cppcheck/suppressions-list \
26 cppcheck vera++ python pylint python-serial
13 - `cppcheck` >= `1.61`18 sudo apt-get install gcc gcc-arm-none-eabi cmake cppcheck vera++ python176 **To run cppcheck**179 python tools/run-tests.py --check-cppcheck
160 .PHONY: cppcheck161 cppcheck: target162 cppcheck . --force --enable=warning,portability,performance,style --error-exitcode=1 > /dev/null
153 cppcheck: target154 cppcheck --inline-suppr --template gcc --enable=all --suppress=unusedFunction --force *.[ch]
448 * The code now audits clean under Coverity and cppcheck.
449 cppcheck: target450 …cppcheck --enable=warning --inline-suppr --inconclusive --force --std=c++11 $(AMALGAMATED_FILE) --…
1475 - [Xav83](https://github.com/Xav83) fixed some cppcheck warnings.1543 - [**cppcheck**](http://cppcheck.sourceforge.net) for static analysis
564 - static analysis alarm by cppcheck [\#1711](https://github.com/nlohmann/json/issues/1711)1169 - cppcheck failing for version 3.1.2 [\#1101](https://github.com/nlohmann/json/issues/1101)
68 @ifGNUmake@ CPPCHECK=cppcheck
35 …y. The [CppLint](https://github.com/cpplint/cpplint), [CppCheck](http://cppcheck.sourceforge.net),…
232 The build system will now run cppcheck (a static code analysis tool)
1951 Fix cppcheck 1.64 warning.4107 Another round of cppcheck nitpicks.4111 cppcheck --force \4121 . &> cppcheck.log4123 using cppcheck git commit f7e93f99.4125 Note that cppcheck still can't handle `#include FOO' (with `FOO' a4838 Apply fixes for cppcheck nitpicks.4840 https://cppcheck.sourceforge.net/4844 cppcheck --force \4850 . &> cppcheck.log[all …]
158 1167 sudo apt-get install cppcheck
311 #284 #285 Address cppcheck warnings
326 #284 #285 Address cppcheck warnings
335 - panfrost: Handle minor cppcheck issues337 - pan/midgard: Handle misc. cppcheck warnings
339 - pan/midgard: Fix cppcheck issues344 - panfrost: Fix misc. issues flagged by cppcheck
102 - Fixed some cppcheck warnings. #1760
7583 I ran cppcheck against the entire code base and correct many latent bugs7586 operation. My thanks to the developers of cppcheck! I am impressed!
73147 This bug was found via cppcheck static analysis.