Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-16Open call hierarchy from function definition inside unnamed namespace, bug 28...Markus Schorn1-8/+11
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-08Bug 263977: parsing of Visual C++ errors on Linux with WineAndrew Gvozdev1-1/+3
2009-07-07Run reconciler when new file is added to index, bug 276605.Markus Schorn4-12/+44
2009-07-06Incrementing plugin version.Markus Schorn1-1/+1
2009-07-02[282314] creating empty file in remote EFS project causes project contents to...Mike Kucera1-4/+8
2009-07-02Bug 273471 - follow up fixAnton Leherbauer2-5/+8
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 Schorn118-908/+1128
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-29Navigation for templates in namespaces, bug 281736.Markus Schorn1-42/+25
2009-06-28Bug 189109 Add ErrorParser extension point schemaJames Blackburn2-1/+140
2009-06-27Bug 275383. Fix and test case.Sergey Prigogin2-2/+29
2009-06-26Fix handling of InterruptedException when locking index, bug 271909.Markus Schorn3-21/+33
2009-06-26Tracing option for locks on the index, bug 271909.Markus Schorn3-14/+174
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-23bug 281250Vivian Kong1-2/+10
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-22Type-cache returns undefined types, bug 277277Markus Schorn1-2/+3
2009-06-04Bug 279155 Tweak JavaDoc on #findFileNameJames Blackburn1-7/+16
2009-06-04Only call System.gc() on Dispose if sections have been mapped.Ken Ryall1-3/+6
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-06-03Bug 264704 Error parsing: if failing to resolve absolute IPath, search all wo...James Blackburn1-1/+8
2009-06-02Bug 269023 Add URI support to EPM to support EFS based projectsJames Blackburn1-24/+144
2009-06-02Corrected a javadoc comment.Sergey Prigogin1-2/+2
2009-05-31Bug 278337.Sergey Prigogin7-74/+119
2009-05-31Cosmetics.Sergey Prigogin1-33/+33
2009-05-28CCE in composite index, bug 278206.Markus Schorn1-2/+6
2009-05-28Bug 278118 - Code formatter is confused by some arithmetic expressionsAnton Leherbauer2-3/+6
2009-05-26update copyrightsVivian Kong58-413/+434
2009-05-26bug 254307 - brandingVivian Kong1-2/+2
2009-05-25Protect against NPE, bug 277152.Markus Schorn1-1/+2

Back to the top