Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-01-21Work around false null-pointer access warning.Markus Schorn1-1/+1
2010-07-21Bug 320426: Index grows when updating files.Markus Schorn1-2/+8
2010-06-24Bug 317435: Change to file-encoding shall trigger index update.Markus Schorn1-4/+16
2010-06-03Bug 315439 Fix up copyrightVivian Kong1-1/+1
2010-02-26Do not reindex files if their contents haven't changed. Bug 302083.Sergey Prigogin1-4/+16
2010-01-23Yielding of index write lock. Bug 287907.Sergey Prigogin1-6/+128
2010-01-18Removed redundant initialization.Sergey Prigogin1-12/+8
2010-01-04toString method.Sergey Prigogin1-2/+12
2009-10-22Correct status handling + index update issue, bug 293021.Markus Schorn1-3/+5
2009-07-02Support for PDOMs larger than 2GB, bug 279620.Markus Schorn1-45/+48
2009-04-03Indexer to respect ordering of directives, bug 270806.Markus Schorn1-4/+4
2009-01-30Store linkage rather than pdom in pdom nodes, bug 263022.Markus Schorn1-62/+61
2008-12-19Correcting IASTName.toCharArray(), bug 258054.Markus Schorn1-3/+3
2008-11-09Code formatting.Sergey Prigogin1-9/+5
2008-10-06Create dummy locations, when location no longer exists, bug 249769.Markus Schorn1-2/+13
2008-07-25Reworked parts of template instantiation, fixes bug 236197.Markus Schorn1-2/+2
2008-05-29Fix undef-statements in index, bug 234591.Markus Schorn1-5/+6
2008-05-16Fix for 232155 and other associated changes to get the StandaloneFastIndexer ...Chris Recoskie1-1/+8
2008-04-29Support search for references off #undef statement (fixes a NPE).Markus Schorn1-1/+2
2008-04-17Store #undef in index, bug 227088.Markus Schorn1-15/+27
2008-04-16Compiler warnings.Sergey Prigogin1-34/+20
2008-04-01clean up warningsAndrew Ferguson1-2/+4
2008-03-28Search for macro references, bug 156561.Markus Schorn1-20/+106
2008-02-27LabelProvider to decorate indexed files, bug 159731.Markus Schorn1-6/+13
2008-02-12Using directives for fast indexer (including namespace composition), bug 2006...Markus Schorn1-3/+34
2008-02-04Keep types defined in source files separate from each other, bug 214146.Markus Schorn1-0/+4
2008-01-25Access to local bindings, bug 215783.Markus Schorn1-14/+14
2007-12-12Store information about potential polymorphic method calls in index, bug 156691.Markus Schorn1-4/+2
2007-12-07Headers included from c- and c++-files (bug 191989).Markus Schorn1-16/+79
2007-10-22Fixes navigation for mactos defined in a file of an SDKs that does not contai...Markus Schorn1-1/+1
2007-10-16Fix for 193056, macros for Open Element.Markus Schorn1-0/+2
2007-08-23Fix and Testcase for 199412, endless loop computing AST for self-including so...Markus Schorn1-3/+7
2007-04-27Simplification of fix for 184042, updating index for changes in configuration.Markus Schorn1-59/+53
2007-04-27184216: add two missing composite template bindingsAndrew Ferguson1-2/+0
2007-04-26Fix for 184042, updating index considers changes in configuration.Markus Schorn1-29/+66
2007-04-23Bug 174034 - Support open declaration on Macros by adding a link to the PDOMF...Doug Schaefer1-1/+1
2007-04-05Fix for 180159, modelling of unresolved includes in index.Markus Schorn1-8/+20
2007-04-03Fix for 178088, options to skip references during indexing.Markus Schorn1-10/+12
2007-03-19167096: check in of new functionalityAndrew Ferguson1-5/+11
2007-02-23175275 (facilitate case-insensitive search of b-tree indices): apply fixAndrew Ferguson1-2/+2
2007-02-13169666: remove duplicate binding results from index queries, provide composit...Andrew Ferguson1-4/+9
2007-01-19Fix for 167396, inheritance relations in PDOM.Markus Schorn1-3/+11
2006-12-06Fix for 166954, proper adding of subtypes to index.Markus Schorn1-7/+10
2006-12-05apply patch for 162172: make PDOM relocatableAndrew Ferguson1-74/+98
2006-11-22Index: Add method to find names by positionMarkus Schorn1-0/+22
2006-11-16Fix for 162168, storing enclosing definition in index.Markus Schorn1-9/+33
2006-11-15Fix for 164500, macro redefinitions in index.Markus Schorn1-29/+36
2006-11-07Testcase and fix for 159566 and 159570, additional info for IIndexInclude.Markus Schorn1-8/+11
2006-10-24fixes 149571, timestamps for files in PDOM; fixes 161715, refined strategy fo...Markus Schorn1-8/+20
2006-10-20Fix for 156504 by Andrew Ferguson, Overloaded functions/methods in PDOMMarkus Schorn1-0/+7

Back to the top