Endre Fülöp
Endre Fülöp
Python package wheel provides the bdist_wheel command required for building wheels for codechecker-api and codechecker-api-shared packages. This modification ensures the wheel dependency for each virtualenv.
The `CodeChecker cmd` subcommand communicates with the server via Thrift, and on a Jenkins docker image, I have tried to use it to get run information from a local CodeChecker...
Create a workflow for analyzing Java projects via PR versions of Spotbugs. Baseline diff and time measurement features are added to monitor the impact of PRs (result set changes or...
This tool is specific to the aggregate failzip format, that is specifically emitted by our CI, and uses data analysis techniques, which I am only fleetingly familiar with, so take...
Shipping plugins as external dynamic libraries for Clang Static Analyzer is generally frowned upon, and not supported. This patch removes the existing support for using external ClangSA analyzer plugins.
Add an option to enable on-the-fly parsing of needed ASTs during CTU analysis. The option CTUCompilationDatabase should be a path to a compilation database, which has all the necessary information...
Add timing feature via wrapping the analyis runs with `/usr/bin/time`.
CodeChecker currently uses the following 2 mechanisms to preprocess the compilation databases (compile_commands.json): * Filtering and extending compilation flags in order to make the build command analysis-friendly. * Unique-ing the...
**Issue** CTU analysis of clang itself is a long operation, which also does not scale well on one machine, as the typical memory usage per core far exceeds the available...
## Is your feature request related to a problem? Please describe. There is a problem with CodeChecker runs accumulating and consuming excessive space on the server. For example, when using...