Commit Graph

61 Commits

Author SHA1 Message Date
Fangrui Song
24e99fd767 Cleanup 2019-10-24 01:01:20 -07:00
Fangrui Song
6d96d9dce2 textDocument/references: include base references by default 2019-10-23 21:56:51 -07:00
Fangrui Song
aba672203f README 2019-10-23 21:56:51 -07:00
Fangrui Song
3fbfb99e1b Use clang_File_tryGetRealPathName 2019-10-23 21:56:50 -07:00
Fangrui Song
f7872d143d . 2019-10-23 21:56:50 -07:00
Fangrui Song
b839389f77 Resurrection of ccls 2019-10-23 21:56:50 -07:00
Fangrui Song
0997e4dcc3 Update tests and README 2019-10-23 21:56:50 -07:00
Fangrui Song
d571fed293 Fix skipped region in clang 6.0.0; add repology badge; remove -latomic 2019-10-23 21:56:50 -07:00
Jacob Dufault
567a6e6e99 Update README.md 2018-01-18 15:50:23 -08:00
Fangrui Song
63215ef754 Simplify README 2018-01-18 15:39:04 -08:00
Fangrui Song
3bea1b29fb [emacs] redirect to https://github.com/cquery-project/emacs-cquery and clean up README 2018-01-18 15:14:36 -08:00
Nathan Ridge
5d94d138cf Move some details about setting up the VSCode extension to the wiki (follow-up to #216) 2018-01-10 09:22:55 -08:00
Nathan Ridge
6dbef41128 Mention semantic highlighting in the feature list (#282)
Also mention the "rainbow" feature and link to an article explaining it.
2018-01-10 00:01:31 -08:00
Nathan Ridge
bcd3de18bb Document the need to set cquery.launch.workingDirectory when setting up the VSCode extension (#216) 2018-01-08 23:52:22 -08:00
altkatz
bb2e94964f Document the need to set cquery.launch.command (#235)
credit @HighCommander4 for https://github.com/jacobdufault/cquery/issues/216
2018-01-05 09:00:30 -08:00
Fangrui Song
5680ff2592 Update README.md: git clone -b master --single-branch 2017-12-31 02:09:38 -08:00
Fangrui Song
146e857555 Remove images/demo.png 2017-12-31 01:54:51 -08:00
Fangrui Song
58243b887f Update README.md: download vscode-extension.vsix from https://github.com/jacobdufault/cquery/releases 2017-12-31 01:34:16 -08:00
walter erquinigo
57b95d8a8c Update README.md 2017-12-21 23:35:41 -06:00
Joel Hock
b574dcb83f update readme 2017-12-19 08:16:52 -08:00
Fangrui Song
0a8ea0e51f Honor environment variable CXXFLAGS and tweak README (#153)
Also loosen rsync `-a` option to `-rt`
2017-12-16 19:39:51 -08:00
Jacob Dufault
33c3d99925 Small readme tweaks 2017-12-12 00:11:46 -08:00
Fangrui Song
cb633541e2 Change default path of built executable from build/app to build/release/bin/cquery (installed to $PREFIX/bin/cquery)
This is incompatible, please change your editor configuration:

* LanguageClient-neovim: g:LanguageClient_serverCommands
* Emacs cquery.el: cquery-executable
* VSCode: cquery.launch.workingDirectory cquery.launch.command
2017-12-12 00:07:38 -08:00
Fangrui Song
87f6452b5d Rename clang_args to .cquery 2017-11-27 12:31:54 -05:00
Jacob Dufault
d5951c0e69 Revert "Specify nullptr for source_filename in clang_parseTranslationUnit2 so that we do not need to strip main source filename from args"
This reverts commit 6adc3a28c39a5f6b58a0a57bfae83916051c19f8.
2017-11-27 08:20:42 -08:00
Fangrui Song
2b54296992 Specify nullptr for source_filename in clang_parseTranslationUnit2 so that we do not need to strip main source filename from args 2017-11-27 11:13:07 -05:00
Phil Wise
8ef2be0429 Add note on compilationDatabaseDirectory option
This is useful when building with cmake
2017-11-27 10:40:25 -05:00
Jacob Dufault
d1692c8deb Add link to wiki on README 2017-11-26 12:28:41 -08:00
Jacob Dufault
2ebf27441b Mention C in README 2017-11-17 09:57:46 -08:00
Jacob Dufault
75774e24bf Update README 2017-11-17 07:52:30 -08:00
Jacob Dufault
0ab756314b Update README.md 2017-10-04 23:23:53 -07:00
Jacob Dufault
9a28cb58cb Master works well enough now. 2017-10-04 23:22:42 -07:00
Jacob Dufault
5a5f3bf934 Update README.md 2017-08-01 22:16:53 -07:00
Jacob Dufault
3814cf29e5 Fix typo 2017-07-06 14:19:22 -07:00
jamescookmd
6906d9a0f7 Add chromium tips 2017-06-16 17:26:03 -07:00
jamescookmd
47cce775ba Added command line to install clang 2017-06-16 17:26:03 -07:00
Jacob Dufault
ca7d404a54 Readme polish 2017-06-14 00:08:25 -07:00
Jacob Dufault
99c0bb3be4 Update features list 2017-05-29 16:57:56 -07:00
Jacob Dufault
97832f2a73 Add call tree and full type hierarchy using upcoming vscode tree API 2017-05-24 00:17:29 -07:00
Jacob Dufault
94bd6fc301 Add #include auto-complete. 2017-05-21 00:37:53 -07:00
Jacob Dufault
7a79532fff Report document links on includes 2017-05-20 21:30:59 -07:00
Jacob Dufault
41e1dff4c9 Goto definition for includes 2017-05-20 20:47:20 -07:00
Jacob Dufault
b79b98f464 Darken/fade code disabled by preprocessor. 2017-05-20 14:45:46 -07:00
Jacob Dufault
f3d00dea23 Implement code actions using clang FixIts
- Also make server check client version and show an error message if they do not match.
2017-05-20 12:31:07 -07:00
Jacob Dufault
6ad60c4299 Update README.md 2017-05-15 00:31:44 -07:00
Jacob Dufault
a92a83a319 Simplify cquery building, prepackage extension. 2017-05-12 00:15:17 -07:00
Jacob Dufault
74d67b0eb5 Update readme, add TODO 2017-05-10 23:36:34 -07:00
Jacob Dufault
7a6174e78a Update README.md 2017-05-09 23:15:01 -07:00
Jacob Dufault
609eecc750 Update README.md 2017-05-09 23:13:56 -07:00
Jacob Dufault
f3719de08c Add gitter badge to README 2017-04-25 18:47:10 -07:00