Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-11-17auto-clean: @Override annotations + organize imports + unnecessaryAndrew Gvozdev5-232/+256
casts/$NON-NLS + trailing white spaces
2011-09-19Bug 354194 - My previous fix accidentally prevented the creation of the ↵John Cortell1-3/+10
config info map entry for the project root folder, thus scanner discovery preferences were no longer being persisted. This adjustment adds an exeption for that rcinfo.
2011-08-17Bug 354194 - Custom scanner discovery selection is not honored if fileJohn Cortell1-2/+53
has any custom properties
2011-04-24Bug 342069: Fixed failing Hudson unit testsAndrew Gvozdev1-5/+9
2011-04-23bug 342069: Scanner discovery output is lost when running compiler specs commandAndrew Gvozdev1-1/+8
2011-04-07compilation warningsAndrew Gvozdev1-2/+2
2011-03-24Bug 205257 - CDTProject creation scalability issueChris Recoskie1-12/+19
2011-03-09bug 319512: Missing type arguments on managedbuilder.coreAndrew Gvozdev1-5/+10
2010-09-25bug 319512: Missing type arguments on managedbuilder.coreAndrew Gvozdev1-141/+123
2010-09-17bug 319512: Missing type arguments on managedbuilder.coreAndrew Gvozdev3-9/+12
2010-08-14bug 322695: Can't access preferences of any unrelated CDT project having ↵Andrew Gvozdev1-1/+1
"bad" project in workspace
2010-07-28bug 319826: Undeclared/unnecessary Javadoc parametersAndrew Gvozdev2-16/+0
2010-07-16bug 319779: Unnecessary importsAndrew Gvozdev1-2/+0
patch from Petri Tuononen
2010-07-14bug 319769: Unnecessary type castsAndrew Gvozdev1-1/+1
2010-07-14bug 319777: Missing @Override annotationsAndrew Gvozdev3-0/+8
patch from Petri Tuononen
2010-06-02Bug 315439 Fix up copyrightVivian Kong3-3/+3
2010-05-31Bug 314015 Test fix for scanner discovery.Doug Schaefer1-3/+4
2010-05-18Bug 313370 - fixed GCC Per File scanner discovery by allowing the builder to ↵Doug Schaefer1-1/+1
run normally again. Fixed the profile to use gcc arguments, not make which it does already. Also added support for --sysroot which has major affects on the gcc built-ins.
2010-05-12Bug 312552 Use ILock rather than scheduling rule for mutual exclusion. ↵James Blackburn1-42/+14
Scheduling rules require knowing in advance all scheduling rules clients require.
2010-05-11- Merged changes from cdt_5_0 to HEAD. Too many to mention individually.Chris Recoskie2-15/+47
- Reworked IFileSystem utility so that now it is noimplement/noextend. Clients should now extend from concrete class FileSystemUtility instead to better insulate them from future API changes. - Reworked the resulting concurrency fixes - indexing and scanner discovery now synchronize on the project root as a scheduling rule. Original HEAD behaviour was to synch on the project's .settings folder for indexing, but that deadlocked with scanner discovery. - Fixed remote indexing. Changes on HEAD that deprecated CodeReader broke the ability for remote translation units to provide the path to load the file content from. Added API to ITranslationUnit for this purpose.
2010-03-24bug 306708: Update project model with scanner info in CommonBuilderAndrew Gvozdev1-2/+9
2010-03-23bug 306708: IScannerInfoConsoleParser.startup is call multiple times even if ↵Andrew Gvozdev1-0/+6
nothing needs to be compiled Made ScannerConfigBuilder run only on FULL_BUILD event and configurable in properties.
2010-03-22debug option to track build eventsAndrew Gvozdev1-0/+3
2010-02-08bug 301373: [API] add @noextend and @noimplement tags - ↵Andrew Gvozdev2-5/+1
org.eclipse.cdt.managedbuilder.core Oops @noimplement was meant
2010-02-07bug 301373: [API] add @noextend and @noimplement tags - ↵Andrew Gvozdev4-4/+19
org.eclipse.cdt.managedbuilder.core
2009-09-16bug 289608: [Scanner Discovery] Discovery options does not offer profiles ↵Andrew Gvozdev1-0/+105
defined in supertypes in project properties
2009-09-16bug 289608: [Scanner Discovery] Discovery options does not offer profiles ↵Andrew Gvozdev1-9/+6
defined in supertypes in project properties cleanup only: more loops to enhanced
2009-09-16bug 289608: [Scanner Discovery] Discovery options does not offer profiles ↵Andrew Gvozdev1-22/+20
defined in supertypes in project properties cleanup only: java generics + loops to enhanced
2009-09-03bug 226419: [Scanner Discovery] "Other toolchain" projects attempt scanner ↵Andrew Gvozdev1-1/+2
config discovery
2009-08-28compilation warnings only: Java generics + loops to enhancedAndrew Gvozdev1-6/+5
2009-03-16[268528] Discovery profile options panel doesn't show since 5.0.2 upAlena Laskavaia2-1/+5
2008-10-21[140424] ArrayIndexOutOfBoundsException when creating a new project with ↵Alena Laskavaia1-1/+6
ScannerConfigurationDiscoveryProfile extension defined
2008-06-11copyrightsChris Recoskie1-1/+1
2008-04-28Partial fix for Bugzilla 210116 (CDT spelling errors)Chris Recoskie1-6/+6
2008-03-20Bug #194026 : Add "Build All Configurations" preference optionOleg Krasilnikov1-3/+1
2008-01-29Bug #182450 : Multi-configOleg Krasilnikov1-1/+1
2007-08-09Build Output Concolse parser added for ManagedGCC discpvery profilesMikhail Sennikovsky1-3/+34
2007-07-27Additional fix for [Bug 197685] CfgScannerConfigInfo should getContainer ↵Mikhail Sennikovsky1-1/+1
with proper profileId
2007-07-27Fix for [Bug 197685] CfgScannerConfigInfo should getContainer with proper ↵Mikhail Sennikovsky2-3/+33
profileId to make the default profile id picked up from the tool-chain
2007-07-261. follow-up to fix for [Bug 196048] Updating .cproject from CVS does not ↵Mikhail Sennikovsky1-3/+10
cause reload of settings 2. initial fix for [Bug 196284] ConcurrentModificationException during getProjectDescription
2007-05-24made the scanner config info to be rebuilt for the default setting cfg onlyMikhail Sennikovsky1-3/+30
2007-05-23Fix for [Bug 188211] .cproject written on every build, bad for TeamMikhail Sennikovsky1-1/+1
2007-04-25follow-up for the [Bug 182821] ManagedBuildInfo.getIncludePaths() no longer ↵Mikhail Sennikovsky1-6/+12
returns default compiler path
2007-04-25Better backward compatibility support needed for [Bug 182821] ↵Mikhail Sennikovsky3-108/+141
ManagedBuildInfo.getIncludePaths() no longer returns default compiler path
2007-04-24Small fix for the discovery mechanismMikhail Sennikovsky2-16/+26
2007-04-23Fix for [Bug 182465] Creating new CDT project with make adds include directoriesMikhail Sennikovsky1-4/+17
2007-04-23Fix for the scanner discovery profile mechanismMikhail Sennikovsky1-23/+39
2007-04-10Fix for [Bug 181021] [Project Model]Source location and "exlude from build" ↵Mikhail Sennikovsky1-2/+2
settings are inconsistent
2007-04-04Fix for [Bug 179662] Implement configuration-based scanner discovery in the ↵Mikhail Sennikovsky1-5/+0
make.core
2007-03-30Small fix to the discoveryMikhail Sennikovsky1-0/+1

Back to the top