CVS log for pkgsrc/devel/compiledb-go/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / devel / compiledb-go
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Jan 19 18:22:29 2025 UTC (3 weeks, 2 days ago) by wiz
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2
lines
compiledb-go: update to 1.4.0.
feat: add parser for cd xx, support nestedCmd
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Oct 13 07:44:04 2024 UTC (3 months, 4 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base,
pkgsrc-2024Q4
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2
lines
compiledb-go: update to 1.3.7.
Bugfixes.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Sep 15 10:20:22 2024 UTC (4 months, 3 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base,
pkgsrc-2024Q3
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -3
lines
compiledb-go: update to 1.3.5.
Bugfixes.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Sep 6 18:48:43 2024 UTC (5 months ago) by bsiegert
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2
lines
Revbump all Go packages after go122 update
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Aug 11 15:56:57 2024 UTC (6 months ago) by bsiegert
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1
lines
Revbump all Go packages after update
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Aug 9 18:51:28 2024 UTC (6 months ago) by wiz
Branches: MAIN
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.
CVSweb <webmaster@jp.NetBSD.org>