1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 06:02:11 +02:00
cdt/core
Jonah Graham 4e92239952 Bug 562776: Use Windows ConPTY API instead of WinPTY
There are lots of bugs in WinPTY, while upgrading WinPTY would
resolve some of them, there are others that are unresolvable. See
https://devblogs.microsoft.com/commandline/windows-command-line-introducing-the-windows-pseudo-console-conpty/
for a backgrounder on the general subject.

In this first version ConPTY won't be enabled by default, it requires
system property
org.eclipse.cdt.core.conpty_enabled=true
to be set. i.e. start Eclipse with:
-vmargs -Dorg.eclipse.cdt.core.conpty_enabled=true

In a future version the default will change to on if available,
so to force it off use:
org.eclipse.cdt.core.conpty_enabled=false

Change-Id: Ib2df0095027c23f20daa6aa044d9e5f0b0443164
2021-05-23 20:49:26 -04:00
..
org.eclipse.cdt.core Bug 568957 - Missing significant macros on hdrs with pragma once syntax 2021-05-17 21:59:39 -04:00
org.eclipse.cdt.core.linux Bug 572552 - CDT releng: update versions to 10.3.0 2021-04-04 16:17:25 -04:00
org.eclipse.cdt.core.linux.aarch64 Bug 572875 and Bug 572878: Sign .jnilib/.dll in production builds 2021-04-29 14:39:00 -04:00
org.eclipse.cdt.core.linux.ppc64le Bug 572875 and Bug 572878: Sign .jnilib/.dll in production builds 2021-04-29 14:39:00 -04:00
org.eclipse.cdt.core.linux.x86_64 Bug 572875 and Bug 572878: Sign .jnilib/.dll in production builds 2021-04-29 14:39:00 -04:00
org.eclipse.cdt.core.macosx Bug 572875 and Bug 572878: Sign .jnilib/.dll in production builds 2021-04-29 14:39:00 -04:00
org.eclipse.cdt.core.native Bug 562776: Use Windows ConPTY API instead of WinPTY 2021-05-23 20:49:26 -04:00
org.eclipse.cdt.core.tests Bug 573560: Mark GCC constexpr message as info 2021-05-15 19:43:18 -04:00
org.eclipse.cdt.core.win32 Bug 572552 - CDT releng: update versions to 10.3.0 2021-04-04 16:17:25 -04:00
org.eclipse.cdt.core.win32.x86_64 Bug 572875 and Bug 572878: Sign .jnilib/.dll in production builds 2021-04-29 14:39:00 -04:00
org.eclipse.cdt.ui Bug 573498: Fix bg color when hovering over annotations in dark mode 2021-05-15 16:21:33 -04:00
org.eclipse.cdt.ui.tests Bug 572552 - CDT releng: update versions to 10.3.0 2021-04-04 16:17:25 -04:00
pom.xml Bug 572552 - CDT releng: update versions to 10.3.0 2021-04-04 16:17:25 -04:00