aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/CMakeLists.txt
Commit message (Expand)AuthorAge
* build(windows): fix target check-single-includesdundargoc2022-08-13
* build: remove InstallClintErrors.cmakeDundar Goc2022-08-03
* build: replace deprecated cmake features with their modern alternativesDundar Goc2022-08-03
* build: add formatting targets for c and lua files (#19488)dundargoc2022-08-02
* refactor: enable -Wconversion warning for screen.cDundar Goc2022-07-30
* refactor: enable -Wconversion warning for spell.c (#19538)dundargoc2022-07-30
* refactor: enable -Wconversion warning for syntax.c (#19533)dundargoc2022-07-29
* Merge pull request #19486 from dundargoc/refactor/conversionThomas Vigouroux2022-07-28
|\
| * refactor: enable -Wconversion warning for lua/treesitter.cDundar Goc2022-07-28
* | refactor: enable -Wconversion warning for spellfile.c (#19527)dundargoc2022-07-28
* | refactor: enable -Wconversion warning for window.c (#19537)dundargoc2022-07-27
* | refactor: enable -Wconversion warning for eval/funcs.c (#19541)dundargoc2022-07-27
|/
* refactor: enable -Wconversion warning for regexp files (#19521)dundargoc2022-07-28
* Merge pull request #19525 from dundargoc/refactor/conversion-searchbfredl2022-07-27
|\
| * refactor: enable -Wconversion warning for search.cDundar Goc2022-07-27
* | refactor: enable -Wconversion warning for mbyte.cDundar Goc2022-07-27
|/
* build: fix git version generation on makefiles with older cmake versionsii142022-07-26
* build(lint): check uncrustify version #19468dundargoc2022-07-25
* fix(build): non-git ("tarball") build fails #19448kylo2522022-07-22
* Merge pull request #19167 from dundargoc/refactor/conversionLewis Russell2022-07-18
|\
| * refactor: enable -Wconversion warning for memline.cDundar Goc2022-06-30
* | build: gracefully handle error in git-version #19289kylo2522022-07-14
* | build: add github action annotations for clintLewis Russell2022-07-04
|/
* feat(build): add_glob_target runs only on changed files #19070dundargoc2022-06-30
* refactor: enable -Wconversion warning for fileio.cDundar Goc2022-06-29
* build: move unicode/ to src/unicode/Justin M. Keyes2022-06-28
* build: rename build-related dirsJustin M. Keyes2022-06-28
* refactor: enable -Wconversion warning for message.cDundar Goc2022-06-27
* refactor: enable -Wconversion warning for ex_cmds.cDundar Goc2022-06-25
* build(cmake): use glob_wrapper instead of file(GLOB in main CMakeListsDundar Goc2022-06-21
* build(cmake): simplify def_cmd_target functionDundar Goc2022-06-19
* build(lint): set some linters as non-fatal #19018Justin M. Keyes2022-06-18
* refactor: enable -Wconversion warning for eval.c (#18448)dundargoc2022-06-14
* build(lint): fix lintuncrustify #18945Justin M. Keyes2022-06-12
* build(lint): fix luacheck not found #18940Justin M. Keyes2022-06-12
* build: add a cmake target for all used linters #18543dundargoc2022-06-09
* ci(mingw): only enable -municode for MinGWDundar Goc2022-05-25
* build: enable EXITFREE on Debug builds (#17783)dundargoc2022-05-15
* refactor(eval): use Hashy McHashFace instead of gperfbfredl2022-05-12
* refactor: enable -Wconversion warning for edit.cDundar Goc2022-05-06
* fix(mac): use same $LANG fallback mechanism as VimMarco Hinz2022-04-28
* refactor: enable -Wconversion warning for ex_docmd.c (#18277)dundargoc2022-04-27
* refactor(terminal)!: drop winpty, require Windows 10 #18253erw72022-04-26
* refactor: enable -Wconversion warning for funcs.c and userfuncs.cDundar Goc2022-04-26
* refactor: enable Wconversion warning for tagDundar Goc2022-04-25
* refactor: enable Wconversion warning for diff (#18094)dundargoc2022-04-24
* chore: add additional compiler flags (#17815)Lewis Russell2022-03-24
* refactor(ui): use "ui_client" instead of "redraw" as general prefixbfredl2022-03-15
* feat(ui): implement ui_client event handlershlpr982022-03-15
* vim-patch:8.1.2005: the regexp.c file is too bigkylo2522022-03-10