summaryrefslogtreecommitdiff
path: root/xmake/modules/detect/sdks
AgeCommit message (Collapse)Author
2026-07-18Update NDK's sdkver for riscv64 architectureiFarbod
When the riscv64 architecture was first introduced, it was at 35, but that version was never usable outside of internal dev environments, the libraries for linking are actually in `36`.
2026-07-06fix(emsdk): improve emcc detection logic by adding fallback searchSaikari
2026-05-12fix xmake package tool did not pass qt configwzshun
fix find_qt cache not work fix find_qt config is overwritten when the target's deps has qt during cross-cimpilation
2026-05-11Merge pull request #7535 from xmake-io/ascendruki
Add Huawei Ascend C toolchain support
2026-05-09improve to find ascendruki
2026-05-07fix(find_mingw): Support paths like 'mingw/current/bin' and 'mingw/version/bin'nate
2026-05-03drop redundant empty argv on os.runv/iorunv callsDavidWang19
2026-05-02fix msvc/intel/snippet detect when temp path contains spacesDavidWang19
Pass the temp bat / test binary via the *v variants of os.run / iorun / vrun so os.argv does not split the path on whitespace.
2026-04-29fix path does not have the isdir APIwzshun
2026-04-21style: remove extra spaceswzshun
2026-04-21style: remove extra spaceswzshun
2026-04-21fix review issueswzshun
2026-04-20fix qt crosswzshun
2026-04-01Merge pull request #7437 from xmake-io/lua55ruki
update to lua5.5
2026-03-30add more commentsruki
2026-03-29improve const limit codesruki
2026-03-29fix const limit on lua5.5ruki
2026-03-14improve find_dotnetruki
2026-03-14improve csharp supportruki
2026-03-08improve find_hdkohosruki
2026-02-11update harmony sdk tipsruki
2026-02-11improve qt tipsruki
2026-02-11improve check tipsruki
2026-02-06fix find emsdkemccruki
2026-02-05fix package toolchainruki
2026-02-04fix review issuesvsruki
2026-02-04improve tipsruki
2026-02-04improve tipsruki
2026-02-04improve tipsruki
2026-02-04improve tipsruki
2026-02-04format coderuki
2026-02-04improve vcvarsruki
2026-02-01check lib in vs detectionruki
2026-02-01fix tipsruki
2026-02-01fix _check_vcvarsall_envruki
2026-02-01revert tipsruki
2026-02-01improve checkruki
2026-02-01improve tipsruki
2026-02-01improve tipsruki
2026-02-01improve tipsruki
2026-02-01improve vs checkruki
2026-02-01improve to check envsruki
2026-02-01improve to detect vs/msvc to check env length limitruki
2026-01-30find_cuda: revert breaking changecharles seizilles
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-09improve mingw toolchainruki
2025-10-23fixchooyy
2025-10-23support specify cuda sdk version via cuda_sdkverchooyy
2025-10-16improve old ndk to support gccruki