Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update cpplint support to return 0 and mark warnings for CDash. | Bill Hoffman | 2017-12-01 | 4 | -4/+4 |
| | | | | | | | | 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 compiler | Jamie Snape | 2017-01-23 | 24 | -0/+73 |
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. |