.. |
.vscode
|
Update settings.json paths
|
2017-06-08 23:22:00 -07:00 |
libclangmm
|
Preload code completion, maintain LRU cache for multiple completion files.
|
2017-05-25 23:40:38 -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
|
Scan include directories for include completion candidates.
|
2017-05-21 12:51:15 -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
|
Misc fixes
|
2017-06-09 18:02:48 -07:00 |
clang_complete.h
|
Some renames, promote view completion sessions to edit sessions
|
2017-05-26 21:21:00 -07:00 |
clang_utils.cc
|
Misc fixes
|
2017-06-09 18:02:48 -07:00 |
clang_utils.h
|
Goto definition for includes
|
2017-05-20 20:47:20 -07:00 |
command_line.cc
|
Misc fixes
|
2017-06-09 18:02:48 -07:00 |
config.h
|
Disable logging of filtered project paths, but let user enable it in config.
|
2017-05-21 23:45:47 -07:00 |
doctest_impl.cc
|
misc header cleanup
|
2017-03-25 13:24:42 -07:00 |
file_consumer.cc
|
Goto definition for includes
|
2017-05-20 20:47:20 -07:00 |
file_consumer.h
|
Renames and fix some operator < implementations
|
2017-05-11 23:08:15 -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
|
Small fixes for osx
|
2017-05-30 17:54:19 -07:00 |
indexer.h
|
Add additional metadata to function declarations.
|
2017-05-27 18:53:22 -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 memory leaks
|
2017-06-08 23:22:00 -07:00 |
language_server_api.h
|
Fix memory leaks
|
2017-06-08 23:22:00 -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
|
Basic performance data tracking during indexing
|
2017-05-17 00:08:45 -07:00 |
platform_linux.cc
|
Make sure every include candidate is unique w.r.t. absolute path.
|
2017-05-23 00:24:14 -07:00 |
platform_win.cc
|
Make sure every include candidate is unique w.r.t. absolute path.
|
2017-05-23 00:24:14 -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
|
Fix warnings (almost all numeric cast-related)
|
2017-05-21 16:22:00 -07:00 |
project.cc
|
Disable logging of filtered project paths, but let user enable it in config.
|
2017-05-21 23:45:47 -07:00 |
project.h
|
Scan include directories for include completion candidates.
|
2017-05-21 12:51:15 -07:00 |
query.cc
|
Change how function declarations are serialized so parameter info can be added.
|
2017-05-27 14:09:20 -07:00 |
query.h
|
Change how function declarations are serialized so parameter info can be added.
|
2017-05-27 14:09:20 -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
|
Remove HasInterestingState().
|
2017-05-27 00:47:03 -07:00 |
serializer.h
|
Implement code actions using clang FixIts
|
2017-05-20 12:31:07 -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
|
Show diagnostics for tests, update absolute paths
|
2017-06-08 23:22:00 -07:00 |
test.h
|
move code into src
|
2017-03-25 13:15:00 -07:00 |
threaded_queue.h
|
Preload code completion, maintain LRU cache for multiple completion files.
|
2017-05-25 23:40:38 -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
|
Small fixes for osx
|
2017-05-30 17:54:19 -07:00 |
utils.h
|
Provide code action to auto-implement methods (useful for classes or function declarations).
|
2017-05-29 14:18:35 -07:00 |
working_files.cc
|
Provide code action to auto-implement methods (useful for classes or function declarations).
|
2017-05-29 14:18:35 -07:00 |
working_files.h
|
Provide code action to auto-implement methods (useful for classes or function declarations).
|
2017-05-29 14:18:35 -07:00 |