Search Criteria
Package Details: cquery-git 1942.3ac1ff24-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/cquery-git.git (read-only, click to copy) |
---|---|
Package Base: | cquery-git |
Description: | Low-latency vscode language server for large C++ code-bases, powered by libclang. |
Upstream URL: | https://github.com/cquery-project/cquery/ |
Keywords: | c++ language-server libclang vscode |
Licenses: | MIT |
Submitter: | htfy96 |
Maintainer: | htfy96 (MaskRay) |
Last Packager: | htfy96 |
Votes: | 7 |
Popularity: | 0.000000 |
First Submitted: | 2017-11-18 06:11 (UTC) |
Last Updated: | 2018-08-03 08:25 (UTC) |
Dependencies (3)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Required by (1)
- vim-lsp-git (optional)
Latest Comments
1 2 3 Next › Last »
htfy96 commented on 2018-08-03 07:32 (UTC)
@lulitao1997 Thanks. I've checked-in your patch and bumped the version.
lulitao1997 commented on 2018-08-03 06:57 (UTC)
I create a new PKGBUILD that works with cmake build system.
zwindl commented on 2018-07-21 14:09 (UTC)
The current PKGBUILD will cause a issue like this https://github.com/cquery-project/cquery/issues/734 due to the author's comment, the build commands should be changed to cmake instead of waf.
cormacc commented on 2018-04-09 10:35 (UTC)
Tried enabling source file formatting support by appending '--use-clang-cxx' to the waf configure arguments. Builds fine, but get the following when I try to run cquery:
: CommandLine Error: Option 'disable-symbolication' registered more than once! LLVM ERROR: inconsistency in registered CommandLine options
That familiar to anyone? Installed versions of relevent packages are: clang 6.0.0-1 llvm 6.0.0-4 llvm-libs 6.0.0-4
MaskRay commented on 2018-01-26 06:49 (UTC)
@SilverRainZ done
SilverRainZ commented on 2018-01-25 03:14 (UTC)
Upstream has changed to: https://github.com/cquery-project/cquery.git
htfy96 commented on 2018-01-16 06:55 (UTC)
I have added @MaskRay as a maintainer.
MaskRay commented on 2017-12-29 18:45 (UTC)
https://github.com/jacobdufault/cquery/commit/84d88a33ca795b5748662522b1d4913e92a61768 adds -std=c++11 when CXXFLAGS is defined without -std= options. https://github.com/jacobdufault/cquery/commit/4a6f0d331b683040583ec41824fe7ca4289b17e6 upgrades to --bundled-clang=5.0.1 which makes
check()
pass.No change is required to build cquery-git now.
SilverRainZ commented on 2017-12-28 03:36 (UTC)
CXXFLAGS="$CXXFLAGS -std=c++11"
beforepython waf configure
.MaskRay commented on 2017-12-27 18:57 (UTC)
@petronny Adding --check-cxx-compiler=g++ to
./waf configure
command line may help1 2 3 Next › Last »