summaryrefslogtreecommitdiffstats
path: root/src/manager-lib/abstractcontainer.h
Commit message (Expand)AuthorAgeFilesLines
* Make watchdog kills use a distinct Unix signal and ExitStatusRobert Griebl2025-06-061-2/+1
* Disable watchdog when a debug-wrapper is usedRobert Griebl2024-12-021-0/+2
* Replace all signals/slots keywords with Q_SIGNALS/Q_SLOTSRobert Griebl2024-04-221-3/+3
* Replace all #pragma once with old-style #ifdef include guardsRobert Griebl2024-03-051-1/+4
* Clazy: fixesRobert Griebl2024-01-081-1/+1
* Fix all outstanding namespace issuesRobert Griebl2023-11-201-5/+5
* Switch to declarative registrationRobert Griebl2023-11-081-2/+0
* Mark properties exposed to QML as FINAL to prevent shadowingRobert Griebl2023-06-221-1/+1
* Fix include style to what's mandated for public headersAlexandru Croitor2022-12-121-4/+4
* Use SPDX license identifiersDominik Holland2022-06-151-30/+4
* Correctly track redirected std. IO file descriptors through all layersRobert Griebl2022-03-301-1/+1
* Clazy: fix srcRobert Griebl2021-08-201-2/+3
* Update copyright headers to 2021 an finally switch to the GPLRobert Griebl2021-06-011-24/+13
* Rename from Luxoft AM to Qt AMRobert Griebl2019-08-051-1/+1
* Add new package abstraction, which allows multiple executables per packageRobert Griebl2019-08-011-7/+7
* Add support for isSingleton and isCreatable in the qmltypes type informationRobert Griebl2019-02-041-1/+1
* Update copyright statementsRobert Griebl2018-12-181-1/+2
* Bump all QtApplicationManager QML imports to 2.0Robert Griebl2018-12-181-1/+1
* Split the QtApplicationManager qml moduleDaniel d'Andrada2018-10-301-1/+1
* Fix: software-container plugin is not able to connect to the P2P busRobert Griebl2018-10-121-1/+2
* Get rid of QProcess in the internal and external APIRobert Griebl2018-08-231-5/+5
* Refactor the Application objectDaniel d'Andrada2018-05-141-7/+7
* Update Pelagicore copyright headers to 2018Robert Griebl2018-02-071-1/+1
* Replace debug-wrapper specifications with more powerful syntaxRobert Griebl2017-07-051-5/+3
* Replace all 0-pointers with C++11 nullptrRobert Griebl2017-03-141-1/+1
* common-lib cleanupRobert Griebl2017-03-131-1/+2
* Addition of a qmlplugindump tool equivalent for the application-managerRobert Griebl2017-02-211-0/+2
* Added support for debug-wrappers and io redirection to container pluginsRobert Griebl2017-02-201-32/+6
* Updated Pelagicore AG copyright to 2017Robert Griebl2017-01-161-1/+1
* Extended the container interface to make it aware of the app it is executingRobert Griebl2016-12-201-5/+8
* Emit application specific memory warningsBernd Weimer2016-12-151-0/+2
* Make the build warning freeRobert Griebl2016-10-191-3/+3
* Reimplemented build-system as a real Qt moduleRobert Griebl2016-10-171-1/+1
* Moved all symbols to a private namespaceRobert Griebl2016-09-231-1/+5
* Added support for stdin/-out/-err redirection to the debug wrappersRobert Griebl2016-08-301-1/+32
* Added a plugin mechanism - currently for startup and containersRobert Griebl2016-08-231-4/+4
* Added support for 'debug wrappers' (gdbserver, valgrind, etc.)Robert Griebl2016-08-101-1/+1
* Added cgroup support to the default process container solution.Robert Griebl2016-06-091-0/+9
* Fixed license header to align with the final QtAS contract.Robert Griebl2016-06-021-6/+16
* Use the same license wording for GPL3 as the standard Qt 5.7 license.Robert Griebl2016-04-111-13/+14
* Updated copyright year to 2016Robert Griebl2016-03-171-1/+1
* Added configurability via YAML to the containers sub-system.Robert Griebl2016-03-161-0/+7
* Refactored the runtime and container APIRobert Griebl2015-12-081-0/+106