summaryrefslogtreecommitdiff
path: root/run-cppcheck.sh
AgeCommit message (Collapse)AuthorFilesLines
2016-01-21NetBSD: Add support for retrieving the number of available CPUsKamil Rytarowski1-1/+3
$ uname NetBSD $ getconf NPROCESSORS_ONLN 2 $ getconf _NPROCESSORS_ONLN getconf: _NPROCESSORS_ONLN: unknown variable
2015-04-22Initial commit of script to run cppcheck.Matt Mitchell1-0/+117
This script runs the cppcheck and sloccount tools for static analysis. The lab runs this script with the default arguments Mark script as executable