summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-01-13improve nvcc warningsclruki
2026-01-12improve warnings outpur for cl.exeruki
2026-01-12Merge pull request #7213 from xmake-io/importfilesruki
fix installdir of imporfiles
2026-01-12improve installdirruki
2026-01-12improve cmake installdirruki
2026-01-12fix libdirruki
2026-01-12fix installdir of imporfilesruki
2026-01-12Merge pull request #7208 from RC1844/patch-4ruki
support dynamic mkspec selection for Qt SDK
2026-01-11improve add_imports for packageruki
2026-01-11Merge pull request #7210 from xmake-io/versionruki
fix package version
2026-01-11fix select package version againruki
2026-01-11refactor(qt): simplify mkspec includedirs logicruanc
Replace conditional statement with ternary operator for adding includedirs from qt.mkspecsdir. The logic remains the same but the code is more concise using 'qt.mkspec or fallbackmkspec' instead of explicit if-else condition.
2026-01-11fix select package versionruki
2026-01-11fix version tipsruki
2026-01-11feat(qt): add fallback mkspec support for different platformsruanc
- Introduce fallbackmkspec variable to handle mkspec selection - Set platform-specific fallback mkspec values: - macosx: macx-clang - linux: linux-g++ - windows: win32-msvc - mingw: win32-g++ - android: android-clang - wasm: wasm-emscripten - Implement conditional logic to use qt.mkspec when available, otherwise fall back to platform-specific mkspec - Maintain backward compatibility with existing mkspec usage
2026-01-11fix package scheme versionruki
2026-01-11Merge pull request #7189 from xmake-io/schemeruki
Add package schemes
2026-01-11feat(qt): support dynamic mkspec selection for Qt SDKruanc
- Add mkspec variable to store QMAKE_XSPEC or QMAKE_SPEC from Qt environment - Include mkspec in the returned Qt SDK information table - Use dynamic mkspec path instead of hardcoded platform-specific paths - Remove hardcoded mkspec directory paths for macosx, linux, windows, android and wasm platforms - Add include directories using the dynamic mkspec path for proper Qt compilation
2026-01-10fix:qt mkspecsdirRC1844
Fix the qt mkspecsdir path
2026-01-10fix lock versionruki
2026-01-10fix current schemeruki
2026-01-10improve to select scheme versionruki
2026-01-10fix scheme testruki
2026-01-10improve scheme tipsruki
2026-01-10Merge pull request #7203 from xmake-io/mingwruki
improve mingw toolchain
2026-01-10Merge pull request #7206 from SuperSodaSea/fix/kmdf-sharedruki
WDK: Add shared directory to KMDF include path
2026-01-10improve to find midl #7192ruki
2026-01-10fix format coderuki
2026-01-10WDK: Add shared directory to KMDF include pathSuperSodaSea
2026-01-10improve tipsruki
2026-01-10reset manifestruki
2026-01-10fix use_precompiled_artifactsruki
2026-01-10rewrite precompile artifactsruki
2026-01-10fix ninja portruki
2026-01-09improve mingw toolchainruki
2026-01-09revert mingw platformruki
2026-01-09fix mingw platformruki
2026-01-09fix mingw for ninja portruki
2026-01-09improve current schemeruki
2026-01-09improve package tipruki
2026-01-09use ninja instead of cmake in scheme testruki
2026-01-09move patches and resources to schemeruki
2026-01-09install package from schemesruki
2026-01-09improve to select versionruki
2026-01-09improve package to use current schemeruki
2026-01-09add default schemeruki
2026-01-09improve schemesruki
2026-01-09improve to select package version for schemesruki
2026-01-09remove load schemesruki
2026-01-09remove default schemeruki