Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2010-11-04Bug 329286: IndexOutOfBoundsException pasting into search field.Markus Schorn1-13/+12
2010-11-04Bug 329172: Name lookup for default arguments within class bodies.Markus Schorn2-40/+81
2010-11-04Bug 328380: Improved safeguard against infinite recursion.Markus Schorn1-8/+23
2010-11-04Fix compile error against Eclipse 3.6Anton Leherbauer1-1/+1
2010-11-04Compiler warnings.Markus Schorn6-12/+9
2010-11-04Bug 328802: Overriding a method which is declared with a using declaration.Markus Schorn4-6/+85
2010-11-04Bug 328638: Matching qualified names in quick outline, by Marc-Andre Laperle.Markus Schorn1-5/+11
2010-11-04Bug 312666: Default file system on Mac is case insensitive.Markus Schorn5-12/+19
2010-11-03Bug 329196 - Incorrect highlighting of strings with #defines insideAnton Leherbauer2-9/+51
2010-11-03Bug 329165 - Formatter corrupts codeAnton Leherbauer2-2/+27
2010-11-03Bug 322776 - [formatter] Add option to not join already wrapped linesAnton Leherbauer9-169/+302
2010-10-30bug 285033: disabled descriptor for inexistent image (wrong folder)Andrew Gvozdev1-1/+1
2010-10-29Deprecated.Andrew Gvozdev1-0/+4
2010-10-29bug 285033: @deprecated in CDT 8.0. This class appears to be never used.Andrew Gvozdev3-0/+12
2010-10-29Bug 328472 - "C/C++ Build" does not show under PreferencesAnton Leherbauer1-0/+2
2010-10-29Bug 328356 - [C++0x] Editor support for range-based forAnton Leherbauer3-2/+47
2010-10-28Bug 314813 - [mark occurrences] Add preference option for overloaded operatorsAnton Leherbauer6-13/+37
2010-10-28Bug 322755 - Move "Editor problem annotation" preferenceAnton Leherbauer3-59/+44
2010-10-27bug 327897: [ScannerDiscovery80] Tidy up certain scanner discovery codeAndrew Gvozdev2-25/+22
2010-10-26cosmetics: formattingAndrew Gvozdev1-12/+13
2010-10-25bug 239804: CDT spelling errorsAndrew Gvozdev1-6/+6
2010-10-25bug 309113: Ability to have a single build console for a multi-project buildAndrew Gvozdev1-1/+19
2010-10-23bug 309113: Ability to have a single build console for a multi-project buildAndrew Gvozdev1-1/+1
2010-10-22Follow-up fix for Bug 325783Anton Leherbauer2-12/+15
2010-10-22Bug 328068 - Creation of element failed error when creating new C++ classAnton Leherbauer1-1/+1
2010-10-22Bug 328369 - Unexpected runtime error while computing a text hoverAnton Leherbauer1-1/+1
2010-10-21Bug 327223: [C++0x] Range-based for loop.Markus Schorn13-77/+351
2010-10-21Bug 328259: Differentiate function-style and object-style macros, by Patrick ...Markus Schorn6-5/+40
2010-10-21Bug 328321: Handle attempt to open editor for closed resources.Markus Schorn5-2/+24
2010-10-20Cosmetics.Sergey Prigogin3-127/+126
2010-10-20Adjusted comments.Sergey Prigogin1-1/+1
2010-10-20Removed dependency on a deprecated class.Sergey Prigogin1-10/+6
2010-10-20Cosmetics.Sergey Prigogin3-519/+528
2010-10-20Adjusted comments.Sergey Prigogin1-1/+1
2010-10-20Bug 328063: Typedef to cv-qualified class as class-name.Markus Schorn2-6/+16
2010-10-20Bug 327878: Normalize arguments of unknown class instances.Markus Schorn11-49/+62
2010-10-20Bug 327878: Identifying unknown instances in index.Markus Schorn26-367/+460
2010-10-19bug 309113: Ability to have a single build console for a multi-project buildAndrew Gvozdev21-58/+536
2010-10-18bug 311429: Inconsistent showing of "Languages" in Paths&Symbols tabAndrew Gvozdev2-5/+1
2010-10-18bug 311429: Inconsistent showing of "Languages" in Paths&Symbols tabAndrew Gvozdev1-0/+4
2010-10-15bug 327897: [ScannerDiscovery80] Tidy up certain scanner discovery codeAndrew Gvozdev1-0/+12
2010-10-15bug 327897: deprecated org.eclipse.cdt.core.resources.ScannerProviderAndrew Gvozdev1-2/+1
2010-10-15bug 327897: deprecated org.eclipse.cdt.core.resources.ScannerProviderAndrew Gvozdev1-0/+1
2010-10-15bug 327897: deprecatedAndrew Gvozdev2-0/+17
2010-10-15Bug 326654 - [outline] The Outline view menu ordering is wrongAnton Leherbauer1-3/+8
2010-10-14Bug 325783 - [formatter] Function call arguments' indentation is wrong if the...Anton Leherbauer2-0/+32
2010-10-14Bug 327730: Different color for write access, by Andrey Eremchenko.Markus Schorn6-46/+64
2010-10-13Fixed encoding problems in commentsAndrew Gvozdev1-3/+3
2010-10-13Deprecate 2 unused interfaces.Markus Schorn2-4/+4
2010-10-13Bug 323456 - Uncomment code separated by empty linesAnton Leherbauer1-23/+54

Back to the top