An open API service indexing awesome lists of open source software.

https://github.com/aakropotkin/ccdb

Tools for managing `compile_command.json`, `.ccls`, and `Makefile` style files.
https://github.com/aakropotkin/ccdb

bear build-tool ccls gcc llvm makefile

Last synced: 12 months ago
JSON representation

Tools for managing `compile_command.json`, `.ccls`, and `Makefile` style files.

Awesome Lists containing this project

README

          

# ccdb
Tools for managing `compile_command.json`, `.ccls`, and `Makefile` style files.

## Tools Summary

- `ccjs`: Utility for manipulating `compile_commands.json` files.
+ Add, remove, show, and list entries in `compile_commands.json`.
- `ccjs-wrap`: `CC` or `CXX` wrapper used to generate `compile_commands.json`
as a side-effect.
+ A lightweight alternative to [bear](https://github.com/rizsotto/Bear).