Skip to content

viva64/plog-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

Plog Converter

Docs Platforms

Note. This page is about the tool for Linux and macOS. The appropriate page about the tool for Windows is available here.

To convert the analyzer bug report to different formats (xml, tasks and so on) you can use the Plog Converter. It is applicable for cross-platform working scenarios (C++, Java) on all supported operating systems when checking Makefile, CMake, QMake, Ninja, WAF projects.

More detailed description is available on the documentation page, section "Plog Converter Utility".

Compilation

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make

Usage

An example of a command that will be suitable for most users for opening the report in QtCreator:

plog-converter -a GA:1,2 -t tasklist -o /path/to/project.tasks /path/to/project.log

About

Analyzer raw\json log conversion tool (to html, csv, xml, tasks, etc.) for cross-platform C/C++ (Makefile, CMake, QMake, Ninja, WAF) and Java workflows

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published