Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-25Bug 513105 - Store the current lookup point in a thread-local static stack ra...Nathan Ridge20-484/+547
2017-09-25Bug 522461 - NPE in ParameterGuesser.createVariable()Nathan Ridge1-1/+1
2017-09-02Bug 520913 - hover / open declaration for decltype and typeof keywordsMichael Woski3-89/+90
2017-08-12Bug 456579 - Improve CSourceHover and OpenDeclaration for TemplateIdsMichael Woski1-1/+9
2017-08-10Bug 520783 - wrong AccessContext for heuristically resolvedMichi1-2/+2
2017-08-10Bug 520846 - Use ArrayContentProvider.getInstance() where possibleAndreas Sewe6-7/+7
2017-07-17Bug 519196 - NullPointerException in IndexUI.getCElementForNameNathan Ridge1-0/+3
2017-07-11Bug 515500: Preserve known line numbers when updating uiJonah Graham2-13/+40
2017-07-04Bug 519125: Expose console refresh rate as a preferenceJonah Graham3-17/+42
2017-06-08Bug 517954 - ClassCastException in CVisitor.findBindingsForContentAssist()Nathan Ridge1-1/+1
2017-05-31Bug 447703 Build Console on top to true by default.Doug Schaefer1-1/+1
2017-05-15Bug 491957. Preferences & save action for choosing const alignmentFelix Morgner19-8/+349
2017-05-12Bug 314428: speedup build console - limit UI threadJonah Graham10-659/+589
2017-05-09Bug 512932 - Improve type checking of GCC builtinsNathan Ridge1-3/+2
2017-05-06Bug 515343 - NPE in NamespaceHelper.checkFileNameAndLocation()Nathan Ridge1-1/+6
2017-04-27Bug 514069 - Language Mappings section not shown in file properties if opened...Marc-Andre Laperle2-1/+55
2017-04-20Bug 515430: Prevent assertion by checking for quick fixable setJonah Graham1-1/+2
2017-04-19Bug 515249: Corrected icon display Pierre Sachot1-1/+3
2017-04-18Bug 515383: Missing standard headers in file associationsFelix Morgner1-0/+2
2017-04-18Bug 497670 - Support compiler provided "fix-it" hintsJeff Johnston1-1/+1
2017-04-16Bug 514950 - NullPointerException running Organize IncludesSergey Prigogin1-1/+3
2017-04-15Bug 515101: Control folding on doc and non-doc commentsJonah Graham5-12/+86
2017-04-12Bug 515024: Fold adjacent single line doc commentJonah Graham1-1/+1
2017-04-10Delete unreachable codeJonah Graham1-6/+1
2017-03-28Bug 514197 - Organize Includes removes an include necessary forSergey Prigogin1-14/+62
2017-03-25Remove unused OpenTypeDialogMarc-Andre Laperle2-35/+1
2017-03-23Generify AsmTextEditor.getAdapter.Alexander Kurtakov1-6/+3
2017-03-23Remove unneeded casts.Alexander Kurtakov1-2/+2
2017-03-23Generify ListenerList.Alexander Kurtakov7-107/+42

Back to the top