aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAge
* build: do not pass empty CMAKE_INSTALL_PREFIXJustin M. Keyes2019-03-19
* build: pass CMAKE_INSTALL_PREFIX explicitly #9748Justin M. Keyes2019-03-17
* build: checkprefix: skip if empty #9624Daniel Hahler2019-02-17
* build/Makefile: validate prefix for specific targets (#9621)Justin M. Keyes2019-02-17
* build/Makefile: check CMAKE_INSTALL_PREFIXJustin M. Keyes2019-02-16
* build: fix `doc_html` targetJustin M. Keyes2019-01-04
* build: `make helphtml`Justin M. Keyes2018-11-05
* build: Unify USE_BUNDLED, USE_BUNDLED_DEPS (#9046)Justin M. Keyes2018-09-24
* cmake: add "generated-sources" targetBjörn Linse2018-09-06
* build: respect $DEPS_BUILD_DIRJustin M. Keyes2018-03-11
* ci/travis: use ninja instead of makeJustin M. Keyes2018-03-11
* genappimage: Include update information for releases/nightliesJames McCoy2018-03-09
* ci: Also lint lua code in src/nvim/luaZyX2017-05-25
* dist: AppImage #6638AdnoC2017-05-04
* makefile: Make `lint` target depend on `clint`ZyX2017-03-31
* cmake: Replace RunLint.cmake with code in src/nvim/CMakeLists.txtZyX2017-03-31
* ci: Run check-single-includes in "lint" build onlyJustin M. Keyes2017-03-29
* ci: Check that `#include "*.h"` works as a single includeEiichi NISHINA2017-03-27
* build: Makefile: Try other cmake names, or override. #6163Christian Stigen Larsen2017-02-27
* build: `oldtest` target: TEST_FILE, NVIM_PRG (#6098)Justin M. Keyes2017-02-12
* build: Make clean targets more thoroughJames McCoy2016-12-02
* Revert "Makefile: add PREFIX variable"Marco Hinz2016-10-16
* Makefile: add PREFIX variableMarco Hinz2016-10-08
* Travis: Fix accidental building of 3rd-party dependencies.Florian Walch2016-07-30
* build: define `helptags` target which always runs.Justin M. Keyes2016-06-06
* reorgJustin M. Keyes2016-06-03
* Makefile: Ensure tags are generated before running oldtestJames McCoy2016-05-17
* Makefile: let "lint" target run both clint and testlintBjörn Linse2016-05-10
* Add Lua 5.1 as a third party depThiago de Arruda2016-03-07
* Make `make test` run unit tests tooMichael Reed2015-11-27
* Tests: add luacheck for linting testsMarco Hinz2015-11-23
* ci: Use error suppression in place of ignored files list. #3185ZyX2015-08-20
* vim-patch:7.4.497 #2295David Bürgin2015-04-05
* contrib: Added local.mk.exampleMichael Reed2015-03-17
* Linting: Integrate into CMake, enable by default.Florian Walch2014-12-24
* Dont force ../.deps in third-party/CMakeLists.txtRui Abreu Ferreira2014-12-16
* Allow building as a static -fPIC libraryoakes2014-12-12
* CMake: Rename target "test" to "functionaltest".Florian Walch2014-11-05
* test: Replace vroom by lua/busted for functional testsThiago de Arruda2014-09-30
* build/test: setup functional tests using vroomThiago de Arruda2014-08-09
* Make indentation consistent: use 2-space indent alwaysZyX2014-06-18
* Use MAKEOVERRIDES to pass SCRIPTS/TESTNUM arguments for `make test`ZyX2014-06-18
* Avoid ever creating .deps directoryZyX2014-06-18
* Make it easier to change CMAKE_BUILD_TYPE in your local.mk.John Szakmeister2014-05-31
* Introduce nvim namespace: Fix build process.Eliseo Martínez2014-05-15
* build: remove unnecessary flag from CMAKE_FLAGSJohn Szakmeister2014-04-30
* Make it easy to get a verbose build of Neovim.John Szakmeister2014-04-23
* Force the `cmake` target to re-run the CMake configuration.John Szakmeister2014-03-31
* Revamp the build system.John Szakmeister2014-03-21
* Add unit tests for mch_[gs]etperm.Thomas Wienecke2014-03-15