GCDB is a tool to wrap your ordinary build system by overriding `CC` and `CXX`
to allow it to introspect the build process to be able to generate a JSON
Compilation Database which can be used with other tools like `clang-tidy`.
## Installation
```shell
$ pip install gcdb
```
## Usage
Run `gcdb` passing in the commands to build your code. You want to ensure the
entire sources are built so its important to clear any prior caches. For
example, if you use `make` to build your code:
```shell
$ gcdb 'make clean && make'
```
NOTE: Currently the passed command cannot run concurrently, so you cannot pass
`-j` to `make or similiar tools.
Home-page: https://github.com/kylef/gcdb
Author: Kyle Fuller
Author-email: kyle@fuller.li
License: UNKNOWN
Description: UNKNOWN
Platform: UNKNOWN
to allow it to introspect the build process to be able to generate a JSON
Compilation Database which can be used with other tools like `clang-tidy`.
## Installation
```shell
$ pip install gcdb
```
## Usage
Run `gcdb` passing in the commands to build your code. You want to ensure the
entire sources are built so its important to clear any prior caches. For
example, if you use `make` to build your code:
```shell
$ gcdb 'make clean && make'
```
NOTE: Currently the passed command cannot run concurrently, so you cannot pass
`-j` to `make or similiar tools.
Home-page: https://github.com/kylef/gcdb
Author: Kyle Fuller
Author-email: kyle@fuller.li
License: UNKNOWN
Description: UNKNOWN
Platform: UNKNOWN
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gcdb-0.1.1.tar.gz
(1.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gcdb-0.1.1.tar.gz.
File metadata
- Download URL: gcdb-0.1.1.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf03cf84a671d5bec67e2e1d328978fc1c94b85feef8d2efadda1f2f05a8af50
|
|
| MD5 |
f0698efd8874d15715632c2c82fc85c3
|
|
| BLAKE2b-256 |
5f7dd1ddafb1377f5c883f8f336726ab1b3d772284b7b7dca226a6570c63bee2
|
File details
Details for the file gcdb-0.1.1-py2.py3-none-any.whl.
File metadata
- Download URL: gcdb-0.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8865cfddfcf8c8d59db38a4b5f313b00f3cec2f6ca7998ed1fbc23399cfe0708
|
|
| MD5 |
7ca00b20856d418e8690dfceaedaea7f
|
|
| BLAKE2b-256 |
f05aa691d8ae10dffdaf20c0f0479245dde5df8b437480383c453a3410034ad0
|