Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dschmidt/libcrashreporter-qt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-10-22Merge pull request #32 from dschmidt/work/ucontextHEADmasterDominik Schmidt
Fix build, since c004f32a52a27b84b61ee1f454ac7337eee7d4ef ucontext is…
2021-10-22Fix build, since c004f32a52a27b84b61ee1f454ac7337eee7d4ef ucontext is no ↵Hannah von Reth
longer a struct
2021-10-22Merge pull request #31 from dschmidt/work/cpp17Dominik Schmidt
Remove deprecated register keyword
2021-10-22Remove deprecated register keywordwork/cpp17Hannah von Reth
The keyword register is deprecated and removed with c++17
2021-08-19Merge pull request #29 from dschmidt/fix-linuxDominik Schmidt
Fix ENABLE_GPL_CODE=OFF on Linux
2021-08-19Fix ENABLE_GPL_CODE=OFF on Linuxfix-linuxDominik Schmidt
2021-08-19Merge pull request #28 from dschmidt/fix-linuxHannah von Reth
Make ENABLE_GPL_CODE optional on Linux
2021-08-19Add ENABLE_GPL_CODE define only when not compiling for Windows or macOSDominik Schmidt
2021-08-19Do not require ENABLE_GPL_CODE on LinuxDominik Schmidt
2021-08-19Use ucontext_tDominik Schmidt
2021-08-19Fix double declaration of tgkillDominik Schmidt
Taken from upstream commit: https://chromium.googlesource.com/breakpad/breakpad/+/7e3c165000d44fa153a3270870ed500bc8bbb461%5E%21/#F0
2021-06-30Merge pull request #27 from dschmidt/work/no_q_forachHannah von Reth
Dont use Q_FOREACH
2021-06-30Dont use Q_FOREACHwork/no_q_forachHannah von Reth
2021-04-06Merge pull request #25 from fmoc/clickable-crash-idDominik Schmidt
Make copying crash ID simple
2021-03-13Copy crash ID into clipboard when it's clicked onFabian Müller
2021-03-13Fix policy warnings when using the latest CMake buildsFabian Müller
2021-03-04Merge pull request #24 from TheOneRing/work/commentDominik Schmidt
Allow to pre set the comment
2021-03-04Allow to pre set the commentHannah von Reth
2020-10-19Merge pull request #18 from dmitrio95/masterDominik Schmidt
Add libdisasm license, allow disabling GUI component
2020-10-19Merge pull request #23 from TheOneRing/work/don_t_spamDominik Schmidt
Don't write debug msg to std::wcout
2020-10-19Don't print debug message to std::wcoutHannah von Reth
2020-10-19Fix non gpl non linux buildHannah von Reth
2019-02-22Handle all crash types supported by Breakpad on WindowsDmitri Ovodok
On Windows ExceptionHandler constructor requires to specify crash handlers types to use instead of just specifying whether a crash minidump should be written automatically. This commit corrects the constuctor usage to make Breakpad install all the available crash handlers on Windows so more different types of crashes are handled.
2019-02-22Add an option to disable crash reporter GUI componentDmitri Ovodok
2019-02-20libdisasm: add upstream/license details (pulled from Breakpad mainline)Mike Frysinger
The license file comes from the upstream libdisasm tarball/repo. Change-Id: I04a4002db72f778dd67dbcd71d3b5d1205a8c21d Reviewed-on: https://chromium-review.googlesource.com/441884 Reviewed-by: Ted Mielczarek <ted@mielczarek.org>
2019-01-28Merge pull request #17 from dschmidt/lgplDominik Schmidt
Switch license to LGPL 2.1.
2019-01-28Switch license to LGPL 2.1.lgplDominik Schmidt
I talked to everyone mentioned in copyright headers and asked people I know from the commit log. If you claim copyright and disagree with this change please let me know.
2018-06-27Look for our needed modules unconditionallyDominik Schmidt
2018-06-27Do not use qt5_use_modules which was removed from Qt 5.11Dominik Schmidt
2018-05-23Fix msvc buildDominik Schmidt
2018-03-16Merge pull request #16 from guruz/ui_crashreporter_fixDominik Schmidt
Fix ui_CrashReporter.h generation
2018-02-07Fix ui_CrashReporter.h generationMarkus Goetz
On macOS with Qt 5.10.1 I had the Makefile not being properly generated without this. Error was: /bin/sh: -o: command not found
2018-01-14Use target based include directoriesDominik Schmidt
2018-01-14Bump CMake version requirementDominik Schmidt
2016-03-29Fix build on Linux+Clang.Teo Mrnjavac
2016-03-25Merge pull request #13 from teo/fix-buildDominik Schmidt
Fix build.
2016-03-25Fix build.Teo Mrnjavac
2016-03-25Merge pull request #12 from teo/out-of-process-gdbDominik Schmidt
Out of process backtrace generation with gdb
2016-03-24Useless code is useless.Teo Mrnjavac
2016-03-24Notify the user about GDB run + UX improvements.Teo Mrnjavac
POSIX kill after GDB run. Send/Don't send buttons and progress/abort information alternatively visible on the same line. Option to view GDB backtrace before sending. Layout fixage.
2016-03-24Explicitly link Breakpad against pthread to fix link failure on gold.Teo Mrnjavac
2016-03-23Useless include is useless.Teo Mrnjavac
2016-03-23Add licenses.Teo Mrnjavac
2016-03-23License file.Teo Mrnjavac
2016-03-23Set properties for a target, not globally.Teo Mrnjavac
2016-03-23Remove debug output.Teo Mrnjavac
2016-03-22Handle BacktraceGenerator from CrashReporter.Teo Mrnjavac
2016-03-22Fix what we pass along to CrashReporter.Teo Mrnjavac
2016-03-22Keep the gzip compressor in its own file.Teo Mrnjavac
2016-03-22Fix bad formatting. The world is a better place now.Teo Mrnjavac