Skip to main content
summaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2014-09-05Bug 443436 - Auto indenter uses spaces where it should use tabsDaisuke Nojiri3-10/+22
2014-09-04Bug 443356 - Organize Includes adds an unnecessary include for aSergey Prigogin2-0/+12
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-27Bug 442213 - Field reference in pack expansionNathan Ridge2-0/+20
2014-08-27Bug 439923 - Fix an assertion failure inNathan Ridge1-1/+2
2014-08-27Bug 435075 - Avoid an infinite recursion during name resolutionNathan Ridge6-10/+22
2014-08-27More consistent treatment of anonymous namespaces betwenn index andSergey Prigogin5-41/+105
2014-08-27Bug 442117 - Name resolution problem with namespace alias.Sergey Prigogin10-49/+132
2014-08-27Cosmetics.Sergey Prigogin2-15/+16
2014-08-27Code streamlining.Sergey Prigogin1-26/+18
2014-08-27Added toString method.Sergey Prigogin1-0/+8
2014-08-27Cosmetics.Sergey Prigogin2-9/+7
2014-08-27Fix PTYOutputStream.write for off > 0Anton Leherbauer1-2/+2
2014-08-22Bug 442186: Code formatter handling of CRLF after single line commentJohn Dallaway2-2/+15
2014-08-20Fixed an invalid version constraint.Sergey Prigogin1-1/+1
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
2014-08-13Bug 440422 - Completion in Using DeclarationsThomas Corbat10-321/+547
2014-08-12Fixing NPE in ACBuilderAlena Laskavaia1-2/+2
2014-08-12Cosmetics.Sergey Prigogin1-3/+3
2014-08-11Bug 437675 - Handle PDOM function instances inNathan Ridge6-10/+67
2014-08-11Bug 404245 - Check that a function call has enough arguments afterNathan Ridge4-5/+28
2014-08-11Bug 438348 - Allow decltype-specifiers in base-specifiersNathan Ridge19-43/+210
2014-08-11Bug 242405 - Binary file editor does not refresh when binary is rebuilt Alena Laskavaia1-20/+76
2014-08-11Bug 440710 - [ASTRewriter] UnhandledASTModificationException when ...Thomas Corbat4-32/+177
2014-08-11Bug 440447 - ASTRewrite Loses Nested ModificationsThomas Corbat7-31/+194
2014-08-09Moved TextUtil class to a more prominent place.Sergey Prigogin7-6/+7
2014-08-09Cosmetics.Sergey Prigogin2-15/+12
2014-08-09Added support for radio buttons corresponding to non-boolean preferencesSergey Prigogin1-29/+30
2014-08-09Code streamlining.Sergey Prigogin1-35/+40
2014-08-09Cosmetics.Sergey Prigogin8-527/+383
2014-08-09Fixed compiler warnings.Sergey Prigogin2-27/+7
2014-08-08Missing @since tagsMarc Khouzam1-0/+2
2014-08-08Bug 441394 - Fix an NPE in EvalFunctionSet.isConstantExpression() Nathan Ridge1-0/+2
2014-08-08Bug 438348 - Leave parameter pack of nested template intact whenNathan Ridge2-3/+19
2014-08-08Bug 441385 - Binary editor on big files blocks UIAlena Laskavaia4-13/+64
2014-08-04Cleanup of Messages.properties and Messages.java files continued.Sergey Prigogin3-3/+37
2014-08-04Cleanup of Messages.properties and Messages.java files.Sergey Prigogin46-215/+223
2014-08-04More descriptive names of temporary files.Sergey Prigogin5-15/+18
2014-08-02Cosmetics.Sergey Prigogin1-20/+11
2014-08-01Cleanup of temporary files created by tests.Sergey Prigogin5-45/+75
2014-08-01Renamed messages.properties to Messages.properties.Sergey Prigogin2-3/+3
2014-08-01Corrected a version in pom.xmlSergey Prigogin1-1/+1
2014-08-01Proper enablement of Build Configurations Build/Clean commands.Sergey Prigogin2-3/+3
2014-07-31Upgrade to Tycho 0.21.0Marc-Andre Laperle2-24/+40

Back to the top