aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/CMakeLists.txt
Commit message (Expand)AuthorAge
...
* 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
* refactor(lua): make vim submodule lazy loading declarativebfredl2022-03-07
* refactor(lua): move only runtime lua file in src/ to runtime/luabfredl2022-03-04
* refactor(lua): reorganize builtin modules, phase 1bfredl2022-03-03
* feat(lua): show proper verbose output for lua configurationshadmansaleh2022-02-28
* feat(lua): add proper support of luv threadserw72022-02-26
* build(win): don't try to package a PDB if not building with MSVC…Quentin Minster2022-02-03
* build(win): package the debug symbols (PDB file) along with nvim.exequentin2022-02-03
* feat: filetype.lua (#16600)Gregory Anders2022-01-04
* perf: pre-compile embedded Lua source into bytecode (#16631)Gregory Anders2021-12-16
* fix: skip libutil on SunOSClaes Nästén2021-12-06
* build: update cmake min version to 3.10 #16065Jakub Łuczyński2021-10-19
* refactor(api): handle option dicts properlyBjörn Linse2021-10-03
* feat(lua): expose lua-cjson as vim.jsonMichael Lingelbach2021-09-26
* fix(build): make vendored libmpack and libmpack-lua build properlyBjörn Linse2021-09-09
* build: move src/nvim/xdiff to src/xdiffChristian Clason2021-09-08
* fix(lua): make core vim module not dependent on $VIMRUNTIME functionsBjörn Linse2021-08-30
* refactor(lua): rename nlua_msgpack_ => nlua_api_Björn Linse2021-08-28
* win/package: update wintools.zip for curl v7.76.1 (#14570)Jan Edmund Lazo2021-05-17
* win/package: remove cat,tidy (#14402)Jan Edmund Lazo2021-04-20
* Issue 12928: Windows missing QtSVG DLLJohn Gehrig2021-02-16
* cmake: Remove duplicate compile flags argument (#13920)Florian Walch2021-02-11
* Use vX.Y.Z-dev+{git-describe} for development versionsJames McCoy2020-12-06
* build: Rename TRAVIS_CI_BUILD variable to CI_BUILDJames McCoy2020-11-13
* Align naming of FindTreeSitter cmake file and variablesJames McCoy2020-11-09
* lua: make vim.inspect available early so it can be used for path debuggingBjörn Linse2020-11-05
* bundle: move tree-sitter as a bundled depThomas Vigouroux2020-11-03
* ci: Try to recover from sanitizer issuesJames McCoy2020-09-04
* Disable -Wimplicit-fallthrough for tree_sitter/James McCoy2020-08-23
* build: fix a problem with the static library name (#12591)erw72020-07-19
* Merge #11851 'eval.c: factor out eval/userfunc.c'Justin M. Keyes2020-04-26
|\
| * mark userfunc as legacyJakub Łuczyński2020-02-13
* | Suppress Microsoft copyright banner. (#12114)Doug Richardson2020-04-14
* | Use libnvim as OUTPUT_NAME for libnvim (#12119)Doug Richardson2020-04-14
|/
* eval.c: factor out eval/funcs.c #11828Jakub Łuczyński2020-02-10
* build: always create build/lib/nvim so the install command doesn't failBjörn Linse2020-02-09