| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-10-21 | Add zig as compiler for parser | maxxnino | |
| 2021-10-01 | feat(install): add options `prefer_git` and `command_extra_args` | Stephan Seitz | |
| Fixes #1888 | |||
| 2021-08-25 | Replaces curl argument: --no-progress-meter -> --silent | Eduardo Cuducos | |
| Fix #1748 | |||
| 2021-08-24 | fix(dowload): don't display curl progress | Thomas Vigouroux | |
| Fixes #1731 | |||
| 2021-07-19 | "-z" needs to come before "-f". | Laurence Tratt | |
| 2021-07-19 | Add `-z` switch to tar. | Laurence Tratt | |
| Some versions of tar automatically infer `-z` if a `.gz` (or other compressed extension) file is passed -- but some, including OpenBSD's, don't do this and require an explicit `-z`. As far as I know, any version of tar which automatically unzips files supports `-z` so this should be a backwards compatible change for most versions of tar. | |||
| 2021-07-04 | Use stylua for autoformat code (#1480) | Santos Gallegos | |
| 2021-04-15 | remove developer mode error message | Daniel Bendel | |
| 2021-04-15 | split is_github_or_gitlab again | Daniel Bendel | |
| 2021-04-15 | remove single-branch and branch arguments on git call | Daniel Bendel | |
| 2021-04-15 | fix undefined variable | Daniel Bendel | |
| 2021-04-15 | a little less variables :) | Daniel Bendel | |
| 2021-04-15 | removed core.symlinks=true from git call | Daniel Bendel | |
| 2021-04-15 | use utils.join_path | AdnoC | |
| 2021-04-15 | use locked revision when downloading via git | AdnoC | |
| 2021-04-15 | fix windows check | AdnoC | |
| 2021-04-15 | style | AdnoC | |
| 2021-04-15 | Do not use builtin tar on Windows | AdnoC | |
| Several parsers (typescript and ocaml specifically) contain symlinks in their repo. The tar built into Windows cannot handle them. So, on Windows just use git to download parsers. | |||
| 2021-03-04 | Add Windows support for cl.exe | Jozef Grajciar | |
| Co-authored-by: Stephan Seitz <stephan.seitz@fau.de> | |||
| 2021-03-02 | Fix: Allow repo.url to end in ".git" | Stephan Seitz | |
| 2021-03-02 | Fix #972: Add tar-download support for Gitlab | Stephan Seitz | |
| 2021-02-27 | chore: remove useless code and indent files | kiyan | |
| 2020-12-12 | Add fix for vim.fn.executable(vim.NIL) | Stephan Seitz | |
| This might be a hard error in future: https://github.com/neovim/neovim/issues/13485 https://github.com/vim/vim/commit/7bb4e74c38642682cfdd0cb4052adfa5efdd7dd1 | |||
| 2020-10-06 | Code Refactor | Suhas Hebbar | |
| - Move select_* function to shell_command_selectors.lua. - Rename select_args to select_compiler_args. | |||
