Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: update copyright info | saturneric | 2024-07-29 | 1 | -1/+1 |
| | |||||
* | fix: remove low level api setjmp to improve corss-platform ability | saturneric | 2024-01-15 | 1 | -37/+0 |
| | |||||
* | feat: integrate logging api to core | saturneric | 2024-01-05 | 1 | -1/+1 |
| | |||||
* | feat: introduce cmd functions | saturneric | 2023-11-29 | 1 | -1/+1 |
| | |||||
* | refactor: improve the code structure of core | saturneric | 2023-11-06 | 1 | -2/+3 |
| | |||||
* | fix: check and update copyright at files | saturneric | 2023-10-16 | 1 | -2/+2 |
| | |||||
* | fix: solve logging framework issues on windows | Saturneric | 2023-02-16 | 1 | -4/+4 |
| | |||||
* | fix: reduce info level logs | Saturneric | 2023-02-11 | 1 | -2/+2 |
| | |||||
* | feat: change the log style in source files | Saturneric | 2023-02-03 | 1 | -3/+4 |
| | |||||
* | feat(project): support freebsd build | Saturneric | 2022-07-24 | 1 | -0/+4 |
| | |||||
* | <doc, refactor>(src): Clean up the code and add comments | Saturneric | 2022-02-02 | 1 | -2/+2 |
| | |||||
* | <refactor>(ui): tidy up codes and comments. | Saturneric | 2022-01-23 | 1 | -0/+5 |
| | | | | 1. tidy up src. | ||||
* | <license, style>(src, test): Fix some issues in license statement. | Saturneric | 2022-01-22 | 1 | -6/+10 |
| | |||||
* | <refactor, chore>(project, ui, core): Normalize third-party dependencies. | Saturneric | 2022-01-12 | 1 | -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 ↵ | Saturneric | 2022-01-09 | 1 | -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. | Saturneric | 2021-12-16 | 1 | -0/+4 |
| | |||||
* | Fixed & Improve. | Saturneric | 2021-12-16 | 1 | -0/+34 |
1. Fixed Known Issues. 2. Improve UI. |