summaryrefslogtreecommitdiff
path: root/xmake/modules
AgeCommit message (Collapse)Author
2026-07-02Merge pull request #7633 from EZ4Stephen/EZ4Stephen-patch-1ruki
Fix pkgconfig path for bsd in meson.lua
2026-07-01Apply reviewer's fixEZ4Stephen
2026-07-01Fix pkgconfig path for bsd in meson.luaEZ4Stephen
2026-06-30update api checkersruki
2026-06-30add add_toolset checkerruki
2026-06-25improve to get output for clruki
2026-06-25use vstool.iorunv in has_flagsruki
2026-06-21improve cargo/install_packageruki
2026-06-21Merge pull request #7564 from Akylzhan/vcpkg_depend_inforuki
fix vcpkg find_package in manifest mode
2026-06-20Merge pull request #7611 from RolandHughes/cache-env-var-fixruki
issue 7576
2026-06-19issue 7576Roland Hughes
Fixed XMAKE_PKG_CACHEDIR bug. Wasn't being passed to the child process.
2026-06-18remove deduplicated targetsruki
2026-06-18improve to check multiple targetsruki
2026-06-18check multiple targetsruki
2026-06-18improve to get targetsruki
2026-06-17add targets arugment supportruki
2026-06-12Merge pull request #7600 from Shiffted/ccache-fixruki
fix setting build_cache.is_enabled memcache
2026-06-11fix setting build_cache enabled memcacheShiffted
2026-06-11pass explicit tar compression flagsShiffted
2026-06-11add fallback checks for gzip and tar detectionShiffted
2026-06-07add find xcodebuildruki
2026-06-07improve package pathruki
2026-06-04Merge pull request #7582 from choyy/support-nvcc-encodingsruki
support set_encodings with nvcc
2026-06-04filter nvcc outputchooyy
2026-06-04support set_encodings with nvccchooyy
2026-06-03Fix missing paren in package loading functionShiffted
2026-05-27Refactor argv handling in find_package.luaruki
2026-05-26improve version nameruki
2026-05-25Update find_package.luaAkylzhan Sauranbay
2026-05-25initAkylzhan
2026-05-26improve nuget versionruki
2026-05-24Merge pull request #7558 from KaruroChori/alignofruki
Introduced check_alignof support like the one for check_sizeof
2026-05-23Introduced detection mechanisms to pick the best `alignof` keyword based on ↵Karuro Chari
language, version and toolchain.
2026-05-23fix trybuild for sconsruki
2026-05-22Introduced alignof support like the one for check_sizeofKaruro Chari
2026-05-14improve merge archive from packagesruki
2026-05-14feat: include packages in "build.merge_archive"gibbz00
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-11fix(ascendc): align flags with Bisheng compiler user guidewuzhenqing
2026-05-09improve to find ascendruki
2026-05-09improve ascend rulesruki
2026-05-07fix(find_mingw): Support paths like 'mingw/current/bin' and 'mingw/version/bin'nate
2026-05-05Merge pull request #7529 from tgsong/fix-clang-pchruki
Move clang pch to its own module
2026-05-04Fix zig cc runtime (-stdlib) flagTiangang Song
2026-05-04Move clang pch to its own moduleTiangang Song
2026-05-04feat(ascendc): add Huawei Ascend C toolchain supportwuzhenqing
Add toolchain, language, rules, and compiler modules for the bisheng compiler driver from CANN (Compute Architecture for Neural Networks) toolkit. Supports .asc (Ascend C kernel) and .aicpu (AI-CPU operator) source kinds with binary/static/shared target types. - Toolchain: SDK auto-detection via ASCEND_HOME_PATH env or --sdk - Compiler: bisheng module inherits from clang, adds add_sourceflags for explicit sourcekind overrides - Rules: ascendc.env (default C++17), npuarchs (--npu-arch), build - Language: check_main detection, add_ascnpuarchs API - Tests: unit tests for check_main, project tests for libs/mixed Fixes #7506
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-05-02Merge pull request #7520 from choyy/fix-cl-exceptionruki
fix cl exception