Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-04-08removed unused importsMike Kucera25-66/+240
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-08Minor optimizationJohn Cortell1-2/+2
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-08Contributing new disassembly.Mikhail Khodjaiants1-0/+4
2008-04-08Allow the menu contributions to the Disassembly view's ruler.Mikhail Khodjaiants1-1/+6
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-07adapting the UPC plugin to the new LR parser (work in progress)Mike Kucera58-1999/+696
2008-04-07If the existing executables project is closed, use a new one.Ken Ryall1-0/+6
2008-04-07Contributing new disassembly.Mikhail Khodjaiants12-13/+215
2008-04-07moved unused code into separate source folderMike Kucera37-297/+106
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, where...Markus Schorn8-201/+166
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-07Contributing new disassembly.Mikhail Khodjaiants1-0/+36
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
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-04added support for empty abstract declaratorsMike Kucera13-8056/+8089
2008-04-04Various changes for EFSChris Recoskie12-28/+410
2008-04-04Contributing new disassembly.Mikhail Khodjaiants8-16/+220
2008-04-04dummy name nodes no longer counted as problems when resolving ambiguous decla...Mike Kucera5-14/+50
2008-04-04update install instructions for p2Vivian Kong2-3/+3
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 ch...Anton Leherbauer1-5/+7
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
2008-04-03implicit int now works a lot better (static var;) ,fixed but with globally qu...Mike Kucera9-85/+100
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-03Contributing new disassembly.Mikhail Khodjaiants21-9/+2846
2008-04-03Removed modules view related constants.Mikhail Khodjaiants1-11/+0
2008-04-03Bug #225483 : Unacceptable layout of Binary parsers tabOleg Krasilnikov1-5/+21
2008-04-03improve diagnosticsAndrew Ferguson3-10/+34

Back to the top