summaryrefslogtreecommitdiff
path: root/src/common-lib/utilities.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* common-lib cleanupRobert Griebl2017-03-131-274/+21
* Replace the setProcessTitle implementationRobert Griebl2017-03-101-1/+3
* Improve the error messages for invalid YAML documentsRobert Griebl2017-03-091-0/+40
* Further cleanup/improvement of the color output handlerRobert Griebl2017-03-071-44/+77
* Optimize colorLogToStderrRobert Griebl2017-03-011-2/+5
* Fix console output width calculationRobert Griebl2017-02-281-2/+4
* Fix for clazy and clang static code analysis findingsRobert Griebl2017-02-271-1/+1
* Valgrind could crash in abort, so better reset all signals beforehandRobert Griebl2017-02-221-1/+1
* Get information about stderr while we are still in a sane stateRobert Griebl2017-02-221-3/+3
* Color output handling cleanupRobert Griebl2017-02-091-53/+107
* Made the AM compile and work with MingW 5.3.0Robert Griebl2017-02-071-0/+6
* utilities: suppress warningGordan Markuš2017-01-231-0/+1
* Made it possible to force/suppress color output on the consoleRobert Griebl2017-01-181-0/+13