Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | build: allow IWYU to fix includes for all .c files | dundargoc | 2022-11-15 |
| | | | | | | | | | | Allow Include What You Use to remove unnecessary includes and only include what is necessary. This helps with reducing compilation times and makes it easier to visualise which dependencies are actually required. Work on https://github.com/neovim/neovim/issues/549, but doesn't close it since this only works fully for .c files and not headers. | ||
* | refactor: format #15702 | dundargoc | 2021-09-18 |
| | |||
* | *: Add comment to all C files | ZyX | 2017-04-19 |
| | |||
* | eval: Split eval.c into smaller files | ZyX | 2017-03-29 |