Skip to main content
summaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2010-08-25Bug 320157: Endless loop decoding large file.Markus Schorn4-129/+285
2010-08-23bug 307365: Fixed the problem of ignoring external locations altogetherAndrew Gvozdev1-11/+7
2010-08-20Bug 323206 - [Code templates] Pop up error when using code formatter option a...Anton Leherbauer1-2/+2
2010-08-18Bug 322988: Testcase.Markus Schorn1-0/+11
2010-08-15bug 322695: Can't access preferences of any unrelated CDT project having "bad...Andrew Gvozdev1-2/+3
2010-08-14bug 322695: Can't access preferences of any unrelated CDT project having "bad...Andrew Gvozdev1-18/+26
2010-08-14bug 322695: Can't access preferences of any unrelated CDT project having "bad...Andrew Gvozdev2-8/+10
2010-08-13Bug 322129 - "Unknown Hyperlink" if more than hyperlink availableAnton Leherbauer1-19/+3
2010-08-13Bug 308837 - [templates] ${enclosing_method} does not work for functionsAnton Leherbauer1-3/+21
2010-08-13Bug 314958 - Editor does not format array initializers correctlyAnton Leherbauer3-15/+67
2010-08-13Fix occasional test failureAnton Leherbauer1-1/+1
2010-08-13Bug 316289 - NPE in ProblemsLabelDecoratorAnton Leherbauer1-4/+6
2010-08-13Bug 289461 - Editing a method's comment/documentation block results in wrong ...Anton Leherbauer2-10/+49
2010-08-12a little check preventing Widget is disposed exceptionAlena Laskavaia1-1/+1
2010-08-12Bug 322426 Add copy implementation to CPPASTAmbiguousTemplateArgument class f...Vivian Kong1-0/+1
2010-08-11Bug 322426 Add copy implementation to CPPASTAmbiguousTemplateArgument class f...Vivian Kong1-1/+15
2010-08-10bug 322204: Sort order of build configurations is chronological and not alpha...Andrew Gvozdev1-12/+8
2010-08-10Bug 322269 StandaloneIndexerTask creates status with a wrong status codeVivian Kong1-3/+3
2010-08-10Bug 322268 CPPSemantics should check null for op2 in function findOverloadedO...Vivian Kong1-0/+3
2010-08-06Bug 313982: Content assist in placement new.Markus Schorn2-7/+54
2010-08-05Bug 319481: Key bindings for Open Call Hierarchy on Mac.Markus Schorn1-0/+24
2010-08-05Bug 321856: Stack overflow for recursive function type.Markus Schorn4-20/+36
2010-08-04Attempt to fix occasional test failures.Markus Schorn1-3/+3
2010-08-04Bug 321617: Virtual overriders and covariant types.Markus Schorn2-11/+88
2010-08-02Bug 321069 ASTWriter fails on IASTDeclarators with nested declarators, patch ...Alena Laskavaia2-0/+15
2010-07-25bug 318093: fixed test failing HudsonAndrew Gvozdev1-2/+2
2010-07-21Bug 320426: Index grows when updating files.Markus Schorn3-2/+11
2010-07-21Bug 319749: Fix previous check-in.Markus Schorn1-3/+8
2010-07-20Bug 319749: NPE during content assist.Markus Schorn1-9/+6
2010-07-20Bug 319498: Comparison of unknown bindings.Markus Schorn4-5/+33
2010-07-19Bug 319186: Marshalling char16_t and char32_t.Markus Schorn4-34/+55
2010-07-14Bug 318600 - referenced configuration settings can disappear as a result of ...James Blackburn2-11/+28
2010-07-13Bug 319245 - Thread safety issue reading .cproject XMLJames Blackburn3-17/+75
2010-07-08Bug 319258: Functions with 255 parameters.Markus Schorn7-15/+137
2010-07-07Bug 319107: [c++0x] DeclSpecWriter add support for decltype and typeofEmanuel Graf2-8/+34
2010-07-07Bug 318874: Extract Constant generates wrong declarationsEmanuel Graf2-36/+164
2010-07-07Bug 319033: Exception in stand-alone indexer.Markus Schorn4-3/+17
2010-07-07Bug 318784: DeclarationGenerator fails for some casesEmanuel Graf2-98/+155
2010-07-06bug 318812: cdt.managedbuilder.ui should use its own message bundle instead o...Andrew Gvozdev1-286/+1
2010-07-06Bug 318130: Exception when extracting a functionEmanuel Graf1-1/+1
2010-07-06Bug 318726: Weird name for methods when using generates getter and setters on...Emanuel Graf2-1/+14
2010-07-06bug 318802: UIMessages should extend NLS classAndrew Gvozdev1-17/+0
2010-07-05Bug 312736 patch without public API change.Emanuel Graf3-12/+406
2010-07-05bug 264330: Paths and symbols include list should have scrollbarAndrew Gvozdev1-1/+1
2010-07-04bug 318802: UIMessages should extend NLS classAndrew Gvozdev46-879/+1185
2010-07-03bug 264330: Paths and symbols include list should have scrollbarAndrew Gvozdev1-1/+4
2010-07-01Bug 317707 convert resource configs context menu to handlers to allow hiding ...David Dubrow4-36/+583
2010-07-01Bug 318588: Add support for C++0x to DeclSpecWriterEmanuel Graf2-3/+14
2010-07-01Bug 318565: Indistinct parameter name in INodeFactory.newConditionalExpession()Emanuel Graf3-5/+5
2010-07-01Bug 318552: NPE in ExpressionWriter for unary expression without an operandEmanuel Graf2-1/+15

Back to the top