aboutsummaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAge
* 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]
| | * pvscheck: Update pvs-studio URLZyX2017-05-02
| | | | | | | | | | | | [ci skip]
| | * pvscheck: Do not use `test x`ZyX2017-05-02
| | | | | | | | | | | | [ci skip]
| * | scripts/release.shJustin M. Keyes2017-05-01
| |/
| * api: deprecate obsolete nvim_buf_get_number functionBjörn Linse2017-04-30
| |
| * doc: Removed t_XX options/keycodes. (#6616)Justin M. Keyes2017-04-29
| | | | | | | | | | Closes #4482 TODO: revisit find_key_option_len()
| * api/dispatch: Mark generated functions table readonly (#6576)Patrick Jackson2017-04-24
| |
| * api_set_error(): renameJustin M. Keyes2017-04-23
| |
| * api/internal: Remove `set` field from Error type.Justin M. Keyes2017-04-23
| |
| * api: Do not truncate errors <1 MB. #6237Sander Bosma2017-04-23
| | | | | | | | Closes #5984
| * Merge #6550 from ZyX-I/pvs-check-commentJustin M. Keyes2017-04-20
| |\
| | * scripts: Add newline after the commentZyX2017-04-19
| | |
| | * scripts: Allow patching only build filesZyX2017-04-19
| | |
| | * scripts: Do not patch already patched sources in patch modeZyX2017-04-19
| | | | | | | | | Also do not patch header files, that is not needed.
| | * scripts: Make pvs do not patch separate directory, add patch modeZyX2017-04-19
| | |