Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-08-18Bug 284485 Fix potential race in getProjectDescriptionStorage(IProject project)James Blackburn1-4/+4
2009-07-16Open call hierarchy from function definition inside unnamed namespace, bug 28...Markus Schorn1-8/+11
2009-07-02[282314] creating empty file in remote EFS project causes project contents to...Mike Kucera1-4/+8
2009-07-02Bug 273471 - follow up fixAnton Leherbauer2-5/+8
2009-06-29Navigation for templates in namespaces, bug 281736.Markus Schorn1-42/+25
2009-06-23bug 281250Vivian Kong1-2/+10
2009-05-26update copyrightsVivian Kong2-18/+18
2009-05-22Bug 277410 - can not construct CModelBuilder2 in CDT RC1Anton Leherbauer1-2/+2
2009-05-13Index based code reader factory needs to respect the fallback factory, bug 27...Markus Schorn1-7/+7
2009-05-04Bug 274490 - Return type stored in the ICElement- IFunctionDeclaration contai...Anton Leherbauer1-30/+27
2009-05-01Proper exception logging.Sergey Prigogin1-10/+7
2009-04-28[Bug 273471] Child nodes on C++ class disappear on PE on an Undo actionAnton Leherbauer2-45/+63
2009-04-21Bug 272969 #checkBuildSystemChange should not reorder project naturesJames Blackburn1-20/+29
2009-03-13bug 254200 - use ICU4JVivian Kong4-9/+10
2009-02-24AST for inactive code, bug 264666.Markus Schorn3-11/+34
2009-02-17Preprocessor option to create tokens for inactive code branches, macro's from...Markus Schorn14-100/+250
2009-02-04Fixes a few problems related to bug 260830.Markus Schorn1-2/+1
2009-02-04API tags for org.eclipse.cdt.core, bug 260830.Markus Schorn1-3/+0
2009-02-04API tags for org.eclipse.cdt.core.model + language, bug 260830.Markus Schorn79-175/+328
2009-02-03RESOLVED - bug 252966: ProjectDescription Storage: It should be possible to e...Chris Recoskie7-3/+500
2009-01-30- avoid thrown exception by doing preventive checkAlena Laskavaia1-4/+6
2009-01-29Bug 225944 - Organize items by namespace in Outline, fixes also bug 262785Anton Leherbauer2-15/+68
2009-01-22Fix warnings.Markus Schorn1-7/+2
2009-01-21RESOLVED - bug 252966: ProjectDescription Storage: It should be possible to e...Chris Recoskie42-2294/+4179
2009-01-16[242955] applied patch for "new configurations are bad or not saved"Alena Laskavaia4-7/+33
2009-01-16Removes the need to flush the cache of c++-scopes, bug 259373.Markus Schorn1-5/+3
2009-01-16Fix warningsAnton Leherbauer1-5/+6
2009-01-08Removal / deprecation of options to create ast with comment nodes, bug 259841.Markus Schorn3-9/+6
2009-01-08Reconfigure API breakage as an error.Markus Schorn2-0/+2
2008-12-24Code formatting.Sergey Prigogin1-22/+18
2008-12-19Correcting IASTName.toCharArray(), bug 258054.Markus Schorn2-2/+2
2008-12-11Bug 257517 - [project model] Incorrect handling of project delete deltaAnton Leherbauer2-4/+9
2008-12-11Bug 258313 - After C++ project creation on top of existing directory, Project...Anton Leherbauer1-2/+6
2008-11-27Correctly resolving includes like "path/../file.h", bug 246129Markus Schorn1-11/+17
2008-11-13bug 250980Vivian Kong1-1/+1
2008-11-11Fix warning.Markus Schorn1-1/+0
2008-11-07Use URIUtil.toURI() instead of File.toURI(), related to bug 252744Anton Leherbauer2-1/+12
2008-11-06Fixes related to scalability with large array initializer, bug 253690.Markus Schorn5-14/+37
2008-11-03Fix language selection in project description manager, bug 211142.Markus Schorn1-138/+146
2008-10-22API and data-structures for proper support of template non-type arguments, bu...Markus Schorn1-2/+1
2008-10-16fix for bug 250972Mike Kucera2-2/+5
2008-10-02Add missing since-tag.Markus Schorn1-0/+1
2008-10-02Implementation to select resource for a location, bug 248419.Markus Schorn3-13/+10
2008-10-01fixed bug #211142.Warren Paul1-1/+2
2008-10-01CModel element to model a build/indexer config.Doug Schaefer1-0/+31
2008-10-01Implementation of an heuristics to resolve include files, bug 213562Markus Schorn1-2/+8
2008-09-05Bug 242335 - Eclipse Ganymede hangs on startup - follow upAnton Leherbauer1-0/+6
2008-08-05Empty versus no exception specification, bug 86943.Markus Schorn1-2/+3
2008-08-04AST representation for member-initializers and function try block, bug 237253.Markus Schorn1-4/+0
2008-07-28Compiler warnings.Sergey Prigogin2-71/+69

Back to the top