Skip to main content
summaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2011-03-15Bug 339780 - Source hover for specialization of specialization does not workMarc-Andre Laperle1-4/+7
2011-03-14Added a warning about lack of thread safety to Javadoc.Sergey Prigogin2-2/+8
2011-03-13Bug 335122 - Fix index locking issue discovered by running the 'old' Implemen...Marc-Andre Laperle1-1/+3
2011-03-12Bug 335122 - DeclarationGenerator asserts for templated types with namespace....Marc-Andre Laperle3-10/+46
2011-03-12- removed one part of assert because Junit does not pass:Alena Laskavaia1-1/+1
2011-03-11bug 339015: Preference "Show source roots at the top of project" should updat...Andrew Gvozdev3-2/+28
2011-03-10Fixed confusing names.Sergey Prigogin1-24/+24
2011-03-09Don't depend on CPPVisitor in PDOMBinding.Sergey Prigogin2-6/+10
2011-03-09Use CPPVisitor.getQualifiedName instead of IIndexBinding.getQualifiedName.Sergey Prigogin5-13/+19
2011-03-09Cosmetics.Sergey Prigogin1-1/+1
2011-03-09Fixed inconsistency between different implementations of getQualifiedName met...Sergey Prigogin2-42/+9
2011-03-09Cosmetics.Sergey Prigogin1-2/+2
2011-03-09Cosmetics.Sergey Prigogin1-1/+1
2011-03-09Cosmetics.Sergey Prigogin1-11/+11
2011-03-09Bug 338041: Updated java-doc.Markus Schorn1-2/+3
2011-03-09Bug 339316: Empty IASTTranslationUnit.getRawSignature().Markus Schorn2-7/+5
2011-03-09Bug 333939: When a statement is replaced or removed using the ASTRewrite clas...Emanuel Graf16-71/+240
2011-03-08updated to point to correct interface org.eclipse.cdt.ui.newui.IConfigManagerAndrew Gvozdev1-1/+1
2011-03-08Bug 203240 - Permission of .cproject file seems not to be considered anywhere...Anton Leherbauer2-33/+65
2011-03-08Cosmetics.Sergey Prigogin1-8/+8
2011-03-08Bug 317686 - Implement method error. Fixed issue with linked resources.Marc-Andre Laperle1-1/+1
2011-03-08Cosmetics.Sergey Prigogin1-13/+18
2011-03-08Cosmetics.Sergey Prigogin1-1/+1
2011-03-08Cosmetics.Sergey Prigogin1-31/+31
2011-03-07Cosmetics.Sergey Prigogin1-4/+4
2011-03-07Comment adjustments.Sergey Prigogin1-13/+15
2011-03-07Bug 333936: When ASTNodes are moved (as in Extract Method) formatting is not ...Emanuel Graf13-34/+147
2011-03-07Bug 333183 - Export/Import Syntax Coloring settingsAnton Leherbauer3-1/+118
2011-03-07Bug 337937: CopyLocation for copied AST-NodeEmanuel Graf307-715/+2670
2011-03-07Code streamlining.Sergey Prigogin1-17/+13
2011-03-07Cosmetics.Sergey Prigogin1-3/+2
2011-03-07Removed use of a deprecated constructor.Sergey Prigogin3-26/+24
2011-03-07Fixed a compiler warning.Sergey Prigogin1-1/+0
2011-03-07Fixed a compiler warning.Sergey Prigogin2-51/+43
2011-03-07Cosmetics.Sergey Prigogin1-15/+16
2011-03-07Fixed a compiler warning.Sergey Prigogin1-10/+11
2011-03-07Comment adjustments.Sergey Prigogin1-9/+9
2011-03-07Comment adjustment.Sergey Prigogin1-111/+120
2011-03-07Comment adjustment.Sergey Prigogin1-56/+66
2011-03-07Cosmetics.Sergey Prigogin1-5/+5
2011-03-06Comment adjustment.Sergey Prigogin1-3/+2
2011-03-06Comment adjustment.Sergey Prigogin3-16/+20
2011-03-06Cosmetics.Sergey Prigogin1-2/+2
2011-03-06Code streamlining.Sergey Prigogin1-34/+25
2011-03-06Cosmetics.Sergey Prigogin1-1/+3
2011-03-06Cosmetics.Sergey Prigogin1-61/+64
2011-03-06Bug 292851. Changed WAIT_IF_OPEN to WAIT_ACTIVE_ONLY and parsing options to m...Sergey Prigogin1-4/+7
2011-03-06Cosmetics.Sergey Prigogin1-3/+0
2011-03-06Removed uses of a deprecated class.Sergey Prigogin9-37/+27
2011-03-06Removed uses of a deprecated class.Sergey Prigogin42-190/+157

Back to the top