Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: Spell out ";-list" as "semicolon-separated list" | Joachim Wuttke (o) | 2018-10-25 | 1 | -1/+1 |
| | |||||
* | Fail the build if cppcheck returns a non-zero exit code | Harald Brinkmann | 2018-10-11 | 1 | -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 compiler | Bill Hoffman | 2017-08-30 | 1 | -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. |