Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-10-13Point help doc generation at 4.7 platform.cdt_9_3Doug Schaefer1-1/+1
2017-10-11Bug 525856 - LaunchBarManager logs exception during IProject.createSimeon Andreev1-0/+6
2017-10-11Update cdt.target file to point to '4.7' instead of '4.7milestones',Nathan Ridge1-1/+1
2017-10-07Update version to 9.3.3 and restore removed pom.xmls for featuresJonah Graham98-108/+108
2017-10-07Restore removed pom.xmls for features and fix pom.xml versionsJonah Graham63-54/+231
2017-10-07Bug 525666: Fix NPE when DebuggerConsole closes before async code can runJonah Graham1-2/+10
2017-10-07Bug 525664: Add missing close in new Debugger ConsoleJonah Graham1-0/+7
2017-10-06Bug 522509 - Handle typedefs in __is_class builtinNathan Ridge2-4/+10
2017-10-06Bug 517402 - Ambiguous namespace, conflicting with a different kind of symbolMarc-Andre Laperle3-0/+49
2017-10-06Bug 525645 - Named type specifiers in friend declarationsThomas Corbat2-2/+23
2017-10-06Bug 525667: Allow IGDBFocusSynchronizer to be an optional serviceJonah Graham1-1/+7
2017-10-06Bug 518627: Squelch Device Disposed exception at shutdownJonah Graham2-2/+19
2017-09-13Try again to fix the standalone debugger version.Doug Schaefer1-1/+1
2017-09-12Disable Mac signing until they fix the signing server.Doug Schaefer1-0/+2
2017-09-11Fix version number in debugger app product.Doug Schaefer1-1/+1
2017-09-11Bug 522077 - New Autotools project doesn't open source file by defaultJeff Johnston3-0/+27
2017-09-09Bug 521265 - Check that the platform is running before querying bundle group ...Nathan Ridge1-7/+9
2017-09-04Bug 519886 - eclipse CDT failed to create PTY on macOS 10.13 betaMartin Oberhuber5-57/+52
2017-09-04Bug 521788 - spawner doesnt kill child process on MacOS XMartin Oberhuber3-64/+97
2017-08-15Bug 519790 - ClassCastException in CPPVisitor.createAutoParameterType()Nathan Ridge1-2/+9
2017-08-10Upversion features for 9.3.2.Doug Schaefer45-319/+142
2017-08-10Bug 519529 - fix handling of quotes in the GCCToolChain scanner info.Doug Schaefer2-10/+10
2017-07-29Bug 514708 - Performance improvement indexer by caching Strings.CDT_9_3_1Patrick Koenemann3-5/+80
2017-07-12Bug 515500: Preserve known line numbers when updating uiJonah Graham3-14/+50
2017-07-12Bug 519125: Expose console refresh rate as a preferenceJonah Graham3-17/+42
2017-07-05Bug 519190 - Get CMake working with MSVC toolchaindschaefer4-1/+378
2017-06-22Bug 518628 Function declarator location misses virtual specifiersThomas Corbat4-19/+93
2017-06-19Fix serial port naming on Windows to ensure get() method works.Doug Schaefer1-6/+10
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

Back to the top