aboutsummaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAge
* vim-patch.sh: delete *.orig filesJustin M. Keyes2018-02-11
|
* vim-patch.sh: remove --posix from patch invocationJustin M. Keyes2018-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 Hahler2017-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.cJustin M. Keyes2017-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. Keyes2017-12-26
| | | | Use streams instead of for-loop (20x speedup for list_vimpatch_tokens).
* vim-patch.sh: introduce `-V`Justin M. Keyes2017-12-26
|
* docJustin M. Keyes2017-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 messageJames McCoy2017-12-17
| | | | [ci skip]
* vim-patch.sh: remove version.c in generated patchJustin M. Keyes2017-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. Keyes2017-12-11
|
* vim-patch.sh: always use git log, not version.cJustin M. Keyes2017-12-10
|
* gen_api_vimdoc.py: require "nvim_" prefixJustin M. Keyes2017-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 defaultJustin M. Keyes2017-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 bumpJustin M. Keyes2017-11-18
|
* vim-patch.sh: avoid creating *.orig filesJustin M. Keyes2017-11-07
|
* vim-patch.sh: remove vimrc_example.vimJustin M. Keyes2017-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. Keyes2017-11-07
|
* doc: API (generated)Justin M. Keyes2017-11-06
|
* gen_api_vimdoc.py: workaround: attributes of (void) functionsJustin M. Keyes2017-11-06
|
* gen_api_vimdoc.py: support Doxygen @noteJustin M. Keyes2017-11-06
|
* vim-patch.sh: Exclude testdir/ files from src/ file pruningJames McCoy2017-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. Keyes2017-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 patcheslonerover2017-07-15
|
* Bump Vim version to 8.0 and applied patchesJames McCoy2017-07-14
|
* pvscheck: Add --environment-cc switchZyX2017-07-04
| | | | | | To be used to make bot-ci able to use clang-4.0 without hacks. [ci skip]
* scripts: Tell curl to follow redirectsJames McCoy2017-06-29
|
* Update emoji-data URL for Unicode 10James McCoy2017-06-29
| | | | vim-patch:8.0.0652
* scripts/pvscheck.sh: fix function renameJustin M. Keyes2017-06-25
|
* scripts/pvscheck.sh: HACK: de-parallelize on CIJustin M. Keyes2017-06-25
| | | | https://github.com/neovim/bot-ci/pull/105#issuecomment-309282132
* scripts/pvscheck.sh: HACK: de-parallelize on CIJustin M. Keyes2017-06-25
| | | | References https://github.com/neovim/bot-ci/pull/105
* genappimage.sh: set CMAKE_INSTALL_MANDIRJustin M. Keyes2017-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: fixesDaniel Hahler2017-06-17
| | | | [ci skip]
* scripts/vim-patch.sh: do not git-reset on push failure (#6878)Daniel Hahler2017-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_recheckJames McCoy2017-06-09
| | | | [ci skip]
* pvscheck: Provide arguments to `patch_sources` in correct orderZyX2017-05-20
|
* pvscheck: Handle invalid option error gracefullyZyX2017-05-20
|
* pvscheck: Add --only-analyse modeZyX2017-05-20
|
* generators: separate source generators from scriptsBjörn Linse2017-05-10
|
* api: generate ui eventsBjörn Linse2017-05-10
|
* generators: Do not leak error messages textZyX2017-05-08
|
* Merge branch 'master' into luaviml'/luaZyX2017-05-08
|\
| * dist: AppImage #6638AdnoC2017-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.cZyX2017-05-02
| | | | | | | | | | | | It was currently unknown in which directory create_compile_commands will end up in. [ci skip]
| * pvscheck: When using --recheck rerun buildZyX2017-05-02
| | | | | | | | [ci skip]
| * pvscheck: Add --deps to build with all dependenciesZyX2017-05-02
| | | | | | | | [ci skip]
| * pvscheck: Add --pvs-install modeZyX2017-05-02
| | | | | | | | [ci skip]
| * pvscheck: Refactor script so that it only `cd`s in a subshellZyX2017-05-02
| | | | | | | | [ci skip]
| * pvscheck: Create getopts_long implementationZyX2017-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-updateJustin M. Keyes2017-05-02
| |\
| | * pvscheck: Add --pvs key to pvscheck.shZyX2017-05-02
| | | | | | | | | | | | [ci skip]