Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-02-09[263924] - fixed windows command line parsingAlena Laskavaia1-2/+122
2009-02-09Bug 250803 - org.eclipse.cdt.utils.NM.init() method is buggyAnton Leherbauer1-6/+19
2009-02-04API tags for org.eclipse.cdt.core.utils.*, bug 260830.Markus Schorn17-26/+69
2009-01-28[262731] - make access thread safeAlena Laskavaia1-3/+3
2009-01-21RESOLVED - bug 252966: ProjectDescription Storage: It should be possible to e...Chris Recoskie1-1/+1
2008-12-18PR: 259201 - using standard getenv from java 1.5Alena Laskavaia1-91/+12
2008-12-04[257449] - fixed isMax and isZeroAlena Laskavaia1-2/+2
2008-11-04[223695] - updated to add more casesAlena Laskavaia1-24/+25
2008-11-04- fixed indentationAlena Laskavaia1-6/+6
2008-11-04[241072] - added command line parser utility and testsAlena Laskavaia1-0/+122
2008-07-15Fix warnings.Markus Schorn30-139/+150
2008-07-09Fail silently on OOM.Ken Ryall1-1/+1
2008-06-11copyrightsChris Recoskie11-12/+12
2008-05-28protect against throwing out of memory exception when loading (potentially la...Warren Paul1-1/+10
2008-05-28Handle empty names in CygPath.getFileName, bug 214603.Markus Schorn1-1/+5
2008-05-26Fix bogus hasDebug informationAnton Leherbauer1-11/+0
2008-05-23Performance tuning for binary objectsAnton Leherbauer2-12/+63
2008-05-23Fix broken NLS strings in core-plugin, bug 233308.Markus Schorn3-139/+69
2008-05-09Fix warnings.Markus Schorn1-7/+25
2008-05-05Fixes java-doc problems.Markus Schorn33-215/+64
2008-04-29Fix warnings.Markus Schorn19-426/+372
2008-04-28Partial fix for Bugzilla 210116 (CDT spelling errors)Chris Recoskie2-7/+7
2008-04-25Fix warnings.Markus Schorn1-1/+1
2008-04-22Applied patch in 227869. Produce an error if user tries to create memory moni...John Cortell6-60/+113
2008-04-09Team shared warning levels for core-plugin, fixed warnings.Markus Schorn52-13/+181
2008-03-13Better error reporting when process exec failsAnton Leherbauer1-6/+9
2008-03-07216882: Add support for xtensa cpu in ELF machine attributeAnton Leherbauer1-1/+5
2008-03-03Use uname -m instead of uname -p since the latter returns "unknown" on some L...Sergey Prigogin1-1/+2
2008-02-01Fix for 102434: Trying to create ELF archive for non-archive binary files cau...Anton Leherbauer2-73/+92
2007-11-07Fix for 208856, NegativeArraySizeExcpetion in elf reader.Markus Schorn1-10/+12
2007-09-18Stop using the Spawner when you don't need interrupt(). CygPath has been hang...Doug Schaefer1-3/+2
2007-09-18Fix problem extracting the list of source files.Ken Ryall1-28/+215
2007-08-31Revert handling of InterruptedExceptionAnton Leherbauer1-4/+8
2007-08-30Fix Platform.getOSArch for WindowsAnton Leherbauer1-3/+12
2007-08-30Fixes a NPE when uname cannot be found in the path.Markus Schorn1-4/+11
2007-08-28Fix for 200327: Platform.getOSArch() should return real architecture on x86_64Anton Leherbauer1-21/+32
2007-08-25Bug 201000Ken Ryall1-4/+8
2007-07-27Fix for 196626, NPE in BinaryParser.Markus Schorn1-6/+7
2007-07-26Fix for [Bug 197654] NoSuchElementException during "CDT Startup"Mikhail Sennikovsky1-5/+5
2007-07-11Fix for 115984: Elf editor ExternalEditorInput too limitedAnton Leherbauer1-3/+3
2007-06-28Fix for [Bug 194757] Cannot replace environment variables in C/C++ Build/Envi...Mikhail Sennikovsky1-2/+25
2007-06-14Fix up copyrights.Doug Schaefer10-15/+15
2007-06-07Stop cygpath from being called on non-Windows platforms.Doug Schaefer1-0/+4
2007-06-051. language setting entries calculation fixesMikhail Sennikovsky1-2/+6
2007-05-24Added support for HKEY_CURRENT_USER to the registry access routines.Doug Schaefer1-1/+35
2007-05-16Patch for Michael Rennie - Bug 186223 - Cleanup unused imports in CDT Core.Doug Schaefer4-4/+0
2007-05-16Patch for Ken Ryall - 186436 - add getLocalMachineKeyName() native method.Doug Schaefer1-0/+12
2007-05-16Bug 176353 - For cygwin apps started by the Spawner, use the cygwin kill util...Doug Schaefer1-1/+1
2007-02-281.Additional fix for the [Bug 175581] Includes path entry not filled out with...Mikhail Sennikovsky1-2/+2
2007-02-281. Fix to [Bug 175836] project build macro no longer resolved in the new proj...Mikhail Sennikovsky1-2/+2

Back to the top