Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-05-10Bug 378317 - Index update mode for resolving unresolved includes andSergey Prigogin1-0/+4
2012-05-03Obtain timestamp and file size _before_ reading the file contents toSergey Prigogin1-26/+47
2012-03-19Added file size to the condition used for determining if the fileSergey Prigogin1-1/+5
2011-10-05Manage the removal of an include guardMarkus Schorn1-10/+37
2011-10-05Cleanup handling of new file-versions.Markus Schorn1-4/+3
2011-09-27Indexing of headers and index updates.Markus Schorn1-42/+51
2011-09-22Single version for pragma-once files, tracking loaded non-pragma-once versions.Markus Schorn1-9/+18
2011-09-21Copy of branch bug_197989.Markus Schorn1-126/+127
2011-08-23Bug 355304: Argument deduction for explicit function template specialization.Markus Schorn1-1/+3
2011-08-22Cosmetics.Sergey Prigogin1-3/+4
2011-07-14Cosmetics.sprigogin1-1/+1
2010-10-12Bug 323723: Removes the remaining throw declarations from IVariable and IFunc...Markus Schorn1-5/+0
2010-06-24Bug 317435: Change to file-encoding shall trigger index update.Markus Schorn1-3/+3
2010-03-22Code cleanup.Sergey Prigogin1-79/+62
2010-02-26Do not reindex files if their contents haven't changed. Bug 302083.Sergey Prigogin1-12/+15
2010-01-27Follow up bug 287907: Clear result cache only once per IASTTranslationUnit.Markus Schorn1-1/+6
2010-01-23Yielding of index write lock. Bug 287907.Sergey Prigogin1-33/+68
2010-01-04Cosmetics.Sergey Prigogin1-1/+1
2010-01-04Cosmetics.Sergey Prigogin1-1/+1
2010-01-04Cosmetics.Sergey Prigogin1-4/+4
2010-01-04Cosmetics.Sergey Prigogin1-4/+4
2010-01-04Cosmetics.Sergey Prigogin1-4/+3
2009-11-04More tracing for files indexed up front.Markus Schorn1-1/+1
2009-11-03Function declared by use of a typedef, bug 86495.Markus Schorn1-0/+2
2009-10-27 Bug 293383 - Add trace() to PDOMWriterVivian Kong1-3/+8
2009-10-25More granular index locking.Sergey Prigogin1-17/+15
2009-10-25More granular index locking. Bug 287907.Sergey Prigogin1-14/+14
2009-07-18Cosmetics.Sergey Prigogin1-26/+32
2009-07-01Correct determination of default template arguments, bug 281781.Markus Schorn1-1/+1
2009-04-01Option for indexer to skip implicit references, bug 268383.Markus Schorn1-2/+3
2009-03-25RESOLVED - bug 268145: include heuristics break standalone indexingChris Recoskie1-2/+9
2009-02-24AST for inactive code, bug 264666.Markus Schorn1-2/+1
2009-02-18Generate inactive macros only when requested, bug 264666Markus Schorn1-3/+2
2009-01-27Class instance as base class, bug 258745.Markus Schorn1-5/+9
2008-12-03Classification of names depending on template parameters, bug 234321.Markus Schorn1-2/+2
2008-11-26Correct argument deduction for function templates, bug 256113Markus Schorn1-1/+5
2008-11-24References to template parameters stored in index, bug 256095Markus Schorn1-8/+12
2008-11-10Correct skipping type-refs in indexer.Markus Schorn1-1/+1
2008-10-01Implementation of an heuristics to resolve include files, bug 213562Markus Schorn1-0/+4
2008-05-16Let indexer handle StackOverflowErrors (caught and logged like RuntimeExcepti...Markus Schorn1-11/+17
2008-04-17Store #undef in index, bug 227088.Markus Schorn1-45/+40
2008-03-28Search for macro references, bug 156561.Markus Schorn1-2/+19
2008-03-12Improved handling of unexpected exceptions in the indexer, related to bug 221...Markus Schorn1-3/+0
2008-02-21Removed class Problem, a duplicate of ASTProblem, related to bug 212864.Markus Schorn1-2/+3
2008-02-19Improved indexer-tracing, logging info-line after rebuild index, bug 213561.Markus Schorn1-6/+14
2008-02-15Improvements for writing to the index (potential NPE, progress reporting, tra...Markus Schorn1-33/+35
2008-02-15More tracing options for the indexer, combined 3 parallel IASTProblem impleme...Markus Schorn1-32/+74
2008-02-14Using directives for fast indexer with cross references disabled, related to...Markus Schorn1-5/+10
2008-01-25Access to local bindings, bug 215783.Markus Schorn1-40/+52
2007-12-18Fixes exceptions parsing c-files, bug 213287Markus Schorn1-0/+3

Back to the top