./devel/compiledb-go, Generate Clangs JSON Compilation Database for make-based builds

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.5.1, Package name: compiledb-go-1.5.1, Maintainer: pkgsrc-users

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.


Master sites:

Filesize: 22.556 KB

Version history: (Expand)


CVS history: (Expand)


   2025-03-16 12:49:01 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
compiledb-go: update to 1.5.1.

fix: support makeEnter ex: mingw32-make[2]
   2025-03-10 16:50:44 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
compiledb-go: update to 1.5.0.

feat: parse make -C xxx, support " ' around filePath by @fcying in #6
   2025-03-07 21:54:34 by Benny Siegert | Files touched by this commit (190) | Package updated
Log message:
Revbump all Go packages after go124 update

I realize I forgot to do the revbump after updating the default Go
version to 1.24, so let's do that now.
   2025-01-19 19:22:29 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
compiledb-go: update to 1.4.0.

feat: add parser for cd xx, support nestedCmd
   2024-10-13 09:44:04 by Thomas Klausner | Files touched by this commit (3) | Package updated
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) | Package updated
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) | Package updated
Log message:
Revbump all Go packages after go122 update
   2024-08-11 17:57:15 by Benny Siegert | Files touched by this commit (176) | Package updated
Log message:
Revbump all Go packages after update