.. |
.vscode
|
Misc changes
|
2017-04-20 23:47:17 -07:00 |
libclangmm
|
Add todo; use clang_parseTranslationUnit2
|
2017-05-08 18:21:21 -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
|
Don't rename '.' to '_' in cache files.
|
2017-04-23 18:24:09 -07:00 |
cache.h
|
Some formatting changes
|
2017-04-22 00:43:48 -07:00 |
clang_args
|
Serialized indexes are now versioned. Old versions are not imported.
|
2017-04-19 23:02:24 -07:00 |
code_completion.cc
|
Update readme, add TODO
|
2017-05-10 23:36:34 -07:00 |
code_completion.h
|
Reparse document after save for code completion, but don't drop existing completion state until after reparse is done.
|
2017-05-10 23:25:41 -07:00 |
command_line.cc
|
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 |
doctest_impl.cc
|
misc header cleanup
|
2017-03-25 13:24:42 -07:00 |
file_consumer.cc
|
Optimize import pipeline.
|
2017-04-23 18:01:51 -07:00 |
file_consumer.h
|
Optimize import pipeline.
|
2017-04-23 18:01:51 -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
|
Added diagnostics.
|
2017-05-09 23:13:13 -07:00 |
indexer.h
|
Fix some more operator< implementations. This may fix some of the IndexUpdate diff issues.
|
2017-05-11 00:38:57 -07:00 |
ipc.cc
|
Added diagnostics.
|
2017-05-09 23:13:13 -07:00 |
ipc.h
|
Added diagnostics.
|
2017-05-09 23:13:13 -07:00 |
language_server_api.cc
|
WIP but basic test e2e test running
|
2017-05-02 23:45:10 -07:00 |
language_server_api.h
|
Added diagnostics.
|
2017-05-09 23:13:13 -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
|
Remove default platform arguments for linux.
|
2017-04-25 21:13:04 -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
|
Fix some more operator< implementations. This may fix some of the IndexUpdate diff issues.
|
2017-05-11 00:38:57 -07:00 |
position.h
|
Positions are now 32 bits (down from 96ish)
|
2017-04-18 22:38:39 -07:00 |
project.cc
|
WIP better command line parsing
|
2017-05-08 18:21:21 -07:00 |
project.h
|
Infer arguments for files not in the project.
|
2017-05-06 22:36:29 -07:00 |
query.cc
|
Split global usr lookup into separate lookups for file/type/func/var.
|
2017-05-08 21:20:28 -07:00 |
query.h
|
Fix some more operator< implementations. This may fix some of the IndexUpdate diff issues.
|
2017-05-11 00:38:57 -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
|
Clear diagnostics if previously reported
|
2017-05-10 18:44:39 -07:00 |
serializer.h
|
Serialized indexes are now versioned. Old versions are not imported.
|
2017-04-19 23:02:24 -07:00 |
test.cc
|
Optimize import pipeline.
|
2017-04-23 18:01:51 -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
|
Don't rename '.' to '_' in cache files.
|
2017-04-23 18:24:09 -07:00 |
timer.h
|
Don't rename '.' to '_' in cache files.
|
2017-04-23 18:24:09 -07:00 |
typed_bidi_message_queue.h
|
compile-fixes
|
2017-04-07 17:34:13 -07:00 |
utils.cc
|
Add assert when updating test expectations
|
2017-05-08 18:21:21 -07:00 |
utils.h
|
Fix clang compile
|
2017-05-08 18:21:21 -07:00 |
working_files.cc
|
Fix some threading bugs with code completion
|
2017-05-09 21:52:15 -07:00 |
working_files.h
|
Fix some threading bugs with code completion
|
2017-05-09 21:52:15 -07:00 |