summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/LANG_CPPCHECK.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Spell out ";-list" as "semicolon-separated list"Joachim Wuttke (o)2018-10-251-1/+1
|
* Fail the build if cppcheck returns a non-zero exit codeHarald Brinkmann2018-10-111-1/+3
| | | | | This allows the build failure to be tuned with cppcheck's options --error-exitcode=<n> and --exitcode-suppressions=<file>.
* Add properties to run cppcheck along with the compilerBill Hoffman2017-08-301-0/+13
Create a `<LANG>_CPPCHECK` target property (initialized by a `CMAKE_<LANG>_CPPCHECK` variable) to specify a `cppcheck` command line to be run along with the compiler.