1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-04 14:55:41 +02:00
cdt/core/org.eclipse.cdt.core.linux.x86_64
Torbjörn Svensson 49dc726dd1 Bug 521515: Use channel object for native stream access
On Linux and mac, a simple int will do for accessing streams (file
descriptor).
On Windows, a HANDLE is used. This is in reality a pointer and on 64
bit JVM, the pointer will not fit in an int. To not force a change to
the API everytime a different platform has a different requirement
for accessing streams, use a common interface and specific classes
that is known by the native part. The java part of the function
block should just pass the object back to the native code when
needing to reference an open stream.

Change-Id: Ibc3ff5c85735dac6a0ce8e9a1f25b839d7e9aab9
Signed-off-by: Torbjörn Svensson <azoff@svenskalinuxforeningen.se>
2020-08-12 11:48:35 -04:00
..
.settings [releng] Remove and add .prefs files according to improved cleanliness script 2020-04-26 14:52:45 -04:00
META-INF Bug 564123: Remove deprecated method from EnvironmentReader 2020-06-13 18:01:08 -04:00
os/linux/x86_64 Bug 521515: Use channel object for native stream access 2020-08-12 11:48:35 -04:00
.project Added the x86_64 linux port as supplied by Intel. Removed the HPUX port from the build scripts. Restructured the fragments so that the arch specific bits of the linux port get their own fragments. 2005-04-04 15:37:05 +00:00
about.html Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.sh 2018-11-22 20:31:51 +00:00
build.properties Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.sh 2018-11-22 20:31:51 +00:00
plugin.properties [releng] Add missing plugin.properties 2018-02-15 07:31:25 -05:00
pom.xml Bug 564123: Remove deprecated method from EnvironmentReader 2020-06-13 18:01:08 -04:00