Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-06-12Fix another IndexOutOfBounds exception.CDT_9_3_RC4CDT_9_3_0Doug Schaefer1-0/+4
2017-06-12Fix indexOutOfBounds when no Arduino boards registered.Doug Schaefer1-0/+4
2017-06-08Bug 517954 - ClassCastException in CVisitor.findBindingsForContentAssist()Nathan Ridge4-2/+24
2017-06-07Bug 517908: Don't convert #undef into #include <#undef> anymoreJonah Graham2-0/+10
2017-06-05Bug 517722: Mark as deprecated code related to Launch GroupJonah Graham4-0/+11
2017-06-05Bug 517722: Mark CDT specific Launch Group as Deprecated in the UIJonah Graham1-2/+2
2017-06-04Bug 516648 - Delay storing of the type, exception specification, and paramete...Nathan Ridge3-39/+96
2017-06-02Bug 510987 - Properly support PIE executables as build outputDoug Schaefer4-4/+47
2017-05-31Bug 517581 Keep env var operation on merged vars the same.Doug Schaefer1-8/+12
2017-05-31Bug 447703 Build Console on top to true by default.Doug Schaefer1-1/+1
2017-05-31Bug 517516: Update N&N in CDT docsJonah Graham9-432/+642
2017-05-30Bug 517405 - Marker refresh causes editor to openThomas Corbat1-4/+5
2017-05-29Bug 514423 - Ensure CodanCReconciler is installed on editors from all windowsNathan Ridge3-11/+58
2017-05-29Bug 508948: Use environment from Launch configuration when running Jonah Graham1-45/+40
2017-05-26Fix Codan quick-fixesJeff Johnston3-7/+6
2017-05-26Remove CDI leftovers from docs.Alexander Kurtakov4-16/+2
2017-05-26releng: Enforce JavaSE-1.8 EE for tycho-eclipserun-pluginAlexander Kurtakov1-0/+3
2017-05-26Bug 514459 - StackOverflow in PDOMCPPVariable.getInitialValueMarc-Andre Laperle3-1/+87
2017-05-26Rebuild help bundles with 4.7milestones repo.Alexander Kurtakov1-1/+1
2017-05-26Bug 516686 - ArrayIndexOutOfBoundsException in CPPASTLiteralExpression.comput...Nathan Ridge2-2/+8
2017-05-26Bug 516685 - ClassCastException in CPPTemplates.createInstance()Nathan Ridge1-1/+1
2017-05-23Bug 516836 Terminal support for Arduino.Doug Schaefer13-7/+506
2017-05-23Bug 516227: solib-search-path with space failsVincent Guignot1-6/+10
2017-05-22Bug 516627 - Add support for generic lambdasNathan Ridge10-16/+586
2017-05-22Add some more commonly used types to SemanticTestBase.CommonCPPTypesNathan Ridge1-0/+3
2017-05-22Factor out an AST2CPPTestBase base class for C++ AST2 testsNathan Ridge4-39/+41
2017-05-17Bug 516813: don't mark all targets as secondaryJonah Graham33-35/+2
2017-05-17Bug 314428: add missing copyright header and format fileJonah Graham1-4/+13
2017-05-17Bug 516407 Set Agent and make package.json downloads more robustDoug Schaefer2-3/+6
2017-05-17Bug 498171 Propagate scanner info fix for Arduino.Doug Schaefer2-9/+48
2017-05-15Add a registry of open Serial Ports.Doug Schaefer2-1/+62
2017-05-15Bug 516318 Remove the old MBS Qt5 templateDoug Schaefer1-16/+0
2017-05-15Bug 491957. Preferences & save action for choosing const alignmentFelix Morgner39-25/+821
2017-05-14Bug 408470 - Add partial support for C++14 return type deductionNathan Ridge35-150/+1018
2017-05-14Bug 408470 - Introduce SemanticTestBase to serve as a common base class for A...Nathan Ridge15-633/+670
2017-05-14Bug 408470 - Define some more common C++ types in AST2TestBaseNathan Ridge2-2/+26
2017-05-14Bug 408470 - Move the variable template tests into the new cxx14 subpackageNathan Ridge2-4/+6
2017-05-14Bug 408470 - Move C++14 constexpr tests into cxx14.constexpr subpackageNathan Ridge27-27/+27
2017-05-14Bug 408470 - Add a missing message for a problem typeNathan Ridge2-0/+2
2017-05-13Bug 408470 - Introduce static ProblemType instances for more problem typesNathan Ridge2-15/+19
2017-05-13Bug 516291 - Improve propagattion of instantiate failures through EvalFunctio...Nathan Ridge3-1/+28
2017-05-13Bug 516291 - If a function call has dependent arguments, resolve the function...Nathan Ridge2-4/+19
2017-05-13Bug 516290 - Correct computation of decltype(expr) for dependent expressionsNathan Ridge3-2/+44
2017-05-12Bug 314428: speedup build console - limit UI threadJonah Graham13-661/+729
2017-05-12Bug 314428: speedup build console - better handle duplicate markersJonah Graham5-37/+189
2017-05-12Add seccomp:unconfined option when debugging using a ContainerJeff Johnston1-1/+1
2017-05-12Bug 516284 - Binding of const class rvalue to T& parameterNathan Ridge2-6/+20
2017-05-11Bug 516461: use file contents to determine content type when debuggingJonah Graham1-6/+17
2017-05-11Bug 516461: use user's/content-type editor selectionJonah Graham1-8/+36
2017-05-11Bug 516461: Make getEditorId from IDE availableJonah Graham1-0/+134

Back to the top