You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add required new build files
Update some qt patch files
Update makefile and packages
Update qt makefile
Fix x86_64-linux-gnu, aarch64-linux-gnu and x86_64-w64-mingw32
Fix not recognizing compiler problem
Test for cross compilation on CI
Reafctor: deprecated QRegExp -> QRegularExpression
Refactor: replace the function in QDataTime to compatible with Qt6:
- Add qtcompat header file to better maintainability
- Replace deprecated QDateTime::fromTime_t() with fromSecsSinceEpoch()
- Replace deprecated QDateTime::toTime_t() with toSecsSinceEpoch()
- Add QT_DATETIME_FROM_TIME_T() and QT_DATETIME_TO_TIME_T() macros
Refactor: update key combination handling for Qt 6 compatibility
Refactor: deprecated QDesktopWidget -> QScreen
Refactor: add Qt::ItemFlag compatibility for Qt 6
Refactor: remove Qt compatibility layer and update to Qt 6 APIs
Refactor: rename the functions and structure to avoid the conflict (Qt6+ use blake2 withing itself)
Refactor: replace copy constructor with constructor (copy constructor is protected in Qt6)
Add translation file generation and dependencies for firoqt
Refactor: add some include header and some minor changes
Remove skiping rpath in cmake
Refactor: change parameter type from long to qintptr in nativeEventFilter method
Add patch file for native_qt to resolve native f16 issue on apple targets
Refactor: enhance the toolchain file (according to Bitcoin toolchain)
Fix a definition of env in zeromq.mk
Update the funcs to be like Bitcoin
Pass pkg_config_path in CI + install binutils for windows target
Add some flags for cross-compiling for apple targets
Pass pkg_config_path and unset some env variables for apple targets in build.sh
Update qt.mk:
. Pass the compilers and flags as basic flags.
. Pass windres for mingw target.
0 commit comments