dundargoc
dundargoc
Work on https://github.com/neovim/neovim/issues/459
build: add formatting targets for c and lua files The targets will only format files that have been changed in current branch compared to the master branch. This includes unstaged,...
Add --always flag to `git describe` so version generation succeeds if current directory is in a git repo. If not in git repo, fall back to a default version in...
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...
Work on https://github.com/neovim/neovim/issues/459
Work on https://github.com/neovim/neovim/issues/459
- build: remove unused variable CMAKE_C_COMPILER_ARG1 It was set in file cmake/i386-linux-gnu.toolchain.cmake which has been removed since we don't use Travis anymore.
Closes https://github.com/neovim/neovim/issues/15348