Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-02-23Bug 173458: Camel case based content assist, by Jens Elmenthaler.Markus Schorn1-2/+3
2010-12-17Bug 332114: Exceptions when parsing gcc-testsuite.Markus Schorn1-0/+2
2010-10-20Bug 327878: Identifying unknown instances in index.Markus Schorn1-5/+52
2010-08-27Bug 323723: Reduce usage of DOMExceptions.Markus Schorn1-23/+19
2010-08-12Bug 305980: [C++0x] Inline namespacesMarkus Schorn1-3/+8
2010-03-19Bug 305975: Strongly typed enums, forward declarations for enum.Markus Schorn1-2/+2
2009-11-09Safe type representation for index, bug 294306Markus Schorn1-41/+71
2009-07-28Storing unknown variables in index, bug 284686.Markus Schorn1-3/+11
2009-07-02Support for PDOMs larger than 2GB, bug 279620.Markus Schorn1-17/+17
2009-03-17Performance optimizations for overload resolution, bug 268383.Markus Schorn1-0/+40
2009-01-30Store linkage rather than pdom in pdom nodes, bug 263022.Markus Schorn1-33/+55
2009-01-29Map index bindings for class types back to the AST, bug 262719.Markus Schorn1-13/+12
2008-12-17Instantiation of dependent values, bug 245027.Markus Schorn1-2/+9
2008-10-16Safe guards against infinite recursions for value computation, bug 250788.Markus Schorn1-1/+1
2008-07-25Reworked parts of template instantiation, fixes bug 236197.Markus Schorn1-2/+1
2008-04-23Adapting template related bindings to their counterparts in the index, bug 21...Markus Schorn1-32/+27
2008-04-20Compiler warnings.Sergey Prigogin1-6/+2
2008-04-01clean up warningsAndrew Ferguson1-0/+2
2008-03-28Search for macro references, bug 156561.Markus Schorn1-9/+54
2008-02-12Using directives for fast indexer (including namespace composition), bug 2006...Markus Schorn1-3/+9
2008-02-06Moves c++-specific stuff from PDOMLinkage to PDOMCPPLinkage.Markus Schorn1-119/+0
2008-02-05Support for unnamed namespaces, bug 162226.Markus Schorn1-27/+26
2008-02-04Keep types defined in source files separate from each other, bug 214146.Markus Schorn1-3/+8
2008-02-01Fixes for navigation + mark occurrences related to using-declarations.Markus Schorn1-9/+13
2008-01-28Follow up for using declarations, bug 203385.Markus Schorn1-7/+7
2008-01-27Only global scope in should be converted to file local.Sergey Prigogin1-33/+35
2008-01-27Fix for bug 203385.Sergey Prigogin1-19/+16
2008-01-25Access to local bindings, bug 215783.Markus Schorn1-42/+84
2007-11-22Static variables/functions in Open Element and Search (bug 193057 and 196414).Markus Schorn1-25/+7
2007-11-21Support for complex, imaginary and long long (bug 209049).Markus Schorn1-6/+2
2007-07-26Fix and Testcases for 186123, information stored with bindings not updated.Markus Schorn1-2/+22
2007-07-20Fix for 189811, Open Element is slow to initialize.Markus Schorn1-5/+47
2007-06-19Fix for 107821, StackOverflowError during indexing.Markus Schorn1-83/+88
2007-04-26183986: extract a Comparator from PDOMBindingAndrew Ferguson1-7/+2
2007-04-13181735: (part II) fix index related resolution problemsAndrew Ferguson1-1/+7
2007-04-04Patch for Bryan continuing 167098:Doug Schaefer1-20/+35
2007-03-23Patch for Bryan - 177055 improving CPPClassSpecialization.Doug Schaefer1-16/+8
2007-03-19Patch for Bryan Wilkinson as part of 167098, adding support for templates in ...Doug Schaefer1-6/+37
2007-02-26175151 add unit tests, bug fixesAndrew Ferguson1-8/+0
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-3/+9
2007-02-08Fix for 161216, store static variables and functions in index.Markus Schorn1-8/+75
2007-02-01Fix for 172453, inconsistencies in index API + testcases.Markus Schorn1-23/+20
2007-01-29Follow up for 169860, consolidating visitors for the BTreeMarkus Schorn1-43/+2
2007-01-29Fix for 169860, port content assist to use index, by Bryan Wilkinson.Markus Schorn1-0/+49
2007-01-24Automated tests for the type hierarchyMarkus Schorn1-0/+10
2007-01-19Fix for 167396, inheritance relations in PDOM.Markus Schorn1-1/+23
2006-12-06Fix for 164619, interaction between cpp name resolution and index.Markus Schorn1-6/+15
2006-11-23165213: undo misadventure with abstractionAndrew Ferguson1-14/+3
2006-11-23Fixes BTree visitor (did not visit all matching nodes), also changed semantics.Markus Schorn1-1/+1

Back to the top