Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-09-07Bug 519886 - eclipse CDT failed to create PTY on macOS 10.13 betacdt_9_2Martin Oberhuber5-57/+52
2017-09-07Bug 521788 - spawner doesnt kill child process on MacOS XMartin Oberhuber3-64/+97
2017-09-07Point cdt.target at released bits.Doug Schaefer1-3/+3
2017-05-02Fixed copyrightAlena Laskavaia2-26/+21
2017-04-04Upversion the native feature and move the dup serial plugin out.Doug Schaefer3-8/+2
2017-04-04Upversion for CDT 9.2.2.Doug Schaefer4-3/+4
2017-04-03Bug 509118. Extend regexp to detect devices in /dev for Linux.Zoltan Adasz1-1/+1
2017-03-06Update target dependencies for Neon.3 RC4CDT_9_2_1Marc Khouzam1-2/+2
2017-02-27Update target dependencies for Neon.3Marc Khouzam1-5/+10
2017-02-21cmake: Fix missing NLS messagesMarc-Andre Laperle2-2/+2
2017-02-21Bug 509320: Revert update to re-exported versionJonah Graham1-1/+1
2017-02-21Bug 512096 - Fix NPE selecting an LLVM toolchain in toolchain editorMarc-Andre Laperle2-2/+7
2017-02-21Update baseline for API tool for 9.2.1Marc Khouzam1-2/+2
2017-02-21Make new constructor private to avoid adding APIMarc Khouzam1-4/+1
2017-02-21Update version to 9.2.1Marc Khouzam220-262/+262
2017-02-20Bug 508319 - "Dummy Page" overrides "C/C++ Build"Jeff Johnston1-14/+0
2017-02-17Bug 512262 - Remove the unnecessary ICPPEvaluationOwner interfaceNathan Ridge46-112/+104
2017-02-15Fix cmake feature to use license feature for proper license.Alexander Kurtakov1-1/+3
2017-02-14Bug 511057 - Number format breaks if debug starts with view pinnedMarc Khouzam1-2/+10
2017-02-13Bug 510773 - [traditional rendering] overlay mangles one in next cellMarc Dumais1-1/+1
2017-02-12Bug 511726 - Handle unresolved field owner type in CPPASTFieldReference.getFi...Nathan Ridge2-0/+9
2017-02-12Bug 511658 - Destructor call via alias template nameNathan Ridge2-3/+37
2017-02-12Bug 511122 - Instantiation of dependent destructor nameNathan Ridge3-6/+73
2017-02-12Bug 511427 - ClassCastException in CompositeCPPClassType.wrapBindings()Nathan Ridge2-2/+20
2017-02-12Bug 511274 - Compute correct replacement length for ParameterGuessingProposalNathan Ridge2-1/+14
2017-02-11Bug 511108 - Update the set of supported feature reported in __has_featureNathan Ridge1-5/+5
2017-02-11Bug 511186 - Noexcept specifier in type template argumentNathan Ridge2-1/+8
2017-02-10Bug 511108 - When parsing as clang, enable the extensions supported by clang ...Nathan Ridge1-22/+66
2017-02-10Bug 511108 - Only report support for type trait primitives in __has_feature i...Nathan Ridge2-15/+30
2017-02-10Bug 511429 - Handle TypeOfDependentExpression in PDOMCPPLinkage.unmarshalBind...Nathan Ridge1-1/+8
2017-02-10Bug 511048 - Offer completion proposals for nonstatic methods in a using-decl...Nathan Ridge2-3/+26
2017-02-09Bug 511108 - Do not attempt to resolve the name in an EvalID if the name owne...Nathan Ridge2-3/+43
2017-02-09Bug 510834 - Propagate substitute failure in EvalID.instantiate() with field ...Nathan Ridge2-0/+37
2017-02-07Bug 511871 - CContentAssistProcessor.createContext may leak index lockSergey Prigogin1-19/+25
2017-02-07Bug 510924 - Alt+Enter on breakpoint shows incomplete properties dialogMarc Dumais3-3/+18
2017-02-07Bug 510615 - Launch dialog, handle spaces in gdb pathMarc Dumais4-5/+40
2017-02-04Bug 510788 - Syntax coloring for template arguments in function template spec...Nathan Ridge2-1/+32
2017-02-04Bug 510706 - Handle UniqueType in SignatureBuilder.marshalType()Nathan Ridge2-1/+9
2017-02-03Bug 510665 - User-defined literal operator in namespaceNathan Ridge2-1/+15
2017-02-01Bug 497190 - Do not use ParameterGuessingProposal at all when parameter guess...Nathan Ridge4-11/+25
2017-02-01Improve the propagation of the point of instantiation in CompositeValueNathan Ridge2-10/+16
2017-02-01Bug 483824 - Inline namespace reopened without inline keywordNathan Ridge3-2/+24
2017-01-28Bug 510722 - Handle a null AST in ExpandSelectionJob and ControlFlowGraphViewNathan Ridge2-1/+7
2017-01-27Bug 510484 - Restore the recursion protection set in CPPVariable.getInitialVa...Nathan Ridge2-11/+41
2017-01-27Turn off QML content assist for now.Doug Schaefer1-8/+3
2017-01-26Add missing strings for Run launch delegate.Marc Khouzam1-0/+2
2017-01-26Bug 509186 - Require an exact match for help proposals when providing context...Nathan Ridge3-9/+55
2017-01-26Bug 72391 - When completing a function, do not insert parentheses if they are...Nathan Ridge3-2/+28
2017-01-25Bug 391439 - Do not do replacement for help proposal with context information...Nathan Ridge8-224/+310
2017-01-25Bug 507950 - Answer query on MI channel to avoid GDB waiting foreverMarc Khouzam1-0/+14

Back to the top