Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2008-04-18clean up warningsAndrew Ferguson7-61/+23
2008-04-18Bug #187696 : Need to import/export configurations between projectsOleg Krasilnikov1-0/+3
2008-04-18move older tests to new-style frameworkAndrew Ferguson2-3918/+3816
2008-04-18Fix warnings.Markus Schorn36-293/+132
2008-04-18Bug #214194 : Adding a preprocessor symbol erases previously defined onesOleg Krasilnikov1-1/+4
2008-04-18Performance improvement for indexing template based source code.Markus Schorn6-122/+156
2008-04-17Fix warningsAnton Leherbauer6-30/+58
2008-04-17Store #undef in index, bug 227088.Markus Schorn12-241/+303
2008-04-17Fix deprecation warnings and get rid of obsolete HTMLTextPresenterAnton Leherbauer10-616/+26
2008-04-17Fix regression of bug 217727Anton Leherbauer1-6/+3
2008-04-17Fix warnings.Markus Schorn49-817/+824
2008-04-17Fix for 226682: Need to stop parsing when reconciler is stoppedAnton Leherbauer8-51/+201
2008-04-17Fixes implementation of CASTWhileStatement.accept(), bug 227393.Markus Schorn1-1/+1
2008-04-16Fixes a CCE, bug 203967.Markus Schorn3-62/+63
2008-04-16Testcase provided by Richard Miskin, bug 145389.Markus Schorn1-0/+39
2008-04-16222418: apply fixAndrew Ferguson5-232/+567
2008-04-16Generate getters and setters by Emanuel Graf, bug 226658.Markus Schorn23-14/+1568
2008-04-16Implement Method (work in progress) by Emanuel Graf, bug 226646.Markus Schorn32-3/+2180
2008-04-16Hide Method (work in progress) by Emanuel Graf, bug 226533.Markus Schorn24-68/+1431
2008-04-16Extract Function (work in progress) by Emanuel Graf, bug 226484.Markus Schorn55-46/+8244
2008-04-16Fix warnings.Markus Schorn99-1284/+1079
2008-04-16Compiler warnings.Sergey Prigogin1-6/+4
2008-04-16Compiler warnings.Sergey Prigogin2-44/+33
2008-04-15Placement new in conditional expressions, bug 227104.Markus Schorn2-8/+25
2008-04-15222418: add further testsAndrew Ferguson1-28/+224
2008-04-15Provide better scanner-info for files parsed up-front.Markus Schorn3-220/+231
2008-04-15shorten some binding-helper assertion messagesAndrew Ferguson1-3/+3
2008-04-15Specific sizeof expression, bug 227122.Markus Schorn2-6/+16
2008-04-15Restrict references, 2nd try, bug 227110.Markus Schorn1-1/+1
2008-04-15Code cleanupAnton Leherbauer2-62/+26
2008-04-15Restrict references, bug 227110.Markus Schorn2-3/+14
2008-04-15Attributes in elaborated type specifiers, bug 227085.Markus Schorn3-0/+13
2008-04-15Using 'typename' in expressions, bug 227082.Markus Schorn2-18/+16
2008-04-14Fix for bug 226302 - addressed compiler warnings in language mapping-related ...Jason Montojo15-240/+245
2008-04-14Fixes user-defined conversions, comment 4 of bug 226308.Markus Schorn2-78/+78
2008-04-14Bug #226562 : edit/delete buttons enabled while nothing is selectedOleg Krasilnikov2-14/+18
2008-04-14Fix warnings.Markus Schorn68-601/+581
2008-04-14226308: Disable fix for 224364Andrew Ferguson7-18/+149
2008-04-14toString method.Sergey Prigogin1-31/+37
2008-04-14Compiler warnings.Sergey Prigogin1-13/+10
2008-04-14Added isChildOf method.Sergey Prigogin1-1/+14
2008-04-13Minor optimization.Sergey Prigogin1-8/+6
2008-04-11Fix warnings.Markus Schorn12-42/+51
2008-04-11Correct parsing of typeof-expressions, bug 226492.Markus Schorn1-3/+5
2008-04-11Correct parsing of typeof-expressions, bug 226492.Markus Schorn3-3/+14
2008-04-11Fix for 226668: [Content Assist] missing proposals for user includesAnton Leherbauer1-22/+12
2008-04-11Code maintenance for refactoring, by Emanuel Graf, bug 226645.Markus Schorn9-206/+49
2008-04-11Documentation for rewrite tests, by Emanuel Graf, bug 226502.Markus Schorn1-24/+88
2008-04-11Fix warnings.Markus Schorn2-11/+9
2008-04-11Fix warnings.Markus Schorn59-637/+608

Back to the top