ccls/src/messages
Fangrui Song 11436c1f0d Flatten msgpack by replacing pack_array() with pack()
msgpack::unpacker is not a complete streaming deserializer. It returns maps/arrays as a whole but does not allow us to step into individual elements. There is some memory overhead and it is also likely less efficient. By flattening maps, we also no longer need to track how many fields a struct has, which is less error-prone.
2018-01-07 20:52:16 -08:00
..
cquery_base.cc Response "being indexed" instead of "not found". 2017-12-30 19:39:10 -08:00
cquery_call_tree.cc Compute call location on client-side. 2018-01-07 13:08:48 -08:00
cquery_callers.cc Response "being indexed" instead of "not found". 2017-12-30 19:39:10 -08:00
cquery_derived.cc Response "being indexed" instead of "not found". 2017-12-30 19:39:10 -08:00
cquery_did_view.cc Response "being indexed" instead of "not found". 2017-12-30 19:39:10 -08:00
cquery_freshen_index.cc Response "being indexed" instead of "not found". 2017-12-30 19:39:10 -08:00
cquery_index_file.cc Response "being indexed" instead of "not found". 2017-12-30 19:39:10 -08:00
cquery_type_hierarchy_tree.cc Response "being indexed" instead of "not found". 2017-12-30 19:39:10 -08:00
cquery_vars.cc Response "being indexed" instead of "not found". 2017-12-30 19:39:10 -08:00
cquery_wait.cc Progress output improvements 2018-01-07 13:08:48 -08:00
exit.cc Response "being indexed" instead of "not found". 2017-12-30 19:39:10 -08:00
initialize.cc Make Reader/Writer abstract classes instead of type aliases of rapidjson classes 2018-01-06 14:47:43 -08:00
text_document_code_action.cc Response "being indexed" instead of "not found". 2017-12-30 19:39:10 -08:00
text_document_code_lens.cc Add a parameter (number of __VA_ARGS__) to REFLECT_MEMBER_START 2018-01-06 16:42:22 -08:00
text_document_completion.cc Do not show completion candidates for : or > by itself. 2018-01-07 14:27:57 -08:00
text_document_definition.cc Response "being indexed" instead of "not found". 2017-12-30 19:39:10 -08:00
text_document_did_change.cc Response "being indexed" instead of "not found". 2017-12-30 19:39:10 -08:00
text_document_did_close.cc Response "being indexed" instead of "not found". 2017-12-30 19:39:10 -08:00
text_document_did_open.cc Response "being indexed" instead of "not found". 2017-12-30 19:39:10 -08:00
text_document_did_save.cc Index_Request::contents is no longer optional 2017-12-29 12:00:52 -06:00
text_document_document_link.cc Response "being indexed" instead of "not found". 2017-12-30 19:39:10 -08:00
text_document_document_symbol.cc Response "being indexed" instead of "not found". 2017-12-30 19:39:10 -08:00
text_document_formatting.cc [formatting] textDocument/rangeFormatting 2017-12-31 20:03:43 -08:00
text_document_highlight.cc Response "being indexed" instead of "not found". 2017-12-30 19:39:10 -08:00
text_document_hover.cc Flatten msgpack by replacing pack_array() with pack() 2018-01-07 20:52:16 -08:00
text_document_range_formatting.cc [formatting] textDocument/rangeFormatting 2017-12-31 20:03:43 -08:00
text_document_references.cc Response "being indexed" instead of "not found". 2017-12-30 19:39:10 -08:00
text_document_rename.cc Response "being indexed" instead of "not found". 2017-12-30 19:39:10 -08:00
text_document_signature_help.cc Fix completion order: Sort after cache. 2018-01-03 07:58:59 -08:00
workspace_symbol.cc Do not sort workspace symbols in vscode. 2018-01-07 13:08:48 -08:00