summaryrefslogtreecommitdiffstats
path: root/src/common-lib
Commit message (Expand)AuthorAgeFilesLines
* Fix QUnifiedTimer private API change problemsZoltan Gera5 days2-0/+6
* macOS cleanup: handle all sysctl calls the same way consistentlyRobert Griebl2025-06-061-9/+5
* Make watchdog kills use a distinct Unix signal and ExitStatusRobert Griebl2025-06-063-2/+22
* Add configure option for bubblewrap containerSamuli Piippo2025-06-032-0/+8
* Mark security critical files according to QUIP 23Zoltan Gera2025-05-152-0/+2
* Convert warning to info messages on startupRobert Griebl2025-03-031-3/+3
* Watchdog: do not kill, if a debugger is attachedRobert Griebl2025-03-012-0/+37
* Better safe than sorry: std::chrono object constructors are weirdRobert Griebl2024-12-021-1/+1
* Modernize recursiveMergeMapRobert Griebl2024-12-022-14/+8
* 6.9 cleanup commitRobert Griebl2024-12-014-135/+0
* StartupTimer: log checkpoints the moment they are createdRobert Griebl2024-12-012-0/+2
* Crash handler: fix crashes in cxa_demangle for very long symbol namesRobert Griebl2024-10-291-56/+54
* Crashhandler: reinstall ourselves, if our handlers got disconnectedRobert Griebl2024-10-293-40/+107
* Crash handler: make apps report the actual fatal signalRobert Griebl2024-10-291-10/+30
* Fix prepartion: cleanup the #include mess in crashhandler.cppRobert Griebl2024-10-291-54/+41
* Make the AM gracefully handle invalid env vars in ProcessTitleRobert Griebl2024-10-241-0/+4
* Fix std::chrono::duration formatting when built against Qt 6.5Robert Griebl2024-09-261-1/+1
* Fix the wrongly named am.wayland(.debug) logging categoryRobert Griebl2024-09-122-3/+3
* Replace deprecated printf calls by standard onesZoltan Gera2024-08-164-9/+13
* YAML: quote reserved keywords in mapping keys when generating YAMLRobert Griebl2024-08-071-68/+89
* Watchdog: fix the event loop stuck durations being way offRobert Griebl2024-08-062-10/+4
* Watchdog: simplify the render thread timeout configurationRobert Griebl2024-07-262-54/+31
* Fix compilation against Qt < 6.9.0Robert Griebl2024-07-121-0/+6
* Adapt to new logging category registrationRobert Griebl2024-07-051-15/+19
* Fix Axivion style violationsRobert Griebl2024-06-181-3/+3
* Better abstraction for the watchdog and OpenGL configurationRobert Griebl2024-06-185-0/+318
* Don't use DLT settings or command line arguments if DLT isn't availableRobert Griebl2024-06-112-2/+10
* A better watchdog for Wayland, main thread and scene graphRobert Griebl2024-05-316-1/+138
* Refactor the representation of the YAML configurationRobert Griebl2024-05-297-43/+263
* Warn users about wrongly instantiating QML typesRobert Griebl2024-05-232-1/+71
* Use existing functionality in Qt instead of a custom implementationRobert Griebl2024-05-232-8/+0
* Remove our #pragma once workaround, as it is not needed anymoreRobert Griebl2024-05-151-3/+0
* DLT logging: do not unconditionally link against QtDltLoggingRobert Griebl2024-05-151-1/+1
* QVariants from QML often have QJSValues, which cannot be serializedRobert Griebl2024-03-182-0/+29
* Rename the oddly named QVariant converter function for DBusRobert Griebl2024-03-182-6/+6
* Add libdbus to 3rdparty for Windows/macOSRobert Griebl2024-03-054-1/+71
* Replace all #pragma once with old-style #ifdef include guardsRobert Griebl2024-03-0517-17/+68
* Avoid promoting WrapLibYaml to global in configure.cmakeAlexey Edelev2024-02-291-0/+3
* Axivion: fix or document most of the reported issuesRobert Griebl2024-02-219-19/+40
* doc: clarify what the am.qml* logging categories are meant forRobert Griebl2024-02-191-2/+2
* Logging: add a D-Bus specific logging categoryRobert Griebl2024-02-072-0/+2
* Clazy: fixesRobert Griebl2024-01-0813-87/+87
* Clazy: modernizeRobert Griebl2024-01-086-45/+45
* Modernize string literalsRobert Griebl2024-01-0813-120/+128
* Improve YAML debug outputRobert Griebl2023-12-221-27/+27
* Re-enable libbacktrace on macOSRobert Griebl2023-12-152-17/+39
* Fix clang warnings on macOSRobert Griebl2023-12-151-3/+3
* Better readable ConfigCache debug outputRobert Griebl2023-12-121-3/+3
* Quicklaunch: improve the runtimesPerContainer settingRobert Griebl2023-12-121-1/+1
* Add a QT_ prefix to all (semi-) public definesRobert Griebl2023-12-061-2/+2