aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/CMakeLists.txt
Commit message (Expand)AuthorAge
* 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
* src/nvim/CMakeLists.txt: use compile options/definitionsDaniel Hahler2019-08-15
* build: link libraries by full path (for luv.so) (#10661)Daniel Hahler2019-08-12
* refactor: enable -Wconversion for ex_getln.cBjörn Linse2019-07-19
* build: fix check_c_compiler_flag for -Wno-… (#10483)Daniel Hahler2019-07-12
* build: CMake: do not set CMP0059 to old (#10363)Daniel Hahler2019-06-29
* Dump gcov coverage in process_spawn (#10230)Daniel Hahler2019-06-15
* lua: introduce vim.loop (expose libuv event-loop) #10123George Zhao2019-06-10
* UI: add "compositor" layer to merge grids for TUI use in a correct wayBjörn Linse2019-02-02
* Remove support for using jemalloc instead of the system allocatorJames McCoy2019-01-19
* Merge #9306 'vim-patch: integrate xdiff library'Justin M. Keyes2018-12-09
|\
| * vim-patch:8.1.0360: using an external diff program is slow and inflexibleAnatolii Sakhnik2018-12-09
|/
* cmake: add "generated-sources" targetBjörn Linse2018-09-06
* build: Enable LTO (Link Time Optimization) #8654zhou132018-07-23
* win/deps: Fix copy to subdir (#8636)b-r-o-c-k2018-06-24
* Merge #8579 win: cmake: Improvements for building with IDEsJustin M. Keyes2018-06-20
|\
| * cmake: Organize targets into foldersb-r-o-c-k2018-06-17
| * build/win: Add workaround for Windows command length limitb-r-o-c-k2018-06-14
* | Raise minimum CMake version to 2.8.12 and remove compat codeJames McCoy2018-06-18
|/
* build/msvc: Add libiconv to bundled dependenciesb-r-o-c-k2018-06-09