ismail-yilmaz / upp-components

A collection of packages for U++ framework.
Other
35 stars 2 forks source link

PtyProcess: Winpty should be made into a U++ plugin and statically linked. #12

Closed ismail-yilmaz closed 3 years ago

ismail-yilmaz commented 3 years ago

I have already managed to compile and statically link winpty library with stock Upp and the bundled clang compiler with very little wrestling . Not to mention that winpty has MIT license.. This means we can simply provide the library with the PtyProcess package, and preferably make it the default backend, for easy maintenance and development. This shouldn't take more than a week or so.

ismail-yilmaz commented 3 years ago

Done: eea0e1836ffadd99589d3a3f33c6c237b977aed8

winpty is now part of PtyProcess package, not a plugin, and it is the default backend.