Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2014-10-04Bug 445911 - NPE in CPPTemplates.createParameterMapSergey Prigogin1-0/+6
2014-10-03Bug 445670 - Name field has no focus when extracting local variablesSergey Prigogin1-0/+1
2014-10-02Bug 439923 - Avoid infinite recursion while marshalling templateNathan Ridge11-18/+130
2014-10-02bug 445718: CDT Wizard Page started crashing with NPE when custom wizardAndrew Gvozdev1-4/+34
2014-09-22Include expressionLanguage.exsd - fix occasional PDE errorsTeodor Madan5-0/+10
2014-09-17Bug 443343. Add support for pppc64le architectureWainer dos Santos Moschetta8-0/+127
2014-09-13Cosmetics.Sergey Prigogin6-94/+88
2014-09-13Cosmetics.Sergey Prigogin2-14/+13
2014-09-05Bug 443436 - Auto indenter uses spaces where it should use tabsDaisuke Nojiri3-10/+22
2014-09-05Bug 443361 - Template function resolution problem with lambdaSergey Prigogin3-21/+60
2014-09-04Bug 443356 - Organize Includes adds an unnecessary include for aSergey Prigogin2-0/+12
2014-08-30Bug 442841 - Organize Includes adds an unnecessary include for the baseSergey Prigogin3-7/+70
2014-08-29Bug 355299: When looking for dirty editors during search: Only consider text ...Markus Schorn1-14/+16
2014-08-29Bug 442794: Speed up cancellation of PDOMIndexerJob.ProgressUpdateJob.Markus Schorn1-4/+16
2014-08-29Bug 427856 - [Outline] Incorrect parameters of functions with rvalue referenceMarc-Andre Laperle2-1/+13
2014-08-28Bug 442832 - Template instantiation broken due to signature collisionSergey Prigogin2-54/+97
2014-08-28Code streamlining.Sergey Prigogin7-154/+135
2014-08-28Cosmetics.Sergey Prigogin1-73/+78
2014-08-28Add missing arg for jacoco in in tests. Update jacoco.Marc-Andre Laperle3-3/+3
2014-08-28Bug 405168 - Make EvalID.instantiate() a bit more robustNathan Ridge1-4/+1
2014-08-28Bug 442457 - Support for __final keywordNathan Ridge8-12/+95
2014-08-28Bug 440057: Fix ClassCastException invoking C/C++ Project Settings Import Wiz...Markus Schorn1-3/+5
2014-08-27Bug 442742 - "Organize Includes" removes a header required for aSergey Prigogin2-0/+16
2014-08-27Cosmetics.Sergey Prigogin1-20/+24
2014-08-27Fix PTYOutputStream.write for off > 0Anton Leherbauer1-2/+2
2014-08-27Bug 438384 - "syntax error" for class method ref qualifiers (missedSergey Prigogin1-1/+11
2014-08-27Bug 438384 - corrected version in pom.xml.Sergey Prigogin1-1/+1
2014-08-27Bug 438384 - "syntax error" for class method ref qualifiersSergey Prigogin17-83/+187
2014-08-27Cosmetics.Sergey Prigogin3-18/+3
2014-08-26Bug 285126 - Added capability to show enum's integer value instead ofPaulo Garcia1-1/+33
2014-08-26Refurbished change generator tests:Thomas Corbat66-4110/+2030
2014-08-26Bug 442213 - Field reference in pack expansionNathan Ridge2-0/+20
2014-08-26Bug 399145 - Point of declaration of template parameterNathan Ridge2-1/+38
2014-08-26Bug 439923 - Fix an assertion failure inNathan Ridge1-1/+2
2014-08-26Bug 435075 - Avoid an infinite recursion during name resolutionNathan Ridge6-10/+22
2014-08-25Added a warning to toString method.Sergey Prigogin1-0/+3
2014-08-22Bug 442186: Code formatter handling of CRLF after single line commentJohn Dallaway2-2/+15
2014-08-22More consistent treatment of anonymous namespaces betwenn index andSergey Prigogin5-41/+105
2014-08-20Fixed an invalid version constraint.Sergey Prigogin1-1/+1
2014-08-20Bug 442117 - Name resolution problem with namespace alias.Sergey Prigogin10-49/+132
2014-08-20Cosmetics.Sergey Prigogin2-15/+16
2014-08-20Code streamlining.Sergey Prigogin1-26/+18
2014-08-20Added toString method.Sergey Prigogin1-0/+8
2014-08-20Cosmetics.Sergey Prigogin2-9/+7
2014-08-18Bug 441859 - [ASTRewrite] Replacing Replaced Node Throws IllegalArgExThomas Corbat3-4/+72
2014-08-17Bug 439896 - Handle problem bindings inNathan Ridge1-4/+16
2014-08-17Bug 441701 - Add ICPPASTFunctionCallExpression.getOverload()Nathan Ridge3-0/+28
2014-08-15Cosmetics.Sergey Prigogin1-13/+4
2014-08-14Cosmetics.Sergey Prigogin1-43/+43
2014-08-14Bug 418493 - [Content Assist] Show default values within parameter hintsThomas Corbat6-3/+177

Back to the top