cppcheck/cli
PKEuS 4b80e91145 Implemented support for building cppcheck lib into a dll
Updated VS9 solution
New VS10 solution that builds cppcheck into a dll used by cli and testrunner.
Functional changes and advantages of new solution:
- Share code between testrunner and cli; ability to share code with gui as well (not yet implemented)
- Files of /lib are no longer compiled twice (should improve build time on single core machines)
- Added configuration for building with PCRE support
- Executables are build into /bin (/bin/debug in debug mode) folder (Should no longer require rebuild when switching between debug and release)
- Completely x64 compatible (contains also x64-debug configuration now)
2012-06-10 05:19:09 -07:00
..
cli.pro cli pro doesn't force HAVE_RULES anymore. 2011-08-18 12:13:37 -05:00
cli.vcxproj Implemented support for building cppcheck lib into a dll 2012-06-10 05:19:09 -07:00
cli.vcxproj.filters Implemented support for building cppcheck lib into a dll 2012-06-10 05:19:09 -07:00
cmdlineparser.cpp Fixed #3757 (fix command line help and manpage by replacing --max-ifdefs) 2012-04-25 19:58:34 +02:00
cmdlineparser.h Changed the order of some structures in order to improve, even if for a bit, their padding. 2012-05-14 20:49:03 +02:00
cppcheck.rc Set version to "1.55 dev" 2012-04-15 11:40:14 +02:00
cppcheck.vcproj VS: Generated new VS project files 2012-05-26 10:48:04 +02:00
cppcheckexecutor.cpp Removed unused variable CppCheck::_errout. 2012-04-08 14:18:13 +02:00
cppcheckexecutor.h Changed the order of some structures in order to improve, even if for a bit, their padding. 2012-05-14 20:49:03 +02:00
filelister.cpp Improvements to filelister under Windows: 2012-04-08 11:50:54 +02:00
filelister.h Refactored STL container usage in CLI. 2012-02-19 17:22:59 +01:00
main.cpp 1.54: updated version numbers 2012-04-15 07:23:26 +02:00
pathmatch.cpp Refactored STL container usage in CLI. 2012-02-19 17:22:59 +01:00
pathmatch.h Removed code that became unnecessary after 7be01da8e9. 2012-04-13 11:08:46 +02:00
resource.h Restructuring: Updated the Visual Studio project files. They are now generated by qmake 2009-10-28 17:37:38 +01:00
threadexecutor.cpp fixed compiler errors 2012-04-08 15:22:50 +02:00
threadexecutor.h Changed the order of some structures in order to improve, even if for a bit, their padding. 2012-05-14 20:49:03 +02:00