https://github.com/ericsson/codecompass
CodeCompass is a software comprehension tool for large scale software written in C/C++ and Java
https://github.com/ericsson/codecompass
code-comprehension cpp java static-analysis
Last synced: 5 months ago
JSON representation
CodeCompass is a software comprehension tool for large scale software written in C/C++ and Java
- Host: GitHub
- URL: https://github.com/ericsson/codecompass
- Owner: Ericsson
- License: gpl-3.0
- Created: 2016-03-30T10:12:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-05-05T23:07:50.000Z (5 months ago)
- Last Synced: 2025-05-07T18:16:05.904Z (5 months ago)
- Topics: code-comprehension, cpp, java, static-analysis
- Language: C++
- Homepage: https://codecompass.net
- Size: 80.6 MB
- Stars: 552
- Watchers: 35
- Forks: 102
- Open Issues: 87
-
Metadata Files:
- Readme: .gitlab/README.md
- License: LICENSE.txt
- Security: SECURITY.md
Awesome Lists containing this project
README
How to use
==========Configure environment
---------------------
Source the `cc-env.sh` file.Now the important binaries are available on the `PATH` environment variable:
`CodeCompass_parser`, `CodeCompass_webserver`, `CodeCompass_logger`, `ccdb-tool`.Start a database
----------------
The tarball contains a CodeCompass instance linked against PostgreSQL, therefore two options are available.
- Use the PostgreSQL database server on your machine.
- The extracted tarball contains a PostgreSQL installation in the `runtime-deps/postgresql-install/bin` folder.
Use the `initdb` and `postgres` binaries to create and start a new PostgreSQL database cluster.