Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | vim-patch.sh: avoid creating *.orig files | Justin M. Keyes | 2017-11-07 |
| | |||
* | vim-patch.sh: remove vimrc_example.vim | Justin M. Keyes | 2017-11-07 |
| | | | | | | | | vimrc_example.vim is not relevant to Nvim. Anything worth having in there should be made an actual default. .gitignore: - remove *.orig ... super annoying | ||
* | vim-patch.sh: new option `-P` | Justin M. Keyes | 2017-11-07 |
| | |||
* | doc: API (generated) | Justin M. Keyes | 2017-11-06 |
| | |||
* | gen_api_vimdoc.py: workaround: attributes of (void) functions | Justin M. Keyes | 2017-11-06 |
| | |||
* | gen_api_vimdoc.py: support Doxygen @note | Justin M. Keyes | 2017-11-06 |
| | |||
* | vim-patch.sh: Exclude testdir/ files from src/ file pruning | James McCoy | 2017-09-27 |
| | | | | | | Without the testdir/ exclusion, all directories under src/ were affected by this cleanup. However, testdir/ has its own pruning that happens later. | ||
* | doc: "terminal" always means "embedded terminal emulator" | Justin M. Keyes | 2017-08-03 |
| | | | | | | | | | | | - Prefer "TUI" where possible to refer to the host terminal. - Remove obsolete tags and ancient TTY exposition. - Establish "terminal" to consistently mean "terminal emulator" in all Nvim documentation. This removes the need for verbose qualifiers in tags and prose. References #6280 References #6803 | ||
* | vim-patch.sh: only show missing patches | lonerover | 2017-07-15 |
| | |||
* | Bump Vim version to 8.0 and applied patches | James McCoy | 2017-07-14 |
| | |||
* | pvscheck: Add --environment-cc switch | ZyX | 2017-07-04 |
| | | | | | | To be used to make bot-ci able to use clang-4.0 without hacks. [ci skip] | ||
* | scripts: Tell curl to follow redirects | James McCoy | 2017-06-29 |
| | |||
* | Update emoji-data URL for Unicode 10 | James McCoy | 2017-06-29 |
| | | | | vim-patch:8.0.0652 | ||
* | scripts/pvscheck.sh: fix function rename | Justin M. Keyes | 2017-06-25 |
| | |||
* | scripts/pvscheck.sh: HACK: de-parallelize on CI | Justin M. Keyes | 2017-06-25 |
| | | | | https://github.com/neovim/bot-ci/pull/105#issuecomment-309282132 | ||
* | scripts/pvscheck.sh: HACK: de-parallelize on CI | Justin M. Keyes | 2017-06-25 |
| | | | | References https://github.com/neovim/bot-ci/pull/105 | ||
* | genappimage.sh: set CMAKE_INSTALL_MANDIR | Justin M. Keyes | 2017-06-19 |
| | | | | | | | | Avoids attempt to install manpage to system location. Also: - Don't attempt `nvim --version` until after it was built. - Remove unnecessary `mkdir`. | ||
* | scripts/pvscheck.sh: fixes | Daniel Hahler | 2017-06-17 |
| | | | | [ci skip] | ||
* | scripts/vim-patch.sh: do not git-reset on push failure (#6878) | Daniel Hahler | 2017-06-11 |
| | | | | | | This was added from the beginning to submit_pr in 775a16b0b, but I cannot see why that is useful - in contrast, it will mess with the local branch in case "origin" cannot be pushed to (i.e. when it points to neovim/neovim itself). | ||
* | pvscheck: Fix argument handling in do_recheck | James McCoy | 2017-06-09 |
| | | | | [ci skip] | ||
* | pvscheck: Provide arguments to `patch_sources` in correct order | ZyX | 2017-05-20 |
| | |||
* | pvscheck: Handle invalid option error gracefully | ZyX | 2017-05-20 |
| | |||
* | pvscheck: Add --only-analyse mode | ZyX | 2017-05-20 |
| | |||
* | generators: separate source generators from scripts | Björn Linse | 2017-05-10 |
| | |||
* | api: generate ui events | Björn Linse | 2017-05-10 |
| | |||
* | generators: Do not leak error messages text | ZyX | 2017-05-08 |
| | |||
* | Merge branch 'master' into luaviml'/lua | ZyX | 2017-05-08 |
|\ | |||
| * | dist: AppImage #6638 | AdnoC | 2017-05-04 |
| | | | | | | | | | | | | | | scripts/genappimage.sh produces an executable: nvim-${NVIM_VERSION}-glibc${GLIBC_VERSION}-${ARCHITECTURE}.AppImage Closes #6083 | ||
| * | pvscheck: Use absolute path for finding test-include.c | ZyX | 2017-05-02 |
| | | | | | | | | | | | | It was currently unknown in which directory create_compile_commands will end up in. [ci skip] | ||
| * | pvscheck: When using --recheck rerun build | ZyX | 2017-05-02 |
| | | | | | | | | [ci skip] | ||
| * | pvscheck: Add --deps to build with all dependencies | ZyX | 2017-05-02 |
| | | | | | | | | [ci skip] | ||
| * | pvscheck: Add --pvs-install mode | ZyX | 2017-05-02 |
| | | | | | | | | [ci skip] | ||
| * | pvscheck: Refactor script so that it only `cd`s in a subshell | ZyX | 2017-05-02 |
| | | | | | | | | [ci skip] | ||
| * | pvscheck: Create getopts_long implementation | ZyX | 2017-05-02 |
| | | | | | | | | | | | | | | Needed as argument list is growing large and I absolutely do not find short options provided by getopts being particularly readable for unfamiliar commands. [ci skip] | ||
| * | Merge #6636 from ZyX-I/pvs-update | Justin M. Keyes | 2017-05-02 |
| |\ | |||
| | * | pvscheck: Add --pvs key to pvscheck.sh | ZyX | 2017-05-02 |
| | | | | | | | | | | | | [ci skip] | ||
| | * | pvscheck: Update pvs-studio URL | ZyX | 2017-05-02 |
| | | | | | | | | | | | | [ci skip] | ||
| | * | pvscheck: Do not use `test x` | ZyX | 2017-05-02 |
| | | | | | | | | | | | | [ci skip] | ||
| * | | scripts/release.sh | Justin M. Keyes | 2017-05-01 |
| |/ | |||
| * | api: deprecate obsolete nvim_buf_get_number function | Björn Linse | 2017-04-30 |
| | | |||
| * | doc: Removed t_XX options/keycodes. (#6616) | Justin M. Keyes | 2017-04-29 |
| | | | | | | | | | | Closes #4482 TODO: revisit find_key_option_len() | ||
| * | api/dispatch: Mark generated functions table readonly (#6576) | Patrick Jackson | 2017-04-24 |
| | | |||
| * | api_set_error(): rename | Justin M. Keyes | 2017-04-23 |
| | | |||
| * | api/internal: Remove `set` field from Error type. | Justin M. Keyes | 2017-04-23 |
| | | |||
| * | api: Do not truncate errors <1 MB. #6237 | Sander Bosma | 2017-04-23 |
| | | | | | | | | Closes #5984 | ||
| * | Merge #6550 from ZyX-I/pvs-check-comment | Justin M. Keyes | 2017-04-20 |
| |\ | |||
| | * | scripts: Add newline after the comment | ZyX | 2017-04-19 |
| | | | |||
| | * | scripts: Allow patching only build files | ZyX | 2017-04-19 |
| | | | |||
| | * | scripts: Do not patch already patched sources in patch mode | ZyX | 2017-04-19 |
| | | | | | | | | | Also do not patch header files, that is not needed. | ||
| | * | scripts: Make pvs do not patch separate directory, add patch mode | ZyX | 2017-04-19 |
| | | |