.. |
.vscode
|
Update settings.json paths
|
2017-06-08 23:22:00 -07:00 |
libclangmm
|
Add more detailed logging for failed unique file id
|
2017-06-13 20:08:31 -07:00 |
atomic_object.h
|
Refresh diagnostics 5 seconds after the last code completion.
|
2017-07-15 17:08:07 -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 crash when loading old cache when file format changed.
|
2017-06-13 21:00:51 -07:00 |
cache.h
|
Scan include directories for include completion candidates.
|
2017-05-21 12:51:15 -07:00 |
clang_args
|
Update clang args again
|
2017-06-09 00:14:36 -07:00 |
clang_complete.cc
|
Push cursor position to end when updating delayed diagnostics
|
2017-07-19 00:20:19 -07:00 |
clang_complete.h
|
Remove unused variables
|
2017-07-17 10:41:59 -07:00 |
clang_utils.cc
|
Do not use clang_Location_isInSystemHeader for diagnostics; causes crashes
|
2017-07-12 15:02:48 -07:00 |
clang_utils.h
|
Do not use clang_Location_isInSystemHeader for diagnostics; causes crashes
|
2017-07-12 15:02:48 -07:00 |
command_line.cc
|
First pass at logging using loguru
|
2017-07-27 19:14:46 -07:00 |
config.h
|
Add options to turn off diagnostics.
|
2017-07-15 17:25:52 -07:00 |
file_consumer.cc
|
Don't show unique file id warning if there is no file name
|
2017-06-19 18:51:56 -07:00 |
file_consumer.h
|
Better error message when getting a unique file id fails.
|
2017-06-15 23:07:03 -07:00 |
include_complete.cc
|
Provide code action to auto-include an undefined symbol.
|
2017-05-29 16:57:19 -07:00 |
include_complete.h
|
Provide code action to auto-include an undefined symbol.
|
2017-05-29 16:57:19 -07:00 |
indexer.cc
|
Do not use clang_Location_isInSystemHeader for diagnostics; causes crashes
|
2017-07-12 15:02:48 -07:00 |
indexer.h
|
Add |is_macro| state to IndexVar.
|
2017-06-28 23:25:29 -07:00 |
ipc_manager.cc
|
Show error message when regex parsing fails.
|
2017-05-21 22:54:27 -07:00 |
ipc_manager.h
|
Show error message when regex parsing fails.
|
2017-05-21 22:54:27 -07:00 |
ipc.cc
|
Fix memory leaks
|
2017-06-08 23:22:00 -07:00 |
ipc.h
|
Fix memory leaks
|
2017-06-08 23:22:00 -07:00 |
language_server_api.cc
|
Fix showing duplicate completion entries, always provide insertText.
|
2017-06-28 23:59:38 -07:00 |
language_server_api.h
|
Cleanup call tree appearance
|
2017-07-20 23:16:27 -07:00 |
lex_utils.cc
|
Better symbol resolution (ie, goto definition) for macro arguments.
|
2017-06-15 23:43:02 -07:00 |
lex_utils.h
|
Pre-filter completion results before sending to vscode.
|
2017-06-15 19:28:49 -07:00 |
match.cc
|
Show error message when regex parsing fails.
|
2017-05-21 22:54:27 -07:00 |
match.h
|
Log message if creating regex fails
|
2017-05-21 14:00:48 -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
|
Perf can now be serialized
|
2017-07-28 17:08:04 -07:00 |
platform_linux.cc
|
First pass at logging using loguru
|
2017-07-27 19:14:46 -07:00 |
platform_win.cc
|
First pass at logging using loguru
|
2017-07-27 19:14:46 -07:00 |
platform.cc
|
Fix warnings (almost all numeric cast-related)
|
2017-05-21 16:22:00 -07:00 |
platform.h
|
Make sure every include candidate is unique w.r.t. absolute path.
|
2017-05-23 00:24:14 -07:00 |
position.cc
|
Fix warnings (almost all numeric cast-related)
|
2017-05-21 16:22:00 -07:00 |
position.h
|
Improve tree view
|
2017-07-19 00:12:29 -07:00 |
project.cc
|
First pass at logging using loguru
|
2017-07-27 19:14:46 -07:00 |
project.h
|
Scan include directories for include completion candidates.
|
2017-05-21 12:51:15 -07:00 |
query_utils.cc
|
Cleanup call tree appearance
|
2017-07-20 23:16:27 -07:00 |
query_utils.h
|
Support functions in type hierarchy.
|
2017-07-20 19:53:08 -07:00 |
query.cc
|
Don't show code lens on include/header guards.
|
2017-06-28 23:34:04 -07:00 |
query.h
|
Improve tree view
|
2017-07-19 00:12:29 -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
|
Add |is_macro| state to IndexVar.
|
2017-06-28 23:25:29 -07:00 |
serializer.h
|
Fix crash when loading old cache when file format changed.
|
2017-06-13 21:00:51 -07:00 |
standard_includes.cc
|
Add #include auto-complete.
|
2017-05-21 00:37:53 -07:00 |
standard_includes.h
|
Add #include auto-complete.
|
2017-05-21 00:37:53 -07:00 |
test.cc
|
Fix crash when loading old cache when file format changed.
|
2017-06-13 21:00:51 -07:00 |
test.h
|
move code into src
|
2017-03-25 13:15:00 -07:00 |
third_party_impl.cc
|
First pass at logging using loguru
|
2017-07-27 19:14:46 -07:00 |
threaded_queue.h
|
Add DequeuePlusAction
|
2017-07-28 17:07: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
|
Hide error messages when scanning a directory and file open fails
|
2017-07-28 17:07:50 -07:00 |
utils.h
|
Fix IPC message e2e hiding
|
2017-06-13 23:59:40 -07:00 |
working_files.cc
|
Remove unused variables
|
2017-07-17 10:41:59 -07:00 |
working_files.h
|
Pre-filter completion results before sending to vscode.
|
2017-06-15 19:28:49 -07:00 |