summaryrefslogtreecommitdiffstats
path: root/src/common-lib/crashhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Convert warning to info messages on startupRobert Griebl2025-03-031-3/+3
* 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-291-4/+16
* 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
* Replace deprecated printf calls by standard onesZoltan Gera2024-08-161-2/+3
* Refactor the representation of the YAML configurationRobert Griebl2024-05-291-8/+12
* Axivion: fix or document most of the reported issuesRobert Griebl2024-02-211-2/+2
* Clazy: fixesRobert Griebl2024-01-081-1/+1
* Modernize string literalsRobert Griebl2024-01-081-8/+10
* Re-enable libbacktrace on macOSRobert Griebl2023-12-151-14/+36
* Add a QT_ prefix to all (semi-) public definesRobert Griebl2023-12-061-2/+2
* Replace AM_.. defines with checks for Qt features where possibleRobert Griebl2023-12-061-9/+10
* Fix iOS build and re-enable macOS/arm64Robert Griebl2023-09-051-1/+1
* Split the logging.h header and incorporate the new ColorPrint classRobert Griebl2023-08-031-64/+46
* Clang-Tidy / Clazy warnings and modernizationRobert Griebl2023-08-011-8/+8
* Improve coverage report generationRobert Griebl2023-07-181-0/+9
* Add explicit include for std::abort (part 2)Robert Griebl2022-08-161-0/+1
* Support QNX (unoffically)Bernd Weimer2022-07-011-3/+38
* clang wants C++ attributes before a func declaration nowadaysRobert Griebl2022-06-281-1/+1
* Use SPDX license identifiersDominik Holland2022-06-151-30/+4
* Document all environment variablesRobert Griebl2022-05-171-1/+1
* Workaround for clang code model warningRobert Griebl2022-05-171-1/+1
* Protect all static variables via Q_GLOBAL_STATIC or similar functionsRobert Griebl2022-05-171-92/+106
* Work around unused result issue in gccBernd Weimer2022-03-211-2/+3
* Fix StackWalker output complaining about SymGetLineFromAddr64 errorsRobert Griebl2021-06-261-1/+4
* cmake: Nearly full cmake buildRobert Griebl2021-06-181-2/+7
* Update copyright headers to 2021 an finally switch to the GPLRobert Griebl2021-06-011-24/+13
* Merge remote-tracking branch 'gerrit/5.13' into 5.14Robert Griebl2020-03-121-1/+2
|\
| * Prevent QML backtrace when engine has been deletedBernd Weimer2020-02-271-1/+2
* | Improve tests and bash completionBernd Weimer2020-03-101-1/+0
* | Improve crash handlerBernd Weimer2020-03-091-5/+8
* | Fix some minor issuesBernd Weimer2020-02-271-6/+7
* | Add a hint when a stacktrace is shown while running in release modeDominik Holland2020-02-221-0/+9
* | Enable libbacktrace support for macosDominik Holland2020-02-221-1/+11
* | Fix Yocto/MingW build (part 2)Robert Griebl2020-02-191-2/+2
* | Merge remote-tracking branch 'gerrit/5.13' into 5.14Robert Griebl2020-02-191-1/+14
|\|
| * Fix Yocto/MingW buildRobert Griebl2020-02-181-1/+1
| * Make sure to kill any child processes when the main AM process crashes (II)Robert Griebl2020-02-101-0/+25
| * Enable the crashhandler also on macosDominik Holland2020-02-051-2/+9
| * Make sure to kill any child processes when the main AM process crashes.Robert Griebl2020-02-051-0/+6
* | Improve error output during backtrace generationRobert Griebl2020-02-171-8/+21
* | Add a Windows crash handler for MSVC And MinGWRobert Griebl2020-02-111-162/+591
* | Defer logging output until configuration is knownBernd Weimer2020-01-291-0/+5
* | Merge remote-tracking branch 'gerrit/5.13' into 5.14Robert Griebl2020-01-211-5/+5
|\|
| * Update demangle bufferBernd Weimer2020-01-141-5/+5
* | Rename from Luxoft AM to Qt AMRobert Griebl2019-08-051-1/+1
|/
* Fix compilation against devRobert Griebl2019-05-211-1/+0
* Update copyright statementsRobert Griebl2018-12-181-1/+2
* Make it possible to Ctrl+C the crash handlerRobert Griebl2018-11-061-1/+6