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.2.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.2.tar.gz.
File metadata
- Download URL: gcdb-0.1.2.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76eaac816cd16178ecc0eaad1714c2d1329c2c79009b3c3c362bc6e2ff20eb78
|
|
| MD5 |
cab13d37bb022e375d0f4c221bec752d
|
|
| BLAKE2b-256 |
89ca15d3bb908ca2059eb078ac461adf25dece36d9ac08dd613213e09bd883e0
|
File details
Details for the file gcdb-0.1.2-py2.py3-none-any.whl.
File metadata
- Download URL: gcdb-0.1.2-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 |
43db55ad10f95ead0b4410beded713e320f4c3dcd8e2fca9838e13a7ecd2590b
|
|
| MD5 |
86b8769b13524a4e5eb276d3410ab6ae
|
|
| BLAKE2b-256 |
364beda494dd2390ed7985c133ba7de8dfee3e6bfb57ccfb076c7396a5ead33e
|