Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge #8218 'Fix errors reported by PVS' | Justin M. Keyes | 2018-04-27 |
|\ | | | | | closes #4983 | ||
| * | pvscheck: Disable V011 warning | ZyX | 2018-04-22 |
| | | |||
| * | pvscheck: Add --update switch | ZyX | 2018-04-17 |
| | | |||
| * | pvscheck: Remove outputs before running plog-converter | ZyX | 2018-04-17 |
| | | | | | | | | | | | | | | plog-converter behaviour is not the best one when creating fullhtml report and directory already exists: it puts report inside an existing directory. Not sure what exactly it does if inside exists as well, but if I am not mistaking report will not be created. | ||
| * | pvscheck: Also provide source tree root to plog-converter | ZyX | 2018-04-02 |
| | | |||
| * | pvscheck: Also produce fullhtml reports | ZyX | 2018-04-02 |
| | | |||
| * | pvscheck: Make realdir work with nonexistent directories | ZyX | 2018-04-02 |
| | | |||
* | | remove scripts/run-api-tests.exp | Justin M. Keyes | 2018-04-11 |
|/ | | | | Usage of this script was removed 0c2ec77ae0c0. | ||
* | vim-patch.sh: remove blank line before URL | Justin M. Keyes | 2018-03-24 |
| | | | | This "stacks" better in squashed PRs, etc. | ||
* | pvscheck: Ignore exit code of pvs-studio-analyzer | James McCoy | 2018-03-11 |
| | | | | | Since its typically non-zero, the script immediately exits instead of converting the binary log into useful formats. | ||
* | genappimage: Include update information for releases/nightlies | James McCoy | 2018-03-09 |
| | | | | | | This will allow users to use AppImageUpdate to update their AppImage. It requires publishing the created zsync file alongside the appimage file for the releases. | ||
* | genappimage: Create a type 2 AppImage | James McCoy | 2018-03-09 |
| | |||
* | genappimage: Use AppImage/AppImages repo to avoid redirects | James McCoy | 2018-03-09 |
| | |||
* | vim-patch.sh: more colorful #8115 | Giuseppe | 2018-03-09 |
| | |||
* | scripts: fix shebang of shadacat.py [ci skip] | Marco Hinz | 2018-03-04 |
| | |||
* | 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 |
| |