Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2009-01-09removed call to setSignature()Mike Kucera1-0/+20
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-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 Kucera1-0/+1
2009-01-07several fixes to parsing of declarations in LR C++ parserMike Kucera1-338/+49
2009-01-07FIX for bug 256242: Extract local variable refactoring doesn't avoid variable...Emanuel Graf2-24/+143
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-02Added ability to pass ILanguage options to LR parser, refactored ParseHelper,...Mike Kucera2-57/+79
2008-12-27Bug 259683.Sergey Prigogin2-2/+17
2008-12-27Comment adjustment.Sergey Prigogin1-2/+2
2008-12-27Fixed an NPE.Sergey Prigogin1-7/+7
2008-12-27Code formatting.Sergey Prigogin3-82/+90
2008-12-26Additional fix for bug 259680.Sergey Prigogin2-7/+15
2008-12-26Code formatting.Sergey Prigogin1-4/+3
2008-12-26Code formatting.Sergey Prigogin4-13/+13
2008-12-26Bug 259680.Sergey Prigogin2-94/+96
2008-12-25Test case for bug 259680.Sergey Prigogin1-0/+13
2008-12-25toString method.Sergey Prigogin7-21/+70
2008-12-25Code formatting.Sergey Prigogin1-4/+4
2008-12-24Bug 259648.Sergey Prigogin2-1/+19
2008-12-24Code formatting.Sergey Prigogin1-10/+12
2008-12-24Code formatting.Sergey Prigogin1-22/+18
2008-12-22Implementation of IASTNode.getSyntax(), bug 250251.Markus Schorn5-0/+78
2008-12-22Correcting IASTName.toCharArray() part II, bug 258054.Markus Schorn39-289/+259
2008-12-22Comment adjustments.Sergey Prigogin1-20/+19
2008-12-22Bug 259460.Sergey Prigogin3-4/+21
2008-12-22Formatting.Sergey Prigogin1-18/+25
2008-12-22Formatting.Sergey Prigogin1-4/+2
2008-12-22Test case for bug 259460.Sergey Prigogin2-44/+33
2008-12-22Test case for bug 259460.Sergey Prigogin1-0/+11
2008-12-19bug 259318, provide reusable implementation of ICLanguageKeywordsMike Kucera4-55/+138
2008-12-19RESOLVED - bug 259372: Error parsers can no longer find filenames for EFS res...Chris Recoskie1-1/+28
2008-12-19Correcting IASTName.toCharArray(), bug 258054.Markus Schorn81-561/+538
2008-12-18PR: 259201 - using standard getenv from java 1.5Alena Laskavaia1-91/+12
2008-12-18API CleanupAnton Leherbauer39-37/+186
2008-12-18NPE in heuristics for include file resolution, bug 259222.Markus Schorn1-1/+6
2008-12-18FIXED - bug 245089: Enhancement: "Refactor" -> "Implement Method ..." should ...Emanuel Graf10-132/+448
2008-12-18Compound literals for c++, bug 247153.Markus Schorn10-139/+231
2008-12-18FIXED - bug 257733: refactoring has problems with frozen ASTEmanuel Graf12-733/+42

Back to the top