Home
last modified time | relevance | path

Searched refs:cppcheck (Results 1 – 24 of 24) sorted by relevance

/third_party/boost/libs/program_options/ci/
Dcppcheck.sh26 wget https://github.com/danmar/cppcheck/archive/$CPPCHKVER.tar.gz
28 mkdir cppcheck-build
29 cd cppcheck-build
30 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 \
/third_party/jerryscript/tools/
Dcheck-cppcheck.sh37 cppcheck -j$CPPCHECK_JOBS --force \
44 --exitcode-suppressions=tools/cppcheck/suppressions-list \
45 --suppressions-list=tools/cppcheck/suppressions-list \
Dapt-get-install-deps.sh26 cppcheck vera++ python pylint python-serial
/third_party/jerryscript/docs/
D00.GETTING-STARTED.md13 - `cppcheck` >= `1.61`
18 sudo apt-get install gcc gcc-arm-none-eabi cmake cppcheck vera++ python
176 **To run cppcheck**
179 python tools/run-tests.py --check-cppcheck
/third_party/lz4/
DMakefile160 .PHONY: cppcheck
161 cppcheck: target
162 cppcheck . --force --enable=warning,portability,performance,style --error-exitcode=1 > /dev/null
/third_party/giflib/
DMakefile153 cppcheck: target
154 cppcheck --inline-suppr --template gcc --enable=all --suppress=unusedFunction --force *.[ch]
DNEWS448 * The code now audits clean under Coverity and cppcheck.
/third_party/json/
DMakefile449 cppcheck: target
450cppcheck --enable=warning --inline-suppr --inconclusive --force --std=c++11 $(AMALGAMATED_FILE) --…
DREADME.md1475 - [Xav83](https://github.com/Xav83) fixed some cppcheck warnings.
1543 - [**cppcheck**](http://cppcheck.sourceforge.net) for static analysis
DChangeLog.md564 - 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)
/third_party/e2fsprogs/
DMCONFIG.in68 @ifGNUmake@ CPPCHECK=cppcheck
/third_party/mindspore/
DCONTRIBUTING.md35 …y. The [CppLint](https://github.com/cpplint/cpplint), [CppCheck](http://cppcheck.sourceforge.net),…
/third_party/e2fsprogs/doc/RelNotes/
Dv1.43.0.txt232 The build system will now run cppcheck (a static code analysis tool)
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.251951 Fix cppcheck 1.64 warning.
4107 Another round of cppcheck nitpicks.
4111 cppcheck --force \
4121 . &> cppcheck.log
4123 using cppcheck git commit f7e93f99.
4125 Note that cppcheck still can't handle `#include FOO' (with `FOO' a
4838 Apply fixes for cppcheck nitpicks.
4840 https://cppcheck.sourceforge.net/
4844 cppcheck --force \
4850 . &> cppcheck.log
[all …]
/third_party/flutter/skia/third_party/externals/freetype/
DChangeLog.251951 Fix cppcheck 1.64 warning.
4107 Another round of cppcheck nitpicks.
4111 cppcheck --force \
4121 . &> cppcheck.log
4123 using cppcheck git commit f7e93f99.
4125 Note that cppcheck still can't handle `#include FOO' (with `FOO' a
4838 Apply fixes for cppcheck nitpicks.
4840 https://cppcheck.sourceforge.net/
4844 cppcheck --force \
4850 . &> cppcheck.log
[all …]
/third_party/freetype/
DChangeLog.251951 Fix cppcheck 1.64 warning.
4107 Another round of cppcheck nitpicks.
4111 cppcheck --force \
4121 . &> cppcheck.log
4123 using cppcheck git commit f7e93f99.
4125 Note that cppcheck still can't handle `#include FOO' (with `FOO' a
4838 Apply fixes for cppcheck nitpicks.
4840 https://cppcheck.sourceforge.net/
4844 cppcheck --force \
4850 . &> cppcheck.log
[all …]
/third_party/vk-gl-cts/
Dhistory.log158 1167 sudo apt-get install cppcheck
/third_party/skia/third_party/externals/expat/expat/
DChanges311 #284 #285 Address cppcheck warnings
/third_party/expat/
DChanges326 #284 #285 Address cppcheck warnings
/third_party/mesa3d/docs/relnotes/
D20.0.0.rst335 - panfrost: Handle minor cppcheck issues
337 - pan/midgard: Handle misc. cppcheck warnings
D19.3.0.rst339 - pan/midgard: Fix cppcheck issues
344 - panfrost: Fix misc. issues flagged by cppcheck
/third_party/json/doc/mkdocs/docs/home/
Dreleases.md102 - Fixed some cppcheck warnings. #1760
/third_party/NuttX/
DReleaseNotes7583 I ran cppcheck against the entire code base and correct many latent bugs
7586 operation. My thanks to the developers of cppcheck! I am impressed!
/third_party/gstreamer/gstplugins_bad/
DChangeLog73147 This bug was found via cppcheck static analysis.