qBittorrent/src/app
Nick Korotysh 7712d0ada0
Allow to disable Stacktrace support
Enable backtrace stuff only if GNU C library used, because current
backtrace implementation based  on  <execinfo.h> , which is not a
part of standard C library, it is a GNU extension.

This will be usefull when building  with  custom POSIX-compilant C
library (like musl) and no <execinfo.h> available.

Note: configure script will detect presence of  <execinfo.h>  and
enable/disable feature depending on it.

Feature is enabled by default.
2018-04-10 20:51:11 +03:00
..
qtsingleapplication qtsingleapplication should always be built statically to avoid dependency problems 2017-11-20 17:23:22 +01:00
app.pri Allow to disable Stacktrace support 2018-04-10 20:51:11 +03:00
application.cpp Add helper for loading Windows system functions 2018-04-09 21:18:04 +08:00
application.h Add Tags parameter to "Run External Program" 2018-03-14 10:12:32 +08:00
CMakeLists.txt Allow to disable Stacktrace support 2018-04-10 20:51:11 +03:00
cmdoptions.cpp Use lightweight printf instead of iostream 2018-03-31 03:21:53 +08:00
cmdoptions.h Rename cmd options source files. 2017-05-07 16:20:18 +03:00
filelogger.cpp Fix typo in filelogger.cpp message 2018-02-27 02:00:43 +04:00
filelogger.h Use SettingsStorage instead. 2016-03-26 01:50:13 +02:00
main.cpp Allow to disable Stacktrace support 2018-04-10 20:51:11 +03:00
stacktrace.h Include/print caught signal in stackdump 2017-11-03 14:13:17 +08:00
stacktrace_win.h Fix typo 2018-03-14 23:37:08 +08:00
stacktrace_win_dlg.h Include/print caught signal in stackdump 2017-11-03 14:13:17 +08:00
stacktrace_win_dlg.ui Change project directory structure. 2015-02-05 19:10:26 +03:00
upgrade.h Use lightweight printf instead of iostream 2018-03-31 03:21:53 +08:00