Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

Releases: jacobdufault/cquery

v20180718

19 Jul 01:01
Compare
Choose a tag to compare
v20180718

v20180302 Lantern Festival

02 Mar 07:18
Compare
Choose a tag to compare

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

15 Feb 08:02
Compare
Choose a tag to compare

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.

  • Macro body (replacement-list)

v20180213

13 Feb 04:59
Compare
Choose a tag to compare

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

13 Feb 05:06
Compare
Choose a tag to compare

This archive contains binary that is in build/release/: bin/cquery, lib/.../libclang.so.5 and Clang resource directory.

  1. Follow https://github.com/jacobdufault/cquery/wiki/Getting-started#outline
  2. Extract to a directory

v20180123

24 Jan 02:48
Compare
Choose a tag to compare
Disable variable PrettyPrint #if CINDEX_VERSION >= 47 and allow trunk…

… libclang in tests

v20180203

03 Feb 08:00
Compare
Choose a tag to compare
Another try to fix #390. (#404)