cppcheck/cli
Wolfgang Stöggl 8ac55a8534
Add find_package(tinyxml2) to CMake builds (#2691)
So far, the cmake files of Cppcheck needed to be patched in order to
use installed tinyxml2 instead of the bundled version of tinyxml2.
- Introduce the CMake option USE_BUNDLED_TINYXML2 with a default value
  of ON. This preserves the behavior as in the past and uses the
  bundled version under externals/tinyxml2 by default.
- Usage of the installed tinyxml2 version of a system can be enabled
  now using -DUSE_BUNDLED_TINYXML2=OFF as a cmake parameter.
- Some Linux distros do not install tinyxml2*.cmake files, which are
  required to find tinyxml2 using find_package().
  Try first using find_package(tinyxml2 QUIET) and if this fails, try
  again using find_library(tinyxml2_LIBRARY tinyxml2)
2020-11-22 08:57:07 +01:00
..
CMakeLists.txt Add find_package(tinyxml2) to CMake builds (#2691) 2020-11-22 08:57:07 +01:00
cli.vcxproj rename externals/tinyxml to externals/tinyxml2 2020-11-16 09:11:53 +01:00
cli.vcxproj.filters Fixed Visual Studio build after pathmatch.h/cpp was moved to lib, fixed compiler errors about getcwd 2016-10-02 15:48:03 +02:00
cmdlineparser.cpp Add Elbrus E1C+ platform (#2913) 2020-11-20 10:36:13 +01:00
cmdlineparser.h Update copyright year 2020-05-10 11:16:32 +02:00
cppcheckexecutor.cpp CLI: fix execute command, quote argument that contains spaces 2020-08-30 20:02:18 +02:00
cppcheckexecutor.h made check.h less heavy (#2633) 2020-05-23 07:16:49 +02:00
filelister.cpp Added Hash to plist file names (#2898) 2020-11-13 15:52:24 +01:00
filelister.h Updated copyright year 2018-01-14 15:37:52 +01:00
main.cpp set version 2.2.99 2020-10-03 13:54:17 +02:00
threadexecutor.cpp made check.h less heavy (#2633) 2020-05-23 07:16:49 +02:00
threadexecutor.h made check.h less heavy (#2633) 2020-05-23 07:16:49 +02:00
version.rc Update cli/version.rc 2012-10-15 11:28:08 -05:00