.. |
messages
|
Format code
|
2017-12-27 07:54:46 -08:00 |
atomic_object.h
|
Update diagnostics on document change, not code completion.
|
2017-09-21 19:25:33 -07:00 |
cache_loader.cc
|
Introduce MessageHandler abstraction. Mainly just code reorg.
|
2017-12-04 23:57:41 -08:00 |
cache_loader.h
|
Introduce MessageHandler abstraction. Mainly just code reorg.
|
2017-12-04 23:57:41 -08:00 |
cache.cc
|
Reformat
|
2017-12-05 08:24:37 -08:00 |
cache.h
|
Reformat to Chromium style.
|
2017-09-21 18:14:57 -07:00 |
clang_complete.cc
|
Always use -fparse-all-comments
|
2017-12-27 07:56:17 -08:00 |
clang_complete.h
|
No more NonElidedVector
|
2017-12-11 21:20:29 -08:00 |
clang_cursor.cc
|
Format code
|
2017-12-27 07:54:46 -08:00 |
clang_cursor.h
|
Serialize decl comments and use them in GetHoverForSymbol
|
2017-12-24 18:01:38 -08:00 |
clang_index.cc
|
Reformat
|
2017-12-07 11:54:51 -08:00 |
clang_index.h
|
Small doc updates
|
2017-12-23 15:42:54 -08:00 |
clang_translation_unit.cc
|
Format using clang format 4.0.0
|
2017-12-23 08:33:26 -08:00 |
clang_translation_unit.h
|
Move import pipeline into import_pipeline.cc
|
2017-12-23 17:30:55 -08:00 |
clang_utils.cc
|
Format
|
2017-12-11 21:21:03 -08:00 |
clang_utils.h
|
Move libclangmm/Utility.h into clang_utils.h
|
2017-11-04 16:02:39 -07:00 |
code_complete_cache.cc
|
Introduce MessageHandler abstraction. Mainly just code reorg.
|
2017-12-04 23:57:41 -08:00 |
code_complete_cache.h
|
No more NonElidedVector
|
2017-12-11 21:20:29 -08:00 |
command_line.cc
|
Exit early if unit tests fail
|
2017-12-27 07:54:46 -08:00 |
config.h
|
Raise maxWorkspaceSearchResults to 500 and sort results even if the max number has been reached
|
2017-12-23 22:49:45 -08:00 |
entry_points.h
|
Merge IpcManager and QueueManager
|
2017-12-23 16:25:18 -08:00 |
file_consumer.cc
|
Remove a bunch of std::cerr in favor of LOG_S
|
2017-12-01 17:04:39 -08:00 |
file_consumer.h
|
Format all code in src/
|
2017-10-31 12:49:19 -07:00 |
import_manager.cc
|
Introduce MessageHandler abstraction. Mainly just code reorg.
|
2017-12-04 23:57:41 -08:00 |
import_manager.h
|
Introduce MessageHandler abstraction. Mainly just code reorg.
|
2017-12-04 23:57:41 -08:00 |
import_pipeline.cc
|
Move import pipeline into import_pipeline.cc
|
2017-12-23 17:30:55 -08:00 |
import_pipeline.h
|
Move import pipeline into import_pipeline.cc
|
2017-12-23 17:30:55 -08:00 |
include_complete.cc
|
Reformat to Chromium style.
|
2017-09-21 18:14:57 -07:00 |
include_complete.h
|
Reformat to Chromium style.
|
2017-09-21 18:14:57 -07:00 |
indexer.cc
|
Refactor function signatures: fix infinite loop processing constructors
|
2017-12-27 18:51:19 -08:00 |
indexer.h
|
Serialize decl comments and use them in GetHoverForSymbol
|
2017-12-24 18:01:38 -08:00 |
ipc.cc
|
Remove Ipc_Cout; rename IpcId::Cout to IpcId::Unknown.
|
2017-12-04 00:16:19 -08:00 |
ipc.h
|
Move Ipc_* types into messages/
|
2017-12-05 20:41:44 -08:00 |
language_server_api.cc
|
Escape more symbols in path handling.
|
2017-12-11 11:11:02 -08:00 |
language_server_api.h
|
Make lsTextDocumentContentChangeEvent::{range,rangeLength} optional. fix #185 (#189)
|
2017-12-25 00:58:26 -08:00 |
lex_utils.cc
|
Add TEXT_REPLACE in index tests.
|
2017-12-22 08:48:12 -08:00 |
lex_utils.h
|
Reformat to Chromium style.
|
2017-09-21 18:14:57 -07:00 |
lru_cache.h
|
Try to keep semantic highlighting colors stable across open files.
|
2017-12-22 07:29:13 -08:00 |
match.cc
|
Merge IpcManager and QueueManager
|
2017-12-23 16:25:18 -08:00 |
match.h
|
Reformat to Chromium style.
|
2017-09-21 18:14:57 -07:00 |
message_handler.cc
|
Format code
|
2017-12-27 07:54:46 -08:00 |
message_handler.h
|
Merge IpcManager and QueueManager
|
2017-12-23 16:25:18 -08:00 |
options.cc
|
Remove a bunch of std::cerr in favor of LOG_S
|
2017-12-01 17:04:39 -08:00 |
options.h
|
Reformat to Chromium style.
|
2017-09-21 18:14:57 -07:00 |
performance.h
|
Reformat to Chromium style.
|
2017-09-21 18:14:57 -07:00 |
platform_posix.cc
|
Format using clang format 4.0.0
|
2017-12-23 08:33:26 -08:00 |
platform_win.cc
|
Format using clang format 4.0.0
|
2017-12-23 08:33:26 -08:00 |
platform.cc
|
Remove a bunch of std::cerr in favor of LOG_S
|
2017-12-01 17:04:39 -08:00 |
platform.h
|
Only run Objective-C tests on Apple platforms
|
2017-12-22 09:07:21 -08:00 |
position.cc
|
Try to avoid crashing when deserializing JSON
|
2017-11-18 09:27:37 -08:00 |
position.h
|
Reformat to Chromium style.
|
2017-09-21 18:14:57 -07:00 |
project.cc
|
Always use -fparse-all-comments
|
2017-12-27 07:56:17 -08:00 |
project.h
|
Run ./format.sh
|
2017-12-01 09:55:41 -08:00 |
query_utils.cc
|
Move import pipeline into import_pipeline.cc
|
2017-12-23 17:30:55 -08:00 |
query_utils.h
|
Move import pipeline into import_pipeline.cc
|
2017-12-23 17:30:55 -08:00 |
query.cc
|
Format code
|
2017-12-27 07:54:46 -08:00 |
query.h
|
[workspace/symbol] Use short_name for sorting and detailed_name for displaying results
|
2017-12-23 21:27:01 -08:00 |
queue_manager.cc
|
Merge IpcManager and QueueManager
|
2017-12-23 16:25:18 -08:00 |
queue_manager.h
|
Merge IpcManager and QueueManager
|
2017-12-23 16:25:18 -08:00 |
semantic_highlight_symbol_cache.cc
|
Try to keep semantic highlighting colors stable across open files.
|
2017-12-22 07:29:13 -08:00 |
semantic_highlight_symbol_cache.h
|
Try to keep semantic highlighting colors stable across open files.
|
2017-12-22 07:29:13 -08:00 |
serializer.cc
|
Serialize decl comments and use them in GetHoverForSymbol
|
2017-12-24 18:01:38 -08:00 |
serializer.h
|
No more NonElidedVector
|
2017-12-11 21:20:29 -08:00 |
standard_includes.cc
|
Reformat to Chromium style.
|
2017-09-21 18:14:57 -07:00 |
standard_includes.h
|
Add #include auto-complete.
|
2017-05-21 00:37:53 -07:00 |
task.cc
|
Fix clang compile
|
2017-08-16 22:17:24 -07:00 |
task.h
|
Fix clang compile
|
2017-08-16 22:17:24 -07:00 |
test.cc
|
Test improvements:
|
2017-12-23 07:51:34 -08:00 |
test.h
|
Some changes to index tests:
|
2017-12-20 09:12:22 -08:00 |
third_party_impl.cc
|
First pass at logging using loguru
|
2017-07-27 19:14:46 -07:00 |
threaded_queue.h
|
Add a virtual destructor for ThreadedQueue
|
2017-11-19 01:16:32 -05:00 |
timer.cc
|
Format all code in src/
|
2017-10-31 12:49:19 -07:00 |
timer.h
|
Add start/pause to Timer
|
2017-10-23 08:04:43 -07:00 |
timestamp_manager.cc
|
Introduce MessageHandler abstraction. Mainly just code reorg.
|
2017-12-04 23:57:41 -08:00 |
timestamp_manager.h
|
Introduce MessageHandler abstraction. Mainly just code reorg.
|
2017-12-04 23:57:41 -08:00 |
utils.cc
|
Test improvements:
|
2017-12-23 07:51:34 -08:00 |
utils.h
|
Test improvements:
|
2017-12-23 07:51:34 -08:00 |
work_thread.cc
|
Reformat to Chromium style.
|
2017-09-21 18:14:57 -07:00 |
work_thread.h
|
Reformat to Chromium style.
|
2017-09-21 18:14:57 -07:00 |
working_files.cc
|
Format code
|
2017-12-27 07:54:46 -08:00 |
working_files.h
|
Make lsTextDocumentContentChangeEvent::{range,rangeLength} optional. fix #185 (#189)
|
2017-12-25 00:58:26 -08:00 |