aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAge
* chore: bump API versionGregory Anders2021-12-04
* version bumpBjörn Linse2021-11-30
* NVIM 0.6.0Björn Linse2021-11-30
* build: update cmake min version to 3.10 #16065Jakub Łuczyński2021-10-19
* build(lint): check scripts/*.luaJustin M. Keyes2021-09-19
* version bumpBjörn Linse2021-07-02
* NVIM v0.5.0v0.5.0Björn Linse2021-07-02
* fixup(ts): put ts_query_cursor_set_match_limit behind feature guardChristian Clason2021-06-29
* fix(ci): adjust DEPS_INSTALL_DIR on OpenBSD to avoid pkg-config bug (#14803)Oliver Marriott2021-06-13
* Add uninstall target for make and othersbrian.orwe2021-03-16
* option: fix problem with fileignorecase not being set properlyerw72021-02-25
* Do not set pagezero_size and image_base for LuaJIT >= 2.1.0-beta3Tae Won Ha2020-12-13
* runtime: propagate lua parsing errors while using "require"dm1try2020-12-10
* build: Rename TRAVIS_CI_BUILD variable to CI_BUILDJames McCoy2020-11-13
* Align naming of FindTreeSitter cmake file and variablesJames McCoy2020-11-09
* bundle: move tree-sitter as a bundled depThomas Vigouroux2020-11-03
* Disable -Wimplicit-fallthrough for funcs.generated.hJames McCoy2020-08-23
* treesitter: remove utf8proc dependencyThomas Vigouroux2020-04-18
* cmake: Check for -fno-common and use it if availableAndreas Schneider2020-02-23
* build/MSVC: fix gettext multibyte issue #11774erw72020-01-28
* build: CMakeLists: do not set MIN_LOG_LEVEL with C flags (#11498)Daniel Hahler2019-12-02
* api: add nvim_buf_get_virtual_text() (#11354)Marco Hinz2019-11-10
* build: add -fstack-protector* to linker #11292vincowl2019-10-26
* build/doc/CI: remove/update quickbuild references #11258Justin M. Keyes2019-10-19
* build: do not build test fixtures by default (#11230)Daniel Hahler2019-10-18
* cmake: only set LUA_PRG with successful check (#11172)Daniel Hahler2019-10-07
* build: get rid of warnings with `cmake --debug-output` (#11131)Daniel Hahler2019-10-02
* build: run git-describe for dev version during build (#11117)Daniel Hahler2019-09-30
* cmake: use LibFindMacros for utf8proc (#11114)Daniel Hahler2019-09-29
* Create BuildUtf8proc.cmake and FindUtf8proc.cmakeBjörn Linse2019-09-28
* tree-sitter: initial tree-sitter supportBjörn Linse2019-09-28
* version bumpJustin M. Keyes2019-09-15
* NVIM v0.4.0v0.4.0Justin M. Keyes2019-09-15
* tests: fix system_spec when run with clipboard manager (#10956)Daniel Hahler2019-09-12
* build: dependencies: specify minimum libvterm (#10997)Justin M. Keyes2019-09-12
* build: rename CMake find modules for LibFindMacros #10928Daniel Hahler2019-09-06
* build: cmake: GetCompileFlags: include CMAKE_C_FLAGS (#10957)Daniel Hahler2019-09-06
* tests: use runtime from build for doc/tags with :help (#10479)Daniel Hahler2019-08-28
* cmakelists: fixed tests to avoid clang warnings (#10705)Ihor Antonov2019-08-07
* build: move pylint to Makefile, optional with "make lint" (#10714)Daniel Hahler2019-08-06
* build: require unibilium>=2.0 (#10681)Daniel Hahler2019-08-03
* ci: pylint target via flake8Daniel Hahler2019-07-29
* build: remove -Wno-array-bounds workaround #10484Daniel Hahler2019-07-22
* build: fix check_c_compiler_flag for -Wno-… (#10483)Daniel Hahler2019-07-12
* build: LibUV: required version: 1.28.0 (#10456)Daniel Hahler2019-07-09
* ci: Travis: use minimum supported CMake in one job (#10445)Daniel Hahler2019-07-08
* build: FindLibIntl: fix warning about CMP0075 (#10427)Daniel Hahler2019-07-05
* build: use -fdiagnostics-color=always with Ninja (#10419)Daniel Hahler2019-07-04
* Improve luacheck setup [skip appveyor]Daniel Hahler2019-07-04
* build: LibLUV: update required version [ci skip] (#10381)Daniel Hahler2019-07-01