Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-04-15Updating values for macro definitions found by the scanner discovery, bug ↵Markus Schorn2-58/+26
227108.
2008-04-10Fix for 226453: NPE in CygpathTranslator if no Cygwin installedAnton Leherbauer1-17/+18
2008-04-08applied patch from bug #225777.Warren Paul7-32/+205
2008-04-04Various changes for EFSChris Recoskie1-3/+7
- Fixed many NPEs in the build system that occurred when IProject.getLocation() returned null - Created new IStorage implementation (EFSFileStorage) for the editor which can handle EFS resources - added some utility methods for handling EFS resources
2008-04-02Fix for 194578: NPE when attempting to edit a (new type) Makefile on a ↵Anton Leherbauer11-157/+180
remote system Patch by David Inglis
2008-03-25Warning eliminationOleg Krasilnikov1-3/+3
2008-03-25Warnings eliminationOleg Krasilnikov2-17/+14
2008-03-18CygpathTranslator should not accept native path without deviceAnton Leherbauer1-7/+28
2008-02-21Removed class Problem, a duplicate of ASTProblem, related to bug 212864.Markus Schorn1-17/+17
2008-02-15Fix manifest warningsAnton Leherbauer1-1/+2
2008-02-05some fixes to project description manager and build system to allow EFS ↵Chris Recoskie1-1/+1
hosted projects to function better
2008-02-04Fix for 216945: GCCPerFileBOPConsoleParser doesn't handle symbolic links ↵Anton Leherbauer3-75/+50
correctly
2008-02-01Fix for 217403: Reduce memory usage of DiscoveredScannerInfoStoreAnton Leherbauer1-18/+16
2008-02-01Fix Java compliance settingsAnton Leherbauer3-2/+18
2008-01-31Bug #182450 : Multi-cfgOleg Krasilnikov3-5/+6
Bug #217253 : Project Wizard head
2008-01-29Fix for 213690: [Scanner Discovery] Wrong resolution of linked resources ↵Anton Leherbauer1-4/+11
(patch by Gerhard Schaber)
2008-01-28Fix for 210125: [Scanner Discovery] Build output file not released (Patch by ↵Anton Leherbauer1-22/+33
Gerhard Schaber)
2008-01-18BUg 212474, check makefile device for included filesKen Ryall1-1/+16
2008-01-18Allow to configure empty macro definitions, bug 215789.Markus Schorn2-15/+40
2007-12-21Fix for 213456: Misuse of IMarker.LOCATION attribute breaks API and leads to ↵Anton Leherbauer1-3/+3
ClassCastExceptions
2007-11-06Upversion plug-ins to 5.0.0Anton Leherbauer1-2/+2
2007-09-18fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=203743David Inglis1-0/+9
2007-09-14Fix for 203059: [Scanner Discovery] Compiler commands within sh -c '...' are ↵Anton Leherbauer3-3/+24
ignored (Patch by Gerhard Schaber) Fix for 203104: GCCScannerInfoConsoleParser too strict when reading compilerCommands
2007-09-12Avoid NPEs when Collector is not defined.Oleg Krasilnikov2-1/+4
2007-09-04Follow up fix for 202093, compare projects directly.Markus Schorn1-11/+4
2007-09-04Fix for 202093 by Gerhard Schaber, per file scanner discovery ignores linked ↵Markus Schorn1-1/+17
folders.
2007-08-24Follow up for 199245, because the sniffer no longer trims lines, the parsers ↵Markus Schorn3-2/+5
have to.
2007-08-09Build Output Concolse parser added for ManagedGCC discpvery profilesMikhail Sennikovsky1-0/+4
2007-07-27Additional fix for [Bug 197685] CfgScannerConfigInfo should getContainer ↵Mikhail Sennikovsky2-3/+9
with proper profileId
2007-07-26Fix for 197930, Scanner Discovery handling if-statements.Markus Schorn2-5/+5
2007-07-24Update changed plugins to 4.0.1.Doug Schaefer1-1/+1
2007-07-18Fix for 196823, JUnit failures of scanner discoveryMarkus Schorn7-508/+365
2007-07-16Fix for 157870 by James Blackburn, per-file-scanner discovery skips options ↵Markus Schorn1-11/+5
not related to the include path.
2007-06-18Fix for 193088 by Gerhard Schaber, NPE using workspace-root as include entry.Markus Schorn1-8/+10
2007-06-14Fix up copyrights.Doug Schaefer55-56/+56
2007-06-13Fix for 192406 by Gerhard Schaber, NPE in PerFileSICollector.Markus Schorn1-2/+4
2007-06-11Bug 191963 - Remove warning marker when cygpath not found.Doug Schaefer1-10/+1
2007-06-11Bug 191963 - Remove warning marker when cygpath not found.Doug Schaefer1-11/+11
2007-06-05Fix possible IndexOutOfBoundsException (follow-up for 189909)Anton Leherbauer1-1/+1
2007-06-04Fix for 186065: StringIndexOutOfBoundsException in GCCScannerInfoConsoleParserAnton Leherbauer1-2/+4
Patch by Sergey Prigogin (Google)
2007-05-30Fix for 189909 by Gerhard Schaber, scanner discovery does not handle -iquoteMarkus Schorn4-18/+66
2007-05-29Fix for 188997, double includes, missing includes, wrong interpretation of ↵Markus Schorn1-31/+29
IDASH.
2007-05-29Bug 189539 - Fix dates on about.html files to reflect projected release date.Doug Schaefer1-1/+1
2007-05-25Fix for 189127: Opening project with per file scanner discovery is extremely ↵Anton Leherbauer1-8/+5
slow
2007-05-25Fix for the [Bug 186996] Scanner discovery cache not deleted with project deleteMikhail Sennikovsky2-1/+6
2007-05-25Fix for 187910: Scanner discovery does not support compiler pathsAnton Leherbauer1-10/+30
Patch by Gerhard Schaber (Wind River)
2007-05-24Bug 155195 - Make a couple of methods public.Doug Schaefer2-2/+2
2007-05-18Patch for Gerhard - 156008 - Fixes to the per file output parser for scanner ↵Doug Schaefer5-75/+374
discovery.
2007-04-24Bug 182173 - My final fix to make sure the build environment settings get ↵Doug Schaefer1-1/+18
passed down to the external commands to properly find the compiler.
2007-04-24Strip off the wrapper script on the command line.Doug Schaefer1-9/+17

Back to the top