Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | vim-patch.sh: delete *.orig files | Justin M. Keyes | 2018-02-11 |
| | |||
* | vim-patch.sh: remove --posix from patch invocation | Justin M. Keyes | 2018-02-11 |
| | | | | | This was supposed to avoid creating *.orig. It doesn't do that, and worse, it also seems to prevent new files from being created. | ||
* | scripts/vim-patch.sh: continue when patching with -P fails (#7790) | Daniel Hahler | 2017-12-30 |
| | | | | The `set -e` caused the script to stop in case `patch` fails, but it is better to continue giving instructions. | ||
* | vimpatch.lua: automate version.c | Justin M. Keyes | 2017-12-27 |
| | | | | | | Invoke it like this: VIM_SOURCE_DIR=~/neovim/.vim-src/ nvim -i NONE -u NONE --headless +'luafile ./scripts/vimpatch.lua' +q | ||
* | vim-patch.sh: extract list_vimpatch_tokens() | Justin M. Keyes | 2017-12-26 |
| | | | | Use streams instead of for-loop (20x speedup for list_vimpatch_tokens). | ||
* | vim-patch.sh: introduce `-V` | Justin M. Keyes | 2017-12-26 |
| | |||
* | doc | Justin M. Keyes | 2017-12-26 |
| | | | | | | | | vim-patch:8.0.1206: no autocmd for entering or leaving the command line (commit a4f6cec7a31ff8dbfa089b9e22227afbeb951e9b) NA patches: vim-patch:8.0.0320: warning for unused variable with small build | ||
* | vim-patch.sh: Include upstream summary in commit message | James McCoy | 2017-12-17 |
| | | | | [ci skip] | ||
* | vim-patch.sh: remove version.c in generated patch | Justin M. Keyes | 2017-12-11 |
| | | | | | Vim patch tracking is now driven completely by `vim-patch:xxx` tokens in the VCS logs. version.c will be auto-generated, if it is used at all. | ||
* | vim-patch.sh: introduce `-L` | Justin M. Keyes | 2017-12-11 |
| | |||
* | vim-patch.sh: always use git log, not version.c | Justin M. Keyes | 2017-12-10 |
| | |||
* | gen_api_vimdoc.py: require "nvim_" prefix | Justin M. Keyes | 2017-12-10 |
| | | | | | Avoids doxygen bugs (things that aren't functions) and other noise (e.g. `remote_ui_disconnect()` was incorrectly included in api.txt). | ||
* | pvscheck.sh: auto-detect URL by default | Justin M. Keyes | 2017-11-21 |
| | | | | | | | The hardcoded URL breaks very often, this confuses people. Instead, auto-detect if no URL is provided. Also auto-detect if the script is invoked with no arguments. | ||
* | version bump | Justin M. Keyes | 2017-11-18 |
| | |||
* | 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] |