| Commit message (Collapse) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| | * | | Added automake as a dependency when building on OS X. Otherwise build ↵ | Carl Martin Rosenberg | 2014-02-22 | |
| | | | | | | | | | | | | | complaints of missing aclocal. | |||
| * | | | Add travis-ci configuration | Thiago de Arruda | 2014-02-22 | |
| | | | | ||||
| * | | | Merge pull request #47 from Coornail/ignore-test-vimrcs | Ashley Hewson | 2014-02-22 | |
| |\ \ \ | |/ / |/| | | Remove trailing spaces from gitignore | |||
| | * | | Remove trailing spaces from gitignore | Kornel Lugosi | 2014-02-22 | |
| |/ / | ||||
| * | | README.md: link to the Contributing wiki page | Ashley Hewson | 2014-02-22 | |
| | | | ||||
| * | | Cleanup refactoring in main | Mitchell Rosen | 2014-02-22 | |
| | | | ||||
| * | | Merge pull request #35 from thiderman/master | Thiago de Arruda | 2014-02-22 | |
| |\ \ | | | | | | | Add Arch dependency instructions to README.md. | |||
| | * | | Add Arch dependency instructions to README.md | Lowe Thiderman | 2014-02-22 | |
| | |/ | | | | | | | Also accidentally clear trailing whitespace in README. vim autocommands ftw. | |||
| * / | include a copy of the Vim License | aph | 2014-02-22 | |
| |/ | ||||
| * | Merge pull request #32 from cweagans/patch-1 | Thiago de Arruda | 2014-02-22 | |
| |\ | | | | | Adding note about IRC channel in README. | |||
| | * | Adding note about IRC channel in README. | Cameron Eagans | 2014-02-21 | |
| |/ | ||||
| * | Merge pull request #20 from andyfischer/master | Ashley Hewson | 2014-02-21 | |
| |\ | | | | | Update README.md: Add libtool to OSX installs | |||
| | * | Add libtool to OSX installs | Andy Fischer | 2014-02-21 | |
| |/ | ||||
| * | Merge pull request #14 from sbeckeriv/patch-2 | Ashley Hewson | 2014-02-21 | |
| |\ | | | | | Update README.md | |||
| | * | Update README.md | Stephen Becker IV | 2014-02-21 | |
| |/ | | | I did not have cmake installed. Mac tests passed. | |||
| * | Merge pull request #11 from sbeckeriv/patch-1 | Thiago de Arruda | 2014-02-21 | |
| |\ | | | | | Remove sudo from brew command | |||
| | * | Update README.md | Stephen Becker IV | 2014-02-21 | |
| |/ | | | | Remove sudo from brew command. https://github.com/Homebrew/homebrew/wiki/FAQ#wiki-sudo | |||
| * | Merge pull request #8 from mmcdole/patch-1 | Thiago de Arruda | 2014-02-21 | |
| |\ | | | | | Fix spelling mistakes in README.md | |||
| | * | Fix spelling mistakes in README.md | mmcdole | 2014-02-21 | |
| | | | ||||
| * | | Merge pull request #9 from yesmeck/patch-1 | Thiago de Arruda | 2014-02-21 | |
| |\ \ | |/ |/| | Correct cmake link in README | |||
| | * | Fix cmake link in README | Meck | 2014-02-22 | |
| |/ | ||||
| * | Merge pull request #6 from davertron/master | Thiago de Arruda | 2014-02-21 | |
| |\ | | | | | Fix misspellings/grammar in README | |||
| | * | Fix misspellings/grammar in README | davertron | 2014-02-21 | |
| | | | ||||
| * | | Merge pull request #7 from Coornail/osx-build-instructions | Thiago de Arruda | 2014-02-21 | |
| |\ \ | |/ |/| | Add dependency install instructions for OsX | |||
| | * | Add dependency install instructions for OsX | Kornel Lugosi | 2014-02-21 | |
| | | | ||||
| * | | Merge pull request #5 from jsjohns/patch-1 | Thiago de Arruda | 2014-02-21 | |
| |\ \ | |/ |/| | Fix spelling | |||
| | * | Fix spelling | Joshua Johnson | 2014-02-21 | |
| |/ | ||||
| * | Add fundraiser link | Thiago de Arruda | 2014-02-21 | |
| | | ||||
| * | Update documentation | Thiago de Arruda | 2014-02-21 | |
| | | ||||
| * | Set language of first json-rpc block | Thiago de Arruda | 2014-02-20 | |
| | | ||||
| * | Quote GUI diagram | Thiago de Arruda | 2014-02-20 | |
| | | ||||
| * | Fix some typos in README | Thiago de Arruda | 2014-02-20 | |
| | | ||||
| * | Document plans for the project | Thiago de Arruda | 2014-02-20 | |
| | | ||||
| * | Merge pull request #2 from ashleyh/master | Thiago de Arruda | 2014-02-02 | |
| |\ | | | | | Remove uneeded 'rt' library | |||
| | * | fix build on OSX | aph | 2014-02-01 | |
| |/ | ||||
| * | Wrap calls to 'get_mess_env' into LIBINTL #ifdefs | Thiago de Arruda | 2014-02-01 | |
| | | ||||
| * | Set vim binary as default make target | Thiago de Arruda | 2014-02-01 | |
| | | ||||
| * | Automate libuv download and build | Thiago de Arruda | 2014-02-01 | |
| | | ||||
| * | Remove more #ifdef dead code | Thiago de Arruda | 2014-02-01 | |
| | | ||||
| * | Fix build on OSX/Archlinux and add README | aph | 2014-02-01 | |
| | | | | | | | | | | | - remove SELinux dependency for now - OSX: find libintl.h - OSX: fix compile errors - OSX: use hack around gettext nonsense - fix gettext on ubuntu - work around Arch's lack of -ltermcap - add README.md | |||
| * | Import vim from changeset v5628:c9cad40b4181 | Thiago de Arruda | 2014-01-31 | |
| - Cleanup source tree, leaving only files necessary for compilation/testing - Process files through unifdef to remove tons of FEAT_* macros - Process files through uncrustify to normalize source code formatting. - Port the build system to cmake | ||||