ccls/src
Jacob Dufault 20864e422a Fix recursion when loading cache and indexing are both enabled.
Also added config options to disable indexing, disable cache writing, and disable cache reading from settings file.
2017-04-19 00:32:59 -07:00
..
.vscode Allow configuration of cache directory. Use a good default value as well. 2017-04-17 20:02:41 -07:00
libclangmm Fix recursion when loading cache and indexing are both enabled. 2017-04-19 00:32:59 -07:00
atomic_object.h First iteration of code completion off the main thread. Still one race condition but hopefully it shouldn't happen too often. 2017-04-16 18:22:59 -07:00
buffer.cc misc header cleanup 2017-03-25 13:24:42 -07:00
buffer.h Implement textDocument/references 2017-04-09 22:34:06 -07:00
cache.cc Fix recursion when loading cache and indexing are both enabled. 2017-04-19 00:32:59 -07:00
cache.h Fix recursion when loading cache and indexing are both enabled. 2017-04-19 00:32:59 -07:00
clang_args Add call refs from ctor context 2017-04-08 11:36:32 -07:00
code_completion.cc vscode settings can now include an additional set of clang arguments to apply. 2017-04-17 21:06:01 -07:00
code_completion.h vscode settings can now include an additional set of clang arguments to apply. 2017-04-17 21:06:01 -07:00
command_line.cc Fix recursion when loading cache and indexing are both enabled. 2017-04-19 00:32:59 -07:00
doctest_impl.cc misc header cleanup 2017-03-25 13:24:42 -07:00
file_consumer.cc Don't call NormalizePath in core indexing logic; syscall dominates indexing time 2017-04-12 00:04:06 -07:00
file_consumer.h Don't call NormalizePath in core indexing logic; syscall dominates indexing time 2017-04-12 00:04:06 -07:00
fuzzy.cc Allow configuration of cache directory. Use a good default value as well. 2017-04-17 20:02:41 -07:00
fuzzy.h Add support for project filtering 2017-04-16 16:52:42 -07:00
indexer.cc Fix recursion when loading cache and indexing are both enabled. 2017-04-19 00:32:59 -07:00
indexer.h Try to have better behavior when types are defined across multiple files. 2017-04-18 23:56:37 -07:00
ipc.cc Cross-process support can now be disabled. 2017-04-16 14:49:48 -07:00
ipc.h Allow configuration of cache directory. Use a good default value as well. 2017-04-17 20:02:41 -07:00
language_server_api.cc Add support for project filtering 2017-04-16 16:52:42 -07:00
language_server_api.h Fix recursion when loading cache and indexing are both enabled. 2017-04-19 00:32:59 -07:00
message_queue.cc Support textDocument/hover (ie, hover over symbol to see type) 2017-04-13 22:18:02 -07:00
message_queue.h fix some warnings 2017-03-24 17:40:01 -07:00
options.cc move some code out of command_line.cc 2017-04-08 19:24:32 -07:00
options.h move some code out of command_line.cc 2017-04-08 19:24:32 -07:00
platform_linux.cc Fix permissions when creating files on linux 2017-04-18 21:56:02 -07:00
platform_win.cc Allow configuration of cache directory. Use a good default value as well. 2017-04-17 20:02:41 -07:00
platform.cc Allow configuration of cache directory. Use a good default value as well. 2017-04-17 20:02:41 -07:00
platform.h Allow configuration of cache directory. Use a good default value as well. 2017-04-17 20:02:41 -07:00
position.cc Remove concept of 'interesting' usage. 2017-04-18 22:28:33 -07:00
position.h Positions are now 32 bits (down from 96ish) 2017-04-18 22:38:39 -07:00
project.cc Misc fixes 2017-04-17 13:40:50 -07:00
project.h unify project loading 2017-03-30 21:21:52 -07:00
query.cc Try to have better behavior when types are defined across multiple files. 2017-04-18 23:56:37 -07:00
query.h Try to have better behavior when types are defined across multiple files. 2017-04-18 23:56:37 -07:00
resizable_buffer.cc misc header cleanup 2017-03-25 13:24:42 -07:00
resizable_buffer.h osx compile files 2017-03-21 10:06:22 -07:00
serializer.cc Positions are now 32 bits (down from 96ish) 2017-04-18 22:38:39 -07:00
serializer.h wip 2017-04-02 18:34:15 -07:00
test.cc Try to have better behavior when types are defined across multiple files. 2017-04-18 23:56:37 -07:00
test.h move code into src 2017-03-25 13:15:00 -07:00
threaded_queue.h Cross-process support can now be disabled. 2017-04-16 14:49:48 -07:00
timer.cc misc cleanup 2017-03-30 21:13:58 -07:00
timer.h misc cleanup 2017-03-30 21:13:58 -07:00
typed_bidi_message_queue.h compile-fixes 2017-04-07 17:34:13 -07:00
utils.cc Add alternative compile_commands.json loader using rapidjson. 2017-04-17 00:06:01 -07:00
utils.h Add alternative compile_commands.json loader using rapidjson. 2017-04-17 00:06:01 -07:00
working_files.cc Indexer spelling lookup cannot fail 2017-04-18 16:49:55 -07:00
working_files.h Much better algorithm to sync code lens index locations to the right buffer location 2017-04-16 01:09:12 -07:00