Gyorgy Orban

Results 28 comments of Gyorgy Orban

![Codacy](https://app.codacy.com/assets/images/favicon.png) Here is an overview of what got changed by this pull request: ```diff Issues ====== - Added 1 ``` See the complete overview on [Codacy](https://app.codacy.com/app/CodeChecker/codechecker/pullRequest?prid=4664464&bid=15615418)

Proxy server support should be added to the cli web clients which communicate with the server

We built CodeChecker with a plugin framework so it can be easily extended with new analyzers. Our current focus is to support Clang and Clang tidy but it should not...

As @Xazax-hun already mentioned you can import results only from [plist xml files](https://github.com/Ericsson/codechecker/blob/master/docs/user_guide.md#6-plist-mode). If you create plist files for the results from the analyzers we should be able to import...

I've collected some ideas about binary packaging with all of our dependencies in #528. What do you think @WallStProg?

Since [v1.80](https://github.com/danmar/cppcheck/releases/tag/1.80) cppcheck can provide plist output with the `--plist-output` command line argument.

Thanks @whisperity for the comment! Great news that scan-build works on Windows too, thanks @rizsotto! I've updated the issue description.

@irishrover thanks for trying it out, great news!

Hi, The [CodeChecker cmd](https://github.com/Ericsson/codechecker/blob/cbdaab58e19870702bb5dac298be6fe4df68c19c/docs/web/user_guide.md#cmd) can connect to a remote server and get the [results](https://github.com/Ericsson/codechecker/blob/cbdaab58e19870702bb5dac298be6fe4df68c19c/docs/web/user_guide.md#cmd-result) in various formats (json, csv, simple table) or if you are interested only in the [summary](https://github.com/Ericsson/codechecker/blob/cbdaab58e19870702bb5dac298be6fe4df68c19c/docs/web/user_guide.md#cmd-sum)...

If I understand your use case right you can try something like this. If you store all your products (source code) in one product (CodeChecker product) but in different runs...