Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-11-17Bug 407405: Limit wrapping in Build ConsoleJonah Graham5-7/+121
2018-10-30Bug 540610 - Add Automatic-Module-Name headerKarsten Thoms1-0/+1
2018-10-29Bug 540257 - "Align Const" save action causes NPE when saving Assembler filesMarc-Andre Laperle2-3/+7
2018-10-22Bug 534423 - Sort configurations in the Exclude from build dialogChristian Walther1-1/+5
2018-10-06Bug 486036 - Toggle Function Definition does not work when comment is involvedMarc-Andre Laperle1-0/+4
2018-10-04Bug 536201 Add a highlighting for enum classesBassem Girgis5-17/+83
2018-10-03Bug 518271 - NPE when using Toggle function on a function containing a lambda...Marc-Andre Laperle1-0/+4
2018-10-02Bug 539535: Disable default UDL highlightingHansruedi Patzen4-8/+29
2018-09-26Bug 518273 - Toggle function should remove the override keyword when moving o...Marc-Andre Laperle1-0/+6
2018-09-11Bug 538509 - Ensure a lookup point is always set during semantic highlightingNathan Ridge1-1/+6
2018-09-08Bug 536255 - Extension point for open call hierarchy viewLidia Popescu9-45/+406
2018-09-02Give lsp4e-cpp access to some CDT internalsNathan Ridge1-2/+2
2018-08-21Bug 537176: add "update references" checkbox to resource renameJonah Graham9-7/+332
2018-08-11Bug 535428. Add indentation and bracket completion support in LSP4E-CPPManish Khurana2-14/+47
2018-05-28Bug 519391: Only redraw the changed linesJonah Graham2-2/+16
2018-05-28Bug 519391: avoid iterating and copying large listsJonah Graham4-43/+79
2018-05-24Bug 527954: [C++14] Syntax error when parsing complex udl ""ifHansruedi Patzen1-1/+32
2018-05-11Bug 534189 - Do not wait for the editor's shared AST to generate parameter gu...Nathan Ridge1-6/+7
2018-04-16Bug 533379 - Only add space when appropriateTorbjörn Svensson1-3/+6
2018-04-08Bug 319506 - Allow renaming class via constructorNathan Ridge2-1/+37
2018-03-11Bug 282494 - Incorrect colors in Show Macro expansion dialog in case ofSebastian Focke1-1/+6
2018-03-02Bug 531915: Abstract page is now able to deal with fragment icon(s)cartu38 opendev2-12/+7
2018-02-20Bug 531076 - NPE in CSearchQuery.createMatchesFromNames()Nathan Ridge1-0/+3
2018-02-16Bug 351718 - Avoid NPE when no default setting availableKarsten Thoms1-1/+1
2018-02-14Bug 531121 - Fix up/down buttons in toolchains preferenceDoug Schaefer1-6/+6
2018-02-09Add missing annotations.Alexander Kurtakov1-1/+2
2018-02-08Remove useless imports.Alexander Kurtakov3-13/+3
2018-02-08Remove unnecessary suppress warnings.Alexander Kurtakov1-2/+1
2018-01-25Bug 529958 - Semantic highlighting of variable passed by non-const reference ...Nathan Ridge1-3/+24
2018-01-16Bug 529799 - problem with entries tree in LanguageSettingsEntriesTabJeff Johnston1-8/+7
2018-01-03Bugs 529299 and 491296. Fix indentation after 'noexcept'/'override'.Davin McCall3-1/+14
2017-12-21Bug 527844: ExpressionWriter does not write IASTLiteralExpression suffixHansruedi Patzen1-2/+2
2017-12-20Bug 525739 - Have Open Declaration find potentially-matching definitions for ...Nathan Ridge1-7/+36
2017-12-01Cleanup Core Build Preference pages.Doug Schaefer5-1/+18
2017-11-27Bug 444054 - Make sure we build the right projectDoug Schaefer1-0/+3
2017-11-23Bug 444054 - Always enable the build actions.Doug Schaefer1-0/+6
2017-11-22Hook up the old Include Paths and Symbols page to Makefile projs.Doug Schaefer25-146/+38
2017-11-14Bug 519533: Fix scroll lock on build consoleJonah Graham1-1/+3
2017-11-13Bug 522010 - Completion of non-type template parameter in ambiguous template ...Nathan Ridge1-3/+13
2017-11-10Fixes for scanner info for Makefile projects.Doug Schaefer1-7/+6
2017-11-09Bug 378302 - Only bring build console to top on problem output.Christian Walther4-10/+32
2017-11-08Bug 512550 - Hide C and C++ Project Wizards and fix canFinish().Doug Schaefer3-23/+10
2017-11-07Hook up the clang toolchain now split out from GCC.Doug Schaefer1-129/+129
2017-11-07Implement ordering of toolchains.Doug Schaefer3-26/+83
2017-10-22Bug 513589 - Add support to build CDT projects in a Docker ContainerJeff Johnston1-4/+7
2017-10-16Improve tracking of lookup pointsNathan Ridge1-71/+71
2017-10-04Bug 525350 - Ensure a lookup point is always set during indexing, code analys...Nathan Ridge1-12/+12
2017-10-03Bug 524258 - NPE in QuickAssistProcessor.runOnAST()Nathan Ridge1-0/+4
2017-10-02Bug 399147 - Make 'Find References' find using-declarationsNathan Ridge2-3/+7
2017-09-28UI for adding toolchains for Core Build. New Generic Target Wizard.Doug Schaefer14-11/+719

Back to the top