summaryrefslogtreecommitdiffstats
path: root/src/common-lib/unixsignalhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Crashhandler: reinstall ourselves, if our handlers got disconnectedRobert Griebl2024-10-291-36/+87
* Clazy: fixesRobert Griebl2024-01-081-3/+3
* Fix clang warnings on macOSRobert Griebl2023-12-151-3/+3
* Clang-Tidy / Clazy warnings and modernizationRobert Griebl2023-08-011-2/+2
* Port from qAsConst to std::as_constMarc Mutz2023-01-141-5/+5
* Fix pipe in signal handler (QNX only)Bernd Weimer2022-07-071-8/+2
* Support QNX (unoffically)Bernd Weimer2022-07-011-2/+2
* Use SPDX license identifiersDominik Holland2022-06-151-30/+4
* Work around unused result issue in gccBernd Weimer2022-03-211-2/+4
* Allocate the signal stack using an anon mappingRobert Griebl2022-03-211-10/+13
* Avoid race condition during Unix signal handlingRobert Griebl2022-03-011-12/+18
* Fix glibc compatibility problemRobert Griebl2021-11-301-1/+1
* SIGSTKSZ is not a constexpr anymore in glibc 2.34+Robert Griebl2021-10-061-1/+1
* Update copyright headers to 2021 an finally switch to the GPLRobert Griebl2021-06-011-24/+13
* Replace deprecated sys_siglist array usageBernd Weimer2020-09-211-0/+4
* Build optimization: include all moc cpps directly in the main cpp fileRobert Griebl2020-08-111-0/+2
* Increase signal stack sizeBernd Weimer2020-03-201-2/+4
* Improve crash handlerBernd Weimer2020-03-091-18/+19
* Rename from Luxoft AM to Qt AMRobert Griebl2019-08-051-1/+1
* Update copyright statementsRobert Griebl2018-12-181-1/+2
* Fix calling resetToDefault right before re-installing a signal handlerRobert Griebl2018-11-091-1/+2
* Add support for Ctrl+C handling on WindowsRobert Griebl2018-08-071-2/+33
* Clang code model fixesRobert Griebl2018-04-171-1/+1
* Update Pelagicore copyright headers to 2018Robert Griebl2018-02-071-1/+1
* common-lib cleanupRobert Griebl2017-03-131-0/+1
* Make build on Windows warning freeRobert Griebl2017-03-071-0/+2
* Make all tests valgrind leak freeRobert Griebl2017-02-221-1/+7
* unixsignalhandler: suppress warningsGordan Markuš2017-01-251-3/+7
* Updated Pelagicore AG copyright to 2017Robert Griebl2017-01-161-1/+1
* Synchronized app exiting between the AM and the controllerRobert Griebl2016-12-191-0/+198