Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-01-13Fixes a test-failure.Markus Schorn1-0/+4
2009-01-13Bug 251406 - Make CSourceViewerConfiguration and friends public APIAnton Leherbauer52-600/+637
2009-01-13Fix warnings.Markus Schorn9-13/+14
2009-01-13Distinction of c- and c++ functions in call hierarchy, bug 260262.Markus Schorn7-32/+126
2009-01-13Fixes warnings.Markus Schorn2-5/+6
2009-01-13Fixes a test-failure.Markus Schorn1-2/+3
2009-01-13Fixes a warning.Markus Schorn1-2/+0
2009-01-13Fixes a test-failure.Markus Schorn4-1/+6
2009-01-13Fixes a test-failure.Markus Schorn1-2/+4
2009-01-13[260786] - [menu] Typo in RetargetDebugContextAction.getAdapter()Pawel Piech1-1/+1
2009-01-12Changed DEFAULT_FILES_TO_INDEX_UP_FRONT to "cstdarg, cstddef, ctime". Bug 259...Sergey Prigogin1-1/+1
2009-01-12Correct usage of scopes in name-resolution, bug 259544.Markus Schorn29-430/+542
2009-01-12Bug 260524 - Disallow problematic Eclipse variablesAnton Leherbauer1-8/+47
2009-01-11Bug 259927. Fix and test case.Sergey Prigogin5-70/+171
2009-01-09Fixed bugzilla 260595. Disable the Show Full Paths action when not applicableJohn Cortell3-4/+67
2009-01-09update version numbers to align with featureVivian Kong2-2/+2
2009-01-09bug 283851 - use jarsVivian Kong1-2/+1
2009-01-09cleaned up grammar files and actions a bitMike Kucera28-6159/+3609
2009-01-09[251185] TestClassRunner JUnit class no longer exists. Replace it with Block...Marc Khouzam1-4/+4
2009-01-09update version numberVivian Kong1-1/+1
2009-01-09bug 283851 - use jarsVivian Kong1-1/+2
2009-01-09update to latest orbitVivian Kong1-1/+1
2009-01-09bug 259308 - fixing version numbers to enable upgrade from 5.0.2 to 6.0.0Vivian Kong7-12/+12
2009-01-09removed call to setSignature()Mike Kucera3-3/+47
2009-01-09Update bundle versions (bug 259308) and fix execution environmentAnton Leherbauer9-10/+21
2009-01-09Correct assignment of template declaration to names of constructor using temp...Markus Schorn1-0/+15
2009-01-09Bug 247416 - [Macro Explorer] no mouse control to navigate through stepsAnton Leherbauer12-777/+421
2009-01-08Migrated DSF and DSF-GDB to the CDT project.Pawel Piech876-0/+120844
2009-01-08fixed handling of ambiguous new expressions in LR parserMike Kucera9-2/+94
2009-01-08[259964] - race conditions with model creation - applying patchAlena Laskavaia3-68/+175
2009-01-08Removal / deprecation of options to create ast with comment nodes, bug 259841.Markus Schorn10-56/+54
2009-01-08Fix warning.Markus Schorn1-4/+4
2009-01-08Fix problems.Markus Schorn1-1/+2
2009-01-08Correct assignment of template declaration to names of constructor using temp...Markus Schorn2-4/+42
2009-01-08Thread local variables, bug 260387.Markus Schorn2-0/+9
2009-01-08Nested template-id ambiguity, bug 259501.Markus Schorn3-26/+38
2009-01-08Reconfigure API breakage as an error.Markus Schorn12-73/+89
2009-01-07reverting accidental commitMike Kucera1-1/+0
2009-01-07better handling of syntax errors in declarations for LR parserMike Kucera22-14780/+15193
2009-01-07fix for bug 92793 for LR parser, qualified IDs as members should be parsed as...Mike Kucera1-7/+15
2009-01-07several fixes to parsing of declarations in LR C++ parserMike Kucera24-15550/+15182
2009-01-07FIX for bug 256242: Extract local variable refactoring doesn't avoid variable...Emanuel Graf2-24/+143
2009-01-06Fixed bugzilla 219798. Reference variables show an address rather than a value.John Cortell3-22/+47
2009-01-05[259765] - applied patch for better support of adding breakpointsAlena Laskavaia1-5/+4
2009-01-05FIXED - bug 239060: const parameters in extracted functionsEmanuel Graf5-14/+98
2009-01-05FIXED - bug 256815: Refactoring error when using "Implement Method..."Emanuel Graf1-5/+12
2009-01-03Test case for bug 259872.Sergey Prigogin6-33/+69
2009-01-02Bug 259871. Fix and test case.Sergey Prigogin2-0/+22
2009-01-02fix for bug 86943 for the LR parsersMike Kucera8-2/+51
2009-01-02Added ability to pass ILanguage options to LR parser, refactored ParseHelper,...Mike Kucera69-18267/+18870

Back to the top