Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2005-07-05Fix for 102709: Conversion to LONG_NAME/SHORT_NAME in ↵Vladimir Hirsl2-18/+37
GCCPerFileBOPConsoleParser causes problems. Conversion to a generic command line now excludes -include and -imacros options.
2005-07-05Fix for 102348: cygpath not found.Vladimir Hirsl1-0/+15
Cygpath is asked for translation only if "/..." include paths are discovered on WIN32 platform.
2005-07-04fixed bug#94981David Inglis3-19/+48
2005-07-04fixed for bug#94831David Inglis4-21/+49
2005-06-29Re-fix for PR 102058: Per file discovery + Extended Scanner Info + C Project ↵Vladimir Hirsl2-2/+6
does not work Fixing per project scanner config discovery too.
2005-06-29Fix for PR 102058: Per file discovery + Extended Scanner Info + C Project ↵Vladimir Hirsl2-7/+6
does not work. Fixed a bug with unitial updating of discovered scanner info.
2005-06-28Fix for PR 102015: [Scanner Config] Per file discovery does not discover any ↵Vladimir Hirsl2-5/+3
info for a new project. Missing files are now created during MakeCorePlugin startup.
2005-06-24Fix for 101156: Scanner Info Discovery support needs to allow specification ↵Vladimir Hirsl7-13/+67
of compiler command. New attribute is added to scannerInfoConsoleParser element in ScannerConfigurationDiscoveryProfile extension point schema. No public API has been changed.
2005-06-23CPL to EPL transistion - license header update for IBMDavid Inglis47-269/+269
2005-06-23CPL to EPL transistion - license header update for QNXDavid Inglis127-544/+569
2005-06-23EPL'ing the CDT.Doug Schaefer1-15/+7
2005-06-08Discovered path container wizard page now properly displays per file scanner ↵Vladimir Hirsl1-2/+7
info. Fixed couple of NPEs.
2005-06-06Fix for NPE in DOMSourceIndexerRunner.AddMarkerProblem.run().Vladimir Hirsl1-0/+1
Possible fix for PR 98571: Multiple "Starter.exe" and "cygpath.exe" when launch IDE
2005-05-26Partial fix for PR 94702: CygpathTranslator cannot work with old cygwin ↵Vladimir Hirsl5-124/+113
versions. Scanner Configuration Discovery now uses 'cygpath' command specified in CygwinPEBinaryParser property page.
2005-05-19Final fix for 95641: [Scanner Config] Per file scanner info not available ↵Vladimir Hirsl3-0/+44
for header files and not compiled source files. - For include files and source files that are not compiled per file discovered scanner info defaults to project's discovered scanner info. - A new method is added to CoreModel to determine if per resource scanner info is empty. This method will take into account effective per file discovered scanner info.
2005-05-18Fix for 95641: [Scanner Config] Per file scanner info not available for ↵Vladimir Hirsl2-120/+152
header files and not compiled source files. Proposed solution 2 is implemented.
2005-05-13- Files with empty scanner info are not indexed anymore. Info problem marker ↵Vladimir Hirsl3-156/+61
is created for each such file. - Fix for resolving header file name for #include "..." preprocessor statements. - Fix for updating Discovered scanner info container when discovered scanner info changes.
2005-05-11Fix for PR 91442: [Scanner Config] Saving per file DSC for Mozilla project ↵Vladimir Hirsl2-5/+8
chokes the system. When there is new per file scanner info for number of files in a project, the project is refreshed only once (no recursive processing of change delta).
2005-05-10 Fix for PR 94500: [Path Entry] Problem marker: Invalid project path: ↵Vladimir Hirsl10-104/+192
DISCOVERED_SCANNER_INFO Fix for infinite loop in LocationMap.createSoleLocation(..). Courtesy of John C.
2005-05-03Fix for PR 91276: Cygpath on Linux for SCD?Vladimir Hirsl1-27/+22
Cygpath is now used only on Win32 platform.
2005-04-29Fix PR 93216Alain Magloire2-0/+15
2005-04-18Utility function added: ↵Vladimir Hirsl1-0/+70
PerProjectSICollector.calculateCompilerBuiltins(IProject) Static method to return compiler built-in scanner info.
2005-04-11added environment and variable support to standard make builderDavid Inglis10-244/+480
bug #47241 & bug #48009
2005-04-06Proper handling of -I- command line option and generation of two sets of ↵Vladimir Hirsl12-173/+215
include paths: for #include <...> directives and for #include "..." directives. Additional deleta all discovered scanner info action in DiscoveredPathContainerPage.
2005-03-31Per file scanner info collector and container now support -include and ↵Vladimir Hirsl7-74/+121
-imacros command line options. Adding discovered include paths as system paths to so that they can be properly retrieved from IScannerInfo implementation. Parser needs to be updated to ask IScannerInfoExtension implementation for both user and system include paths. Fix for ClassCastException in CPPClassType binding.
2005-03-30Updating the file to reflect changes in IPathContainerExtensionAlain Magloire1-37/+39
2005-03-24added environment APIs to target and build infoDavid Inglis10-37/+120
enable variable support in builder arguments, environment and targets make builder is now "configurable"
2005-03-23Moved ConsoleOutputSniffer from make.core plugin.Vladimir Hirsl6-198/+7
Added minimal console parser interface.
2005-03-21Patch for Bog. Update the Index Manager to use the CDescriptor framework to ↵CDT_3_0_M5Doug Schaefer1-1/+17
manage which indexer to instantiate for each project.
2005-03-02SCD profiles: integration with CPathEntry framework.Vladimir Hirsl4-25/+41
Added generation of path entry change deltas for per file discovery profile.
2005-03-01SCD profiles: integration with CPathEntry framework.Vladimir Hirsl22-479/+1130
New PerFileDiscoveredPathContainer. Updating CPathEntries on profile change.
2005-02-23Externalizing strings.Vladimir Hirsl1-1/+1
2005-02-23Externalizing strings.Vladimir Hirsl5-19/+31
2005-02-14Per file scanner configuration discovery profile. Added per file collector ↵Vladimir Hirsl13-257/+711
persistency and updated per project collector's persistency.
2005-02-04Further SCD profile work.Vladimir Hirsl11-69/+472
Implementation of 'per file' profile makefile generator provider and its output parser. Fixed naming of scanner config files.
2005-02-01Further SCD profile work.Vladimir Hirsl9-148/+370
Definition of 'per file' profile and profile options page and initial implementation.
2005-01-26Fix for a problem where SC was not being discovered for Managed projects.Vladimir Hirsl3-8/+35
2005-01-26New Scanner Config Discovery work in preparation for per file SC discovery. ↵Vladimir Hirsl17-308/+1125
Added GCCPerFile console parser and utility and PerFile scanner info collector.
2005-01-24New Scanner Config Discovery 'framework' in preparation for per file SC ↵Vladimir Hirsl40-1209/+3703
discovery. Currently implemented: Per project profiles for standard make and managed builders.
2005-01-11Fix for PR 82408 [ScannerConfig] GCCScannerInfoConsoleParser throws ↵Vladimir Hirsl1-1/+40
exception on "quoted spaces". The problem was incorrect parsing of lines containing "matched" characters (`, ' and ").
2005-01-06Fix for PR 82354 [Scanner Config] incorrect discovered definesVladimir Hirsl2-7/+22
- Corrected MACRO=MACRO=value pattern.
2004-12-31Fix for PR 82052 [ScannerConfig] new Mozilla Standard C++ project has weird ↵Vladimir Hirsl1-3/+8
Discovery paths with errors. In ScannerInfoConsoleParserUtility - Absolute include paths are correctly handled in translateRelativePaths(..). - Corrected normalization of paths ending with single dot in normalizePath(..)
2004-12-24Fix for PR 77940: Missing built-ins for mingwVladimir Hirsl1-61/+29
Addendum: Symbol definitions as a result of -dD option are written to the standard error stream since gcc version 3.4.x. This is now proprly handled.
2004-12-24Fix for PR 77940: Missing built-ins for mingwVladimir Hirsl4-21/+39
Option -dD is added to the default generate external scanner info command. GCCSpecsConsoleParser is updated to properly handle results of this option.
2004-12-22Updated the version numbers to 3.0.0.Doug Schaefer1-1/+1
2004-12-07Propagated from 2.1 branch.Vladimir Hirsl1-4/+12
Fix for SCD bugs 80269 & 80271. Test for bug 80271.
2004-11-16Fix for PR 78792 [Scanner Config] Include paths not discovered from build ↵Vladimir Hirsl1-6/+6
output of Ethereal project. Fixed ambiguous (prefix & postfix based) source file name detection.
2004-10-27fixed bug #77135David Inglis2-32/+23
2004-10-22Fix for 75327 ScannerInfo incorrecly parses ScannerInfoProvider command data ↵Vladimir Hirsl5-140/+215
streams. Original patch from Brad Jarvinen (Brad.Jarvinen@palmsource.com) with slight modifications.
2004-10-19Reverting back to previous version. Not ready to commit yet.Vladimir Hirsl1-18/+0

Back to the top