Skip to main content
summaryrefslogtreecommitdiffstats
path: root/launch
AgeCommit message (Expand)AuthorFilesLines
2018-02-16Bug 529910 - Debugging C/C++ container apps remotely is not workingJeff Johnston1-1/+34
2018-02-13[releng] Bump version to 9.4.3Jonah Graham3-3/+3
2018-02-12[releng] Bump version to 9.4.2Jonah Graham3-4/+3
2018-01-24Fix launch config matching for Run as Container ApplicationJeff Johnston1-3/+20
2018-01-22Bug 530053 - Launching locally after Container launch doesn't workJeff Johnston1-1/+2
2018-01-17Bug 529390 - Run in Container launch config not resetting err messageJeff Johnston2-1/+12
2017-11-19Expose org.eclipse.cdt.docker.launch directory as publicJeff Johnston6-4/+9
2017-11-15Fix up leftover toolchain provider id usage.Doug Schaefer1-1/+1
2017-11-13Serial Flash Target and Launch. Clean up Generic Launch.Doug Schaefer5-1/+807
2017-10-22Bug 513589 - Add support to build CDT projects in a Docker ContainerJeff Johnston21-27/+3342
2017-10-16Fix Default toolchain name in common build tab.Doug Schaefer1-1/+1
2017-10-12Allow for changing manually setting toolchains for build configs.Doug Schaefer4-10/+191
2017-10-06Add UI tests plugin for CMake. Fix a couple of bugs it found.Doug Schaefer1-6/+0
2017-09-19Reinstate commit 709689b36e1a1ec573d81a02a7e882faabca58e5Jeff Johnston1-0/+18
2017-09-11Update feature versions to CDT 9.4.Doug Schaefer2-19/+1
2017-09-07Core Build - add support for Generic targetDoug Schaefer6-1/+41
2017-07-21Fix Debug in ContainerJeff Johnston1-4/+32
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-05-29Bug 508948: Use environment from Launch configuration when running Jonah Graham1-45/+40
2017-05-12Add seccomp:unconfined option when debugging using a ContainerJeff Johnston1-1/+1
2017-04-19Bring back some pom.xml from featuresMarc-Andre Laperle1-0/+18
2017-03-08Fixed broken compilation.Sergey Prigogin1-1/+4
2017-02-14releng: Make use of Tycho POM-less functionalityMarc-Andre Laperle4-52/+21
2017-02-07Bug 510615 - Launch dialog, handle spaces in gdb pathMarc Dumais1-2/+10
2017-01-26Add missing strings for Run launch delegate.Marc Khouzam1-0/+2
2017-01-25Auto-generate source features using tycho.Marc Khouzam5-90/+0
2017-01-12Bug 510394: set environment when doing project-less runJonah Graham1-3/+2
2016-11-16Update version to 9.3.0Marc Khouzam6-8/+8
2016-11-15Update version to 9.2.0Marc Khouzam6-8/+8
2016-11-11Implement Qt build tab for the launch config dialog.Doug Schaefer7-5/+83
2016-11-02Bug 506843: Reset buildFailed flag on buildForLaunchPhilip Langer2-1/+6
2016-10-12Updates for Core Build.Doug Schaefer7-2/+377
2016-09-12Introduce Core Build launches and Launch Bar integration.Doug Schaefer2-4/+4
2016-09-07Bug 303808: Add dedicated debugger console viewMarc Khouzam1-1/+1
2016-08-17Update version to 9.1.0Marc Khouzam6-8/+8
2016-07-14Bug 497779 - Add labels to applications run as Docker containersJeff Johnston1-3/+3
2016-07-13Bug 497779 - Add labels to applications run as Docker containersJeff Johnston1-2/+10
2016-06-30Remove old .cvsignore filesMarc Khouzam1-1/+0
2016-06-22Bug 495836 - Eclipse CDT needs privileged mode for docker containersNils Carlson5-2/+40
2016-06-22Move the rest of the CDT plugins to java 8Marc Khouzam6-10/+10
2016-06-14Cherry picking changes from the CDT 9 branch for Qt and Arduino.Doug Schaefer1-49/+189
2016-04-25Bug 492210 - Remove ChangeLog files from projectAlex Blewitt1-799/+0
2016-04-25Bug 492304 - Fix NLS warningsAlex Blewitt3-5/+5
2016-04-25Bug 492230 - Replace buffer.append(a+b) callsAlex Blewitt3-3/+3
2016-04-22Bug 492200 - Replace StringBuffer with StringBuilderAlex Blewitt8-18/+18
2016-04-21Bug 492200 - Replace StringBuffer with StringBuilder where appropriateSergey Prigogin1-2/+2
2016-04-21Fix Connection drop-down in Run Image Launch configurationJeff Johnston3-9/+25
2016-04-19Bug 491984 - Replace .equals("") with .isEmpty()Alex Blewitt4-9/+9
2016-04-18Bug 491945 - Remove new String()Alex Blewitt1-3/+3

Back to the top