CVS log for pkgsrc/devel/ccls/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / devel / ccls
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri May 9 19:37:10 2025 UTC (5 days, 14 hours ago) by wiz
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2
lines
*: bump for llvm 19 (shlib major changed)
Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Apr 17 21:50:16 2025 UTC (3 weeks, 6 days ago) by wiz
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2
lines
*: recursive bump for icu 77 and libxml2 2.14
Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Nov 14 22:19:17 2024 UTC (5 months, 4 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base,
pkgsrc-2025Q1,
pkgsrc-2024Q4-base,
pkgsrc-2024Q4
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2
lines
*: recursive bump for icu 76 shlib major version bump
Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Nov 1 12:52:02 2024 UTC (6 months, 1 week ago) by wiz
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2
lines
*: revbump for icu downgrade
Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Nov 1 00:51:15 2024 UTC (6 months, 1 week ago) by wiz
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1
lines
*: recursive bump for icu 76.1 shlib bump
Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Jul 9 06:13:08 2024 UTC (10 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base,
pkgsrc-2024Q3
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -3
lines
ccls: update to 0.20240202.
No summary found, but fixes build with llvm 18.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed May 29 16:31:58 2024 UTC (11 months, 2 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q2-base,
pkgsrc-2024Q2
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2
lines
revbump after icu and protobuf updates
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Nov 8 13:18:40 2023 UTC (18 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
pkgsrc-2023Q4-base,
pkgsrc-2023Q4
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -1
lines
*: recursive bump for icu 74.1
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Oct 7 04:06:26 2023 UTC (19 months, 1 week ago) by adam
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +9 -11
lines
ccls: updated to 0.20230717
0.20230717
Disable -include b.hh => -include b.hh.{gch,pch} transition
See https://maskray.me/blog/2023-07-16-precompiled-headers for the
behavior.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue May 2 06:47:25 2023 UTC (2 years ago) by nikita
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2
lines
ccls: fix versioned dependency expression
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon May 1 17:22:23 2023 UTC (2 years ago) by nikita
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2
lines
ccls: depend on llvm 15 until update
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Apr 19 08:09:38 2023 UTC (2 years ago) by adam
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1
lines
revbump after textproc/icu update
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Jan 4 17:25:07 2023 UTC (2 years, 4 months ago) by nikita
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1
Import devel/ccls as ccls version 0.20220729
ccls, which originates from cquery, is a C/C++/Objective-C language server.
Its features include:
- code completion (with both signature help and snippets)
- definition/references, and other cross references
- cross reference extensions: $ccls/call $ccls/inheritance
$ccls/member $ccls/vars ...
- formatting
- hierarchies: call (caller/callee) hierarchy, inheritance
(base/derived) hierarchy, member hierarchy
- symbol rename
- document symbols and approximate search of workspace symbol
- hover information
- diagnostics and code actions (clang FixIts)
- semantic highlighting and preprocessor skipped regions
- semantic navigation: $ccls/navigate
It has a global view of the code base and support a lot of cross reference
features, see https://github.com/MaskRay/ccls/wiki/FAQ.
It starts indexing the whole project (including subprojects if exist)
parallelly when you open the first file, while the main thread can serve
requests before the indexing is complete. Saving files will incrementally
update the index.
CVSweb <webmaster@jp.NetBSD.org>