Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | build/msvc: Add support for building gettext tools with MSVC | b-r-o-c-k | 2018-06-09 |
| | | | | | Only includes the tools needed for Neovim: xgettext, msgfmt, and msgmerge. | ||
* | deps: Fix libvterm and libtermkey escape sequences for MSVC | b-r-o-c-k | 2018-06-03 |
| | | | | | The escape sequence `\e` is non-standard and not supported by MSVC. It caused the terminal emulator to incorrectly interpret certain keys. | ||
* | deps: Upgrade LuaRocks and remove patch | b-r-o-c-k | 2018-06-03 |
| | |||
* | win: open child stdio handles in overlapped-mode (#8113) | Björn Linse | 2018-04-25 |
| | | | This will be used e.g. by the python client for native asyncio support | ||
* | build/windows: Patch Luv with a patch file instead of CMake | b-r-o-c-k | 2018-04-01 |
| | |||
* | build/windows: Move libtermkey patches into this repository | b-r-o-c-k | 2018-04-01 |
| | |||
* | build/msvc: Fix libvterm patch | b-r-o-c-k | 2018-03-26 |
| | |||
* | build/msvc: Add libintl to bundled dependencies (#8163) | b-r-o-c-k | 2018-03-24 |
| | |||
* | build/msvc: Add patch for LuaRocks | b-r-o-c-k | 2018-03-01 |
| | | | | LuaRocks bundles an outdated wget.exe for downloading packages on Windows. It is too old to support GitHub's TLS, so this patch will replace it with curl. | ||
* | build/msvc: Add patch for libvterm | b-r-o-c-k | 2018-03-01 |
The patch removes VLAs because MSVC does not support them. |