Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-07-29Bug 285052 - standalone index needs an ASTFilePathResolverMike Kucera1-1/+15
2009-07-29FIXED - bug 280432: Refactoring removes comments in class header file and ref...Emanuel Graf2-17/+238
2009-07-29FIXED - bug 284888: When I do "extract method" I get a "String index out of r...Emanuel Graf1-1/+2
2009-07-28Corrects deleting parameters in index, related to bug 284686.Markus Schorn3-36/+11
2009-07-28Instantiation of default template argument, bug 284683.Markus Schorn2-5/+7
2009-07-24Improves navigation of unknown bindings, bug 233822.Markus Schorn1-1/+1
2009-07-22Exponential complexity resolving overloaded function calls, bug 283324.Markus Schorn4-14/+22
2009-07-22Adjusting c-parameter type for typedefs, bug 284248.Markus Schorn1-9/+23
2009-07-22Content assist for anonymous struct members, bug 284245.Markus Schorn1-12/+22
2009-07-20Further disambiguation of bindings from index, bug 268704.Markus Schorn1-10/+60
2009-07-16[245708] indexer preferences not passed to remote indexerMike Kucera1-0/+8
2009-07-16Improved pdom lock tracing, bug 271909.Markus Schorn2-49/+78
2009-07-09Remove runtime dependency of PDOM, bug 282576.Markus Schorn2-2/+2
2009-07-07Run reconciler when new file is added to index, bug 276605.Markus Schorn4-12/+44
2009-07-02Comparison of owners, bug 281782.Markus Schorn1-28/+24
2009-07-02Type-deduction in function-type with reference type parameter, bug 281783.Markus Schorn1-0/+6
2009-07-02Support for PDOMs larger than 2GB, bug 279620.Markus Schorn116-904/+1120
2009-07-01Correct determination of default template arguments, bug 281781.Markus Schorn4-22/+28
2009-07-01Correct determination of default template arguments, bug 281781.Markus Schorn4-21/+40
2009-06-29Disable inactive code parsing after string literals, bug 281745.Markus Schorn1-1/+4
2009-06-27Bug 275383. Fix and test case.Sergey Prigogin2-2/+29
2009-06-26Fix handling of InterruptedException when locking index, bug 271909.Markus Schorn1-4/+5
2009-06-26Tracing option for locks on the index, bug 271909.Markus Schorn2-14/+171
2009-06-25[281415] StandaloneIndexerInputAdapter.resolveIncludeFile() does not check th...Mike Kucera1-3/+8
2009-06-24Navigation of macro parameters, bug 105929Markus Schorn1-2/+21
2009-06-23ClassCastException using template template parameters, bug 279619Markus Schorn3-7/+5
2009-06-23Endless loop in content assist, bug 280934Markus Schorn1-5/+6
2009-06-22Cleanup of flushing database, bug 220392Markus Schorn1-6/+4
2009-06-22getSyntax() does not work correctly with newlines, bug 280175Markus Schorn1-14/+19
2009-06-22Content assist for typedefs using same name as struct, bug 279931.Markus Schorn2-9/+14
2009-06-04[277458] Multi-dimensional ArrayTypes in incorrect orderMike Kucera2-4/+5
2009-06-04[278797] CASTIdExpression getExpressionType() doesn't support enumerationsMike Kucera1-0/+8
2009-05-31Bug 278337.Sergey Prigogin6-72/+106
2009-05-31Cosmetics.Sergey Prigogin1-33/+33
2009-05-28CCE in composite index, bug 278206.Markus Schorn1-2/+6
2009-05-26update copyrightsVivian Kong28-209/+209
2009-05-25Protect against NPE, bug 277152.Markus Schorn1-1/+2
2009-05-24Fixed NPE.Sergey Prigogin1-1/+1
2009-05-24toString method.Sergey Prigogin1-1/+5
2009-05-24Cosmetics.Sergey Prigogin2-5/+4
2009-05-22Comment adjustments.Sergey Prigogin1-5/+5
2009-05-19Follow up for bug 246846.Sergey Prigogin1-2/+4
2009-05-17Bug 276610.Sergey Prigogin1-16/+22
2009-05-17Cosmetics.Sergey Prigogin2-5/+9
2009-05-13Index based code reader factory needs to respect the fallback factory, bug 27...Markus Schorn12-35/+203
2009-05-13Prevent friend methods to be returned as declared method, bug 275358.Markus Schorn1-11/+17
2009-05-13Instantiation of default template argument during argument deduction, bug 272...Markus Schorn4-10/+27
2009-05-13GeneratePDOM to output error message, bug 247087.Markus Schorn1-3/+8
2009-05-11Cosmetics.Sergey Prigogin1-2/+2
2009-05-09Added checks to prevent insertion of duplicate 'using' declarations.Sergey Prigogin2-10/+20

Back to the top