cppcheck/cmake
Carlo Marcelo Arenas Belón bf5c71bdca sync (#1835)
* build: remove -Wabi and add -Wundef

gcc >= 8 throws a warning about -Wabi (without a specific ABI version)
being ignored, while -Wundef seems more useful (as shown by the change
in config.h, which was probably an unfortunate typo)

travis.yaml should probably be updated soon, but was left out from this
change as the current images don't yet need it

* lib: unused function in valueflow

refactored out since 8c03be3212

lib/valueflow.cpp:3124:21: warning: unused function 'endTemplateArgument' [-Wunused-function]

* readme: include picojson

* make: also clean exe
2019-05-17 09:31:41 +02:00
..
buildFiles.cmake Add CMake files 2015-02-13 19:00:14 +01:00
cmake_uninstall.cmake.in Add CMake files 2015-02-13 19:00:14 +01:00
compilerDefinitions.cmake Add CFGDIR as CMake variable (#1554) 2019-01-01 22:48:07 +01:00
compileroptions.cmake sync (#1835) 2019-05-17 09:31:41 +02:00
dynamic_analyzer_options.cmake Add CMake files 2015-02-13 19:00:14 +01:00
findDependencies.cmake Use modern CMake syntax. (#1273) 2018-06-02 18:31:33 +02:00
options.cmake Fix typos (#1568) 2019-01-06 17:15:57 +01:00
printInfo.cmake Fixed #6844 (CMake with matchcompiler) 2015-07-23 10:49:53 +02:00
versions.cmake Set version to 1.87.99/1.88 dev 2019-02-27 21:30:54 +01:00