Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Collapse)AuthorFilesLines
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)
2008-04-03Searching for mixed C/C++ references, bug 224711Markus Schorn1-2/+88
2008-04-03defined-constructs in macro bodies, bug 225562Markus Schorn5-16/+73
2008-04-03Indexer performance with long include search path, bug 225302.Markus Schorn4-28/+421
2008-04-03Increase range of valid numbers for database-cache size percentage.Markus Schorn1-4/+7
2008-04-03Check existence of resource before deleting markers.Markus Schorn1-1/+6
2008-04-03224364: add unit testsAndrew Ferguson5-20/+160
2008-04-03Bug #224769 : deleting Source Folders will corrupt Defined SymbolsOleg Krasilnikov1-1/+1
2008-04-03Bug #225483 : Unacceptable layout of Binary parsers tabOleg Krasilnikov1-5/+21
2008-04-03improve diagnosticsAndrew Ferguson3-10/+34
2008-04-03225534: add unit testsAndrew Ferguson2-4/+78
2008-04-01for loop conditions now workMike Kucera1-10/+6
2008-04-01use MessageFormat API to format IdentifierHelper messages (bug 225143)Vivian Kong2-13/+14

Back to the top