cppcheck/cli
Daniel Marjamäki 55af68aaf7
Update type for Settings::checksMaxTime. (#5205)
It's a time offset not a size. It should not have value SIZE_MAX that
makes it ineffective (overflow in calculation of stop time).
2023-06-28 19:52:33 +02:00
..
CMakeLists.txt use `ccache` for sanitizer builds / do not use precompiled headers with `ccache` (#4910) 2023-04-01 09:40:10 +02:00
cli.vcxproj extracted single job execution into `SingleExecutor` / improved testing / do not unconditionally apply colors to output (#4882) 2023-04-08 18:06:38 +02:00
cli.vcxproj.filters
cmdlineparser.cpp Update type for Settings::checksMaxTime. (#5205) 2023-06-28 19:52:33 +02:00
cmdlineparser.h Update type for Settings::checksMaxTime. (#5205) 2023-06-28 19:52:33 +02:00
cppcheckexecutor.cpp Enable and mitigate readability-else-after-return (#5175) 2023-06-20 18:43:21 +02:00
cppcheckexecutor.h Refactoring: Break out loadLibraries() function. (#5024) 2023-05-01 14:41:14 +02:00
cppcheckexecutorseh.cpp
cppcheckexecutorseh.h
cppcheckexecutorsig.cpp Enable and mitigate readability-else-after-return (#5175) 2023-06-20 18:43:21 +02:00
cppcheckexecutorsig.h
executor.cpp Update copyright year 2023-06-21 19:58:11 +02:00
executor.h Update copyright year 2023-06-21 19:58:11 +02:00
filelister.cpp File lister: Fix possible resource leaks (#5031) 2023-05-03 16:23:07 +02:00
filelister.h
main.cpp 2.11.99: Set versions 2023-06-22 13:50:51 +02:00
precompiled.h
processexecutor.cpp Fix #11762 Read failure in ProcessExecutor::handleRead() (#5196) 2023-06-27 15:41:05 +02:00
processexecutor.h fixed #9590 - ProcessExecutor: read the process pipe until we have all the expected data / greatly improved error handling (#4859) 2023-03-07 12:25:49 +01:00
singleexecutor.cpp SingleExecutor: process markup files after code when scanning projects (#4972) 2023-05-03 17:32:28 +02:00
singleexecutor.h extracted single job execution into `SingleExecutor` / improved testing / do not unconditionally apply colors to output (#4882) 2023-04-08 18:06:38 +02:00
stacktrace.cpp
stacktrace.h
threadexecutor.cpp make sure executors are only used in the intended context / `TestSuppressions` cleanups (#4963) 2023-04-28 12:41:53 +02:00
threadexecutor.h
version.rc