The version of CppCheck provided by Ubuntu 14.04 is old, and does not support C++11 well, so we grab a specific version of CppCheck from GitHub, allowing all users of the project to use the same version. list(APPEND CPPCHECK_ARGS --enable=warning,style,performance,portability,unusedFunction...