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 | move standard build test to it own plugin | David Inglis | 8 | -0/+434 | |
2005-03-24 | added environment APIs to target and build info | David Inglis | 10 | -37/+120 | |
enable variable support in builder arguments, environment and targets make builder is now "configurable" | |||||
2005-03-24 | use HelpSystem API | David Inglis | 6 | -12/+14 | |
2005-03-24 | let core exceptions go | David Inglis | 1 | -8/+5 | |
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 | 2005-03-23 Alain Magloire | Alain Magloire | 4 | -23/+26 | |
Changes in the CDI ICDIMemoryBlock && ICDIMemoryBlockManagement API. * cdi/org/eclipse/cdt/debug/mi/core/cdi/MemoryManager.java * cdi/org/eclipse/cdt/debug/mi/core/cdi/model/MemoryBlock.java * cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Target.java | |||||
2005-03-23 | 2005-03-23 Alain Magloire | Alain Magloire | 4 | -24/+32 | |
Change is the ICDIMemoryBlock&& ICDIMemoryManagement API * cdi/org/eclipse/cdt/debug/core/cdi/model/ICDIMemoryBlock.java * cdi/org/eclipse/cdt/debug/core/cdi/model/ICDIMemoryBlockManagement.java * src/org/eclipse/cdt/debug/internal/core/model/CMemoryBlockExtension.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 | 8 | -23/+53 | |
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 [Bug 88784] | Alain Magloire | 2 | -1/+3 | |
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-22 | Bug 80175: Replace the CDT source lookup by the source lookup provided by ↵ | Mikhail Khodjaiants | 22 | -9/+1313 | |
Eclipse platform. | |||||
2005-03-21 | Patch for Bog. Update the Index Manager to use the CDescriptor framework to ↵CDT_3_0_M5 | Doug Schaefer | 14 | -827/+400 | |
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-18 | 2005-03-18 Alain Magloire | Alain Magloire | 5 | -69/+145 | |
Fix for PR 88110: Importing project that need converting would create NPE and ResouceException failures. * src/org/eclipse/cdt/managedbuilder/core/ManagedBuildManager.java * src/org/eclipse/cdt/managedbuilder/projectconverter/UpdateManagedProject12.java * src/org/eclipse/cdt/managedbuilder/projectconverter/UpdateManagedProject20.java * src/org/eclipse/cdt/managedbuilder/projectconverter/UpdateManagedProject.java | |||||
2005-03-17 | If casting of variable to a type or array causes an error, the status of the ↵ | Mikhail Khodjaiants | 2 | -3/+14 | |
variable is set to "error" and it can't be reset by subsequent castings. | |||||
2005-03-16 | 2005-03-16 Alain Magloire | Alain Magloire | 2 | -2/+6 | |
Patch from Tracy Miranda to fix PR 88160 * src/org/eclipse/cdt/managedbuilder/ui/properties/NewConfigurationDialog.java | |||||
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 | |
- 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
-