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.0.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.0.tar.gz.
File metadata
- Download URL: gcdb-0.1.0.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5371687cbaf9920aef744bd3d0c5e9f3d7c640cce95acd6e56f6e2edf567562c
|
|
| MD5 |
bcc7ac78f202c08c3f433589040055a9
|
|
| BLAKE2b-256 |
e4f46b1a64d500bdcb96cca0ed714303e0306307d8ffbd15370b1b4722a3a620
|
File details
Details for the file gcdb-0.1.0-py2.py3-none-any.whl.
File metadata
- Download URL: gcdb-0.1.0-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 |
d64c35ca586f606e126c470e82b885907bb54e9cb3cd48547684166f3b72b713
|
|
| MD5 |
fda1c6eeaa761a45bcac266ddaee529e
|
|
| BLAKE2b-256 |
0309f31fde2b93f066d918ed9e6f37c677f1a08f8f7fdc61a722eebc763b0b1e
|