aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* link to rt if it provides clock_gettimeRich Wareham2014-02-26
* prefer linking to static libuvRich Wareham2014-02-26
* CMakeLists: remove hardcoded .deps directoryRich Wareham2014-02-26
* make use of libuv when found by CMakeRich Wareham2014-02-26
* Makefile: fetch deps before running CMakeRich Wareham2014-02-26
* automatically discover libuv in CMakeRich Wareham2014-02-26
* Makefile: add .deps/ to CMake prefix pathRich Wareham2014-02-26
* add LibFindMacros CMake macro libraryRich Wareham2014-02-26
* add custom CMake module pathRich Wareham2014-02-26
* Remove final build warningScott Nielsen2014-02-26
* Remove implicit declaration of vim_strrchr and vim_strncpyScott Nielsen2014-02-26
* Merge branch 'bundle-libuv' of github.com:rjw57/neovim into rjw57-bundle-libuvThiago de Arruda2014-02-26
|\
| * third-party: add note on role of directoryRich Wareham2014-02-24
| * Makefile: refer to renamed compile-libuv.shRich Wareham2014-02-24
| * get-libuv.sh: compile bundled libuvRich Wareham2014-02-24
| * Merge commit 'a302c65dc65896776d6cb9e2c89a6ccc77ada530' as 'third-party/libuv'Rich Wareham2014-02-24
| |\
| | * Squashed 'third-party/libuv/' content from commit 3c40224Rich Wareham2014-02-24
* | Removes 'proto' dirscott-linder2014-02-26
* | Delete local function strerror and USE_GETCWD define.Thomas Wienecke2014-02-25
* | os_unix: Port mch_FullName and mch_isFullName to libuv.Thomas Wienecke2014-02-25
* | Modify travis script to remove testing noiseThiago de Arruda2014-02-25
* | os_unix: Use libuv uv_cwd instead of getcwd/getwd.Thomas Wienecke2014-02-25
* | add installation as a travis testRich Wareham2014-02-25
* | Makefile: allow configuration of CMake flagsRich Wareham2014-02-25
* | Makefile: add install targetRich Wareham2014-02-25
* | CMakeLists: add install target for nvimRich Wareham2014-02-25
* | Add local.mk include in makefileThiago de Arruda2014-02-25
* | Arch linux link in TOC had the wrong indentationJim Hester2014-02-25
* | silence tar when getting libuvash-lshift2014-02-25
* | Silenced wget's progress barTheo Belaire2014-02-25
* | Added curl support and one testTheo Belaire2014-02-25
* | Add missing include guard to os moduleThiago de Arruda2014-02-24
* | Create new OS moduleThiago de Arruda2014-02-24
* | move libuv functions to os.c and io.c moduleRich Wareham2014-02-24
* | os_unix: use libuv total memory functionRich Wareham2014-02-24
* | os_unix: switch to libuv chdir() functionRich Wareham2014-02-24
* | os_unix: add #include for libuvRich Wareham2014-02-24
* | README.md: cosmetic fixesDiego Viola2014-02-24
* | Changed name of binary (vim -> nvim).scott-linder2014-02-24
* | Add link to mailing listThiago de Arruda2014-02-24
* | Merge pull request #85 from jszakmeister/remove-bashismsAshley Hewson2014-02-24
|\ \
| * | scripts/common.sh: remove a couple bashismsJohn Szakmeister2014-02-23
* | | Merge pull request #79 from jdiez17/has_neovimAshley Hewson2014-02-24
|\ \ \
| * | | Added 'neovim' to the feature list, following discussion on #44jdiez172014-02-23
| |/ /
* | | Fix space in linkJim Hester2014-02-24
* | | Add table of contents to README.mdJim Hester2014-02-24
* | | use CMake's built in pthread detectionRich Wareham2014-02-24
* | | Merge branch 'master' of github.com:cweagans/neovim into cweagans-masterThiago de Arruda2014-02-24
|\ \ \
| * | | Updating README file to use Homebrew for local buildsCameron Eagans2014-02-23
| * | | Adding `make` stepCameron Eagans2014-02-23