summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/add-cppcheck.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Consolidate 3.10 release notesBrad King2017-10-051-7/+0
| | | | | Run the `Utilities/Release/consolidate-relnotes.bash` script to move notes from `Help/release/dev/*` into `Help/release/3.10.rst`.
* Add properties to run cppcheck along with the compilerBill Hoffman2017-08-301-0/+7
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.