Skip to main content
summaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2014-01-10Cosmetics.Sergey Prigogin1-11/+5
2014-01-06Bug 424635 - The wrench icon overlay for a source file does not appearMarc-Andre Laperle1-18/+15
2014-01-06Bug 422841: Add Q_GADGET to QtIndexAndrew Eidsness1-3/+4
2014-01-04Bug 424876 - Unable to extract a function containing nested loopsSergey Prigogin5-5/+46
2014-01-04Cosmetics.Sergey Prigogin3-7/+7
2014-01-03Cosmetics.Sergey Prigogin1-4/+1
2014-01-03When a file is deleted from the index, the file in the context of whichSergey Prigogin1-0/+7
2014-01-03Cosmetics.Sergey Prigogin10-284/+284
2014-01-02Don't allow creation of EvalID without a name.Sergey Prigogin1-0/+2
2013-12-26Proper handling of subclasses in getAdapter method.Sergey Prigogin1-19/+14
2013-12-23Bug 326750 - Field with same name as classNathan Ridge2-2/+12
2013-12-23Bug 424397 - Don't print full stack trace in case spawner native is notMarc Khouzam1-2/+2
2013-12-21Added a @Deprecated annotation.Sergey Prigogin1-1/+1
2013-12-21Bug 332829 - Handle ambiguity between a type-id and an expression otherNathan Ridge4-49/+100
2013-12-21Bug 353281 - Content assist for designated initializers, additional fixMarc-Andre Laperle2-9/+25
2013-12-18Cosmetics.Sergey Prigogin5-38/+28
2013-12-18Bug 424378 - __is_final GCC built-in type trait is not supportedSergey Prigogin7-2/+19
2013-12-18Cosmetics.Sergey Prigogin2-9/+7
2013-12-18Bug 420995 - Specializations of constexpr functionsNathan Ridge13-22/+79
2013-12-18An attempt at performance optimization.Sergey Prigogin1-7/+20
2013-12-18Bug 395074 - NPE in EvalFixed.<init>Nathan Ridge2-1/+20
2013-12-18Bug 419301 - Operator overloading confuses CDT (with boost)Sergey Prigogin3-11/+69
2013-12-18Bug 419301 - Remove stray friend functions from lookup resultsNathan Ridge5-22/+107
2013-12-17Adjusted JavaDocs.Sergey Prigogin1-17/+18
2013-12-17Revert "Bug 419301 - Operator overloading confuses CDT (with boost)"Sergey Prigogin3-69/+11
2013-12-16Bug 419391 - Contribute Windows PTY supportUwe Stieber21-26/+1465
2013-12-16Bug 419301 - Operator overloading confuses CDT (with boost)Nathan Ridge3-11/+69
2013-12-16Bug 417700 - Semantic Error: Invalid overload of 'endl' for a templatedNathan Ridge2-1/+27
2013-12-16Bug 422505 - Additional fix for unqualified caseNathan Ridge2-2/+19
2013-12-16Bug 422505 - Name resolution problem with template friend methodNathan Ridge2-0/+22
2013-12-16Bug 419938 - [fp] Pure virtual implementation not recognized if only oneNathan Ridge2-24/+49
2013-12-15Added JavaDoc for BaseTestCase.INDEXER_TIMEOUT_SEC.Sergey Prigogin1-3/+8
2013-12-15Bug 401820 - Explicit specialization of template declared in headerNathan Ridge2-2/+25
2013-12-12Missing @since tagMarc Khouzam1-0/+1
2013-12-12Bug 422841: Add IQMethod to the QtIndexAndrew Eidsness1-1/+4
2013-12-11Added ICElement.EMPTY_ARRAY constant.Sergey Prigogin6-84/+76
2013-12-11Cosmetics.Sergey Prigogin3-44/+47
2013-12-10Bug 421289 - Preferences for indexing all versions of all or specificMarc-Andre Laperle10-16/+146
2013-12-09Bug 423396 - Indexer can't evaluate operator valueMarc-Andre Laperle2-1/+26
2013-12-06Code streamlining.Sergey Prigogin1-9/+7
2013-12-06Cosmetics.Sergey Prigogin1-21/+22
2013-12-06Cosmetics.Sergey Prigogin2-15/+12
2013-12-06Bug 423471 - ClassCastException in CPPASTTemplateIDAmbiguitySergey Prigogin1-1/+15
2013-12-06Cosmetics.Sergey Prigogin2-6/+5
2013-12-06Bug 400073 - More robust clearing of results cache.Sergey Prigogin1-2/+7
2013-12-06Bug 400073 - Indexer runs out of memory.Sergey Prigogin1-0/+8
2013-12-06Fixed a warning in Codan.Sergey Prigogin1-1/+1
2013-12-05Bug 422681: Load the correct binding for cross-linkage referencesAndrew Eidsness8-37/+126
2013-12-05Bug 423127 - Template resolution gets confused by "void" in a parameterSergey Prigogin14-57/+80
2013-12-05Cosmetics.Sergey Prigogin2-37/+30

Back to the top