Path to this page:
./
devel/compiledb-go,
Generate Clangs JSON Compilation Database for make-based builds
Branch: CURRENT,
Version: 1.5.1,
Package name: compiledb-go-1.5.1,
Maintainer: pkgsrc-usersTool for generating Clang's JSON Compilation Database file for GNU
`make`-based build systems.
It's aimed mainly at non-cmake (cmake already generates compilation
database) large codebases. Inspired by projects like YCM-Generator
and Bear, but faster (mainly with large projects), since in most
cases it doesn't need a clean build (as the mentioned tools do) to
generate the compilation database file, to achieve this it uses
the make options such as -n/--dry-run and -k/--keep-going to extract
the compile commands. Also, it's more cross-compiling friendly than
YCM-generator's fake-toolchanin approach.
Master sites:
Filesize: 22.556 KB
Version history: (Expand)
- (2025-03-16) Updated to version: compiledb-go-1.5.1
- (2025-03-10) Updated to version: compiledb-go-1.5.0
- (2025-03-07) Updated to version: compiledb-go-1.4.0nb1
- (2025-01-19) Updated to version: compiledb-go-1.4.0
- (2024-10-13) Updated to version: compiledb-go-1.3.7
- (2024-09-15) Updated to version: compiledb-go-1.3.5
CVS history: (Expand)