neovim/cmake.config
bfredl 3711a0387a refactor(build): make all generated c files headers
There's no "rule" or bad practice or whatever that says we cannot
generate c files. it is is just that we have ~20 generated headers
and ~2 generated sources and there is nothing in these two generated
source files which sets them aparts. Lua bindings are not different from
rpc bindings, and pathdef is not different from versiondef.

So to simplify build logic and ease the future port to build.zig,
streamline the build to only have generated headers, no direct generated
.c files.

Also "nlua_add_api_functions" had its prototype duplicated twice which
defeated the point of having mandatory prototypes (one source of truth).
2024-04-27 18:59:48 +02:00
..
iwyu refactor(IWYU): fix headers 2024-01-11 21:37:23 +01:00
CMakeLists.txt refactor(build): make all generated c files headers 2024-04-27 18:59:48 +02:00
config.h.in build: fix link error for `_BitScanForward64` (#28173) 2024-04-05 09:56:35 +08:00
pathdef.h.in refactor(build): make all generated c files headers 2024-04-27 18:59:48 +02:00
versiondef.h.in refactor(metadata): generate all metadata in lua 2024-02-28 11:00:38 +01:00