aboutsummaryrefslogtreecommitdiffstats
path: root/src/signal.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: update copyright infosaturneric2024-07-291-1/+1
|
* fix: remove low level api setjmp to improve corss-platform abilitysaturneric2024-01-151-37/+0
|
* feat: integrate logging api to coresaturneric2024-01-051-1/+1
|
* feat: introduce cmd functionssaturneric2023-11-291-1/+1
|
* refactor: improve the code structure of coresaturneric2023-11-061-2/+3
|
* fix: check and update copyright at filessaturneric2023-10-161-2/+2
|
* fix: solve logging framework issues on windowsSaturneric2023-02-161-4/+4
|
* fix: reduce info level logsSaturneric2023-02-111-2/+2
|
* feat: change the log style in source filesSaturneric2023-02-031-3/+4
|
* feat(project): support freebsd buildSaturneric2022-07-241-0/+4
|
* <doc, refactor>(src): Clean up the code and add commentsSaturneric2022-02-021-2/+2
|
* <refactor>(ui): tidy up codes and comments.Saturneric2022-01-231-0/+5
| | | | 1. tidy up src.
* <license, style>(src, test): Fix some issues in license statement.Saturneric2022-01-221-6/+10
|
* <refactor, chore>(project, ui, core): Normalize third-party dependencies.Saturneric2022-01-121-2/+2
| | | | | | | | 1. All third-party dependencies are in the form of submodules . 2. Compile third-party dependencies together at compile time. 3. Strip 3rd party dependencies from source code. 4. Normalize the reference of the header file of the third-party dependency, and only refer to it once. 5. Remove all find_libraries and use build-time static library files instead.
* <feat ,fixed>(src): Optimize signal handlers and fix sequence errors during ↵Saturneric2022-01-091-1/+14
| | | | | | | startup. 1. When the same signal is continuously received (three times in a row), the program exits to avoid falling into a loop. 2. The QCoreApplication should be exited after displaying the information.
* Fix problem on Windows.Saturneric2021-12-161-0/+4
|
* Fixed & Improve.Saturneric2021-12-161-0/+34
1. Fixed Known Issues. 2. Improve UI.