Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-04-04Fix for 225272: Problems with spawner and fast (Dual Core) machinesAnton Leherbauer2-981/+961
Patch by Johann Draschwandtner (Wind River)
2008-02-15Fix manifest warningsAnton Leherbauer3-3/+3
2007-11-06Upversion plug-ins to 5.0.0Anton Leherbauer1-2/+2
2007-09-05This isn't a binary.Doug Schaefer1-481/+481
2007-08-31Fix for 182099 - The wrong proc names were use for the Job object calls. To ↵Doug Schaefer2-24/+11
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-06-14Fix up copyrights.Doug Schaefer10-17/+17
2007-06-06Bug 150029 - Patch for Alex - Add quotes around the starter command line to ↵Doug Schaefer2-1/+1
deal with spaces in the path to the starter executable.
2007-05-29Bug 189539 - Fix dates on about.html files to reflect projected release date.Doug Schaefer1-1/+1
2007-05-24Added support for HKEY_CURRENT_USER to the registry access routines.Doug Schaefer2-1/+1
2007-05-24Added support for HKEY_CURRENT_USER to the registry access routines.Doug Schaefer2-26/+59
2007-05-23Removed the nmake tool launcer.Doug Schaefer1-8/+0
2007-05-16Patch for Ken Ryall - 186436 - add getLocalMachineKeyName() native method.Doug Schaefer2-0/+40
2007-05-16Bug 176353 - For cygwin apps started by the Spawner, use the cygwin kill ↵Doug Schaefer18-1185/+424
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-04Move winreg into a sub directory. I'll eventually do this with all of our ↵Doug Schaefer2-0/+28
components and move them all to MinGW.
2007-04-25Bug 183382 - Added JNICALL to the winreg native code to fix a crash that was ↵Doug Schaefer4-29/+15
happening on Vista with IBM's VM. Also moved this build to use MinGW instead of MSVC.
2007-04-25Fix up the ASCII property for these files.Doug Schaefer14-2191/+2191
2007-03-22Fix for 178786: Incorrect Plugin detailsAnton Leherbauer1-1/+1
2006-10-11Upversion to 4.0.0 and fix dependency version ranges (bug 157543)Anton Leherbauer1-3/+3
2006-06-23Updated copyright dates to reflect latest in CVS.Doug Schaefer2-2/+2
2006-06-23Update Copyright dates and fix those that had no copyrights.Doug Schaefer7-32/+52
2006-05-24Updated the about.html files.Doug Schaefer1-15/+17
2006-05-11Patch for Ling@nokia. New entry to windows registry utility.Doug Schaefer2-0/+40
2006-05-03Makes this compilable with MVC++6.0, related to bug 139891Markus Schorn2-9/+1
2006-05-03Updated starter.exe from Markus Schorn to fix the bug#139891Mikhail Sennikovsky1-0/+0
2006-05-02Removed killer.cpp.Doug Schaefer4-399/+2
2006-04-27Removes command line length limitation and implements method available(), ↵Markus Schorn2-0/+0
bug 119618, 138444.
2006-04-27Removes command line length limitation, bug 138444.Markus Schorn2-24/+113
2006-04-27Changes to source to fix 119618, binaries to be compiled.Markus Schorn1-0/+12
2006-04-08Added the external tool launcher I used to build the winreg DLL.Doug Schaefer1-0/+8
2006-04-03Make the Windows registry code a little more robust.Doug Schaefer2-27/+4
2006-04-03Windows registry access utility.Doug Schaefer4-0/+63
2006-01-03Trying out the .qualifier version for builds.Doug Schaefer1-1/+1
2005-12-02Got rid of the static project references in our .project files. PDE takes ↵Doug Schaefer1-1/+0
care of all this now through the plugin dependencies. Also fixed the wording of the PDOM enabler to make sure people know this is a work in progress.
2005-11-15Made all of the plugins OSGi components.Doug Schaefer3-17/+13
2005-11-10Upversioned everything. Changed the features to not unpack the plugins that ↵Doug Schaefer1-2/+2
don't have shared libraries.
2005-06-23CPL to EPL transistion - license header update for QNXDavid Inglis18-122/+142
2005-06-23EPL'ing the CDT.Doug Schaefer2-0/+32
2005-03-24cleanup,David Inglis1-1/+1
nls proivder name removed some uneed files
2004-12-22Updated the version numbers to 3.0.0.Doug Schaefer1-2/+2
2004-11-18Updated the Windows spawner DLL to build using MinGW gcc.Doug Schaefer5-16/+50
2004-11-162004-11-16 Alain MagloireAlain Magloire4-0/+17
Update the library interface to changes in java from Spawner * library/Spawner.h * Win32ProcessEx.c * os/win32/x86/spawner.dll
2004-11-042004-11-04 Alex ChapiroAlain Magloire3-35/+114
Update files. * library/spawner.mak * library/starter/starter.mak
2004-10-062004-09-06 Alex ChapiroAlain Magloire3-1/+8
Fix for PR 75677 * os/win32/x86/spawner.dll * library/Win32ProcessEx.c
2004-08-132004-0813 Alex ChapiroAlain Magloire9-6/+582
Fix for PR PR 71601 * os/win32/x86/spawner.dll * os/win32/x86/starter.exe * library/Win32ProcessEx.c * library/starter/killer.cpp * library/starter/killer.h * library/starter/starter.cpp * library/starter/starter.dsp * library/starter/starter.dsw
2004-07-21patch form AlexAlain Magloire1-1/+1
2004-07-202004-07-20 Alain MagloireAlain Magloire5-6/+46
Fix for PR 70359 Binaries regenerated * library/Win32ProcessEx.c * library/starter/starter.cpp * os/win32/x86/spawner.dll * os/win32/x86/starter.dll
2004-07-15Upversioning head to 2.1.0.Doug Schaefer1-2/+2
2004-06-25update copyrightDavid Inglis2-0/+20
2004-06-21Fixed up the fragment name properties. Apparently youDoug Schaefer2-4/+2
have to put them in the plugin.properties file. Weird.
2004-06-10last changes for runtime.compatiblity dependency removalDavid Inglis1-1/+0

Back to the top