aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/CMakeLists.txt
Commit message (Expand)AuthorAge
...
* 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
* build: allow to skip treesitter C parser installMatthieu Coudron2020-02-07
* build: include tree-sitter-c parser in bundled buildBjörn Linse2020-02-07
* Rename from os_win_conpty.{c,h} to pty_conpty_win.{c,h}erw72020-01-17
* Add stdin, stdout replacement functionserw72020-01-17
* Change to use ConPTY, if availableerw72020-01-17
* cmake: enable exporting symbols from static libs againBjörn Linse2019-11-26
* Lua: vim.env, vim.{g,v,w,bo,wo} #11442Ashkan Kiani2019-11-24
* vim-patch 8.1.0084: user name completion does not work on MS-Windowserw72019-10-13
* Fix/revisit git-describe enhancement (#11124)Daniel Hahler2019-10-02
* tree-sitter: rename tree_sitter => treesitter for consistencyBjörn Linse2019-09-28
* tree-sitter: cleanup build codeBjörn Linse2019-09-28
* Create BuildUtf8proc.cmake and FindUtf8proc.cmakeBjörn Linse2019-09-28
* tree-sitter: initial tree-sitter supportBjörn Linse2019-09-28
* build: cmake: GetCompileFlags: include CMAKE_C_FLAGS (#10957)Daniel Hahler2019-09-06
* build: fail with CLANG_TSAN + USE_GCOV #10958Daniel Hahler2019-09-06