Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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] | ||
* | 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: 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 |
| | |||
* | 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 |