Skip to content

Draft: Add support to generate architectural info of all KDE projects using Codevis

Tomaz Canabrava requested to merge work/add_support_codevis into master

Uses kde's Codevis to generate a project containing the code architecture information from all kde projects build by kdesrc-build, if there's a compile_commands.json on the build folder.

This is really time consuming, and I have tried to add an option to disable it, but my perl is weak and I didn't found out how.

Merge request reports