Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2014-07-17Fixed tautologic comparison in ASTFileLocation.equals()Thomas Corbat1-1/+1
2014-07-16Added Anders Dahlberg to the copyright header of AST2CSpecTest.Thomas Corbat1-0/+1
2014-07-16Bug 84144 - [Parser2] GCC: labels as valuesqdagans1-1955/+958
2014-07-10Bug 84144 - Occurrence marking for label references.Thomas Corbat3-2/+35
2014-07-10Bug 84144 - ASTWriter extension for IGNUASTGotoStatements and labelThomas Corbat3-2/+35
2014-07-10Cosmetics and refactoring related to commits of bug 84144Thomas Corbat10-184/+119
2014-07-09Bug 84144 - [Parser2] GCC: labels as valuesqdagans7-65/+84
2014-07-07Bug 430342 - Completion of template arguments.Thomas Corbat3-34/+133
2014-07-06Bug 84144 - [Parser2] GCC: labels as valuesqdagans15-22/+469
2014-06-25Navigate to template definition by default.Sergey Prigogin1-15/+15
2014-06-25Bug 438114 - Friend function declaration is not reconciled with otherSergey Prigogin4-21/+109
2014-06-25Cosmetics.Sergey Prigogin5-98/+92
2014-06-24Bug 437067 - Hide read-only references in Search viewMarc-Andre Laperle6-6/+91
2014-06-21Bug 431026 - NPE while checking Assembler resources (*.S - files) Alena Laskavaia1-0/+2
2014-06-17Bug 437630 - NPE in Organize Includes with a lambda expressionSergey Prigogin2-7/+20
2014-06-17Fixed a ClassCastException.Sergey Prigogin1-34/+37
2014-06-17Added editing of include guard style preference.Sergey Prigogin7-36/+91
2014-06-17Automatic update of include statements and include guards when headerSergey Prigogin30-377/+1578
2014-06-17Cosmetics.Sergey Prigogin32-385/+308
2014-06-10Bug 436060 - Race condition in updateProjectDescriptions()Christian Walther1-8/+20
2014-06-05Bug 436748 - Preference option missing in OrganizeIncludesBlockSergey Prigogin1-0/+1
2014-06-05Cosmetics.Sergey Prigogin12-166/+127
2014-06-05Cosmetics.Sergey Prigogin2-19/+20
2014-06-04Adjusted test expectations to the modified treatment of unused includes.Sergey Prigogin1-2/+0
2014-06-04Changed the Organize Includes default behhavior to remove unusedSergey Prigogin1-1/+1
2014-06-04Bug 436616 - NPE in ASTCommenter$PreprocessorRangeChecker.checkOffsetsSergey Prigogin1-16/+20
2014-06-03Build with 4.4 and use target definition file for maven buildMarc-Andre Laperle1-5/+0
2014-05-31Cosmetics.Sergey Prigogin1-1/+1
2014-05-31Revert "WIP"Sergey Prigogin8-191/+33
2014-05-31WIPSergey Prigogin8-33/+191
2014-05-31Bug 436021 - [Organize includes] Both include and forward declarationsSergey Prigogin1-8/+10
2014-05-31Fixed the id of the renameParticipant extension.Sergey Prigogin1-23/+23
2014-05-31Cosmetics.Sergey Prigogin3-7/+6
2014-05-30Bug 303083 - Fix MANIFEST.MF split package and BREE for native pluginMartin Oberhuber4-16/+15
2014-05-28Bug 416658. Remote indexing in C does not work completely for WindowsJohn Eblen1-1/+1
2014-05-28Fix copyright on the dark theme.Doug Schaefer1-1/+1
2014-05-27Bug 303083 - Make cdt.core.native plugin consistent after renameMartin Oberhuber19-33/+33
2014-05-26Bug 303083 - Rename spawner bundle to 'native'Doug Schaefer41-52/+46
2014-05-26Shouldn't use new SWT.Shell()Andrew Eidsness1-6/+11
2014-05-26Bug 303083 - Split out the CDT Spawner into a separate featureMartin Oberhuber55-85/+891
2014-05-20Bug 435340 - Add Include inserts an extra blank lineSergey Prigogin11-10/+68
2014-05-20Cosmetics.Sergey Prigogin2-15/+14
2014-05-20Bug 435235 - Automatically close opening brace of list initializerSergey Prigogin2-15/+84
2014-05-20Bug 435233 - Wrong parameter is highlighted in a function call with aSergey Prigogin1-9/+23
2014-05-20Cosmetics.Sergey Prigogin13-437/+279
2014-05-19Cosmetics.Sergey Prigogin2-4/+3
2014-05-19Bug 434852: If the original project of the editor input file is a nonMartin Schreiber1-20/+30
2014-05-18Bug 409882 - Visibility of lambda with class ownerNathan Ridge2-0/+23
2014-05-18Bug 414826 - Avoid NPE caused by null IValueNathan Ridge4-4/+7
2014-05-18Bug 418996 - Guard against infinite recursion inNathan Ridge2-36/+61

Back to the top