Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
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-28Bug 413527: [C++14] Support Lambda init-capturesHansruedi Patzen14-82/+555
2018-05-28Bug 534332: Mark long deprecated interfaces as noimplement/noextendJonah Graham2-0/+4
2018-05-28Bug 535139 - Container target set-up causes NPEJeff Johnston1-11/+13
2018-05-24Bug 527954: [C++14] Syntax error when parsing complex udl ""ifHansruedi Patzen5-24/+134
2018-05-17Bug 519361: wrap template<auto> types for better type resolutionVlad Ivanov6-3/+112
2018-05-11Bug 534126 - Cache instantiations of alias template instancesNathan Ridge3-5/+163
2018-05-11Bug 534332 - Allow C decl-specifiers to store attributesNathan Ridge5-7/+8
2018-05-11Bug 534189 - Do not wait for the editor's shared AST to generate parameter gu...Nathan Ridge1-6/+7
2018-05-08Bug 519361: use placeholder type for template<auto>Vlad Ivanov3-7/+24
2018-05-04Bug 534098 - NPE in VariableHelpers.createType()Nathan Ridge3-5/+18
2018-05-04Bug 519361: try to deduce the type of non-type template parametersVlad Ivanov3-0/+47
2018-05-03Add dynamic variable for build directory of active core build configDoug Schaefer6-71/+143
2018-04-27Bug 533822 - Support void* as an argument type for the GNU sync builtinsNathan Ridge2-3/+25
2018-04-26Bug 533888 - Simplify Meson Core Build to use startBuildProcessJeff Johnston2-13/+39
2018-04-26Bug 519062: add support for digit separatorsVlad Ivanov10-19/+100
2018-04-20Bug 533842 - Fix Launchbar for enabled/disabled Docker ConnectionsJeff Johnston2-1/+79
2018-04-16Bug 533222 - Add Container Build support to Std Make Core BuildJeff Johnston8-61/+177
2018-04-16Bug 533379 - Only add space when appropriateTorbjörn Svensson1-3/+6
2018-04-13Bug 533216 - Avoid a ClassCastException in EvalBinding.unmarshal() if the par...Nathan Ridge1-1/+12
2018-04-13Bug 533216 - Correctly classify local types as dependent or notNathan Ridge2-0/+27
2018-04-13Bug 532905 - Implement compositing for InitializerListTypeNathan Ridge1-0/+8
2018-04-08Bug 319506 - Allow renaming class via constructorNathan Ridge4-44/+89
2018-04-06Bug 533319: ASTRewrite parameter pack wrong pointer operators positionHansruedi Patzen2-9/+55
2018-04-05Bug 532781 - Ensure the model builder looks up SourceManipulationInfo for ano...Nathan Ridge1-4/+5
2018-03-31Bug 532905 - When throwing a CompositingNotImplementedError, include the kind...Nathan Ridge1-2/+2
2018-03-30Bug 532684 - NPE in PDOMMacroReferenceName constructorNathan Ridge1-2/+2
2018-03-20Replace refreshScannerInfo with setActive methodJeff Johnston2-5/+15
2018-03-20Bug 532420 - Make Container Core Build indexing more efficientJeff Johnston6-46/+201
2018-03-15Bug 532227: C++17 Missing standard headers in file associationsFelix Morgner1-0/+5
2018-03-11Bug 282494 - Incorrect colors in Show Macro expansion dialog in case ofSebastian Focke1-1/+6
2018-03-11Bug 532209: Run extensions in SafeRunnersJonah Graham1-7/+9
2018-03-07Bug 531991 - Fix command launcher manager priority comparisonChin Huat Ang1-3/+9
2018-03-06Bug 531985 - Support Container build with new Core BuildJeff Johnston4-0/+56
2018-03-06Remove wait on stop in BinaryRunner. It causes deadlock.Doug Schaefer1-2/+1
2018-03-05Bug 403153 - C structure whose first declaration is inside a structureNathan Ridge2-0/+37
2018-03-02Bug 531915: Abstract page is now able to deal with fragment icon(s)cartu38 opendev2-12/+7
2018-03-01Yet another deadlock in old ICDescriptor code.Doug Schaefer1-13/+19
2018-02-25Bug 531172 - Avoid ClassCastException in CPPSemantics.declaredBefore()Nathan Ridge3-2/+29
2018-02-24Bug 531475 - Push a lookup point when precomputing variable types and initial...Nathan Ridge1-3/+13
2018-02-22Bug 531322 - Overloading between initializer-list and non-initializer-list co...Nathan Ridge2-9/+46
2018-02-20Bug 531076 - NPE in CSearchQuery.createMatchesFromNames()Nathan Ridge1-0/+3
2018-02-16Bug 531258 - Provide name for org.eclipse.cdt.core.cBuilderWilliam Riley2-0/+2
2018-02-16Bug 351718 - Avoid NPE when no default setting availableKarsten Thoms1-1/+1
2018-02-15Fix up handling of esp32 on Windows.Doug Schaefer1-1/+1
2018-02-15[releng] Add missing plugin.propertiesJonah Graham12-6/+24
2018-02-15Bug 531098: [C++17] Add support for switch with initializerHansruedi Patzen13-27/+270
2018-02-14Bug 531125 - Tupled gcc toolchains should not be the local defaultJeff Johnston1-1/+2
2018-02-14Bug 531121 - Fix up/down buttons in toolchains preferenceDoug Schaefer1-6/+6

Back to the top