Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Collapse)AuthorFilesLines
2008-04-10Differentiating typeid-nodes from typeof-nodes.Markus Schorn4-35/+51
2008-04-10Fix warnings.Markus Schorn10-51/+37
2008-04-10Fix warnings.Markus Schorn60-826/+671
2008-04-10Extracted a constant.Markus Schorn1-21/+20
2008-04-10UI label adjustments.Sergey Prigogin1-3/+3
2008-04-09Misplaced parenthesis in the New Project Creation Wizard in BIDI environment ↵Vivian Kong1-1/+2
(bug 223670)
2008-04-09cleaning up some warningsMike Kucera54-925/+153
2008-04-09Removes head-less refactoring option, by Emanuel Graf, bug 225528.Markus Schorn3-9/+8
2008-04-09Removes head-less refactoring option, by Emanuel Graf, bug 225528.Markus Schorn2-14/+2
2008-04-09Change generator for nested AST-modifications, by Emanuel Graf, bug 226306.Markus Schorn5-20/+156
2008-04-09Fixes potential NPEs.Markus Schorn3-31/+34
2008-04-09Fix warnings.Markus Schorn1-3/+3
2008-04-09Externalized strings.Markus Schorn2-9/+19
2008-04-09Compound statement expression nested in binary expression, bug 226274.Markus Schorn4-684/+108
2008-04-09226231: apply fixAndrew Ferguson2-8/+36
2008-04-09Fix warnings.Markus Schorn11-77/+68
2008-04-09Comments in ChangeGenerator, by Emanuel Graf, bug 226251.Markus Schorn2-10/+14
2008-04-09Javadoc for the ast-rewrite facility, by Emanuel Graf, bug 226239.Markus Schorn20-147/+371
2008-04-09Team shared warning levels for core-plugin, fixed warnings.Markus Schorn551-240/+1675
2008-04-09Increased warning levels for ui-plugin, fixed warnings.Markus Schorn581-527/+2606
2008-04-09Increased warning levels for ui-plugin, fixed warnings.Markus Schorn1-2/+3
2008-04-09Bug #214194 : Adding a preprocessor symbol erases previously defined onesOleg Krasilnikov3-124/+144
2008-04-09bug 189008Vivian Kong1-8/+8
2008-04-08Assembler labels, bug 226121.Markus Schorn4-20/+39
2008-04-08Configure gcc-extensions as keywords, rather than macros, bug 226112.Markus Schorn7-69/+93
2008-04-08224364: apply fixAndrew Ferguson27-291/+478
2008-04-08Fix for omitted positive expression in conditional expression, bug 212905.Markus Schorn8-16/+53
2008-04-08Use generics.Markus Schorn26-213/+253
2008-04-08Fix warnings.Markus Schorn8-41/+88
2008-04-08Guard against a potential endless loop.Markus Schorn1-1/+2
2008-04-08Correct indentation and copyright-notice.Markus Schorn1-2/+2
2008-04-07Bug #206231 : The usability of the Environment variables dialogs is poor.Oleg Krasilnikov6-2/+60
2008-04-07add accessible listener to member menu tool bar (bug 189222)Vivian Kong1-1/+21
2008-04-07Moved an improved cache for include paths into the ASTFilePathResolver, ↵Markus Schorn8-201/+166
where it can be reused with EFS, bug 225302.
2008-04-07Fix for 225858: Code formatter differences from CDT 4.0.xAnton Leherbauer6-20/+53
2008-04-07Fix for 225773: long translations cover input dialog on new template dialogAnton Leherbauer1-3/+18
2008-04-07Fix source hover control sticky behaviourAnton Leherbauer1-20/+9
2008-04-07Fixed bug 225943.Sergey Prigogin1-1/+2
2008-04-07Use isSameType instead of equals when looking up template type parameters in ↵Sergey Prigogin5-110/+110
an argument map.
2008-04-06More cleanup of template resolution code. Do not use clone.Sergey Prigogin5-17/+69
2008-04-06Removed an unnecessary check.Sergey Prigogin1-2/+0
2008-04-05Use generics.Sergey Prigogin2-35/+36
2008-04-05Adjusted wording.Sergey Prigogin1-5/+5
2008-04-04Various changes for EFSChris Recoskie9-22/+394
- Fixed many NPEs in the build system that occurred when IProject.getLocation() returned null - Created new IStorage implementation (EFSFileStorage) for the editor which can handle EFS resources - added some utility methods for handling EFS resources
2008-04-04dummy name nodes no longer counted as problems when resolving ambiguous ↵Mike Kucera2-3/+3
declarator
2008-04-04add generic type to ObjectSet, ObjectTableAndrew Ferguson11-94/+122
2008-04-04Fix for 225326: Code formatter strips whitespace when it shouldn'tAnton Leherbauer2-15/+76
2008-04-04Fix for 225316: CoreModel does not issue event when resolution of IInclude ↵Anton Leherbauer1-5/+7
changes
2008-04-04Improve strategy to re-query in ElementSelectionDialog, related to bug 211251Anton Leherbauer1-13/+24
2008-04-04Fix for 225272: Problems with spawner and fast (Dual Core) machinesAnton Leherbauer2-981/+961
Patch by Johann Draschwandtner (Wind River)

Back to the top