aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* CMakeLists: Use nvim target nameAlexis Hildebrandt2014-02-27
* Improve libintl detection and linking.John Szakmeister2014-02-27
* Use GNU gettext from homebrew on Mac if availableAlexis Hildebrandt2014-02-27
* Use FindCurses to find curses librariesRui Abreu Ferreira2014-02-27
* Modify travis configuration to install valgrindThiago de Arruda2014-02-26
* Add test reporting to travis scriptThiago de Arruda2014-02-26
* Add valgrind suppression fileThiago de Arruda2014-02-26
* Temporarily remove valgrind check in travis buildThiago de Arruda2014-02-26
* Add configuration to help debug memory leaksThiago de Arruda2014-02-26
* link to rt if it provides clock_gettimeRich Wareham2014-02-26
* make use of libuv when found by CMakeRich Wareham2014-02-26
* Remove final build warningScott Nielsen2014-02-26
* Remove implicit declaration of vim_strrchr and vim_strncpyScott Nielsen2014-02-26
* 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
* os_unix: Use libuv uv_cwd instead of getcwd/getwd.Thomas Wienecke2014-02-25
* CMakeLists: add install target for nvimRich Wareham2014-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
* Changed name of binary (vim -> nvim).scott-linder2014-02-24
* Merge pull request #79 from jdiez17/has_neovimAshley Hewson2014-02-24
|\
| * Added 'neovim' to the feature list, following discussion on #44jdiez172014-02-23
* | use CMake's built in pthread detectionRich Wareham2014-02-24
* | Changed binary output directory from src/ to bin/jdiez172014-02-24
* | Use neovim versions of ~/.vim and ~/.vimrcChristian Wellenbrock2014-02-24
* | Convert function declarations from K&R to ANSI style.scott-linder2014-02-24
|/
* Clean up main.c:parse_command_nameMitchell Rosen2014-02-22
* Cleanup refactoring in mainMitchell Rosen2014-02-22
* fix build on OSXaph2014-02-01
* Wrap calls to 'get_mess_env' into LIBINTL #ifdefsThiago de Arruda2014-02-01
* Remove more #ifdef dead codeThiago de Arruda2014-02-01
* Fix build on OSX/Archlinux and add READMEaph2014-02-01
* Import vim from changeset v5628:c9cad40b4181Thiago de Arruda2014-01-31