aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Implement pending test.Thomas Wienecke2014-03-05
* Port mch_isdir to libuv.Thomas Wienecke2014-03-05
* Add unit tests for executable_file and mch_can_exe.Thomas Wienecke2014-03-05
* Remove static declaration of executable_file.Thomas Wienecke2014-03-05
* Add unit tests for mch_isdir.Thomas Wienecke2014-03-05
* Assert that vim_strsize and vim_strnsize gets a non-null parameter.Simen Endsjø2014-03-04
* Apply small refactor to unit testsThiago de Arruda2014-03-04
* Correct a few parentheses.Thomas Wienecke2014-03-04
* Rename and refactor mch_FullName.Thomas Wienecke2014-03-04
* Anchor gitignore pathsCaleb Spare2014-03-03
* README.md: Fixed brew install instructionsandrewmchen2014-03-03
* Move some of misc1.c to indent.c.Gaelan Steele2014-03-03
* Remove traces of old custom undo memory manager.Alexander Bolodurin2014-03-03
* Remove dead stack-checking code.Alexander Bolodurin2014-03-03
* Add unit tests for ported filesystem functions.Thomas Wienecke2014-03-03
* Make Travis compile on GCC and Clang.Gaelan2014-03-03
* Use -Werror.Gaelan Steele2014-03-03
* Remove __ARGS macro. Close #205Nicolas Pierron2014-03-02
* homebrew: deparallelize buildaph2014-03-01
* Fixed nvim homebrew formulaTheo Belaire2014-03-01
* README.md: remove lingering references to sha1sum in OSX instructionsaph2014-03-01
* Adding darwin platform to common.sh build scriptIslam Sharabash2014-03-01
* Be more explicit about OS X deps installationJakub Stasiak2014-03-01
* Clean-up main.c: follow STRNICMP replacement.Nicolas Pierron2014-03-01
* Use $(MAKE) instead of ${MAKE}, and fixup two more make invocations.John Szakmeister2014-03-01
* CONTRIBUTING.md: mention coding styleAshley Hewson2014-03-01
* Extract file_search.c from misc2.cFelipe Oliveira Carvalho2014-02-28
* Added a types.h with vim.h unsigned int typedefs.scott-linder2014-02-28
* MAKE: ask gnulikes to warn and be pedantic + fixesNicolas Hillegeer2014-02-28
* Fix a 'garbage value' warning found by Clang's static analyzerFelipe Oliveira Carvalho2014-02-28
* Setup better warning flags for Clang.John Szakmeister2014-02-28
* Only include libintl's include dir if libintl was found.John Szakmeister2014-02-28
* Use _NSGetEnviron on Mac OS X to gain access to environ.John Szakmeister2014-02-28
* Include "garray.h" in ex_cmds2.cFelipe Oliveira Carvalho2014-02-28
* Extract garray.c from misc2.cFelipe Oliveira Carvalho2014-02-28
* Use cmake module instead of shared for nvim-testScott Nielsen2014-02-28
* Add unit test running to travis againThiago de Arruda2014-02-27
* Compile libuv with -fPIC.John Szakmeister2014-02-27
* Disable unit tests until fixed for travisThiago de Arruda2014-02-27
* Add more example unit tests and run with travisThiago de Arruda2014-02-27
* Add basic infrastructure for unit testingThiago de Arruda2014-02-27
* CMakeLists: Improve handling of libintlAlexis Hildebrandt2014-02-27
* 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
* Merge pull request #187 from rjw57/issue-179Rich Wareham2014-02-27
|\
| * Use CMAKE_C_FLAGS variable to set compiler flags.Rich Wareham2014-02-27
| * Merge pull request #183 from rjw57/issue-178Rich Wareham2014-02-27
| |\
| | * README.md: fix anchor tags for CentOS/RHEL sectionRich Wareham2014-02-27
| | * README: add note on RHEL/CentOS 6Rich Wareham2014-02-27