1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

134 commits

Author SHA1 Message Date
Sergey Prigogin
3be412111c Bumped up feature versions for Kepler. 2012-06-28 11:08:11 -07:00
Sergey Prigogin
09967ad791 Version number changes missed in the previous commit. 2011-10-19 20:53:44 -07:00
Sergey Prigogin
2932f9122c Updated parent feature version in pom.xml files. 2011-10-19 19:32:07 -07:00
Doug Schaefer
9ec9113700 Update version numbers for Juno. 2011-09-22 15:03:14 -04:00
Doug Schaefer
28aea5e385 clean up last of the plug-in jars. 2011-09-02 15:21:56 -04:00
Marc-Andre Laperle
ebfa9bcd0a Bug 236330 - win32-x86_64 support 2011-07-31 22:06:39 -04:00
Marc-Andre Laperle
4c60d237d0 Fix core.win32 not unpacking 2011-07-12 01:27:37 -04:00
Doug Schaefer
d7092b12c9 Mavenizing CDT releng.
Also removed unsupported cdt.core fragments from the platform feature.
2011-06-28 05:21:58 -04:00
James Blackburn
b911acf559 Bug 314504 ProcessList leaks file descriptors during #getProcessList() 2010-05-27 10:01:52 +00:00
John Cortell
9d3d836047 Simplify BOOL check. 2010-04-30 14:22:35 +00:00
John Cortell
d76884f42a Bug 311182: Enhance Spawner JNI code to use DebugBreakProcess when running on >= XP 2010-04-30 14:22:34 +00:00
John Cortell
ea7d84d9f8 Bug 304096: Fix interrupting Cygwin gdb for both DSF-GDB and CDI-GDB. Send a real CTRL-C; don't use 'kill -SIGINT' 2010-04-26 20:56:06 +00:00
Anton Leherbauer
6c5788f399 Bug 248071 - Improved pty support for terminal emulation
Thanks go to Mirko Raner, Pawel Piech, James Blackburn, et al.
2010-02-17 11:48:28 +00:00
Anton Leherbauer
5e58b2deb1 [292127] Reading process output blocked when message length is exactly 1024, patch by Thierry Goldwaser 2009-10-16 09:06:14 +00:00
John Cortell
24b07e23d7 Bugzilla 282943. Don't use PulseEvent; Microsoft says it's unreliable. Someone looking at the code at Freescale saw its use in the code and raised a flag. This change is proactive; no problematic behavior was actually observed. See http://msdn.microsoft.com/en-us/library/ms684914(VS.85).aspx 2009-07-09 19:30:28 +00:00
John Cortell
f5e04ac9f4 Addressed Anton's suggestion to specify the signal sans "SIG" when invoking the kill command, which is technically how it should be specified, though cygwin supports it either way. 2009-07-08 12:40:03 +00:00
John Cortell
cb443c104d Fixed:
282735 - starter.exe can end up rapid-firing CTRL-C's to process that won't die
282736 - starter.exe should support SIGKILL
2009-07-07 19:57:21 +00:00
Anton Leherbauer
bd18850a17 Bug 269223 - Spawner broken pipe problem 2009-03-19 13:21:44 +00:00
Anton Leherbauer
2e65ed8af0 Bug 265598 - EOF does not work in console 2009-03-10 11:37:51 +00:00
Vivian Kong
729b639f75 update bundle version 2008-11-24 19:00:15 +00:00
Markus Schorn
6875e287df Fix warnings. 2008-04-24 15:45:37 +00:00
Anton Leherbauer
b7e830fccc Fix for 225272: Problems with spawner and fast (Dual Core) machines
Patch by Johann Draschwandtner (Wind River)
2008-04-04 07:19:10 +00:00
Anton Leherbauer
8f9be92af5 Fix manifest warnings 2008-02-15 10:29:25 +00:00
Anton Leherbauer
8629e6b5d1 Upversion plug-ins to 5.0.0 2007-11-06 08:02:32 +00:00
Doug Schaefer
2d980092d9 This isn't a binary. 2007-09-05 14:17:42 +00:00
Doug Schaefer
5e002f83a2 Fix for 182099 - The wrong proc names were use for the Job object calls. To fix, I've gotten rid of the GetProcAddress calls and called these functions directly. Since these functions are only available on Windows 2000 and later, we have now officially dropped Windows NT4.0 and earlier. 2007-08-31 18:17:11 +00:00
Doug Schaefer
3a9a7e6e6c Fix up copyrights. 2007-06-14 18:10:16 +00:00
Doug Schaefer
514d90bbc9 Bug 150029 - Patch for Alex - Add quotes around the starter command line to deal with spaces in the path to the starter executable. 2007-06-06 15:58:34 +00:00
Doug Schaefer
77bb9964a6 Bug 189539 - Fix dates on about.html files to reflect projected release date. 2007-05-29 03:48:49 +00:00
Doug Schaefer
1d421414b9 Added support for HKEY_CURRENT_USER to the registry access routines. 2007-05-24 04:10:30 +00:00
Doug Schaefer
4082f4efa8 Added support for HKEY_CURRENT_USER to the registry access routines. 2007-05-24 04:08:08 +00:00
Doug Schaefer
0eb470fd43 Removed the nmake tool launcer. 2007-05-23 20:14:44 +00:00
Doug Schaefer
c773868cfd Patch for Ken Ryall - 186436 - add getLocalMachineKeyName() native method. 2007-05-16 17:02:45 +00:00
Doug Schaefer
7a63a01f7b Bug 176353 - For cygwin apps started by the Spawner, use the cygwin kill utility to send it signals. Also wrote the makefile to use g++ for the spawner. Finally replace all VS projects with makefiles for MinGW. 2007-05-16 02:05:04 +00:00
Doug Schaefer
69ee033a1a Move winreg into a sub directory. I'll eventually do this with all of our components and move them all to MinGW. 2007-05-04 14:57:10 +00:00
Doug Schaefer
4be0fe893c Bug 183382 - Added JNICALL to the winreg native code to fix a crash that was happening on Vista with IBM's VM. Also moved this build to use MinGW instead of MSVC. 2007-04-25 19:20:08 +00:00
Doug Schaefer
1d7403d060 Fix up the ASCII property for these files. 2007-04-25 18:29:42 +00:00
Anton Leherbauer
1e05776561 Fix for 178786: Incorrect Plugin details 2007-03-22 14:44:59 +00:00
Anton Leherbauer
b7f5c2f33e Upversion to 4.0.0 and fix dependency version ranges (bug 157543) 2006-10-11 12:28:54 +00:00
Doug Schaefer
a48b5f55b1 Updated copyright dates to reflect latest in CVS. 2006-06-23 17:52:45 +00:00
Doug Schaefer
17464c08f4 Update Copyright dates and fix those that had no copyrights. 2006-06-23 17:27:03 +00:00
Doug Schaefer
7b0cf6dc03 Updated the about.html files. 2006-05-24 13:51:50 +00:00
Doug Schaefer
cb183a6622 Patch for Ling@nokia. New entry to windows registry utility. 2006-05-11 15:13:25 +00:00
Markus Schorn
f8bfa05b18 Makes this compilable with MVC++6.0, related to bug 139891 2006-05-03 10:40:34 +00:00
Mikhail Sennikovsky
4af8a6b35b Updated starter.exe from Markus Schorn to fix the bug#139891 2006-05-03 10:27:53 +00:00
Doug Schaefer
2ba5d92ebb Removed killer.cpp. 2006-05-02 20:11:25 +00:00
Markus Schorn
f71ec39ffc Removes command line length limitation and implements method available(), bug 119618, 138444. 2006-04-27 16:23:38 +00:00
Markus Schorn
258e48d547 Removes command line length limitation, bug 138444. 2006-04-27 16:20:53 +00:00
Markus Schorn
8272805b36 Changes to source to fix 119618, binaries to be compiled. 2006-04-27 16:16:09 +00:00
Doug Schaefer
141bcef364 Added the external tool launcher I used to build the winreg DLL. 2006-04-08 01:17:22 +00:00