index
:
qt/qtapplicationmanager.git
5.10
5.11
5.12
5.13
5.14
5.15
5.7
5.8
5.9
6.2
6.2.2
6.2.3
6.2.4
6.3
6.3.0
6.3.1
6.3.2
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
Qt component for application lifecycle management
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
common-lib
/
crashhandler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert warning to info messages on startup
Robert Griebl
2025-03-03
1
-3
/
+3
*
Crash handler: fix crashes in cxa_demangle for very long symbol names
Robert Griebl
2024-10-29
1
-56
/
+54
*
Crashhandler: reinstall ourselves, if our handlers got disconnected
Robert Griebl
2024-10-29
1
-4
/
+16
*
Crash handler: make apps report the actual fatal signal
Robert Griebl
2024-10-29
1
-10
/
+30
*
Fix prepartion: cleanup the #include mess in crashhandler.cpp
Robert Griebl
2024-10-29
1
-54
/
+41
*
Replace deprecated printf calls by standard ones
Zoltan Gera
2024-08-16
1
-2
/
+3
*
Refactor the representation of the YAML configuration
Robert Griebl
2024-05-29
1
-8
/
+12
*
Axivion: fix or document most of the reported issues
Robert Griebl
2024-02-21
1
-2
/
+2
*
Clazy: fixes
Robert Griebl
2024-01-08
1
-1
/
+1
*
Modernize string literals
Robert Griebl
2024-01-08
1
-8
/
+10
*
Re-enable libbacktrace on macOS
Robert Griebl
2023-12-15
1
-14
/
+36
*
Add a QT_ prefix to all (semi-) public defines
Robert Griebl
2023-12-06
1
-2
/
+2
*
Replace AM_.. defines with checks for Qt features where possible
Robert Griebl
2023-12-06
1
-9
/
+10
*
Fix iOS build and re-enable macOS/arm64
Robert Griebl
2023-09-05
1
-1
/
+1
*
Split the logging.h header and incorporate the new ColorPrint class
Robert Griebl
2023-08-03
1
-64
/
+46
*
Clang-Tidy / Clazy warnings and modernization
Robert Griebl
2023-08-01
1
-8
/
+8
*
Improve coverage report generation
Robert Griebl
2023-07-18
1
-0
/
+9
*
Add explicit include for std::abort (part 2)
Robert Griebl
2022-08-16
1
-0
/
+1
*
Support QNX (unoffically)
Bernd Weimer
2022-07-01
1
-3
/
+38
*
clang wants C++ attributes before a func declaration nowadays
Robert Griebl
2022-06-28
1
-1
/
+1
*
Use SPDX license identifiers
Dominik Holland
2022-06-15
1
-30
/
+4
*
Document all environment variables
Robert Griebl
2022-05-17
1
-1
/
+1
*
Workaround for clang code model warning
Robert Griebl
2022-05-17
1
-1
/
+1
*
Protect all static variables via Q_GLOBAL_STATIC or similar functions
Robert Griebl
2022-05-17
1
-92
/
+106
*
Work around unused result issue in gcc
Bernd Weimer
2022-03-21
1
-2
/
+3
*
Fix StackWalker output complaining about SymGetLineFromAddr64 errors
Robert Griebl
2021-06-26
1
-1
/
+4
*
cmake: Nearly full cmake build
Robert Griebl
2021-06-18
1
-2
/
+7
*
Update copyright headers to 2021 an finally switch to the GPL
Robert Griebl
2021-06-01
1
-24
/
+13
*
Merge remote-tracking branch 'gerrit/5.13' into 5.14
Robert Griebl
2020-03-12
1
-1
/
+2
|
\
|
*
Prevent QML backtrace when engine has been deleted
Bernd Weimer
2020-02-27
1
-1
/
+2
*
|
Improve tests and bash completion
Bernd Weimer
2020-03-10
1
-1
/
+0
*
|
Improve crash handler
Bernd Weimer
2020-03-09
1
-5
/
+8
*
|
Fix some minor issues
Bernd Weimer
2020-02-27
1
-6
/
+7
*
|
Add a hint when a stacktrace is shown while running in release mode
Dominik Holland
2020-02-22
1
-0
/
+9
*
|
Enable libbacktrace support for macos
Dominik Holland
2020-02-22
1
-1
/
+11
*
|
Fix Yocto/MingW build (part 2)
Robert Griebl
2020-02-19
1
-2
/
+2
*
|
Merge remote-tracking branch 'gerrit/5.13' into 5.14
Robert Griebl
2020-02-19
1
-1
/
+14
|
\
|
|
*
Fix Yocto/MingW build
Robert Griebl
2020-02-18
1
-1
/
+1
|
*
Make sure to kill any child processes when the main AM process crashes (II)
Robert Griebl
2020-02-10
1
-0
/
+25
|
*
Enable the crashhandler also on macos
Dominik Holland
2020-02-05
1
-2
/
+9
|
*
Make sure to kill any child processes when the main AM process crashes.
Robert Griebl
2020-02-05
1
-0
/
+6
*
|
Improve error output during backtrace generation
Robert Griebl
2020-02-17
1
-8
/
+21
*
|
Add a Windows crash handler for MSVC And MinGW
Robert Griebl
2020-02-11
1
-162
/
+591
*
|
Defer logging output until configuration is known
Bernd Weimer
2020-01-29
1
-0
/
+5
*
|
Merge remote-tracking branch 'gerrit/5.13' into 5.14
Robert Griebl
2020-01-21
1
-5
/
+5
|
\
|
|
*
Update demangle buffer
Bernd Weimer
2020-01-14
1
-5
/
+5
*
|
Rename from Luxoft AM to Qt AM
Robert Griebl
2019-08-05
1
-1
/
+1
|
/
*
Fix compilation against dev
Robert Griebl
2019-05-21
1
-1
/
+0
*
Update copyright statements
Robert Griebl
2018-12-18
1
-1
/
+2
*
Make it possible to Ctrl+C the crash handler
Robert Griebl
2018-11-06
1
-1
/
+6
[next]