Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-08-19Made PathCanonicalizationStrategy friendlier to standalone indexer.Sergey Prigogin2-17/+28
2009-08-19Declaration vs. definition for static variables, bug 286259.Markus Schorn1-9/+18
2009-08-18Bug 284485 Fix potential race in getProjectDescriptionStorage(IProject project)James Blackburn1-4/+4
2009-08-18Configurable strategy for canonicalization of file paths.Sergey Prigogin5-34/+95
2009-08-18Inline friend functions, bug 284690.Markus Schorn2-23/+14
2009-08-17Bug 286741.Sergey Prigogin1-3/+12
2009-08-10Resolution of inline friend functions from index.. Bug 284690.Sergey Prigogin1-0/+12
2009-08-10Resolution of inline friend functions. Bug 284690.Sergey Prigogin2-1/+15
2009-08-04Typedef recursion, bug 285457.v200908070606Markus Schorn1-2/+4
2009-08-02Enum to int conversion. Bug 285368.Sergey Prigogin2-5/+58
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-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

Back to the top