Path to this page:
./
devel/compiledb-go,
Generate Clangs JSON Compilation Database for make-based builds
Branch: CURRENT,
Version: 1.3.7,
Package name: compiledb-go-1.3.7,
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.007 KB
Version history: (Expand)
- (2024-10-13) Updated to version: compiledb-go-1.3.7
- (2024-09-15) Updated to version: compiledb-go-1.3.5
- (2024-09-06) Updated to version: compiledb-go-1.3.0nb2
- (2024-08-11) Updated to version: compiledb-go-1.3.0nb1
- (2024-08-09) Package added to pkgsrc.se, version compiledb-go-1.3.0 (created)