Ericsson / CodeCompass

CodeCompass is a software comprehension tool for large scale software written in C/C++ and Java
https://codecompass.net
GNU General Public License v3.0
497 stars 96 forks source link

Implementation of C++ metrics parallelization #734

Closed dbukki closed 1 week ago

dbukki commented 2 months ago

Fixes #733

Added parallelization support to the C++ metrics parser plugin:

Further considerations:

mcserep commented 3 weeks ago

For some reason the diff contains several changes from unrelated PRs, which were already merged. This makes quite hard to review this PR, and the changes should be rebased to master.

mcserep commented 2 weeks ago

For some reason the diff contains several changes from unrelated PRs, which were already merged. This makes quite hard to review this PR, and the changes should be rebased to master.

Any insights on this @dbukki? Could you refactor this PR to master? I would love to merge this, but it is quite hard to review it like this.

dbukki commented 2 weeks ago

Any insights on this @dbukki? Could you refactor this PR to master? I would love to merge this, but it is quite hard to review it like this.

Sorry for not noticing your comment earlier. My branches must have been out of sync by the time I rebased this branch onto my latest version of master to add the parallelization of bumpy road. The funky diff behavior is probably a result of that. I synced my fork, the diff seems alright now.