summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-01-17improve linker.link_scriptsruki
2026-01-17fix get flag in module supportruki
2026-01-16update readmeruki
2026-01-16Merge pull request #7226 from xmake-io/tidyruki
Improve to find clang-tidy
2026-01-16improve to project generatorruki
2026-01-16improve clang-tidyruki
2026-01-15fix has_flagsruki
2026-01-15improve to find clang-tidyruki
2026-01-15Merge pull request #7219 from xmake-io/iconvruki
Add cli.iconv module
2026-01-15add charset.cruki
2026-01-15update iconvruki
2026-01-15improve cli.iconvruki
2026-01-15Merge pull request #7216 from xmake-io/requirelockruki
Improve requirelock
2026-01-15improve test.luaruki
2026-01-15add io.convertruki
2026-01-15improve cli.iconvruki
2026-01-14Merge pull request #7223 from KochabStar/devruki
fix(nuget): improve library file matching with score-based selection
2026-01-14fix(nuget): improve library file matching with score-based selectionKochabStar
- add path component matching to avoid x86/x86_64 confusion - implement score-based lib file selection for better architecture matching - support multiple include directory patterns - deduplicate includedirs and linkdirs in result
2026-01-14Merge pull request #7214 from xmake-io/clruki
Improve warnings output
2026-01-14fix lto flagsruki
2026-01-14fix package macrosruki
2026-01-14improve xmake package macroruki
2026-01-14fix oldpkgruki
2026-01-14update some help menusruki
2026-01-14remove lockfile firstruki
2026-01-14improve to lock packagesruki
2026-01-14improve testruki
2026-01-13improve test.luaruki
2026-01-13add logsruki
2026-01-13add cli.iconv moduleruki
2026-01-13update formatruki
2026-01-13improve testruki
2026-01-13fix requirelocksruki
2026-01-13add requires lock testruki
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