aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAge
* 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
* Use $(MAKE) instead of ${MAKE}, and fixup two more make invocations.John Szakmeister2014-03-01
* Add more example unit tests and run with travisThiago de Arruda2014-02-27
* Add basic infrastructure for unit testingThiago de Arruda2014-02-27
* Add test reporting to travis scriptThiago de Arruda2014-02-26
* Add valgrind suppression fileThiago de Arruda2014-02-26
* Add configuration to help debug memory leaksThiago de Arruda2014-02-26
* Makefile: use static linkage with bundled libuvRich Wareham2014-02-26
* Makefile: use "make -C build" idiomRich Wareham2014-02-26
* Makefile: fetch deps before running CMakeRich Wareham2014-02-26
* Makefile: add .deps/ to CMake prefix pathRich Wareham2014-02-26
* Merge branch 'bundle-libuv' of github.com:rjw57/neovim into rjw57-bundle-libuvThiago de Arruda2014-02-26
|\
| * Makefile: refer to renamed compile-libuv.shRich Wareham2014-02-24
* | Makefile: allow configuration of CMake flagsRich Wareham2014-02-25
* | Makefile: add install targetRich Wareham2014-02-25
* | Add local.mk include in makefileThiago de Arruda2014-02-25
* | Changed name of binary (vim -> nvim).scott-linder2014-02-24
* | Changed binary output directory from src/ to bin/jdiez172014-02-24
|/
* Set vim binary as default make targetThiago de Arruda2014-02-01
* Automate libuv download and buildThiago de Arruda2014-02-01
* Import vim from changeset v5628:c9cad40b4181Thiago de Arruda2014-01-31