summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api/private/dispatch.h
AgeCommit message (Expand)AuthorFiles
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2024-02-21refactor(api): make freeing of return-value opt-in instead of opt outbfredl1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-22refactor(IWYU): add "private" pragma to more generated headers (#26706)zeertzjq1
2023-12-21refactor: run IWYU on entire repodundargoc1
2023-12-17refactor: move non-symbols to defs.h headersdundargoc1
2023-11-30refactor(IWYU): move UI and LineFlags to ui_defs.h (#26318)zeertzjq1
2023-11-28refactor: fix runtime_defs.h (#26259)zeertzjq1
2023-11-27refactor: rename types.h to types_defs.hdundargoc1
2023-11-27build(IWYU): export generated headersdundargoc1
2023-11-12refactor: replace manual header guards with #pragma oncedundargoc1
2023-04-07refactor(api): make typed dicts appear as types in the source codebfredl1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-10-21refactor(uncrustify): improved formatting rulesdundargoc1
2022-08-23perf(api): allow to use an arena for return valuesbfredl1
2022-05-30refactor(api): use hashy hash for looking up api method and event namesbfredl1
2019-06-30rename: FUNC_API_ASYNC => FUNC_API_FASTBjörn Linse1
2016-10-22Merge pull request #4568 from bfredl/multirequestBjörn Linse1
2016-10-22api: call multiple methods atomically (useful in async contexts)Björn Linse1
2016-10-19api: move verbatim c code out of gendispatch.lua and into c filesBjörn Linse1
2016-08-31api: auto generate api function wrappers for vimlBjörn Linse1
2016-08-31api: rename "msgpack_rpc/defs.h" to "api/private/dispatch.h" and use the head...Björn Linse1