This repository has been archived by the owner on Jul 30, 2020. It is now read-only.
Releases: jacobdufault/cquery
Releases · jacobdufault/cquery
v20180718
v20180302 Lantern Festival
https://www.reddit.com/r/emacs/comments/806mgw/recent_improvement_of_cquery_and_emacscquery/
- Better textDocument/definition in comments
- $cquery/memberHierarchy, caller/callee hierarchy, base/derived inheritance hierarchy https://ptpb.pw/otXs.jpg
.cquery format has been changed
%clang
%c -std=gnu11
%cpp -std=gnu++14
-Iyour/include
- If you use Intel C++ Compiler or MSVC cl.exe and some options are not known to clang, you may use "compilationDatabaseCommand" initialization option to scrub command line options (e.g. -xHost /I) with an external command
Chinese New Year's Eve 2018
Thanks to all distribution/OS packagers!
https://github.com/archlinuxcn/repo/tree/master/cquery
https://www.freshports.org/devel/cquery
A workspace/symbol heuristic that can be used in some un-indexed places.
v20180213
submodules are not included the "Source code" tarball. Follow https://github.com/cquery-project/cquery/wiki/Build
textDocument/definition in comments
CXSymbolRole (read/write references can be assigned different colors)
v20180121
This archive contains binary that is in build/release/
: bin/cquery
, lib/.../libclang.so.5
and Clang resource directory.
- Follow https://github.com/jacobdufault/cquery/wiki/Getting-started#outline
- Extract to a directory
- Emacs: set
cquery-executable
to thebin/cquery
executable https://github.com/jacobdufault/cquery/wiki/Emacs - VSCode: ensure
cquery.launch.workingDirectory+cquery.launch.command
points to thebin/cquery
executable https://github.com/jacobdufault/cquery/wiki/Visual-Studio-Code#setting-up-the-extension
v20180123
v20180123@1825 Disable variable PrettyPrint #if CINDEX_VERSION >= 47 and allow trunk…