Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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 | |
| | | | ||||
| * | | scripts/vim-patch.sh: word-boundaries in preprocess regex | Justin M. Keyes | 2017-04-19 | |
| |/ | ||||
| * | pvscheck: Add --recheck argument | ZyX | 2017-04-10 | |
| | | ||||
| * | pvscheck: Do not use --depth | ZyX | 2017-04-10 | |
| | | ||||
| * | pvscheck: Do not trace help | ZyX | 2017-04-10 | |
| | | ||||
| * | pvsscript: Use git clone and not git worktree | ZyX | 2017-04-10 | |
| | | ||||
| * | pvscheck: Add help | ZyX | 2017-04-10 | |
| | | ||||
| * | scripts: Create script which checks Neovim with PVS-studio | ZyX | 2017-04-10 | |
| | | ||||
* | | genmsgpack: Do not export functions with __ | Björn Linse | 2017-04-11 | |
| | | ||||
* | | lua: Move files from src/nvim/viml/executor to src/nvim/lua | ZyX | 2017-04-11 | |
| | | ||||
* | | Merge branch 'master' into luaviml'/lua | ZyX | 2017-04-08 | |
|\| | ||||
| * | vim-patch: Update regex for included_patches array (#6449) | James McCoy | 2017-04-06 | |
| | | | | | | | | | | 28dafe3ff const-ified the array without updating the regex. [ci skip] | |||
| * | eval/typval: Add missing includes, also add a script to find them | ZyX | 2017-03-29 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Contains unfinished attempt to integrate IWYU (ref #549). To finish it different job should be done, specifically: - Instead of feeding IWYU with modified file a mirror source tree should be created with the help of CMake which will contain modified sources. This solves the problem with IWYU thinking that `*.generated.h` headers should be included in place of `*` headers. - Build IWYU as all other third-party utilities. - Make modified sources avoid problems with `nvim/func_attr.h` includes and various related tricks. Current script may only be used for manual checks like this: ./scripts/check-includes.py \ --generated-includes-dir build/include \ --generated-includes-dir build/src/nvim/auto \ --file src/nvim/eval/typval.c \ -- -Isrc -Ibuild/include -Ibuild/src/nvim/auto \ -DINCLUDE_GENERATED_DECLARATIONS (it is also somewhat fine with `--file src/nvim/eval/typval.h`). I have no idea why (I mean, why developer think that these lines are needed, why they are suggested is pretty obvious: because there is typedef which mentions them before structs are defined), but for typval.h it reports, among other things, that it should add lines struct dictvar_S; struct listitem_S; struct listvar_S; struct listwatch_S; | |||
* | | gendeclarations: Make declarations generator work with macros funcs | ZyX | 2017-03-27 | |
| | | | | | | | | | | Now it checks functions also after every semicolon and closing figure brace, possibly preceded by whitespaces (tabs and spaces). This should make messing with declarations in macros not needed. | |||
* | | gendeclarations: Handle case when text did not match | ZyX | 2017-03-27 | |
| | | ||||
* | | gendeclarations: Also save information about directory | ZyX | 2017-03-27 | |
| | | ||||
* | | gendeclarations: Save where declaration is comping from | ZyX | 2017-03-27 | |
| | | ||||
* | | scripts: Make generate_vim_module more generic | ZyX | 2017-03-27 | |
| | | ||||
* | | genmsgpack: Include error source in error messages | ZyX | 2017-03-27 | |
| | |