CodeCompass
CodeCompass copied to clipboard
CodeCompass is a software comprehension tool for large scale software written in C/C++ and Java
This PR implements the Python plugin for CodeCompass. ### Plugin components: Parser: - The main parser component is `pyparser` written in Python, uses the [Jedi](https://github.com/davidhalter/jedi) static analysis library. Moreover, `pyparser`...
fantastic work! I have problem when parse llvm-project (enable mlir project) build with RelWithDebInfo in the latest runtime-pgsql docker container: the ** Codecompass_parse ** process comsume huge ram space, I...
This patch adds AppImage packaging support. See `doc/packaging.md` for documentation. AppImages can be run on any Linux distribution, however the following packages still needed: - Database package (`libsqlite3-dev` or `postgresql-server-dev-14`)...
Bumps [next](https://github.com/vercel/next.js) from 14.2.33 to 14.2.35. Release notes Sourced from next's releases. v14.2.35 Please see the Next.js Security Update for information about this security patch. Commits 7b940d9 v14.2.35 7c1be85 Backport...
CodeQL v3 started to produce deprecation warnings. Also attempted to clean up the `build2` install folder, as it is assumed to require a large amount of disk space, failing the...
Previously, we calculated metrics for functions inside anonymous lambda objects. This has now been fixed.
- Extended the installation documentation for Ubuntu 24.04 - Added missing header includes - In both Ubuntu 22.04 and Ubuntu 24.04 it is no longer required to compile Thrift manually....
The dockerfile has been updated to use postgres and the Docker readme has been updated to include the postgres container.