Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-05-21Bug 579944: Clean up Docker include path codeMoritz 'Morty' Strübe6-312/+347
2022-05-20Bug 579974: Add tooltip to docker connection dropdownMoritz 'Morty' Strübe3-0/+3
2022-05-06Bug 579666: Improve dark theme on WindowsTorbjörn Svensson2-14/+14
2021-06-07Bug 574057: Prevent null set of selected data volumesJonah Graham2-1/+7
2020-09-07Bug 566712: Fix NPE on last item in list deleteJonah Graham1-0/+6
2020-09-06Bug 566710 Copy CIncludeFileEntrys from Docker imageMoritz 'Morty' Strübe1-4/+17
2020-08-20Bug 538147 Fix mounting folders using windowsMoritz 'Morty' Strübe1-12/+1
2020-07-08Fixed NLS warnings, potential NPE and removed excess semicolonTorbjörn Svensson10-32/+32
2020-05-25Bug 542701 - NPE at LaunchConfiguration.getLaunchManagerJeff Johnston4-20/+83
2020-02-04Move away of the deprecated AbstractUIPlugin.getWorkbenchAlexander Kurtakov2-4/+5
2019-10-11Move away of deprecated imageDescriptorFromPlugin.Alexander Kurtakov1-1/+2
2019-10-10Use generified databindings API.Alexander Kurtakov4-14/+15
2019-08-12Convert new Runnable to lambda. Alexander Kurtakov4-65/+39
2019-08-10Remove redundant superinterfaces. Alexander Kurtakov1-2/+1
2019-08-09Remove unneeded suppress warnings.Alexander Kurtakov2-3/+1
2019-05-23Bug 547442 - Launchbar shouldn't set newly added Container target activeJeff Johnston1-2/+4
2019-05-15Bug 547145 - Core build use of ProjectDescription should be synchronizedJeff Johnston1-3/+7
2019-05-13Bug 547104 - Adding new Docker Connection causes two build dirsJeff Johnston1-2/+40
2019-05-07Bug 547026 - fix ConcurrentModificationExceptionJeff Johnston1-1/+3
2019-04-23Bug 546518 - Container gcc toolchain should just depend on pathJeff Johnston1-7/+3
2019-03-20Bug 545192 - Convert directory path in docker for windowsHannes Vogt1-1/+1
2018-11-23Bug 540373: Cleanup: Remove trailing whitespace in properties filesJonah Graham1-1/+1
2018-11-22Bug 540373: Remove '(non-Javadoc)' commentsJonah Graham4-44/+0
2018-11-22Bug 540373: Cleanup: Remove redundant type argumentsJonah Graham3-6/+6
2018-11-22Bug 540373: Cleanup: Remove unnecessary castsJonah Graham3-5/+5
2018-11-22Bug 540373: Cleanup: Add missing annotationsJonah Graham5-0/+9
2018-11-22Bug 540373: Cleanup: Format & Remove trailing whitespaceJonah Graham33-1811/+963
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham36-108/+216
2018-11-08Bug 540423 - C/C++ Container Launcher missing Port BindingJeff Johnston8-6/+917
2018-10-12Bug 540085 - Deadlock in ToolChainManager initJeff Johnston2-13/+38
2018-09-12Bug 538958 - Meson project built in Container not indexing properlyJeff Johnston1-2/+4
2018-07-12Bug 536884 - Removing header cache should cause ScannerInfo refreshJeff Johnston2-2/+16
2018-07-11Bug 533363 - Indexer spending a lot of time in CommandLauncherManagerJeff Johnston1-5/+36
2018-07-04Bug 536363 - Meson project include paths wrong when using ccacheJeff Johnston1-2/+10
2018-07-03Bug 536317 - Deadlock at start with launchbar and docker tooling enabledJeff Johnston2-135/+206
2018-06-02Bug 535473 - Run/Debug buttons for Container target don't run/debugJeff Johnston2-5/+69
2018-05-23Bug 535014 - cannot debug in a containerJeff Johnston1-14/+13
2018-05-07Bug 533842 - Fix Launchbar for enabled/disabled Docker ConnectionsJeff Johnston2-9/+13
2018-04-20Bug 533842 - Fix Launchbar for enabled/disabled Docker ConnectionsJeff Johnston2-2/+195
2018-04-16Bug 533222 - Add Container Build support to Std Make Core BuildJeff Johnston2-1/+82
2018-03-20Bug 532420 - Make Container Core Build indexing more efficientJeff Johnston2-4/+16
2018-03-09[releng] Update CDT in preparation for Photon M6Jonah Graham1-1/+2
2018-03-06Bug 531985 - Support Container build with new Core BuildJeff Johnston17-150/+2045
2018-02-16Bug 529910 - Debugging C/C++ container apps remotely is not workingJeff Johnston1-1/+34
2018-02-06Bug 530635: Add ability to do "set remotetimeout" via UIJonah Graham3-5/+87
2018-02-02Fix some API issues caused by some recent CommandLauncher additionsJeff Johnston1-1/+2
2018-01-29Bug 530468 - Support passing CBuildConfiguration to Cmd Launcher FactoryJeff Johnston3-14/+58
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-11Bug 528169 - Run autotools commands within containersJeff Johnston3-1/+81

Back to the top