summaryrefslogtreecommitdiffstats
path: root/src/common-lib/utilities.cpp
Commit message (Expand)AuthorAgeFilesLines
* Watchdog: do not kill, if a debugger is attachedRobert Griebl2025-03-011-0/+34
* Modernize recursiveMergeMapRobert Griebl2024-12-021-8/+8
* 6.9 cleanup commitRobert Griebl2024-12-011-90/+0
* Fix std::chrono::duration formatting when built against Qt 6.5Robert Griebl2024-09-261-1/+1
* A better watchdog for Wayland, main thread and scene graphRobert Griebl2024-05-311-0/+90
* Use existing functionality in Qt instead of a custom implementationRobert Griebl2024-05-231-6/+0
* Clazy: fixesRobert Griebl2024-01-081-2/+2
* Clazy: modernizeRobert Griebl2024-01-081-4/+4
* Modernize string literalsRobert Griebl2024-01-081-13/+14
* Clang-Tidy / Clazy warnings and modernizationRobert Griebl2023-08-011-10/+11
* Add NotificationModel QML typeBernd Weimer2023-07-251-0/+8
* Port from qAsConst to std::as_constMarc Mutz2023-01-141-1/+1
* Adapt to qvariant_p.h removal in QtCoreRobert Griebl2022-07-281-1/+0
* Add support for managing multiple instances from appman-controllerRobert Griebl2022-06-301-0/+29
* Use SPDX license identifiersDominik Holland2022-06-151-30/+4
* Prevent infinite loopsRobert Griebl2022-05-171-1/+1
* Fix Win32 API usageRobert Griebl2022-05-171-8/+10
* Better debug output when failing to load resourcesRobert Griebl2022-04-271-8/+23
* Correctly track redirected std. IO file descriptors through all layersRobert Griebl2022-03-301-0/+10
* Fix QScopedPointer::take deprecation warningMÃ¥rten Nordheim2022-03-241-2/+4
* Re-enable running autotests on macOSRobert Griebl2022-03-211-0/+14
* Untangle the icon/name/description/categories messRobert Griebl2022-03-211-0/+16
* Better mount-point managementRobert Griebl2022-01-201-52/+0
* Update copyright headers to 2021 an finally switch to the GPLRobert Griebl2021-06-011-25/+13
* Qt6 port, part 2 .. compiling with cmakeRobert Griebl2020-11-281-3/+3
* Qt 6 port, part 1 .. without cmakeRobert Griebl2020-11-281-1/+1
* Fix warnings in builds against Qt 5.15Robert Griebl2020-05-191-5/+6
* Fix Yocto/MingW build (part 2)Robert Griebl2020-02-191-2/+2
* Add a Windows crash handler for MSVC And MinGWRobert Griebl2020-02-111-167/+2
* Fix failing auto-testsRobert Griebl2020-02-101-3/+4
* Fully transparent and generic cache for config and app databaseRobert Griebl2019-11-071-20/+41
* 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-2/+2
* Fix deprecation warnings against Qt 5.13Robert Griebl2019-06-051-1/+1
* Update copyright statementsRobert Griebl2018-12-181-1/+2
* Windows fixesRobert Griebl2018-10-191-0/+7
* Add basic iOS support. Fix all "macOS" referencesRobert Griebl2018-08-241-5/+7
* Fix warning on MingW buildsRobert Griebl2018-04-201-1/+3
* Clang code model fixesRobert Griebl2018-04-171-2/+2
* Add support for extra meta-data in packagesRobert Griebl2018-04-171-0/+24
* Update Pelagicore copyright headers to 2018Robert Griebl2018-02-071-1/+1
* Re-enable Android supportRobert Griebl2017-05-291-6/+1
* Move more code out of common-lib into more appropriate modulesRobert Griebl2017-05-291-63/+67
* Optimize and simplify pid checking for process hierarchiesRobert Griebl2017-05-291-1/+1
* Move a lot of code out of utilities.cpp into more appropriate modulesRobert Griebl2017-05-291-261/+0
* Extend timeout-factor correction from auto-tests to the appman itselfRobert Griebl2017-05-161-0/+11
* Application ids are not restricted to reverse-DNS notation anymoreRobert Griebl2017-03-241-25/+50
* Replace all foreach loops with C++11 ranged-for loopsRobert Griebl2017-03-141-1/+2
* Replace C++03 throw(Exception) specifications with C++11 noexcept(false)Robert Griebl2017-03-141-1/+1
* Replace all 0-pointers with C++11 nullptrRobert Griebl2017-03-141-4/+5