vodorok
vodorok
Multiprocessing is broken on osx, (probably because of the fork -> spawn change). This patch intends to correct it by using the newly added multiprocess library.
Draft for the time being...
Currently, when one tries to store a report folder, and there are multiple same reports from a header file, only one piece of report will be kept and stored of...
CodeChecker does not warn clang-diagnostic checker is mistyped. The issue can be reproduced with CodeChecker master. `CodeChecker check --analyzers clang-tidy -l compile-commands.json -e clang-diagnostic-vlaa -o ./reports` The above command should...
The newly added small script watches for filesystem events inside the web folder in this repo. If a suitable event occurs, first it stops the Previous server, the starts a...
Preferably to version 3.10 Some security patches already need version 3.7, but our actions run on version 3.6.
With this modification, the `--file` option would allow passing paths with folder prefixes. Consider a compilation json that contains a `.` in the directory fields, with the following example directory...