summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/Cpplint/CXX-error-Build-result.txt
Commit message (Collapse)AuthorAgeFilesLines
* Update cpplint support to return 0 and mark warnings for CDash.Bill Hoffman2017-12-011-1/+1
| | | | | | | | This commit makes cpplint act like the other compiler mirroring tools. It will always return 0 even if it reports warnings and will only return non zero if there is a problem running the command. In addition, it will now add some extra text to allow CTest to recognize the warnings and report them correctly to CDash.
* Add properties to run the cpplint style checker with the compilerJamie Snape2017-01-231-0/+1
Create a `<LANG>_CPPLINT` target property (initialized by a `CMAKE_<LANG>_CPPLINT` variable) to specify a `cpplint` style checker command line to be run along with the compiler.