|
| 1 | +# Created with YamlCreate.ps1 Dumplings Mod |
| 2 | +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json |
| 3 | + |
| 4 | +PackageIdentifier: Xmake-io.Xmake |
| 5 | +PackageVersion: 3.0.6+20260104 |
| 6 | +PackageLocale: en-US |
| 7 | +Publisher: The TBOOX Open Source Group |
| 8 | +PublisherUrl: https://github.com/xmake-io/xmake |
| 9 | +PublisherSupportUrl: https://github.com/xmake-io/xmake/issues |
| 10 | +Author: xmake-io |
| 11 | +PackageName: XMake build utility |
| 12 | +PackageUrl: https://github.com/xmake-io/xmake |
| 13 | +License: Apache-2.0 |
| 14 | +LicenseUrl: https://github.com/xmake-io/xmake/blob/HEAD/LICENSE.md |
| 15 | +Copyright: Copyright (c) 2026-present, TBOOX Open Source Group |
| 16 | +CopyrightUrl: https://raw.githubusercontent.com/xmake-io/xmake/master/LICENSE.md |
| 17 | +ShortDescription: A cross-platform build utility based on Lua. |
| 18 | +Description: |- |
| 19 | + xmake is a lightweight cross-platform build utility based on Lua. |
| 20 | + It uses xmake.lua to maintain project builds. |
| 21 | + Compared with makefile/CMakeLists.txt, the configuration syntax is more concise and intuitive. |
| 22 | + It is very friendly to novices and can quickly get started in a short time. |
| 23 | + Let users focus more on actual project development. |
| 24 | +Moniker: xmake |
| 25 | +Tags: |
| 26 | +- cross-platform |
| 27 | +- lua |
| 28 | +- open-source |
| 29 | +ReleaseNotes: |- |
| 30 | + New features |
| 31 | + - #7141: Support disabling native app glue for Android |
| 32 | + - #7139: Add Android native app build support |
| 33 | + - #7127: Add deplibs support in binutils |
| 34 | + - #7120: Add extractlib support in binutils |
| 35 | + - #7106: Add /std:c++23preview support for MSVC |
| 36 | + - #7105: Add bin2obj support for glsl/hlsl2spv |
| 37 | + - #7103: Add bin2obj rule (faster than bin2c) |
| 38 | + - #7096: Add Flang toolchain support |
| 39 | + - #7094: Add xmake check syntax support |
| 40 | + - #7091: Add dynamic debugging support for MSVC |
| 41 | + - #7083: Add support for CUDA 11~13 |
| 42 | + - #7071: Add Qt pack support |
| 43 | + - #7064: Add AppImage xpack format for Linux application packaging |
| 44 | + - #7062: Add dmg xpack format for macOS application packaging |
| 45 | + Changes |
| 46 | + - #7149: Improve binutils to optimize rpath parsing |
| 47 | + - #7148: Update Zig examples |
| 48 | + - #7145: Improve Clang/LLVM runtime support |
| 49 | + - #7136: Improve clang-cl depfiles generation |
| 50 | + - #7135: Improve xrepo env to add session ID |
| 51 | + - #7155: Refactor Windows ASan for clang-cl (runtime linking, linker flags, PATH/CMAKE_LINKER_TYPE setup, toolchain streamlining) |
| 52 | + - #7109: Improve binutils to read symbols from binary file |
| 53 | + - #7102: Improve bin2c rule |
| 54 | + - #7098: Refactor and improve Golang support |
| 55 | + - #7095: Mark target/package/toolchain:memcache as public |
| 56 | + - #7093: Improve mirror repo URL |
| 57 | + - #7088: Improve C++/ObjC rules |
| 58 | + - #7087: Add type constraint for policy package.download.http_headers |
| 59 | + - #7069: Save Qt rules for LLVM toolchain |
| 60 | + - #7061: Update CI configuration |
| 61 | + - #7039: Update macOS CI |
| 62 | + Bugs fixed |
| 63 | + - #7132: Fix clang-cl toolchain with ASan |
| 64 | + - #7125: Fix cosmocc CI |
| 65 | + - #7124: Fix default MSVC runtime for Clang toolchain |
| 66 | + - #7112: Fix change directory on Windows |
| 67 | + - #7104: Fix prepare for project generators |
| 68 | + - #7092: Fix Solaris build |
| 69 | + - #7086: Fix targetdir in Qt QML rule |
| 70 | + - #7085: Fix CMake flags for Clang toolchain |
| 71 | + - #7084: Fix pacman find_package |
| 72 | + - #7082: Fix checking Clang CUDA flags |
| 73 | + - #7081: Fix get_headerunit_key |
| 74 | + - #7074: Fix libc++ cannot find std module |
| 75 | + - #7067: Fix get_stdmodules with cross toolchain |
| 76 | +ReleaseNotesUrl: https://github.com/xmake-io/xmake/releases/tag/v3.0.6 |
| 77 | +ManifestType: defaultLocale |
| 78 | +ManifestVersion: 1.12.0 |
0 commit comments