aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAge
* 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
* build: CMake: do not set CMP0059 to old (#10363)Daniel Hahler2019-06-29
* CMakeLists: remove/cleanup passing of CMAKE_SYSTEM_NAME (#10351)Daniel Hahler2019-06-27
* lua: introduce vim.loop (expose libuv event-loop) #10123George Zhao2019-06-10
* ci/build.ps1: Respect CMAKE_BUILD_TYPE if provided #9869Justin M. Keyes2019-04-09
* os/env: use libuv v1.12 getenv/setenv APIJustin M. Keyes2019-02-27
* build/CMakeLists.txt: group related logicJustin M. Keyes2019-02-16
* build: -Wmissing-prototypesJustin M. Keyes2019-02-04
* build: set compiler options in one placeJustin M. Keyes2019-02-04
* Remove support for using jemalloc instead of the system allocatorJames McCoy2019-01-19
* CMake: Feature-detect __builtin_{add,sub}_overflowJustin M. Keyes2019-01-09
* build: enable -WshadowJustin M. Keyes2019-01-02