Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2004-05-28Further footprint optimization in parser and scanner.John Camelon19-173/+193
2004-05-27reduce the size of the base LookupData from 72 to 40 bytes.Andrew Niefer3-145/+189
2004-05-27Fix for Bug 58716 - [Refactoring] Subdirectories confuse refactoringBogdan Gheorghe3-0/+117
2004-05-27Fix for Bug 62015 - Indexer to not rely on file extension for translation UnitBogdan Gheorghe6-60/+35
2004-05-27performance changes, use ArrayList instead of LinkedList, reduce use of itera...Andrew Niefer16-615/+670
2004-05-27 Do not generate CElementDelta for pathEntriesAlain Magloire2-8/+17
2004-05-27Further reduce memory footprint by trimming down Declarator and DeclarationWr...John Camelon4-274/+184
2004-05-27Footprint optimizations for ITokenDuple implementations.John Camelon8-174/+409
2004-05-26Removed unnecessary lists.John Camelon3-5/+3
2004-05-26- Move cdt.internal.core.parser.util.ASTUtil to cdt.core.parser.astAndrew Niefer6-149/+33
2004-05-262004-05-26 Alain MagloireAlain Magloire11-129/+603
2004-05-26nolonger throws bogus exception when .cdtproject id does not matchDavid Inglis2-15/+9
2004-05-26 Update the necessary classes to use the newAlain Magloire11-103/+39
2004-05-26Partial fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=63966John Camelon1-1/+12
2004-05-25 Major Patch from Sam RobbAlain Magloire6-464/+875
2004-05-25fix bug 64010: if else if recursion looks like stack overflowAndrew Niefer1-1/+5
2004-05-25 Ask the IScannerInfo for the IResource.Alain Magloire2-1/+15
2004-05-25 Provide better orderin of the ScannerProvider.Alain Magloire2-44/+70
2004-05-25small fix to getting resource strings...David Inglis2-6/+6
2004-05-25fixing bug 62359 [Content Assist] failure on iostream in LinuxAndrew Niefer3-5/+8
2004-05-25Ensured BufferedReaders are used in the Scanner.John Camelon1-1/+5
2004-05-25Cleaned up translationUnit() backtracking.John Camelon1-3/+3
2004-05-25Fixed loop-detection code in Parser:cInitializer.John Camelon1-2/+2
2004-05-25https://bugs.eclipse.org/bugs/show_bug.cgi?id=62009John Camelon1-4/+11
2004-05-24Cleaned up the build.properties files to ensure the right things end up in th...Doug Schaefer1-2/+3
2004-05-21fix bug 63478Andrew Niefer2-1/+13
2004-05-21bug 43014, 62979: Reporting IProblems encountered during indexing. Only pre...Andrew Niefer9-60/+358
2004-05-21bug 62731Andrew Niefer2-10/+10
2004-05-21Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=62728John Camelon2-2/+16
2004-05-21Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=62725John Camelon2-14/+14
2004-05-21Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=62721John Camelon1-1/+1
2004-05-21bug 63320 - Search does not consider working copiesBogdan Gheorghe4-12/+19
2004-05-212004-05-21 Alain MagloireAlain Magloire6-125/+65
2004-05-20Fix content assist to work w/WorkingCopy again.John Camelon2-4/+6
2004-05-20Making the CProblem markers persistent across sessions.Alain Magloire8-18/+61
2004-05-20Modified updateCurrentDeltaAndIndex in DeltaProcessor.java to return whetherBogdan Gheorghe4-10/+27
2004-05-20Workaround for https://bugs.eclipse.org/bugs/show_bug.cgi?id=62656John Camelon1-1/+4
2004-05-20Fixing CModelBuilder to use contents() rather than ResourceReader. :-(John Camelon1-8/+9
2004-05-20Changed infinite-loop checking to use hashcodes rather than offsets, as offse...John Camelon1-13/+13
2004-05-20 Partial Fix for PR 61341Alain Magloire2-3/+11
2004-05-202004-05-19 Alain MagloireAlain Magloire12-68/+275
2004-05-20Add basecase to TokenDuple.createStringRepresentationJohn Camelon1-0/+1
2004-05-20Changed CModelBuilder & CompletionEngine to use buffered input streams rather...John Camelon4-17/+24
2004-05-19Cleaned up token storage in the Parser to reduce peak memory usage upon parsi...John Camelon5-56/+70
2004-05-19Reduced the number of TokenDuple's instantiated during a parse. <BR>John Camelon20-365/+489
2004-05-19Patch for David Daoust: Removed extraneous StringBuffer objects from the Scan...John Camelon3-220/+291
2004-05-192004-05-19 Alain MagloireAlain Magloire2-0/+17
2004-05-19removed deprecated dependencyDavid Inglis3-10/+6
2004-05-19First go at putting in source folder indexing. Index All events will indexBogdan Gheorghe3-100/+30
2004-05-18Made significant footprint improvements to the parser.John Camelon23-634/+388

Back to the top