summaryrefslogtreecommitdiff
path: root/src/plugins/docker/dockerdevice.h
Commit message (Expand)AuthorAgeFilesLines
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Docker: Add Filepath::localSource()Marcus Tillmanns2022-12-161-0/+1
* ProjectExplorer: Merge IDevice::{filePath,mapToGlobalPath}hjk2022-12-151-2/+1
* ProjectExplorer: Add clangdExecutable to IDeviceMarcus Tillmanns2022-12-091-0/+1
* Docker: Add clangd executable optionMarcus Tillmanns2022-12-061-2/+3
* Docker: Make hostname valid for UrlsMarcus Tillmanns2022-12-061-0/+2
* IDevice: Provide default implementation for signalOperation()Jarek Kobus2022-11-291-2/+0
* Docker: Add option to enable flags needed for lldbMarcus Tillmanns2022-11-171-1/+3
* Docker: fix device path mappingDavid Schulz2022-10-171-1/+0
* Utils: Split off file access interface from IDevicehjk2022-10-131-31/+0
* Utils: Combine some of the iterateWithFind overloadshjk2022-10-121-6/+4
* Add FSEngine FilePath CacheMarcus Tillmanns2022-10-111-5/+5
* Utils: Add an offset parameter to the content writing FilePath functionhjk2022-10-101-1/+3
* ProjectExplorer: Introduce an IDevice::usableAsBuildDevicehjk2022-09-301-0/+1
* Device: Add prepareForBuild()Marcus Tillmanns2022-09-271-0/+2
* Docker: Remove unused #includehjk2022-09-261-2/+0
* DockerDevice: Do not change the containers entrypointMarcus Tillmanns2022-09-261-1/+3
* DockerDevice: Implements ensureReachableMarcus Tillmanns2022-09-261-15/+15
* Docker: Don't directly access Private data in DockerDeviceMarcus Tillmanns2022-09-261-5/+29
* FilePath: Return optional bytearray from device hooksEike Ziller2022-09-151-1/+3
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* filesystem: Add QFSEngine for filepathsMarcus Tillmanns2022-07-211-0/+2
* Docker: Move to Tr::trhjk2022-07-141-6/+2
* docker: Change Settings to single ownerMarcus Tillmanns2022-07-051-3/+13
* docker: Add dockercli settingMarcus Tillmanns2022-07-041-3/+5
* Docker: Set a default mount to the project directoryAdam Treat2022-05-301-1/+2
* ProjectExplorer: Avoid need to fix up portsgatherer command lineshjk2022-05-121-1/+1
* Get rid of IDevice::createProcess()Jarek Kobus2022-05-041-2/+0
* Docker: implement process interfaceMarcus Tillmanns2022-05-031-2/+4
* docker-plugin: Split out dockerdevice utility classesMarcus Tillmanns2022-04-061-19/+0
* Docker: Remove traces of direct file accesshjk2022-02-281-1/+0
* DeviceProcess: Minimize the usage of DeviceProcessJarek Kobus2022-02-281-1/+1
* Merge remote-tracking branch 'origin/7.0'Eike Ziller2022-02-281-4/+2
|\
| * Docker: Accept more ways to identify a docker FilePathhjk2022-02-251-4/+2
* | Docker: Remove local file accesshjk2022-02-231-5/+0
|/
* Docker: Use repo + tag for image identificationhjk2022-02-091-1/+4
* ProjectExplorer: Use a lambda for DeviceFactory::create()hjk2022-01-261-2/+0
* ProjectExplorer: Make Tasks a QList, not a QVectorhjk2022-01-261-1/+1
* Utils: Wrap various file system iteration flags and filtershjk2022-01-261-5/+2
* Utils: Add optional recursion for file system iterationhjk2022-01-181-1/+2
* Docker: Split tryCreateLocalFileAccess() functionhjk2022-01-121-1/+1
* Docker: Switch Linux file handling to docker --exec by defaulthjk2022-01-111-1/+1
* Utils: Use callbacks when iterating remote file systemshjk2021-12-171-8/+8
* Docker: Provide a means to select search paths for auto-detectionhjk2021-12-141-1/+1
* IDevice: Make fromMap() / toMap() protectedJarek Kobus2021-12-081-2/+4
* Utils: Introduce FilePath::mapTo{Device,Global}Pathhjk2021-10-121-0/+1
* ProjectExplorer: Allow devices to report tasks in validatehjk2021-09-291-0/+1
* Docker: add option to disable file path mappingDavid Schulz2021-09-241-0/+1
* Docker: Implement directoryEntries alternativeChristian Stenger2021-09-161-0/+4
* Utils: Introduce FilePath::setPermission()hjk2021-08-181-0/+1