summaryrefslogtreecommitdiff
path: root/src/common-lib
Commit message (Expand)AuthorAgeFilesLines
* Ensure that process title code isn't optimized outBernd Weimer2023-05-111-1/+1
* yaml: missing values are actually null/~, not empty stringsRobert Griebl2023-03-211-70/+74
* Fix configuration version conflict between the Qt 5 and Qt 6 AMRobert Griebl2023-03-101-1/+1
* Port from qAsConst to std::as_constMarc Mutz2023-01-143-8/+8
* Always compile dbus-utilities.hRobert Griebl2022-12-121-3/+1
* Fix include style to what's mandated for public headersAlexandru Croitor2022-12-1212-42/+42
* Add explicit include for std::abort (part 2)Robert Griebl2022-08-161-0/+1
* Adapt to qvariant_p.h removal in QtCoreRobert Griebl2022-07-282-2/+0
* Fix pipe in signal handler (QNX only)Bernd Weimer2022-07-072-9/+3
* Support QNX (unoffically)Bernd Weimer2022-07-014-7/+47
* Add support for managing multiple instances from appman-controllerRobert Griebl2022-06-302-0/+32
* Prevent linking of AppMan modules into user pluginsRobert Griebl2022-06-302-0/+9
* clang wants C++ attributes before a func declaration nowadaysRobert Griebl2022-06-281-1/+1
* Fix QScopedPointer::take deprecation warningRobert Griebl2022-06-151-1/+0
* Use SPDX license identifiersDominik Holland2022-06-1527-803/+101
* Document all environment variablesRobert Griebl2022-05-172-3/+3
* Workaround for clang code model warningRobert Griebl2022-05-171-1/+1
* Prevent infinite loopsRobert Griebl2022-05-171-1/+1
* Protect all static variables via Q_GLOBAL_STATIC or similar functionsRobert Griebl2022-05-174-280/+327
* Fix Win32 API usageRobert Griebl2022-05-172-16/+10
* Better debug output when failing to load resourcesRobert Griebl2022-04-272-9/+24
* Only enable StackWalker on MSVC buildsRobert Griebl2022-04-281-1/+1
* Correctly track redirected std. IO file descriptors through all layersRobert Griebl2022-03-302-0/+13
* Fix QScopedPointer::take deprecation warningMårten Nordheim2022-03-241-2/+4
* Re-enable running autotests on macOSRobert Griebl2022-03-212-6/+15
* Untangle the icon/name/description/categories messRobert Griebl2022-03-212-0/+19
* Work around unused result issue in gccBernd Weimer2022-03-212-4/+7
* Allocate the signal stack using an anon mappingRobert Griebl2022-03-211-10/+13
* Avoid race condition during Unix signal handlingRobert Griebl2022-03-012-12/+19
* Add an option to configure how very long log messages are passed to DLTRobert Griebl2022-02-252-0/+27
* Better mount-point managementRobert Griebl2022-01-205-55/+303
* Fix deferred logging crashBernd Weimer2022-01-182-2/+9
* Fix glibc compatibility problemRobert Griebl2021-11-301-1/+1
* SIGSTKSZ is not a constexpr anymore in glibc 2.34+Robert Griebl2021-10-061-1/+1
* cmake: fix all remaining qt_feature conditionsRobert Griebl2021-08-201-3/+11
* Clazy: fix srcRobert Griebl2021-08-202-6/+3
* cmake: fix the --force-{single,multi}-process config optionsRobert Griebl2021-08-201-2/+2
* Enable using FEATURE syntax when configuring modulePasi Petäjäjärvi2021-08-191-1/+3
* Drop the merged cache if anything doesn't match up with last runRobert Griebl2021-07-272-16/+24
* Remove the old deprecated ApplicationIPCManager IPC mechanismRobert Griebl2021-07-274-49/+0
* cmake: remove all comments from the pro2cmake tool conversionRobert Griebl2021-06-301-5/+0
* cmake: remove qmake build system (except in examples/)Robert Griebl2021-06-301-58/+0
* Fix a few problems with the ConfigCacheRobert Griebl2021-06-282-17/+27
* Fix StackWalker output complaining about SymGetLineFromAddr64 errorsRobert Griebl2021-06-261-1/+4
* cmake: Re-enable and fix the doc targetRobert Griebl2021-06-262-0/+17
* Re-enable DLT logging and prefix all features to prevent naming clashesRobert Griebl2021-06-265-39/+49
* Ignore the merged config cache, if there is any mismatch...Robert Griebl2021-06-211-0/+4
* cmake: Nearly full cmake buildRobert Griebl2021-06-186-7/+170
* Update copyright headers to 2021 an finally switch to the GPLRobert Griebl2021-06-0125-610/+325
* Move QDebug << operators into the QtAM namespaceRobert Griebl2021-06-011-6/+2