| Age | Commit message (Collapse) | Author | Files | |
|---|---|---|---|---|
| 2026-03-09 | fix: resolve all remaining LuaLS warnings in `src/` | Riccardo Mazzarini | 1 | |
| 2025-08-06 | refactor(build): don't use the preprocessor when generating headers | bfredl | 1 | |
| Using the preprocessor before generating prototypes provides some "niceties" but the places that rely on these are pretty few. Vastly simplifying the BUILD SYSTEM is a better trade-off. Unbalancing { } blocks due to the preprocessor is cringe anyway (think of the tree-sitter trees!), write these in a different way. Add some workarounds for plattform specific features. INCLUDE_GENERATED_DECLARATIONS flag is now technically redundant, but will be cleaned up in a follow-up PR as it is a big mess. | ||||
| 2025-02-26 | build: move all generator scripts to `src/gen/` | Lewis Russell | 1 | |
| - Move all generator Lua scripts to the `src/gen/` - Add a `.luarc.json` to `src/gen/` - Add a `preload.lua` to `src/gen/` - Add `src` to `package.path` so it aligns with `.luarc.json' - Fix all `require` statements in `src/gen/` so they are consistent: - `require('scripts.foo')` -> `require('gen.foo')` - `require('src.nvim.options')` -> `require('nvim.options')` - `require('api.dispatch_deprecated')` -> `require('nvim.api.dispatch_deprecated')` | ||||
