Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-02-25Bug 544721 Retain rebuildState state when cloning build configscdt_9_4Philip Langer3-11/+39
2019-02-25[releng] lock down p2 locations where possibleJonah Graham1-6/+6
2018-03-21[releng] Bump version to 9.4.4Jonah Graham98-100/+100
2018-03-10[releng] depend on linuxtools for OxygenJonah Graham1-2/+2
2018-02-26[releng] Update Orbit to Oxygen.3 releaseCDT_9_4_3Jonah Graham1-1/+1
2018-02-25Bug 531172 - Avoid ClassCastException in CPPSemantics.declaredBefore()Nathan Ridge3-2/+29
2018-02-25Bug 531322 - Overloading between initializer-list and non-initializer-list co...Nathan Ridge2-9/+46
2018-02-25Bug 531475 - Push a lookup point when precomputing variable types and initial...Nathan Ridge1-3/+13
2018-02-22Bug 531076 - NPE in CSearchQuery.createMatchesFromNames()Nathan Ridge1-0/+3
2018-02-20Bug 530729 - Accept C++11 attribute specifier before parameter declarationNathan Ridge2-0/+10
2018-02-20Bug 530762 - Add missing evaluation types to CPPCompositesFactory.getComposit...Nathan Ridge3-2/+80
2018-02-20Bug 527844: ExpressionWriter does not write IASTLiteralExpression suffixNathan Ridge7-349/+480
2018-02-16Bug 531125 - Tupled gcc toolchains should not be the local defaultJeff Johnston2-5/+21
2018-02-16Bug 531071 - CBuildConfiguration doesn't handle quoted argumentsJeff Johnston1-4/+59
2018-02-16Bug 529910 - Debugging C/C++ container apps remotely is not workingJeff Johnston1-1/+34
2018-02-15[releng] Add missing plugin.propertiesJonah Graham12-6/+24
2018-02-14Bug 531121 - Fix up/down buttons in toolchains preferenceDoug Schaefer1-6/+6
2018-02-13Bug 530481 - NPE in QuickFixSuppressProblem.prepareFor()Nathan Ridge1-1/+4
2018-02-13Bug 530673 Fix issue with CMake and changing toolchains.Doug Schaefer5-18/+63
2018-02-13Fix newlines.Jonah Graham1-289/+289
2018-02-13[releng] Bump version to 9.4.3Jonah Graham98-100/+100
2018-02-12[releng] point CDT update site at correct branchCDT_9_4_2Jonah Graham1-2/+2
2018-02-12[releng] Bump version to 9.4.2Jonah Graham98-110/+100
2018-02-12Bug 519091 - Do not bypass the caching mechanism for class member specializat...Nathan Ridge6-9/+68
2018-02-12Bug 529383 - NPE in CheckersRegistry.getResourceProfile()Nathan Ridge2-0/+8
2018-02-12Bug 530692 - Avoid EvalFunctionCall storing the evaluation for the implicit '...Nathan Ridge2-1/+90
2018-02-10[releng] correct cdt siteJonah Graham1-1/+1
2018-02-10[releng] correct nightly build locationJonah Graham1-1/+1
2018-02-07Bug 530430 - Proper handling of class initially declared as a friendNathan Ridge6-3/+61
2018-02-04Bug 490359 - Add support for C++17 nested namespace definitionsNathan Ridge2-5/+59
2018-02-04Bug 530086 - Instantiation of template argument where substituted argument is...Nathan Ridge3-20/+67
2018-02-04Bug 530086 - Consider pack expansions when matching non-type arguments to par...Nathan Ridge2-0/+12
2018-02-03Bug 529958 - Semantic highlighting of variable passed by non-const reference ...Nathan Ridge2-4/+39
2018-02-02Bug 529121 - "Build target" has stopped working in CDT 9.4.0Jeff Johnston1-1/+3
2018-02-01Bug 530619 - NullPointerException in RemoteCommandLauncher.setProjectJeff Johnston1-0/+2
2018-01-31Bug 530478 - Relax AC_INIT macro validation in AutoconfEditorChin Huat Ang2-3/+7
2018-01-25Bug 529696 - Propagate the template-id strategy into names contained within a...Nathan Ridge5-13/+66
2018-01-25Bug 529646 - Avoid computing the value of static fields for every object of a...Nathan Ridge2-0/+69
2018-01-24Fix launch config matching for Run as Container ApplicationJeff Johnston1-3/+20
2018-01-23Fix current patch concerning Container launchingJeff Johnston1-1/+2
2018-01-22Bug 530053 - Launching locally after Container launch doesn't workJeff Johnston1-1/+2
2018-01-22Revert change to LanguageSettingsEntriesTab language columnJeff Johnston1-5/+6
2018-01-19Bug 530053 - Launching locally after Container launch doesn't workJeff Johnston1-3/+8
2018-01-18Bug 529799 - problem with entries tree in LanguageSettingsEntriesTabJeff Johnston1-14/+12
2018-01-17Bug 529390 - Run in Container launch config not resetting err messageJeff Johnston2-1/+12
2018-01-17Bug 529386 - NoSuchMethodError in AutotoolsNewMakeGenerator.runScriptJeff Johnston2-2/+2
2018-01-16Bug 529338 - NPE in QuickFixUseDotOperator.apply()Nathan Ridge1-0/+5
2018-01-16Bug 529337 - NPE in PDOMCPPLinkage.onCreateNameHelper()Nathan Ridge1-4/+8
2018-01-10Bug 529121 - NPE fix for projects created with CMakeCDT_9_4_1Doug Schaefer1-1/+3
2018-01-10Bugs 529299 and 491296. Fix indentation after 'noexcept'/'override'.Davin McCall4-2/+52

Back to the top