Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-03-24 | cleanup, | David Inglis | 7 | -15/+5 | |
nls proivder name removed some uneed files | |||||
2005-03-24 | fixed bug # 88992 | David Inglis | 2 | -1/+20 | |
2005-03-24 | New DOM AST based indexer and property page. | Vladimir Hirsl | 20 | -272/+1312 | |
Indexer infrastructure and CPP/C AST visitors. Generates the same index as the old one. Work in progress: - include directives dependency - problem marker generation | |||||
2005-03-24 | Fixed Bug 88927 - Bug 88927 - EmptyCodeReaderCache ignores working copies | John Camelon | 3 | -6/+29 | |
2005-03-24 | 2005-03-23 Alain Magloire | Alain Magloire | 2 | -1/+7 | |
Fix PR 87443. * model/org/eclipse/cdt/internal/core/model/DeltaProcessor.java | |||||
2005-03-23 | Removed duplicates from list of DOM completions. | Doug Schaefer | 2 | -6/+18 | |
2005-03-23 | Initial basic template support: | Andrew Niefer | 43 | -132/+802 | |
- visit names in template ids - resolve bindings for template parameters | |||||
2005-03-23 | 2005-03-23 Alain Magloire | Alain Magloire | 2 | -1/+11 | |
NPE fix. * src/org/eclipse/cdt/internal/core/PathEntryVariableresolver.java | |||||
2005-03-23 | tweaks to Devin's stuff that I just previously applied | Andrew Niefer | 2 | -20/+14 | |
2005-03-23 | 2005-03-23 Alain Magloire | Alain Magloire | 3 | -19/+28 | |
Optimize the pathentry markers. * model/org/eclipse/cdt/internal/core/model/BinaryRunner.java * model/org/eclipse/cdt/internal/core/model/PathEntryManger.java | |||||
2005-03-23 | Patch from Devin Steffler | Andrew Niefer | 2 | -1/+11 | |
2005-03-23 | caching of IASTNames in C | Andrew Niefer | 14 | -802/+658 | |
2005-03-23 | Moved ConsoleOutputSniffer from make.core plugin. | Vladimir Hirsl | 3 | -0/+221 | |
Added minimal console parser interface. | |||||
2005-03-22 | visit problems 88731 | Andrew Niefer | 3 | -0/+28 | |
2005-03-22 | bug 88460 | Andrew Niefer | 2 | -6/+17 | |
2005-03-22 | oops... fix ArrayIndexOutOfBoundException | Andrew Niefer | 1 | -1/+1 | |
2005-03-22 | bugs 88338, 88501, 88459 | Andrew Niefer | 14 | -22/+169 | |
2005-03-22 | Fix NPEs in qualified names | Andrew Niefer | 1 | -2/+9 | |
2005-03-22 | Interface for getting qualified names from bindings. | Andrew Niefer | 36 | -185/+1564 | |
- new ICPPDelegate and ICPPUsingDeclaration, ICPPNamespaceAlias interfaces | |||||
2005-03-22 | Got rid of my own code reader factor to use one of the built in ones. | Doug Schaefer | 1 | -22/+1 | |
2005-03-22 | Changed use of SavedCodeReadeFactory() to FileCodeReaderFactory. | John Camelon | 3 | -7/+7 | |
2005-03-22 | Fix late coupling of CodeReaderCache. | John Camelon | 4 | -15/+14 | |
Allow for cdtparser.jar to build w/out dependencies on cdtcore.jar. | |||||
2005-03-22 | Updated function strings in DOM contrib. Also fixed the nesting in the ↵ | Doug Schaefer | 2 | -8/+25 | |
parameter list validator so that the highlighting moves with the commas correctly. | |||||
2005-03-22 | Patch for Devin Steffler. | John Camelon | 17 | -15/+866 | |
Code Reader Cache for new parser framework. | |||||
2005-03-21 | Patch for Bog. Update the Index Manager to use the CDescriptor framework to ↵CDT_3_0_M5 | Doug Schaefer | 12 | -825/+349 | |
manage which indexer to instantiate for each project. | |||||
2005-03-21 | Hooked up the parameter list validator. | Doug Schaefer | 1 | -2/+2 | |
2005-03-21 | Hooked up the parameter list validator. | Doug Schaefer | 2 | -15/+69 | |
2005-03-20 | 2005-03-20 Alain Magloire | Alain Magloire | 9 | -205/+113 | |
Fix for 77978. * src/org/eclipse/cdt/internal/ui/actions/AddBlockCommentAction.java * src/org/eclipse/cdt/internal/ui/text/CAutoIndentStrategy.java * src/org/eclipse/cdt/internal/ui/text/CCommentAutoIndenStrategy.java * src/org/eclipse/cdt/internal/ui/text/CPartitionScanner.java * src/org/eclipse/cdt/internal/ui/text/CSourceViewerConfiguration.java * src/org/eclipse/cdt/internal/ui/text/CTextTools.java * src/org/eclipse/cdt/internal/ui/text/FastCPartionScanner.java * src/org/eclipse/cdt/internal/ui/text/ICPartitions.java | |||||
2005-03-19 | 2005-03-19 Alain Magloire | Alain Magloire | 3 | -2/+13 | |
PR 87336: Did not check if the resource exists. * model/org/eclipse/cdt/internal/core/model/Archive.java * model/org/eclipse/cdt/internal/core/model/Binary.java | |||||
2005-03-18 | 2005-03-18 Alain Magloire | Alain Magloire | 6 | -4/+68 | |
Export the PathEntry Variable to the outside world. * src/org/eclipse/cdt/internal/core/CCorePluginResources.properties * src/org/eclipse/cdt/internal/core/PathEntryVariableManager.java * src/org/eclipse/cdt/internal/core/PathEntryVariableResolver.java * plugin.properties * plugin.xml | |||||
2005-03-18 | moving standard build test to its own plugin | David Inglis | 5 | -397/+4 | |
2005-03-18 | fixed error tick updating | David Inglis | 2 | -7/+16 | |
2005-03-18 | 2005-03-18 Alain Magloire | Alain Magloire | 2 | -24/+30 | |
Move more code in the try/finally as a precaution. Bad things where happening (i.e. NPE) but the monitor was not decremented * index/org/eclipse/cdt/internal/core/indexing/IndexManager.java | |||||
2005-03-18 | Patch from Devin Steffler, using the properties view to help test IASTNodes ↵ | Andrew Niefer | 2 | -0/+127 | |
and IBindings | |||||
2005-03-16 | Patch for Devin Steffler. | John Camelon | 1 | -0/+1 | |
Add selection tests to DOMParserTestSuite. | |||||
2005-03-16 | Fix for 87982, 88127 | Bogdan Gheorghe | 3 | -15/+69 | |
2005-03-15 | 2005-03-14 Alain Magloire | Alain Magloire | 4 | -22/+27 | |
Fix NPEs: PathEntryManager should be created first, since it will be use by other components. * model/org/eclipse/cdt/internal/core/model/PathEntryManager.java * src/org/eclipse/cdt/core/CCorePlugin.java * plugin.xml | |||||
2005-03-15 | Patch for Devin Steffler. | John Camelon | 2 | -4/+4 | |
Remove ArrayStoreException. | |||||
2005-03-15 | Fix for Bugs # 87978, 87982, 87993 | Bogdan Gheorghe | 12 | -74/+90 | |
2005-03-15 | Patch for Devin Steffler. | John Camelon | 7 | -161/+313 | |
This patch includes: - several enhancements made to the DOM AST View to improve performance - "Display Problems" button that will display all found IASTProblems in the AST via the Search View | |||||
2005-03-14 | Removed warnings. | John Camelon | 7 | -15/+15 | |
2005-03-14 | - upgrade mechanism for old indexer projects | Bogdan Gheorghe | 7 | -14/+307 | |
- a new "No Indexer" null indexer used for projects that don't need indexing - temporary modification to the Automated suite to get around TypeCache manager kicking off unwanted upgrades during JUnits | |||||
2005-03-14 | Fixed Bug 87807 - [Parser] CPPASTTypeIdExpression does not implement ↵ | John Camelon | 4 | -12/+13 | |
ICPPASTTypeIdExpression | |||||
2005-03-14 | Fixed Bugzilla Bug 87548 : [DOM AST] IASTName interface lacks methods to ↵ | John Camelon | 62 | -266/+801 | |
determine if name is a declaration, a definition or a reference | |||||
2005-03-14 | Cleaned up some reference problems in cdt-core plugin.xml; refactoring tests ↵ | Bogdan Gheorghe | 1 | -7/+0 | |
BaseTestFramework.java | |||||
2005-03-14 | New core framework for indexer | Bogdan Gheorghe | 73 | -2090/+3381 | |
New UI framework for indexer Updates to core tests/ui tests | |||||
2005-03-14 | Add JavaDoc. | John Camelon | 60 | -464/+1742 | |
Formatted public interfaces. Restructured some public interfaces. | |||||
2005-03-13 | 2005-03-12 Alain Magloire | Alain Magloire | 5 | -28/+74 | |
Plan item 79518: for PathEntry variable manager. * model/org/eclipse/cdt/internal/core/model/PathEntryManager.java * src/org/eclipse/cdt/core/resources/IPathEntryVariableManager.java * src/org/eclipse/cdt/core/resources/PathEntryVariableChangeEvent.java * src/org/eclipse/cdt/internal/core/PathEntryVariableManager.java | |||||
2005-03-13 | 2005-03-12 Alain Magloire | Alain Magloire | 3 | -20/+24 | |
Plan item 79518: for PathEntry variable manager. Enable. * src/org/eclipse/cdt/internal/ui/preferences/PathEntryVariablesGroup.java * puglin.xml | |||||
2005-03-12 | Add JavaDoc. | John Camelon | 12 | -53/+252 | |
Formatted public interfaces. |
- Members
- Working Groups
- Projects
- Community
- Participate
- Eclipse IDE
-
More
-
-
Community
- Marketplace
- Events
- Planet Eclipse
- Newsletter
- Videos
- Blogs
-
Participate
- Report a Bug
- Forums
- Mailing Lists
- Wiki
- IRC
- Research
-
-
-
-
Search
-