aboutsummaryrefslogtreecommitdiff
path: root/cmake
Commit message (Expand)AuthorAge
* get_compile_flags: also look at target propertiesDaniel Hahler2019-08-15
* build: link libraries by full path (for luv.so) (#10661)Daniel Hahler2019-08-12
* build: port FindLibVterm to LibFindMacros (#10395)Daniel Hahler2019-08-08
* build: clean up / remove X_USE_STATIC (#10713)Daniel Hahler2019-08-07
* build: require unibilium>=2.0 (#10681)Daniel Hahler2019-08-03
* ci: RunTests: ensure that the logfile gets displayed (#10597)Daniel Hahler2019-07-24
* test: Force $TEST_FILE to relative path [ci skip] #10535erw72019-07-19
* tests: move "busted" dir to "test" (#10518)Daniel Hahler2019-07-16
* build: fix GetCompileFlags for CMake #10444Daniel Hahler2019-07-07
* build: FindLibIntl: fix warning about CMP0075 (#10427)Daniel Hahler2019-07-05
* Merge pull request #10414 from blueyed/luacheckDaniel Hahler2019-07-04
|\
| * Improve luacheck setup [skip appveyor]Daniel Hahler2019-07-04
* | build: FindLuaJit: handle luajit-2.1 include path suffix (#10418)Daniel Hahler2019-07-04
|/
* build: fix warning with passively available libintl (#10380)Daniel Hahler2019-07-01
* build: update cmake/LibFindMacros.cmake (#10355)Daniel Hahler2019-06-30
* build: FindLibLUV: use PkgConfig (#10359)Daniel Hahler2019-06-29
* build: CMake: do not set CMP0059 to old (#10363)Daniel Hahler2019-06-29
* cmake/RunTests.cmake: fix TEST_TAG/TEST_FILTER [ci skip] #10371Daniel Hahler2019-06-29
* build: CMake: remove usage of USE_BUNDLED_X in main project (#10354)Daniel Hahler2019-06-28
* CMakeLists: remove/cleanup passing of CMAKE_SYSTEM_NAME (#10351)Daniel Hahler2019-06-27
* tests: busted: do not use "--lua" (#10303)Daniel Hahler2019-06-24
* tests: improve RunTests.cmake (#10239)Daniel Hahler2019-06-22
* cmake: fix usage of find_package_handle_standard_args (#10288)Daniel Hahler2019-06-21
* ci: Travis: remove obsolete cmake fileDaniel Hahler2019-06-17
* lua: introduce vim.loop (expose libuv event-loop) #10123George Zhao2019-06-10
* Remove support for using jemalloc instead of the system allocatorJames McCoy2019-01-19
* build: remove cmake/GenerateHelptags.cmake.inJustin M. Keyes2019-01-04
* runtime/lua/vim/compat.luaJustin M. Keyes2018-12-20
* build: adjust some messages (#9087)Justin M. Keyes2018-10-06
* build/test: skip empty TEST_TAG, TEST_FILTERJustin M. Keyes2018-06-16
* build/msvc: Add libiconv to bundled dependenciesb-r-o-c-k2018-06-09
* cmake/FindLibIntl.cmake: handle passive case explicitlyJustin M. Keyes2018-06-06
* Change to not use library prefix on MSVCerw72018-05-23
* build/msvc: Add libintl to bundled dependencies (#8163)b-r-o-c-k2018-03-24
* build/msvc: Fix name of import libraryb-r-o-c-k2018-02-28
* cmake/LuaHelpers.cmake: check_lua_module: use 'lua -l'Daniel Hahler2018-02-22
* cmake/LuaHelpers.cmake: check_lua_module: display errorsDaniel Hahler2018-02-22
* cmake/GetCompileFlags: remove duplicate include dirsJustin M. Keyes2018-02-14
* busted: explicit LUA_PATH to test scripts (#7864)Matthieu Coudron2018-01-20
* cmake,bsd: Fix mandir to saner defaults. (#7417)Franklin Mathieu2017-10-21
* Stub ngettext when libintl isn't availableJames McCoy2017-10-03
* win: integrate winpty (WIP)Ryan Prichard2017-08-16
* test: force LC_ALL=en_US.UTF-8Justin M. Keyes2017-07-29
* Prefer the static jemalloc library by default on OSXJames McCoy2017-07-07
* Merge #6789 from ZyX-I/lua-pathJustin M. Keyes2017-06-27
|\
| * ci: Also lint lua code in src/nvim/luaZyX2017-05-25
| * cmake: Rename RunTestsLint to RunLuacheckZyX2017-05-25
* | test: Set $NVIM_LOG_FILE to test-local pathJustin M. Keyes2017-06-07
* | install: bsd: install manpages to /usr/local/manJustin M. Keyes2017-05-27
|/
* Merge branch 'master' into luaviml'/luaZyX2017-05-08
|\