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)
CVS history: (Expand)
2024-10-13 09:44:04 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
compiledb-go: update to 1.3.7.
Bugfixes.
|
2024-09-15 12:20:23 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
compiledb-go: update to 1.3.5.
Bugfixes.
|
2024-09-06 20:49:02 by Benny Siegert | Files touched by this commit (180) | |
Log message:
Revbump all Go packages after go122 update
|
2024-08-11 17:57:15 by Benny Siegert | Files touched by this commit (176) | |
Log message:
Revbump all Go packages after update
|
2024-08-09 20:51:28 by Thomas Klausner | Files touched by this commit (5) |
Log message:
devel/compiledb-go: import compiledb-go-1.3.0
Tool 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.
|