aboutsummaryrefslogtreecommitdiff
path: root/third-party/patches
Commit message (Collapse)AuthorAge
* build/msvc: Add support for building gettext tools with MSVCb-r-o-c-k2018-06-09
| | | | | Only includes the tools needed for Neovim: xgettext, msgfmt, and msgmerge.
* deps: Fix libvterm and libtermkey escape sequences for MSVCb-r-o-c-k2018-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 patchb-r-o-c-k2018-06-03
|
* win: open child stdio handles in overlapped-mode (#8113)Björn Linse2018-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 CMakeb-r-o-c-k2018-04-01
|
* build/windows: Move libtermkey patches into this repositoryb-r-o-c-k2018-04-01
|
* build/msvc: Fix libvterm patchb-r-o-c-k2018-03-26
|
* build/msvc: Add libintl to bundled dependencies (#8163)b-r-o-c-k2018-03-24
|
* build/msvc: Add patch for LuaRocksb-r-o-c-k2018-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 libvtermb-r-o-c-k2018-03-01
The patch removes VLAs because MSVC does not support them.