Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Collapse)AuthorFilesLines
2005-06-23EPL'ing the CDT.Doug Schaefer26-95/+380
2005-06-23Added ability to specify which CTags you want the CTags indexer to useBogdan Gheorghe5-26/+244
2005-06-22Fix for PR 93573: "[Indexer] endl references are not added to the DOM index"Vladimir Hirsl7-74/+130
Fixed different encoding of functions references vs. declarations in the index. Applied Devin's patch for PR 101114: "[AST Util] Inconsistent string representation of IType elements" with slight modifications. Modified JUnit tests accordingly.
2005-06-22fix bug 101334:resolvePrefix - unqualified name not found when using ↵Andrew Niefer1-1/+1
namespace directive
2005-06-22fix bug 100415: conversion to void * and qualification conversionsAndrew Niefer2-17/+37
2005-06-22Patch for Devin Steffler.John Camelon2-4/+8
Fixed Bug 99421 [Open Declaration/Definition] [NPE] caused by external file
2005-06-22[77233] Fixed up assist in ambiguous declarator case, I guess...Doug Schaefer1-3/+4
2005-06-22[72403] Added support for EOC in try blocks and catch handler decls.Doug Schaefer1-11/+19
2005-06-22fix bug 84478: declarations inside conditionsAndrew Niefer11-20/+132
2005-06-222005-06-22 Alain MagloireAlain Magloire2-1/+5
Fix PR 99668 from Craig Watson. * src/org/eclipse/cdt/internal/ui/cview/CViewContentProvider.java
2005-06-22Fixed Bug 84478 [C++ Parser] does not support declarations inside while ↵John Camelon9-95/+225
condition
2005-06-222005-06-22 Alain MagloireAlain Magloire2-1/+5
Fix PR 100263 from Devin. * src/org/eclipse/cdt/internal/ui/preferences/PrefrencesMessages.properties
2005-06-21[95766] Added handling of completions in bracketed expressions in C.Doug Schaefer1-1/+10
2005-06-21[98337] Fixed up handling of EOC in while condition.Doug Schaefer1-7/+20
2005-06-21[98339] Fixed assist in case labels.Doug Schaefer1-1/+9
2005-06-21[98346] Added handling of EOC to enumSpecifier.Doug Schaefer1-6/+18
2005-06-21[98336] Added icons for enumerators in the completion proposals.Doug Schaefer1-1/+4
2005-06-21Fix for 100647Bogdan Gheorghe1-3/+3
2005-06-21[98375] Added handling of content assist in condition expressions.Doug Schaefer1-9/+17
2005-06-21[98377] Added handling of assist in struct members for C.Doug Schaefer1-7/+7
2005-06-21[98528] Fixed EOC handling in sizeof and cast expression in C and the cpp ↵Doug Schaefer3-8/+31
style condition.
2005-06-21[98777] Fixed up handling of EOC in do statements.Doug Schaefer1-7/+24
2005-06-21Fix for 100598: DOM Indexer encodes weird things when indexing a CPP file in ↵Vladimir Hirsl3-8/+16
a C project. Fixed correlation between parser's parser language and indexer visitor.
2005-06-21Added support for completion in external files. Also cleaned up the service ↵Doug Schaefer4-49/+77
provider.
2005-06-21fix ClassCastExceptions found with bug 90678Andrew Niefer3-1/+45
2005-06-21Cleaned up Open Declarations Action code.John Camelon1-13/+11
2005-06-21Add IASTTranslationUnit#getParserLanguage() to assist in fixing 100598.John Camelon3-0/+26
2005-06-21Fixed Bug 84478 [C++ Parser] does not support declarations inside while ↵John Camelon9-44/+137
condition
2005-06-21[99426] Fixed completion of declSpecs in function parameters.Doug Schaefer3-8/+16
2005-06-20[100398] Added handling of content assist inside of namespace declarations.Doug Schaefer1-5/+6
2005-06-20Completed optimization #2 in PR 91801: [Indexer] Optimize header file ↵Vladimir Hirsl3-25/+16
visiting/indexing. Encountered headers are removed before instead of after indexing the whole project, thus enabling 'index external headers only once' optimization to be applied for file/directory indexing.
2005-06-20fix bug 98520Andrew Niefer3-29/+34
2005-06-20Fix for 100640Bogdan Gheorghe9-79/+60
Fix for 96286
2005-06-20fix bug 98666- template namesAndrew Niefer2-1/+18
2005-06-20Removed warning.John Camelon1-1/+0
2005-06-20Remove warnings.John Camelon2-101/+101
2005-06-17Patch for Dave Daoust: Fix display stringBogdan Gheorghe1-6/+5
2005-06-17patch from Devin Steffler for bug 100568Andrew Niefer3-84/+37
- also remove references to implementations of IASTName and use interfaces instead
2005-06-17Fix for 95174: [Search Engine][DOM AST Indexer] does not find definition of ↵Vladimir Hirsl4-55/+84
a method.
2005-06-17Fix for 99868Bogdan Gheorghe4-10/+18
2005-06-16further fix for 95556David Inglis1-10/+29
2005-06-16Fix for PR 99433: [Search] Return parms not part of qualification matching. ↵Vladimir Hirsl16-416/+437
Function/methos parameters are now used as a part of search pattern.
2005-06-16Removed.John Camelon4-66/+0
2005-06-16Fixed Bug 100408 [ProblemBinding] invalid ProblemBinding on (x)*3;John Camelon7-15/+61
2005-06-16Removing preferences for markers.John Camelon1-2/+4
2005-06-16update tests that were fixedAndrew Niefer1-9/+5
2005-06-16Fix for NPE in IndexerTypesJob2Bogdan Gheorghe15-95/+81
Patch for Dave Daoust - change Var encoding in index Test refactoring
2005-06-15- implement getConstructors for class templates and their instantiationsAndrew Niefer14-83/+399
- fix bugs 99254, 99258 - fix NPE & ClassCastException
2005-06-15Fix for Bug 100191Bogdan Gheorghe5-4/+61
2005-06-15Fixed hierarchy view.John Camelon2-9/+25

Back to the top