mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 13:42:30 +02:00
![]() Refactors the initialization code of PTY to allow code to avoid loading WinPTY if it isn't needed. The previous code would load WinPTY even if ConPTY was in use. To achieve this the code was refactored to have cleaner state with a new field ptyType that replaces isConPTY, isWinPTY and hasPTY. This is needed so that WoA can run without needing to port the unneeded WinPTY library. In particular, the winpty.dll and pty.dll are no longer used on WoA. Part of #969 |
||
---|---|---|
.. | ||
org.eclipse.cdt.core | ||
org.eclipse.cdt.core.linux | ||
org.eclipse.cdt.core.linux.aarch64 | ||
org.eclipse.cdt.core.linux.ppc64le | ||
org.eclipse.cdt.core.linux.x86_64 | ||
org.eclipse.cdt.core.macosx | ||
org.eclipse.cdt.core.native | ||
org.eclipse.cdt.core.tests | ||
org.eclipse.cdt.core.win32 | ||
org.eclipse.cdt.core.win32.aarch64 | ||
org.eclipse.cdt.core.win32.x86_64 | ||
org.eclipse.cdt.ui | ||
org.eclipse.cdt.ui.tests | ||
pom.xml |