Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2020-02-04Move away of the deprecated AbstractUIPlugin.getWorkbenchAlexander Kurtakov14-22/+27
2020-02-04Bug 475625 - Allow user to have empty variable namesMarco Stornelli1-6/+15
2020-02-01Bug 559669 - Fix formatter on/off tagsMarco Stornelli2-1/+18
2020-01-31[releng] Bump version of cdt.core for new APIJonah Graham4-4/+4
2020-01-30Bug 559545 - Fix formatter with enums with standard attributesMarco Stornelli2-0/+11
2020-01-30Bug 434677 - Fix implement method insert position with namespacesMarco Stornelli3-1/+75
2020-01-28Bug 553794 - Add support for the __integer_pack builtinNathan Ridge8-1/+52
2020-01-25Bug 452809 - Implement method fully qualified decl specifierMarco Stornelli2-0/+53
2020-01-24Bug 559067 - Rework DocCommentOwnerComposite and mark it for deletionAlexander Fedorov6-101/+179
2020-01-22Bug 559066 - Rework DocCommentOwnerCombo and mark it for deletionAlexander Fedorov2-26/+58
2020-01-22Bug 559193 - Rework DoxygenPreferences to encapsulate constantsAlexander Fedorov26-258/+635
2020-01-20Bug 384793 - Fix implement function refactoring with var argsMarco Stornelli2-0/+14
2020-01-19Bug 510289 - Fix implementation refactoring with template parametersMarco Stornelli2-0/+61
2020-01-19Bug 559313 - decltype evaluated as a write operationMarco Stornelli2-0/+15
2020-01-18Bug 559193 - new API for preference managementAlexander Fedorov12-1/+648
2020-01-16Bug 552334 - Generate enum doxygen comments according to comment styleMarco Stornelli3-14/+116
2020-01-15Bug 333134 - Add options to configure doxygen behaviorAlexander Fedorov8-169/+177
2020-01-14Bug 333134 - Add options to configure doxygen behaviorMarco Stornelli11-30/+432
2020-01-09Bug 558827: Add and/or fix branding on all featuresJonah Graham6-2/+71
2020-01-09Bug 551817: Write Kichwa Coders consistently in Copyright lineJonah Graham10-10/+10
2020-01-08Bug 558923: Syntax coloring for binary integer literals from C++14Andrey Mozzhuhin3-2/+32
2020-01-08Bug 558474 - CleanUp deprecated methods in org.eclipse.cdt.uiSergey Kovalchuk7-115/+82
2020-01-07Bug 558474: Remove dead codeJonah Graham1-120/+13
2020-01-06Bug 491026 - Improved Doxygen supportMarco Stornelli4-77/+403
2020-01-06Bug 537568: Apply correct indentation with template return typesAndrey Mozzhuhin2-0/+17
2020-01-05Bug 534070: Fix syntax highlight for numbers with C++14 separatorsAndrey Mozzhuhin4-8/+45
2020-01-04Bug 558474 - CleanUp deprecated methods in org.eclipse.cdt.uiSergey Kovalchuk5-62/+41
2020-01-03[releng] Update comparator repo for p2 compare and replaceJonah Graham2-2/+2
2020-01-03Bug 558474 - CleanUp deprecated methods in org.eclipse.cdt.uiSergey Kovalchuk2-29/+10
2020-01-03Bug 558474 - CleanUp deprecated methods in org.eclipse.cdt.uiSergey Kovalchuk2-43/+22
2020-01-02Bug 558638: Add nature user display namesJonah Graham1-1/+1
2020-01-02Bug 551761 - GetterSetterRefactoring single char prefixHannes Vogt3-43/+119
2019-12-31Bug 558474 - CleanUp deprecated methods in org.eclipse.cdt.uiSergey Kovalchuk2-41/+20
2019-12-30Bug 447622: Display better message when information is missingJonah Graham3-1/+10
2019-12-20Bug 558474 - [CDT]CleanUp deprecated methodsSergey Kovalchuk1-5/+5
2019-12-19[releng] Remove no longer needed api filtersJonah Graham2-98/+0
2019-12-12Bug 553730 - Fix for findCommand() to handle directoriesKondal Kolipaka1-1/+1
2019-12-10Bug 545373 - User Defined Toolchains are not getting savedKondal Kolipaka2-3/+20
2019-12-07[releng] Bump to CDT version 9.11.0Jonah Graham9-9/+9
2019-12-05Bug 553761 - NPE at GNUCSourceParser.identifierJeff Johnston2-4/+9
2019-12-02Bug 553667 - Resource leak in ElfParserSimeon Andreev1-1/+10
2019-11-29Bug 553613: Limit memory growth on generated typenamesJonah Graham1-1/+2
2019-11-20Bug 553141 - Fix logic error in TypeInstantiationRequest.equals()Nathan Ridge2-1/+34
2019-11-19Bug 552479: Reuse argument string to array from CommandLineUtilJonah Graham1-46/+3
2019-11-14Revert "Bug 552479: Reuse argument string to array from CommandLineUtil"Jonah Graham1-3/+46
2019-11-14Bug 552479: Reuse argument string to array from CommandLineUtilJonah Graham1-46/+3
2019-11-14Bug 552481: Expose error when wizard failsJonah Graham1-1/+1
2019-11-09Bug 536986 - Add support for string literal operator templatesNathan Ridge2-5/+52
2019-11-08Remove DeleteResConfigsAction and ExcludeFromBuildActionMarc-Andre Laperle3-498/+19
2019-11-08Fix wrong @since after api baseline updateMarc-Andre Laperle1-1/+1

Back to the top