summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/msgpack_rpc/unpacker.h
AgeCommit message (Expand)AuthorFiles
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-08-05refactor(shada): rework msgpack decoding without msgpack-cbfredl1
2024-04-16fix(msgpack): store grid line event as a valueTheo Fabi1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-21refactor: run IWYU on entire repodundargoc1
2023-11-27refactor: rename types.h to types_defs.hdundargoc1
2023-11-27refactor: move Arena and ArenaMem to memory_defs.h (#26240)zeertzjq1
2023-11-12refactor: replace manual header guards with #pragma oncedundargoc1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-08-24refactor(arena): use a shared block freelistbfredl1
2022-07-19perf(ui): unpack grid_line (screen contents) directlybfredl1
2022-07-18perf(ui): unpack a single ui event at a time, instead of a "redraw" batchbfredl1
2022-06-14perf(memory): use an arena for RPC decodingbfredl1
2022-06-02refactor(api): use a unpacker based on libmpack instead of msgpack-cbfredl1