Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-02-03 | Bug 521515: Update to JNA 5.6.0 | Jonah Graham | 1 | -3/+3 | |
Change-Id: Id56f6366e0bbaa33b1d0967cd64487fc173b3833 | |||||
2020-11-11 | Bug 568079: Reducing transitions from JAVA to native code (part 1) | Torbjörn Svensson | 1 | -2/+2 | |
Advapi32Util.registryGetValues() is more efficient to fetch all the values since the regiter only needs to be opened once. XXX: Due to a cycle in the dependencies we need to split this in two parts, this commit handles the core.native API change and the next commit handles the use of the new API Change-Id: Ifd9f1ccc44c652ef3b517278bd342a486155c5fb Signed-off-by: Torbjörn Svensson <azoff@svenskalinuxforeningen.se> | |||||
2020-08-24 | Bug 562494: Update BREE to Java 11 | Jonah Graham | 1 | -1/+1 | |
Change-Id: I0c91aafc0cb1b179936acbd4c9df2d961899e3fa | |||||
2020-07-17 | Bug 521515 - List running tasks using JNA on win32 | Torbjörn Svensson | 1 | -0/+2 | |
As Eclipse only support 64-bit JRE on Windows, some legacy support has been dropped. * Dropped support for listing 16-bit applications using NTVDM.EXE process (was only supported on 32-bit WinNT based systems). * Dropped support for listing processes on non-WinNT based systems (Windows 9x/ME is 32-bit only). Signed-off-by: Torbjörn Svensson <azoff@svenskalinuxforeningen.se> Change-Id: Ib827de6510a342c0de5c6eaca68a944b2f1d641e | |||||
2020-06-13 | Bug 564123: Remove deprecated method from EnvironmentReader | jantje | 1 | -2/+2 | |
EnvironmentReader.getRawEnvVars has a better replacement, EnvironmentReader.getEnvVars Change-Id: I91b209f3f601b748dd5d635ff44a36765d519e49 Signed-off-by: jantje <eclipse@baeyens.it> | |||||
2018-10-30 | Bug 540610 - Add Automatic-Module-Name header | Karsten Thoms | 1 | -0/+1 | |
Change-Id: Ia990b24469751050dd9ec8f9b5550804816308b3 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de> | |||||
2018-10-23 | Bug 540367 - Increment version numbers | William Riley | 1 | -1/+1 | |
Change-Id: I4a355170a7075f0a98ba3c1a5131c235c89b07d2 | |||||
2016-06-22 | Move the rest of the CDT plugins to java 8 | Marc Khouzam | 1 | -1/+1 | |
This change was generated using the script: releng/scripts/ChangeJavaVersion.sh Change-Id: I2ad96dc682a5acb8529c3edec40de279c331b5a4 | |||||
2016-04-19 | Bug 491972 - [winpty] Not enough storage is available to process this command | Anton Leherbauer | 1 | -1/+1 | |
2015-03-25 | Move some leftover plugins from Java 4 to Java 7. | Marc Khouzam | 1 | -1/+1 | |
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com> | |||||
2014-05-26 | Bug 303083 - Rename spawner bundle to 'native' | Doug Schaefer | 1 | -1/+1 | |
Native more accurately reflects what we've put there. They're native utilities that can be reused by other Eclipse bundles to access native services. Also fixed up the cdt 4.4 target which had fixed version numbers for some of the dependencies and used RSE out of the Luna repo instead of their latest milestones. Change-Id: I259aa9e92212409378679a8c61bf2fffd05c67a2 Reviewed-on: https://git.eclipse.org/r/27304 Tested-by: Hudson CI Reviewed-by: Doug Schaefer <dschaefer@qnx.com> | |||||
2014-05-26 | Bug 303083 - Split out the CDT Spawner into a separate feature | Martin Oberhuber | 1 | -2/+2 | |
This commit creates a new feature "org.eclipse.cdt.spawner" which is included by the cdt.platform feature and only holds the CDT native code fragments along with a new bundle named "org.eclipse.cdt.core.spawner" as their new fragment host. This new feature and bundle provide access to the CDT PTY, Spawner, Windows Registry Accesss and Tasklist capabilities without having to depend on the full cdt.core bundle. Nothing changes for existing consumers of the cdt.platform feature, or cdt.sdk feature (the new feature and bundle are installed and pulled in automatically). Consumers who only installed the org.eclipse.cdt bundle in the past will now also need the new spawner bundle. Change-Id: I3943b35948d1bba4771f715c5e700570aa2ae125 Signed-off-by: Martin Oberhuber <martin.oberhuber@windriver.com> Reviewed-on: https://git.eclipse.org/r/27225 Tested-by: Hudson CI Reviewed-by: Anton Leherbauer <anton.leherbauer@windriver.com> Tested-by: Anton Leherbauer <anton.leherbauer@windriver.com> Reviewed-by: Doug Schaefer <dschaefer@qnx.com> | |||||
2012-10-13 | Remove fragment jars. Add missing property files. (Cherry picked 8_0) | Doug Schaefer | 1 | -1/+0 | |
2011-09-22 | Update version numbers for Juno. | Doug Schaefer | 1 | -1/+1 | |
2011-08-01 | Bug 236330 - win32-x86_64 support | Marc-Andre Laperle | 1 | -1/+0 | |
2011-07-12 | Fix core.win32 not unpacking | Marc-Andre Laperle | 1 | -0/+1 | |
2010-02-17 | Bug 248071 - Improved pty support for terminal emulation | Anton Leherbauer | 1 | -2/+3 | |
Thanks go to Mirko Raner, Pawel Piech, James Blackburn, et al. | |||||
2008-11-24 | update bundle version | Vivian Kong | 1 | -1/+1 | |
2008-02-15 | Fix manifest warnings | Anton Leherbauer | 1 | -0/+1 | |
2007-11-06 | Upversion plug-ins to 5.0.0 | Anton Leherbauer | 1 | -2/+2 | |
2007-03-22 | Fix for 178786: Incorrect Plugin details | Anton Leherbauer | 1 | -1/+1 | |
2006-10-11 | Upversion to 4.0.0 and fix dependency version ranges (bug 157543) | Anton Leherbauer | 1 | -3/+3 | |
2006-01-03 | Trying out the .qualifier version for builds. | Doug Schaefer | 1 | -1/+1 | |
2005-11-15 | Made all of the plugins OSGi components. | Doug Schaefer | 1 | -0/+9 | |
- Members
- Working Groups
- Projects
- Community
- Participate
- Eclipse IDE
-
More
-
-
Community
- Marketplace
- Events
- Planet Eclipse
- Newsletter
- Videos
- Blogs
-
Participate
- Report a Bug
- Forums
- Mailing Lists
- Wiki
- IRC
- Research
-
-
-
-
Search
-