Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2008-02-28Introduce interfaces for c- and c++ specific visitors to allow for visitors t...Markus Schorn14-215/+316
2008-02-28Fix for 192764: [Formatter] Improve GNU coding style complianceAnton Leherbauer4-86/+172
2008-02-28Abstract base class for the implementations of IASTTranslationUnit.Markus Schorn4-576/+364
2008-02-28Bug #220003 : CProject Source location preference tab does not allow to add p...Oleg Krasilnikov3-24/+117
2008-02-27Fix for 192656: [Formatter] Indentation of class definitionAnton Leherbauer7-202/+201
2008-02-27LabelProvider to decorate indexed files, bug 159731.Markus Schorn20-135/+636
2008-02-26Bug #220011 : Manged Project Properties: Path and symbols - UI inconsitenciesOleg Krasilnikov7-71/+106
2008-02-26Fix doc comment highlighting testAnton Leherbauer1-0/+22
2008-02-26Bug # 219950 : TemplateEngine: Changes made to wizard fields are lost if Adva...Oleg Krasilnikov2-5/+44
2008-02-26Indexer to parse headers in context of a source, bug 220358.Markus Schorn2-4/+48
2008-02-26PDOMExport needs to wait until indexer is setup, related to 199551.Markus Schorn1-2/+11
2008-02-26Fix for 217918: CDT code formatter problemsAnton Leherbauer4-41/+109
2008-02-26Additional testcase related to bug 220158.Markus Schorn1-0/+15
2008-02-25Avoid calling StringBuffer.append(CharSequence s) with a StringBuffer as argu...Markus Schorn3-2/+48
2008-02-25Fix bogus performance improvement for path entry comparisonAnton Leherbauer1-12/+7
2008-02-25Fix for 220166: Deadlock running core test suiteAnton Leherbauer1-4/+4
2008-02-25IIndexManager manager operations can block too long, bug 220149.Markus Schorn3-28/+28
2008-02-25Fixed compiler warnings.Sergey Prigogin1-3/+4
2008-02-25Split _testRebindPattern_214017 into two tests.Sergey Prigogin1-21/+54
2008-02-25toString methods and generics.Sergey Prigogin10-550/+556
2008-02-24Use generics.Sergey Prigogin1-16/+17
2008-02-22201087: apply contributions from James BlackburnAndrew Ferguson1-1/+1
2008-02-22Prevents using c++-parser in c-project for files parsed up front.Markus Schorn1-1/+1
2008-02-22Fixes message in problem tracing.Markus Schorn1-1/+1
2008-02-22tiny fix to OverloadableOperatorMike Kucera1-2/+2
2008-02-22Override platform gotoMarker implementatonAnton Leherbauer1-15/+94
2008-02-22Fix for ClosedChannelException when accessing the PDOM, bug 219834.Markus Schorn1-4/+42
2008-02-22Related to 219834: Avoid parsing in hoversAnton Leherbauer1-7/+26
2008-02-22Fix for 219834: ClosedChannelException when accessing the PDOMAnton Leherbauer1-2/+2
2008-02-22Bindings for names resolved via using declarations, bug 219424.Markus Schorn78-1449/+418
2008-02-21replaced constants in ICPPASTOperatorName with new OverloadableOperator enumMike Kucera11-330/+211
2008-02-21Fix documentation, schema fix is contributed by Tim Kelly (Nokia)Andrew Ferguson2-6/+9
2008-02-21178601: Add whitespace options to preference UIAnton Leherbauer30-2350/+4390
2008-02-21Bug 216996: Deadlock in CfgDiscoveredPathManagerOleg Krasilnikov1-1/+2
2008-02-21Removed class Problem, a duplicate of ASTProblem, related to bug 212864.Markus Schorn21-934/+153
2008-02-21Action to create a parser log, bug 213561.Markus Schorn7-3/+387
2008-02-20Warnings elimination.Oleg Krasilnikov5-52/+117
2008-02-20Wording change.Oleg Krasilnikov1-1/+1
2008-02-20Added search for unresolved includes, bug 213561.Markus Schorn26-104/+447
2008-02-19219308: Remove dependency to log view pluginAnton Leherbauer2-7/+1
2008-02-19Failing testcase for scope of using declarations, bug 219424.Markus Schorn1-0/+19
2008-02-19Removed delay in scheduling job to write indexer preferences.Markus Schorn1-4/+4
2008-02-19Improved indexer-tracing, logging info-line after rebuild index, bug 213561.Markus Schorn16-123/+273
2008-02-18Bug #219320 : EnvDialog createDialogArea IllegalArgumentException when value ...Oleg Krasilnikov2-2/+7
2008-02-18Bug #219321 : Info popup should show includesOleg Krasilnikov4-25/+107
2008-02-18Additional methods for indexer setup participants, bug 199551.Markus Schorn4-20/+87
2008-02-15set up tests to run C++ parser, fixed a few bugsMike Kucera1-93/+49
2008-02-15Follow-up for 217435Anton Leherbauer3-78/+72
2008-02-15Improvements for writing to the index (potential NPE, progress reporting, tra...Markus Schorn3-56/+58
2008-02-15Implementation of equals+hashCode for composite scopes to prevent potential e...Markus Schorn1-0/+21

Back to the top