ccls/src
2017-05-20 01:07:29 -07:00
..
.vscode Simplify cquery building, prepackage extension. 2017-05-12 00:15:17 -07:00
libclangmm Log compile arguments when there is a libclang failure 2017-05-19 09:51:42 -07:00
atomic_object.h Some formatting changes 2017-04-22 00:43:48 -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 race condition when saving indexed file contents to cache. 2017-05-16 23:01:51 -07:00
cache.h Fix race condition when saving indexed file contents to cache. 2017-05-16 23:01:51 -07:00
clang_args Serialized indexes are now versioned. Old versions are not imported. 2017-04-19 23:02:24 -07:00
clang_utils.cc Real-time diagnostics via clang_codeCompleteAt 2017-05-19 23:35:14 -07:00
clang_utils.h Real-time diagnostics via clang_codeCompleteAt 2017-05-19 23:35:14 -07:00
code_completion.cc Real-time diagnostics via clang_codeCompleteAt 2017-05-19 23:35:14 -07:00
code_completion.h Real-time diagnostics via clang_codeCompleteAt 2017-05-19 23:35:14 -07:00
command_line.cc Cache code completion results for backspace character. 2017-05-20 01:07:29 -07:00
doctest_impl.cc misc header cleanup 2017-03-25 13:24:42 -07:00
file_consumer.cc Renames and fix some operator < implementations 2017-05-11 23:08:15 -07:00
file_consumer.h Renames and fix some operator < implementations 2017-05-11 23:08:15 -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 Real-time diagnostics via clang_codeCompleteAt 2017-05-19 23:35:14 -07:00
indexer.h Log index updates before applying them 2017-05-19 00:02:01 -07:00
ipc.cc Signature help and snippets for code completion 2017-05-15 00:29:22 -07:00
ipc.h Signature help and snippets for code completion 2017-05-15 00:29:22 -07:00
language_server_api.cc Exit when there is no more stdin input 2017-05-18 18:13:51 -07:00
language_server_api.h Signature help and snippets for code completion 2017-05-15 00:29:22 -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
performance.h Basic performance data tracking during indexing 2017-05-17 00:08:45 -07:00
platform_linux.cc Fix CopyFileTo when there is already a destination file. 2017-05-19 17:41:27 -07:00
platform_win.cc Simplify threading model a bit. 2017-04-23 13:19:09 -07:00
platform.cc Serialized indexes are now versioned. Old versions are not imported. 2017-04-19 23:02:24 -07:00
platform.h Update WorkingFile indexed content correctly. 2017-04-20 23:32:18 -07:00
position.cc Log index updates before applying them 2017-05-19 00:02:01 -07:00
position.h Log index updates before applying them 2017-05-19 00:02:01 -07:00
project.cc A bit more work on making a faster compile_commands.json loader 2017-05-18 18:14:53 -07:00
project.h Infer arguments for files not in the project. 2017-05-06 22:36:29 -07:00
query.cc Fix removing entries from querydb. 2017-05-20 00:33:11 -07:00
query.h Log index updates before applying them 2017-05-19 00:02:01 -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 Log index updates before applying them 2017-05-19 00:02:01 -07:00
serializer.h Log index updates before applying them 2017-05-19 00:02:01 -07:00
test.cc Don't serialize diagnostics 2017-05-18 22:44:23 -07:00
test.h move code into src 2017-03-25 13:15:00 -07:00
threaded_queue.h Fix PriorityEnqueue; use it when saving a file so index results come in faster for actively edited files. 2017-05-11 00:41:27 -07:00
timer.cc Basic performance data tracking during indexing 2017-05-17 00:08:45 -07:00
timer.h Basic performance data tracking during indexing 2017-05-17 00:08:45 -07:00
typed_bidi_message_queue.h compile-fixes 2017-04-07 17:34:13 -07:00
utils.cc A bit more work on making a faster compile_commands.json loader 2017-05-18 18:14:53 -07:00
utils.h Fix removing entries from querydb. 2017-05-20 00:33:11 -07:00
working_files.cc Cache code completion results for backspace character. 2017-05-20 01:07:29 -07:00
working_files.h Cache code completion results for backspace character. 2017-05-20 01:07:29 -07:00