Skip to main content
summaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2014-03-03Bug 425595 - Opening 'C/C++ General-> Formatter' of a project propertiesSergey Prigogin1-38/+26
2014-02-10Don't throw UnsupportedOPerationException from ASTAmbiguousNode methods.Sergey Prigogin1-7/+24
2014-02-06Remove eclipse.inf file from core.tests to allow packing to work.Doug Schaefer1-1/+0
2014-02-04Fix potential synchronization issue in SpawnerAnton Leherbauer1-3/+5
2014-01-24Bug 426238: Update head of external references list when neededAndrew Eidsness5-32/+145
2014-01-22Bug 424765 - Implicit conversion from lambda to function pointer notNathan Ridge2-9/+29
2014-01-22Bug 423696 - [New Class Wizard] base classes has a fully qualified name,Jiří Nytra1-1/+6
2014-01-21Bug 425955: NPE in DwarfReaderTeodor Madan2-38/+96
2014-01-16Bug 425538 - Syntax errors in QML reported as "C/C++ Problems" because errors...Daniel Pesch7-0/+450
2014-01-16Removed the deprecated PDOMLinkage.getNode(long) method.Sergey Prigogin1-8/+0
2014-01-16Cosmetics.Sergey Prigogin2-18/+3
2014-01-16Removed uses of the deprecated PDOMLinkage.getNode(long) method.Sergey Prigogin14-23/+24
2014-01-16Bug 425833 - IllegalArgumentException I is not a member of Cls1Sergey Prigogin1-9/+7
2014-01-13Bug 425595 - Opening 'C/C++ General-> Formatter' of a project propertiesSergey Prigogin1-2/+3
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

Back to the top