# Changelog ([中文](#中文)) ## master (unreleased) ## v3.0.9 ### New features * [#7430](https://github.com/xmake-io/xmake/pull/7430): Add C interop support for the Zig toolchain * [#7443](https://github.com/xmake-io/xmake/pull/7443): Add `utils.replace` built-in rule * [#7437](https://github.com/xmake-io/xmake/pull/7437): Upgrade built-in Lua runtime to 5.5 * [#7446](https://github.com/xmake-io/xmake/pull/7446): Add Fil-C toolchain support * [#7489](https://github.com/xmake-io/xmake/pull/7489): vsxmake: generate `.csproj` for C# targets * [#7491](https://github.com/xmake-io/xmake/pull/7491): Add `xrepo info --depgraph` to print the package dependency graph * [#7490](https://github.com/xmake-io/xmake/pull/7490): Support exporting the target dependency graph as JSON or DOT * [#7518](https://github.com/xmake-io/xmake/pull/7518): Add aria2 download backend with multi-threaded support * [#7535](https://github.com/xmake-io/xmake/pull/7535): Add Huawei Ascend C toolchain support ### Changes * [#7420](https://github.com/xmake-io/xmake/pull/7420): Improve zsh completions * [#7423](https://github.com/xmake-io/xmake/pull/7423): Improve `has_flags` detection for cl / clang-cl * [#7424](https://github.com/xmake-io/xmake/pull/7424): Improve code comments * [#7439](https://github.com/xmake-io/xmake/pull/7439): Switch `icx` to `icx-cc` on Windows * [#7434](https://github.com/xmake-io/xmake/pull/7434): Improve nix package config and source selection * [#7440](https://github.com/xmake-io/xmake/pull/7440): Improve code comments * [#7435](https://github.com/xmake-io/xmake/pull/7435): Improve C++ module error messages * [#7461](https://github.com/xmake-io/xmake/pull/7461): Expose checker as a public API * [#7463](https://github.com/xmake-io/xmake/pull/7463): Bump package versions in C++ modules tests * [#7465](https://github.com/xmake-io/xmake/pull/7465): Bump C++ modules test versions again * [#7467](https://github.com/xmake-io/xmake/pull/7467): Parse `XMAKE_ROOT` / `XMAKE_STATS` via `option.boolean` * [#7478](https://github.com/xmake-io/xmake/pull/7478): Improve custom toolchain definition * [#7485](https://github.com/xmake-io/xmake/pull/7485): Improve `pairs` behavior for Lua 5.5 * [#7505](https://github.com/xmake-io/xmake/pull/7505): Add NuGet package repository entry to README * [#7524](https://github.com/xmake-io/xmake/pull/7524): Add `lld-link` configuration support * [#7529](https://github.com/xmake-io/xmake/pull/7529): Move clang PCH support into its own module * [#7542](https://github.com/xmake-io/xmake/pull/7542): Merge libs contributed by packages ### Bugs fixed * [#7432](https://github.com/xmake-io/xmake/pull/7432): Fix `set_kind("test")` handling * [#7433](https://github.com/xmake-io/xmake/pull/7433): Fix xpack AppImage package naming * [#7445](https://github.com/xmake-io/xmake/pull/7445): Fix package local cache directory * [#7455](https://github.com/xmake-io/xmake/pull/7455): Avoid duplicate bundle rpath insertion in `xcode.application` * [#7451](https://github.com/xmake-io/xmake/pull/7451): Use the correct framework rpath for iOS apps in `xcode.application` * [#7449](https://github.com/xmake-io/xmake/pull/7449): Avoid leaking private dep flags into rebuilt BMIs for C++ modules * [#7470](https://github.com/xmake-io/xmake/pull/7470): Use `target_link_libraries` to link object libraries in generated CMakeLists * [#7477](https://github.com/xmake-io/xmake/pull/7477): Fix clang when using `c++_static` * [#7483](https://github.com/xmake-io/xmake/pull/7483): Fix syslink handling on MinGW * [#7493](https://github.com/xmake-io/xmake/pull/7493): Fix Qt cross-compilation * [#7495](https://github.com/xmake-io/xmake/pull/7495): Fix "cannot find known tool script for `ar.cmd`" * [#7500](https://github.com/xmake-io/xmake/pull/7500): Fix Linux kernel module `insmod` failure on kernel 6.12+ * [#7502](https://github.com/xmake-io/xmake/pull/7502): Fix Rust build * [#7501](https://github.com/xmake-io/xmake/pull/7501): Fix Linux kernel module intermediate filenames * [#7503](https://github.com/xmake-io/xmake/pull/7503): Fix xpack deb / srpm packaging * [#7512](https://github.com/xmake-io/xmake/pull/7512): Handle Windows cross-compile prefix and install path in the Meson backend * [#7516](https://github.com/xmake-io/xmake/pull/7516): Restore missing `path.isdir` API * [#7520](https://github.com/xmake-io/xmake/pull/7520): Fix cl exception when probing flags * [#7523](https://github.com/xmake-io/xmake/pull/7523): Fix MSVC / Intel snippet detection when the temp path contains spaces * [#7525](https://github.com/xmake-io/xmake/pull/7525): Fix Zig CC stdlib and LTO flags * [#7527](https://github.com/xmake-io/xmake/pull/7527): Handle compiler / linker frontend variants more accurately when generating CMakeLists * [#7533](https://github.com/xmake-io/xmake/pull/7533): Support paths like `mingw/current/bin` in `find_mingw` * [#7538](https://github.com/xmake-io/xmake/pull/7538): Align ascendc flags with the Bisheng compiler user guide * [#7540](https://github.com/xmake-io/xmake/pull/7540): `xmake show -l targets` now lists all targets regardless of `set_default` * [#7541](https://github.com/xmake-io/xmake/pull/7541): Fix `find_qt` cache and dep config being overwritten during Qt cross-compilation * [#7545](https://github.com/xmake-io/xmake/pull/7545): Expand builtin variables before calling `path.is_absolute` in `add_moduledirs` ## v3.0.8 ### New features * [#7398](https://github.com/xmake-io/xmake/pull/7398): Add C# language and dotnet toolchain support * [#7410](https://github.com/xmake-io/xmake/pull/7410): Add C# and C/C++ interop support via P/Invoke * [#7360](https://github.com/xmake-io/xmake/pull/7360): Support custom templates * [#7367](https://github.com/xmake-io/xmake/pull/7367): Add `xmake create --list` and remote template distribution * [#7313](https://github.com/xmake-io/xmake/pull/7313): Add `build.release.strip` policy * [#7333](https://github.com/xmake-io/xmake/pull/7333): Add `winos.file_signature` function * [#7336](https://github.com/xmake-io/xmake/pull/7336): Add support for running wasi target * [#7346](https://github.com/xmake-io/xmake/pull/7346): Add nnd debugger support * [#7366](https://github.com/xmake-io/xmake/pull/7366): Add tarxz pack format ### Changes * [#7416](https://github.com/xmake-io/xmake/pull/7416): Switch xmake.cli rule from bin2c to bin2obj * [#7309](https://github.com/xmake-io/xmake/pull/7309): Keep package source * [#7310](https://github.com/xmake-io/xmake/pull/7310): Improve check tips * [#7311](https://github.com/xmake-io/xmake/pull/7311): Improve Xcode toolchain * [#7312](https://github.com/xmake-io/xmake/pull/7312): Improve binutils to support wasm * [#7320](https://github.com/xmake-io/xmake/pull/7320): Add haiku ci * [#7329](https://github.com/xmake-io/xmake/pull/7329): Improve qt deploy for macapp * [#7349](https://github.com/xmake-io/xmake/pull/7349): Strip embed-dir on clang/gcc for C++ modules * [#7368](https://github.com/xmake-io/xmake/pull/7368): Move templates to repository * [#7383](https://github.com/xmake-io/xmake/pull/7383): Split zig toolchain to zig/zigcc * [#7384](https://github.com/xmake-io/xmake/pull/7384): Improve find_hdk * [#7387](https://github.com/xmake-io/xmake/pull/7387): Show target name in progress * [#7391](https://github.com/xmake-io/xmake/pull/7391): Improve to find package with vcpkg features * [#7392](https://github.com/xmake-io/xmake/pull/7392): Fix zig for shared libraries * [#7396](https://github.com/xmake-io/xmake/pull/7396): Improve vcpkg * [#7399](https://github.com/xmake-io/xmake/pull/7399): Extend formatting to C++ modules * [#7409](https://github.com/xmake-io/xmake/pull/7409): Improve ldc on windows ### Bugs fixed * [#7299](https://github.com/xmake-io/xmake/pull/7299): Fix dependency handling for vcpkg * [#7316](https://github.com/xmake-io/xmake/pull/7316): Fix components typo * [#7318](https://github.com/xmake-io/xmake/pull/7318): Update tbox to fix tolower/toupper * [#7339](https://github.com/xmake-io/xmake/pull/7339): Update tbox to fix start process on win7 * [#7344](https://github.com/xmake-io/xmake/pull/7344): Fix swig jar package module * [#7345](https://github.com/xmake-io/xmake/pull/7345): Fix check clang info * [#7341](https://github.com/xmake-io/xmake/pull/7341): Fix WASM QT 6.9 * [#7356](https://github.com/xmake-io/xmake/pull/7356): Fix issue #7354 * [#7371](https://github.com/xmake-io/xmake/pull/7371): Fix test verbose output * [#7386](https://github.com/xmake-io/xmake/pull/7386): Fix install script incompatibility with coreutils 9.10 * [#7393](https://github.com/xmake-io/xmake/pull/7393): Fix build target validation ## v3.0.7 ### New features * [#7178](https://github.com/xmake-io/xmake/pull/7178): Switch Verilator build file parsing from cmake to json format * [#7186](https://github.com/xmake-io/xmake/pull/7186): Add alpine ci * [#7187](https://github.com/xmake-io/xmake/pull/7187): Add suffix support for CUDA architecture * [#7190](https://github.com/xmake-io/xmake/pull/7190): Nix Package Manager: Add Semantic Versioning and Improve Version Selection * [#7189](https://github.com/xmake-io/xmake/pull/7189): Add package schemes * [#7208](https://github.com/xmake-io/xmake/pull/7208): Support dynamic mkspec selection for Qt SDK * [#7219](https://github.com/xmake-io/xmake/pull/7219): Add cli.iconv module * [#7235](https://github.com/xmake-io/xmake/pull/7235): Add string case conversion functions: lower and upper * [#7246](https://github.com/xmake-io/xmake/pull/7246): Add utf8 module * [#7268](https://github.com/xmake-io/xmake/pull/7268): Add dependency file generation for Nim source files * [#7269](https://github.com/xmake-io/xmake/pull/7269): Add target architecture validation for cross-compilation in zig toolchain * [#7274](https://github.com/xmake-io/xmake/pull/7274): Add os.access function for file access checking * [#7284](https://github.com/xmake-io/xmake/pull/7284): Add `--stdin` * [#7293](https://github.com/xmake-io/xmake/pull/7293): Add support for running wasm target in browser * [#7300](https://github.com/xmake-io/xmake/pull/7300): Add libdir,includedir,bindir support for install/uninstall * [#7295](https://github.com/xmake-io/xmake/pull/7295): Support test output files ### Changes * [#7203](https://github.com/xmake-io/xmake/pull/7203): Improve mingw toolchain * [#7206](https://github.com/xmake-io/xmake/pull/7206): WDK: Add shared directory to KMDF include path * [#7214](https://github.com/xmake-io/xmake/pull/7214): Improve warnings output * [#7216](https://github.com/xmake-io/xmake/pull/7216): Improve requirelock * [#7223](https://github.com/xmake-io/xmake/pull/7223): Improve NuGet library file matching with score-based selection * [#7226](https://github.com/xmake-io/xmake/pull/7226): Improve to find clang-tidy * [#7232](https://github.com/xmake-io/xmake/pull/7232): Improve linker.link_scripts * [#7237](https://github.com/xmake-io/xmake/pull/7237): Update tbox to support case * [#7240](https://github.com/xmake-io/xmake/pull/7240): Improve verilator flags * [#7258](https://github.com/xmake-io/xmake/pull/7258): Improve qt xpack * [#7262](https://github.com/xmake-io/xmake/pull/7262): Improve pch concurrently to other targets * [#7260](https://github.com/xmake-io/xmake/pull/7260): Improve fpc * [#7270](https://github.com/xmake-io/xmake/pull/7270): Improve to select scheme version * [#7272](https://github.com/xmake-io/xmake/pull/7272): Enhance Nim support for shared libraries and rpath handling * [#7273](https://github.com/xmake-io/xmake/pull/7273): Improve io.read and io.readfile * [#7267](https://github.com/xmake-io/xmake/pull/7267): Enhance shell detection for Linux by checking parent process * [#7278](https://github.com/xmake-io/xmake/pull/7278): Improve os.isexec * [#7283](https://github.com/xmake-io/xmake/pull/7283): Enhance compile_commands support and add test cases * [#7285](https://github.com/xmake-io/xmake/pull/7285): Improve Windows shell detection for cmd/powershell * [#7286](https://github.com/xmake-io/xmake/pull/7286): Check long env values when detecting vs * [#7280](https://github.com/xmake-io/xmake/pull/7280): Add target flags only for cross-compilation * [#7290](https://github.com/xmake-io/xmake/pull/7290): Improve vcvars * [#7302](https://github.com/xmake-io/xmake/pull/7302): Improve run process errors * [#7306](https://github.com/xmake-io/xmake/pull/7306): Improve remote build with multi-host configuration and `--host` option * [#7298](https://github.com/xmake-io/xmake/pull/7298): Add initial implementation for Windows DLL foo/main example ### Bugs fixed * [#7210](https://github.com/xmake-io/xmake/pull/7210): Fix package version * [#7213](https://github.com/xmake-io/xmake/pull/7213): Fix installdir of imporfiles * [#7231](https://github.com/xmake-io/xmake/pull/7231): Fix get flag in module support * [#7245](https://github.com/xmake-io/xmake/pull/7245): Fix to select scheme version * [#7259](https://github.com/xmake-io/xmake/pull/7259): Fix export c++ function symbols * [#7266](https://github.com/xmake-io/xmake/pull/7266): Fix pch header extension * [#7282](https://github.com/xmake-io/xmake/pull/7282): find_cuda: revert breaking change * [#7294](https://github.com/xmake-io/xmake/pull/7294): Fix package toolchain * [#7296](https://github.com/xmake-io/xmake/pull/7296): Fix find emsdk * [#7202](https://github.com/xmake-io/xmake/pull/7202): Fix getfenv ## v3.0.6 ### New features * [#7141](https://github.com/xmake-io/xmake/pull/7141): Support disabling native app glue for Android * [#7139](https://github.com/xmake-io/xmake/pull/7139): Add Android native app build support * [#7127](https://github.com/xmake-io/xmake/pull/7127): Add deplibs support in binutils * [#7120](https://github.com/xmake-io/xmake/pull/7120): Add extractlib support in binutils * [#7106](https://github.com/xmake-io/xmake/pull/7106): Add `/std:c++23preview` support for MSVC * [#7105](https://github.com/xmake-io/xmake/pull/7105): Add `bin2obj` support for glsl/hlsl2spv * [#7103](https://github.com/xmake-io/xmake/pull/7103): Add `bin2obj` rule (faster than `bin2c`) * [#7096](https://github.com/xmake-io/xmake/pull/7096): Add Flang toolchain support * [#7094](https://github.com/xmake-io/xmake/pull/7094): Add `xmake check syntax` support * [#7091](https://github.com/xmake-io/xmake/pull/7091): Add dynamic debugging support for MSVC * [#7083](https://github.com/xmake-io/xmake/pull/7083): Add support for CUDA 11~13 * [#7071](https://github.com/xmake-io/xmake/pull/7071): Add Qt pack support * [#7064](https://github.com/xmake-io/xmake/pull/7064): Add AppImage xpack format for Linux application packaging * [#7062](https://github.com/xmake-io/xmake/pull/7062): Add dmg xpack format for macOS application packaging ### Changes * [#7149](https://github.com/xmake-io/xmake/pull/7149): Improve binutils to optimize rpath parsing * [#7148](https://github.com/xmake-io/xmake/pull/7148): Update Zig examples * [#7145](https://github.com/xmake-io/xmake/pull/7145): Improve Clang/LLVM runtime support * [#7136](https://github.com/xmake-io/xmake/pull/7136): Improve clang-cl depfiles generation * [#7135](https://github.com/xmake-io/xmake/pull/7135): Improve `xrepo env` to add session ID * [#7155](https://github.com/xmake-io/xmake/pull/7155): Refactor Windows ASan for clang-cl (runtime linking, linker flags, PATH/CMAKE_LINKER_TYPE setup, toolchain streamlining) * [#7109](https://github.com/xmake-io/xmake/pull/7109): Improve binutils to read symbols from binary file * [#7102](https://github.com/xmake-io/xmake/pull/7102): Improve bin2c rule * [#7098](https://github.com/xmake-io/xmake/pull/7098): Refactor and improve Golang support * [#7095](https://github.com/xmake-io/xmake/pull/7095): Mark target/package/toolchain:memcache as public * [#7093](https://github.com/xmake-io/xmake/pull/7093): Improve mirror repo URL * [#7088](https://github.com/xmake-io/xmake/pull/7088): Improve C++/ObjC rules * [#7087](https://github.com/xmake-io/xmake/pull/7087): Add type constraint for policy `package.download.http_headers` * [#7069](https://github.com/xmake-io/xmake/pull/7069): Save Qt rules for LLVM toolchain * [#7061](https://github.com/xmake-io/xmake/pull/7061): Update CI configuration * [#7039](https://github.com/xmake-io/xmake/pull/7039): Update macOS CI ### Bugs fixed * [#7132](https://github.com/xmake-io/xmake/pull/7132): Fix clang-cl toolchain with ASan * [#7125](https://github.com/xmake-io/xmake/pull/7125): Fix cosmocc CI * [#7124](https://github.com/xmake-io/xmake/pull/7124): Fix default MSVC runtime for Clang toolchain * [#7112](https://github.com/xmake-io/xmake/pull/7112): Fix change directory on Windows * [#7104](https://github.com/xmake-io/xmake/pull/7104): Fix prepare for project generators * [#7092](https://github.com/xmake-io/xmake/pull/7092): Fix Solaris build * [#7086](https://github.com/xmake-io/xmake/pull/7086): Fix targetdir in Qt QML rule * [#7085](https://github.com/xmake-io/xmake/pull/7085): Fix CMake flags for Clang toolchain * [#7084](https://github.com/xmake-io/xmake/pull/7084): Fix pacman find_package * [#7082](https://github.com/xmake-io/xmake/pull/7082): Fix checking Clang CUDA flags * [#7081](https://github.com/xmake-io/xmake/pull/7081): Fix `get_headerunit_key` * [#7074](https://github.com/xmake-io/xmake/pull/7074): Fix libc++ cannot find std module * [#7067](https://github.com/xmake-io/xmake/pull/7067): Fix get_stdmodules with cross toolchain ## v3.0.5 ### New features * [#7055](https://github.com/xmake-io/xmake/pull/7055): Add Solaris platform support (i386, x86_64) * [#7054](https://github.com/xmake-io/xmake/pull/7054): Add support for additional BSD systems (NetBSD, OpenBSD, DragonflyBSD) * [#6929](https://github.com/xmake-io/xmake/pull/6929): Add support for GCC 15 toolchain * [#6967](https://github.com/xmake-io/xmake/pull/6967): Add Swift interop support for C++ and Objective-C * [#6964](https://github.com/xmake-io/xmake/pull/6964): Support specifying CUDA SDK version via cuda_sdkver * [#6963](https://github.com/xmake-io/xmake/pull/6963): Add libtool patch support for cross compilation * [#6974](https://github.com/xmake-io/xmake/pull/6974): Support multi-row refresh for progress output * [#7024](https://github.com/xmake-io/xmake/pull/7024): Add JSON output format for `xmake show -t target` * [#7025](https://github.com/xmake-io/xmake/pull/7025): Add XML module with parsing and encoding support * [#6989](https://github.com/xmake-io/xmake/pull/6989): Add async support for os APIs ### Changes * [#6924](https://github.com/xmake-io/xmake/pull/6924): Improve toolchain configuration with add_toolchains("name[configs]") syntax * [#6935](https://github.com/xmake-io/xmake/pull/6935): Refactor toolchain: separate gcc/clang registration from definition * [#6942](https://github.com/xmake-io/xmake/pull/6942): Improve file reading performance * [#6946](https://github.com/xmake-io/xmake/pull/6946): Add LLD linker support for Clang toolchain * [#6970](https://github.com/xmake-io/xmake/pull/6970): Improve TTY handling and output * [#6977](https://github.com/xmake-io/xmake/pull/6977): Refactor Xcode toolchain and integrate it into LLVM toolchain for Apple devices * [#6987](https://github.com/xmake-io/xmake/pull/6987): Add Ghostty terminal detection support * [#7003](https://github.com/xmake-io/xmake/pull/7003): Limit build environment retrieval in package configurations * [#7008](https://github.com/xmake-io/xmake/pull/7008): Format code style * [#7004](https://github.com/xmake-io/xmake/pull/7004): Skip rebuilding packages and std modules when using -r flag * [#7019](https://github.com/xmake-io/xmake/pull/7019): Improve xmake.sh/configure script and add Ninja generator support * [#7023](https://github.com/xmake-io/xmake/pull/7023): Update Qt TypeScript rule * [#7022](https://github.com/xmake-io/xmake/pull/7022): Make zig-cc toolchain inherit from clang * [#7027](https://github.com/xmake-io/xmake/pull/7027): Improve graph module performance * [#7031](https://github.com/xmake-io/xmake/pull/7031): Improve require parsing * [#7032](https://github.com/xmake-io/xmake/pull/7032): Improve symbol extraction * [#6952](https://github.com/xmake-io/xmake/pull/6952): Add realtime output support for tests * [#6998](https://github.com/xmake-io/xmake/pull/6998): Update tbox library for process/argv support * [#7037](https://github.com/xmake-io/xmake/pull/7037): Improve xmake format * [#7038](https://github.com/xmake-io/xmake/pull/7038): Improve clang-tidy output handling ### Bugs fixed * [#6926](https://github.com/xmake-io/xmake/pull/6926): Fix loading Unicode main script path on Windows * [#6931](https://github.com/xmake-io/xmake/pull/6931): Fix C++ modules: fallback to system-wide clang-scan-deps when toolchain version is not installed * [#6937](https://github.com/xmake-io/xmake/pull/6937): Fix target jobs handling * [#6954](https://github.com/xmake-io/xmake/pull/6954): Fix modules support for vsxmake/vs generators * [#6955](https://github.com/xmake-io/xmake/pull/6955): Fix build number sorting in packages * [#6956](https://github.com/xmake-io/xmake/pull/6956): Fix build failure when using zigcc linker that doesn't support depfile * [#6959](https://github.com/xmake-io/xmake/pull/6959): Fix using zigcc with autotools for dynamic linking * [#6983](https://github.com/xmake-io/xmake/pull/6983): Fix modules: strip sanitizer flags for module reuse * [#6984](https://github.com/xmake-io/xmake/pull/6984): Fix libdir path in installed CMake import files * [#6993](https://github.com/xmake-io/xmake/pull/6993): Fix xmake test modules * [#6992](https://github.com/xmake-io/xmake/pull/6992): Fix modules: add all supported platforms for clang get_cpp_library_name * [#6999](https://github.com/xmake-io/xmake/pull/6999): Fix rootdir handling * [#7002](https://github.com/xmake-io/xmake/pull/7002): Fix asn1c: include generated output as system headers * [#6996](https://github.com/xmake-io/xmake/pull/6996): Fix Nimble find_package to use latest package list format * [#7012](https://github.com/xmake-io/xmake/pull/7012): Fix sparse checkout handling * [#7013](https://github.com/xmake-io/xmake/pull/7013): Fix removing dependencies when packaging * [#7017](https://github.com/xmake-io/xmake/pull/7017): Fix lock_packages typo * [#7016](https://github.com/xmake-io/xmake/pull/7016): Fix project default configuration in vsxmake * [#7018](https://github.com/xmake-io/xmake/pull/7018): Fix build order: only disable when dependency linking inheritance is disabled * [#7035](https://github.com/xmake-io/xmake/pull/7035): Fix process redirection issues by updating tbox ## v3.0.4 ### New features * [#6864](https://github.com/xmake-io/xmake/pull/6864): Add default file filter for `format` task * [#6843](https://github.com/xmake-io/xmake/pull/6843): Improve clang-tidy support * [#6861](https://github.com/xmake-io/xmake/pull/6861): Rewrite of Nix Package Manager Support * [#6850](https://github.com/xmake-io/xmake/pull/6850): Add package api checking * [#6874](https://github.com/xmake-io/xmake/pull/6874): Add scriptdir to project packages * [#6876](https://github.com/xmake-io/xmake/pull/6876): Add versionfiles checker * [#6884](https://github.com/xmake-io/xmake/pull/6884): Add msystem support on msys2 * [#6891](https://github.com/xmake-io/xmake/pull/6891): Add coroutine semaphore * [#6894](https://github.com/xmake-io/xmake/pull/6894): Add llvm-nm for clang toolchain * [#6918](https://github.com/xmake-io/xmake/pull/6918): Add copy_if_different in os.cp ### Changes * [#6846](https://github.com/xmake-io/xmake/pull/6846): Improve cmake default flags * [#6849](https://github.com/xmake-io/xmake/pull/6849): Improve jobgraph * [#6859](https://github.com/xmake-io/xmake/pull/6859): Improve to check target flags * [#6858](https://github.com/xmake-io/xmake/pull/6858): Modify config flags order * [#6854](https://github.com/xmake-io/xmake/pull/6854): Improve os.curdir/os.cd * [#6866](https://github.com/xmake-io/xmake/pull/6866): Improve os.getenvs * [#6867](https://github.com/xmake-io/xmake/pull/6867): Make sure generic options are always inserted * [#6870](https://github.com/xmake-io/xmake/pull/6870): chore(vcpkg): bump default baseline hash of vcpkg * [#6880](https://github.com/xmake-io/xmake/pull/6880): Update cmake_importfiles.lua * [#6872](https://github.com/xmake-io/xmake/pull/6872): Improve hash * [#6886](https://github.com/xmake-io/xmake/pull/6886): Decrease jobs count in jobgraph * [#6890](https://github.com/xmake-io/xmake/pull/6890): Update cmake_importfiles.lua * [#6892](https://github.com/xmake-io/xmake/pull/6892): Improve runjobs to reduce the time spent on coroutine scheduling * [#6896](https://github.com/xmake-io/xmake/pull/6896): Add hash test * [#6904](https://github.com/xmake-io/xmake/pull/6904): Improve clang to support for msvc envs * [#6915](https://github.com/xmake-io/xmake/pull/6915): Improve to export def rules for binary ### Bugs fixed * [#6844](https://github.com/xmake-io/xmake/pull/6844): Fix version in auto-generated .pc. * [#6851](https://github.com/xmake-io/xmake/pull/6851): Fix finding clang-scan-deps * [#6857](https://github.com/xmake-io/xmake/pull/6857): Fix rc compiler with cmake in cross-compilation * [#6809](https://github.com/xmake-io/xmake/pull/6809): fix(C++ modules) fix stdmodule priority * [#6882](https://github.com/xmake-io/xmake/pull/6882): Fix: write package manifest.pathenvs in deterministic order * [#6888](https://github.com/xmake-io/xmake/pull/6888): Fix clang toolchain package * [#6889](https://github.com/xmake-io/xmake/pull/6889): Fix os.getenvs compat * [#6900](https://github.com/xmake-io/xmake/pull/6900): package.tools.xmake: fix policies not being passed * [#6901](https://github.com/xmake-io/xmake/pull/6901): package download: don't get submodules if disabled * [#6907](https://github.com/xmake-io/xmake/pull/6907): package download: don't get submodules if disabled (branch version) ## v3.0.3 ### New features * [#6778](https://github.com/xmake-io/xmake/pull/6778): Add build.linker.output * [#6779](https://github.com/xmake-io/xmake/pull/6779): Add #embed and embedirs support * [#6787](https://github.com/xmake-io/xmake/pull/6787): Support for vs2026 * [#6785](https://github.com/xmake-io/xmake/pull/6785): Support clang and llvm for wdk rules * [#6791](https://github.com/xmake-io/xmake/pull/6791): Add Nix Package Manager Support * [#6800](https://github.com/xmake-io/xmake/pull/6800): Support nushell for xrepo env * [#6796](https://github.com/xmake-io/xmake/pull/6796): Enable support of incomplete wdk ### Changes * [#6765](https://github.com/xmake-io/xmake/pull/6765): Improve bin2c to use native thread * [#6771](https://github.com/xmake-io/xmake/pull/6771): Fix find gcc/gxx cache * [#6777](https://github.com/xmake-io/xmake/pull/6777): Fix executable path for cmake * [#6783](https://github.com/xmake-io/xmake/pull/6783): Fix build.c++.modules.std policy * [#6744](https://github.com/xmake-io/xmake/pull/6744): Use a file for requires flags when --verbose or --diagnosis is supplied * [#6780](https://github.com/xmake-io/xmake/pull/6780): Add benchmarks and optimize config/build targets * [#6784](https://github.com/xmake-io/xmake/pull/6784): Continue to optimize building targets speed * [#6793](https://github.com/xmake-io/xmake/pull/6793): Use musl to avoid glibc's version issue * [#6788](https://github.com/xmake-io/xmake/pull/6788): Improve incremental build clang * [#6811](https://github.com/xmake-io/xmake/pull/6811): Improve clang-tidy * [#6810](https://github.com/xmake-io/xmake/pull/6810): Improve the default flags for cmake * [#6801](https://github.com/xmake-io/xmake/pull/6801): Change compilers priority for gcc and clang * [#6819](https://github.com/xmake-io/xmake/pull/6819): Improve show target * [#6817](https://github.com/xmake-io/xmake/pull/6817): Improve build targets speed * [#6822](https://github.com/xmake-io/xmake/pull/6822): Prioritize envs over repo cache * [#6824](https://github.com/xmake-io/xmake/pull/6824): Improve has_flags * [#6832](https://github.com/xmake-io/xmake/pull/6832): Optimize codesign ### Bugs fixed * [#6808](https://github.com/xmake-io/xmake/pull/6808): Fix xrepo env * [#6821](https://github.com/xmake-io/xmake/pull/6821): Clean undefined vsvers * [#6818](https://github.com/xmake-io/xmake/pull/6818): Fix Nix Package Detection in nix-shell Environment * [#6798](https://github.com/xmake-io/xmake/pull/6798): Add external to the strippeable_flags for msvc ## v3.0.2 ### New features * [#6755](https://github.com/xmake-io/xmake/issues/6755): Add native thread support * [#6641](https://github.com/xmake-io/xmake/pull/6641): Add pkgenvs to target/config * [#6644](https://github.com/xmake-io/xmake/pull/6644): Support .def file with clang * [#6695](https://github.com/xmake-io/xmake/pull/6695): Add /uselocaltime to inf2cat args * [#6709](https://github.com/xmake-io/xmake/pull/6709): Support for wasm64 * [#6737](https://github.com/xmake-io/xmake/pull/6737): Add python stub file extension to cython rule ### Changes * [#6651](https://github.com/xmake-io/xmake/pull/6651): Improve depfiles * [#6656](https://github.com/xmake-io/xmake/pull/6656): Make build tools support passing in `opt.targets` * [#6688](https://github.com/xmake-io/xmake/pull/6688): Improve to install targets * [#6692](https://github.com/xmake-io/xmake/pull/6692): Improve protobuf test * [#6714](https://github.com/xmake-io/xmake/pull/6714): Improve tests for c++ modules * [#6719](https://github.com/xmake-io/xmake/pull/6719): Improve comax for config * [#6725](https://github.com/xmake-io/xmake/pull/6725): Improve target:extrafiles ### Bugs fixed * [#6648](https://github.com/xmake-io/xmake/pull/6648): Fix(qt.qmltyperegistrar): Collect metatypes info * [#6661](https://github.com/xmake-io/xmake/pull/6661): Fix prolonged blocking in _ping_via_wget by setting "--tries=1" * [#6665](https://github.com/xmake-io/xmake/pull/6665): Fix cmake/mingw * [#6674](https://github.com/xmake-io/xmake/pull/6674): Attempt to fix linkgroups in package * [#6686](https://github.com/xmake-io/xmake/pull/6686): Fix compiler cache * [#6698](https://github.com/xmake-io/xmake/pull/6698): Fix(c++ modules) handle empty modules * [#6699](https://github.com/xmake-io/xmake/pull/6699): Fix(c++ modules) fix xmake not updating module mapper when module file is removed * [#6706](https://github.com/xmake-io/xmake/pull/6706): Fix find_cudadevices for CUDA 13 * [#6707](https://github.com/xmake-io/xmake/pull/6707): Fix(c++ modules) fix sourcebatch caching * [#6712](https://github.com/xmake-io/xmake/pull/6712): Fix(c++ modules) fix disabled target getting configured for module compilation * [#6713](https://github.com/xmake-io/xmake/pull/6713): Fix(c++ modules) fix non .cpp file stealed from c++.build sourcebatch * [#6715](https://github.com/xmake-io/xmake/pull/6715): Fix(c++ modules) fix public culled module incorrectly emiting a warning * [#6718](https://github.com/xmake-io/xmake/pull/6718): Ignore pch flags * [#6732](https://github.com/xmake-io/xmake/pull/6732): Fix: android ndk rust link-args * [#6735](https://github.com/xmake-io/xmake/pull/6735): Fix(qt.qmltyperegistrar): Extend dependencies for rebuild * [#6738](https://github.com/xmake-io/xmake/pull/6738): Fix protobuf for target deps * [#6741](https://github.com/xmake-io/xmake/pull/6741): Fix vsxmake options * [#6747](https://github.com/xmake-io/xmake/pull/6747): meminfo.c: no vmstat.compressor_page_count on < 10.7 ## v3.0.1 ### New features * [#4810](https://github.com/xmake-io/xmake/issues/4810): Add Native XCode project generator plugin ### Bugs fixed * [#6592](https://github.com/xmake-io/xmake/pull/6592): Fix objects only links * [#6586](https://github.com/xmake-io/xmake/issues/6586): Fix build.fence policy * [#6600](https://github.com/xmake-io/xmake/issues/6600): Fix compile_commands generator for c++modules * [#6621](https://github.com/xmake-io/xmake/issues/6621): Fix android build for ndk r17c * [#6635](https://github.com/xmake-io/xmake/discussions/6635): Fix batchcmds for qt/moc ## v3.0.0 ### New features * [#5926](https://github.com/xmake-io/xmake/issues/5926): Add MIDL support * [#6414](https://github.com/xmake-io/xmake/pull/6414): Add platform.windows.subsystem rule * [#5527](https://github.com/xmake-io/xmake/issues/5527): Switch to 3.0 policies ### Changes * [#6202](https://github.com/xmake-io/xmake/issues/6202): Improve rule API and build dependency order * [#5624](https://github.com/xmake-io/xmake/discussions/5624): Enable auto build when calling xmake run by default * [#5526](https://github.com/xmake-io/xmake/discussions/5526): Use MD/MDd runtimes for msvc by default * [#5545](https://github.com/xmake-io/xmake/discussions/5545): Use ninja generator for cmake package by default * [#6355](https://github.com/xmake-io/xmake/pull/6355): Support customizing implib path of MinGW/MSVC * [#6373](https://github.com/xmake-io/xmake/pull/6373): Improve c++ modules support * [#6376](https://github.com/xmake-io/xmake/issues/6476): Improve vsxmake generators for namespaces * [#6209](https://github.com/xmake-io/xmake/pull/6209): Add build jobgraph support * [#6361](https://github.com/xmake-io/xmake/pull/6361): Rename buildir to builddir ## v2.9.9 ### New features * [#6137](https://github.com/xmake-io/xmake/issues/6137): IDE integration * [#6138](https://github.com/xmake-io/xmake/issues/6138): Use libxmake to build binary with xmake lua apis * [#6154](https://github.com/xmake-io/xmake/issues/6154): Add kotlin language and kotlin-native compiler and packages support * [#6279](https://github.com/xmake-io/xmake/pull/6279): Add msvc midl support ### Changes * [#6182](https://github.com/xmake-io/xmake/pull/6182): Support msstl modules for clang * [#6281](https://github.com/xmake-io/xmake/pull/6281): Support Verilator target build to shared library * [#6270](https://github.com/xmake-io/xmake/pull/6270): Improve conan generator * [#6243](https://github.com/xmake-io/xmake/pull/6243): Improve llvm toolchain to support for cross platform * Support for CMake 4.0 ### Bugs fixed * [#6292](https://github.com/xmake-io/xmake/issues/6292): Fix namespace issue ## v2.9.8 ### New features * [#5994](https://github.com/xmake-io/xmake/issues/5994): Profile process performance * [#5995](https://github.com/xmake-io/xmake/pull/5995): Add profile support for vs generator * [#5949](https://github.com/xmake-io/xmake/pull/5949): Add rule nodejs.module * [#3380](https://github.com/xmake-io/xmake/issues/3380): Add namespace support * [#5945](https://github.com/xmake-io/xmake/issues/5945): Check pkgconfig/cmake importfiles for package * [#6054](https://github.com/xmake-io/xmake/issues/6054): Add xmake bundle for linux * [#6071](https://github.com/xmake-io/xmake/issues/6071): Improve to download package for git url, support for sparse-checkout * [#5163](https://github.com/xmake-io/xmake/issues/5163): Support TI-CGT C2000/C6000 compiler * [#5344](https://github.com/xmake-io/xmake/issues/5344): Support IAR ARM C/C++ compiler * [#5554](https://github.com/xmake-io/xmake/issues/5554): Add custom unknown toolchains support ### Changes * [#6056](https://github.com/xmake-io/xmake/pull/6056): Build and release xmake/arm64 on windows. * [#6097](https://github.com/xmake-io/xmake/pull/6097): Add qt_host Option to Enable Cross-Platform Qt Builds Using Host SDK Tools * [#6120](https://github.com/xmake-io/xmake/issues/6120): Add custom preprocessor for configfiles * [#6088](https://github.com/xmake-io/xmake/issues/6088): Improve configfiles to generate export macro ### Bugs fixed * [#272](https://github.com/tboox/tbox/issues/272): Fix xmake stuck when readfile always return zero for msvc + /O1 * [#6089](https://github.com/tboox/tbox/issues/6089): Fix depend.is_changed for cuda ## v2.9.7 ### New features * [#5813](https://github.com/xmake-io/xmake/pull/5813): Add `before_config` and `after_config` for rule * [#5848](https://github.com/xmake-io/xmake/issues/5848): Support custom MSVC build tools, e.g. PortableBuildTools and msvc-wine * [#5880](https://github.com/xmake-io/xmake/pull/5880): Use msvc package to build project * [#5884](https://github.com/xmake-io/xmake/issues/5884): Add installtips for package * [#5894](https://github.com/xmake-io/xmake/issues/5894): Add package.merge_staticlibs policy to merge package libs * [#5948](https://github.com/xmake-io/xmake/pull/5948): Add `lua.native-object` rule * [#5911](https://github.com/xmake-io/xmake/issues/5911): Support for nuget packages ### Changes * [#5817](https://github.com/xmake-io/xmake/pull/5817): Improve default pic for packages * [#5869](https://github.com/xmake-io/xmake/pull/5869): Add libstdc++ standard library modules support for gcc * [#5923](https://github.com/xmake-io/xmake/pull/5923): Solve the package version and configs conflict ### Bugs fixed * [#5856](https://github.com/xmake-io/xmake/issues/5856): Fix compile c++modules for clang * [#5858](https://github.com/xmake-io/xmake/issues/5858): Fix the precompiled header for gcc ## v2.9.6 ### New features * [#5527](https://github.com/xmake-io/xmake/issues/5527): Add `set_policy("compatibility.version", "3.0")` to preview v3.0 features. * [#5649](https://github.com/xmake-io/xmake/pull/5649): Add `package.check_fcsnippets` ### Changes * [#5631](https://github.com/xmake-io/xmake/pull/5631): Add `as_needed` for `add_linkgroups` * [#5702](https://github.com/xmake-io/xmake/issues/5702): Improve hash module * [#5688](https://github.com/xmake-io/xmake/pull/5688): Improve hashset module * [#5711](https://github.com/xmake-io/xmake/issues/5711): Support to parse include deps for sdcc * [#5727](https://github.com/xmake-io/xmake/issues/5727): Improve configs for add_requires * [#5762](https://github.com/xmake-io/xmake/pull/5762): Improve bin2c speed ### Bugs fixed * [#5645](https://github.com/xmake-io/xmake/issues/5645): Fix `xmake watch` for linux * [#5686](https://github.com/xmake-io/xmake/pull/5686): Fix module scanning ## v2.9.5 ### New features * [#5462](https://github.com/xmake-io/xmake/pull/5462): Add `xmake l cli.bisect` * [#5488](https://github.com/xmake-io/xmake/pull/5488): Support for using cosmocc to build xmake binary * [#5491](https://github.com/xmake-io/xmake/pull/5491): Provide single xmake binary with embeded lua files * [#5580](https://github.com/xmake-io/xmake/issues/5580): Add `@builtin/xrepo` to add envs for `xrepo env shell` ### Changes * [#5507](https://github.com/xmake-io/xmake/issues/5507): Use treeless to improve git.clone * [#5536](https://github.com/xmake-io/xmake/pull/5536): Add jar generate in swig mode * [#5573](https://github.com/xmake-io/xmake/issues/5573): Improve vsxmake generator performance * [#5601](https://github.com/xmake-io/xmake/issues/5601): Improve utils.symbols.export_all rule to filter sourcefile path ### Bugs fixed * [#4750](https://github.com/xmake-io/xmake/issues/4750): Fix compile_commands generator for `xmake tests` * [#5465](https://github.com/xmake-io/xmake/pull/5465): Fix lock package requires * [#4760](https://github.com/xmake-io/xmake/issues/4760): Fix distcc client issue ## v2.9.4 ### New features * [#5278](https://github.com/xmake-io/xmake/issues/5278): Add `build.intermediate_directory` policy to disable and custom intermediate directory * [#5313](https://github.com/xmake-io/xmake/issues/5313): Add windows arm/arm64ec support * [#5296](https://github.com/xmake-io/xmake/issues/5296): Add Intel LLVM Fortran Compiler support * [#5384](https://github.com/xmake-io/xmake/issues/5384): Add `add_bindirs` for package ### Changes * [#5280](https://github.com/xmake-io/xmake/issues/5280): Add missing C++20 Modules file extension * [#5251](https://github.com/xmake-io/xmake/issues/5251): Update 7z/curl for windows installer * [#5286](https://github.com/xmake-io/xmake/issues/5286): Improve json to parse hex string * [#5302](https://github.com/xmake-io/xmake/pull/5302): Improve Vala support * [#5335](https://github.com/xmake-io/xmake/pull/5335): Improve `xmake install` and `xpack`, Add `set_prefixdir` api for target * [#5387](https://github.com/xmake-io/xmake/pull/5387): Improve `xmake test` * [#5376](https://github.com/xmake-io/xmake/pull/5376): Improve module objectfiles handling and moduleonly package ### Bugs Fixed * [#5288](https://github.com/xmake-io/xmake/issues/5288): Fix `xmake test` for unity build * [#5270](https://github.com/xmake-io/xmake/issues/5270): Fix pch/include for gcc/clang * [#5276](https://github.com/xmake-io/xmake/issues/5276): Fix find vc6 * [#5259](https://github.com/xmake-io/xmake/issues/5259): Fix the failure of the command line completion function ## v2.9.3 ### New features * [#4637](https://github.com/xmake-io/xmake/issues/4637): Add mix generator for xpack * [#5107](https://github.com/xmake-io/xmake/issues/5107): Add deb generator for xpack * [#5148](https://github.com/xmake-io/xmake/issues/5148): Add on_source in package ### Changes * [#5156](https://github.com/xmake-io/xmake/issues/5156): Improve to install cargo packages for rust ### Bugs fixed * [#5176](https://github.com/xmake-io/xmake/pull/5176): Fix VS toolset v144 ## v2.9.2 ### New features * [#5005](https://github.com/xmake-io/xmake/pull/5005): Show all apis * [#5003](https://github.com/xmake-io/xmake/issues/5003): Add build.fence policy * [#5060](https://github.com/xmake-io/xmake/issues/5060): Support Verilator target build to static library * [#5074](https://github.com/xmake-io/xmake/pull/5074): Add `xrepo download` command to download package source * [#5086](https://github.com/xmake-io/xmake/issues/5986): Add check support for package * [#5103](https://github.com/xmake-io/xmake/pull/5103): Add qt ts files building * [#5104](https://github.com/xmake-io/xmake/pull/5104): Call where in find_program ### Changes * [#5077](https://github.com/xmake-io/xmake/issues/5077): Use x64 host compiler for msvc when building x86 target * [#5109](https://github.com/xmake-io/xmake/issues/5109): Support runpath/rpath for add_rpathdirs * [#5132](https://github.com/xmake-io/xmake/pull/5132): Improve ifort/icc/icx support on windows ### Bugs Fixed * [#5059](https://github.com/xmake-io/xmake/issues/5059): Fix load huge targets stuck * [#5029](https://github.com/xmake-io/xmake/issues/5029): Fix crash on termux ## v2.9.1 ### New features * [#4874](https://github.com/xmake-io/xmake/pull/4874): Add Harmony SDK support * [#4889](https://github.com/xmake-io/xmake/issues/4889): Add signal module to register signal handler in lua * [#4925](https://github.com/xmake-io/xmake/issues/4925): Add native modules support * [#4938](https://github.com/xmake-io/xmake/issues/4938): Support for cppfront/h2 ### Changes * Improve packages to support for clang-cl * [#4893](https://github.com/xmake-io/xmake/issues/4893): Improve rc includes deps * [#4928](https://github.com/xmake-io/xmake/issues/4928): Improve to build and link speed * [#4931](https://github.com/xmake-io/xmake/pull/4931): Update pdcurses * [#4973](https://github.com/xmake-io/xmake/issues/4973): Improve to select script ### Bugs fixed * [#4882](https://github.com/xmake-io/xmake/issues/4882): Fix install deps with --group * [#4877](https://github.com/xmake-io/xmake/issues/4877): Fix compile error for xpack with unity build * [#4887](https://github.com/xmake-io/xmake/issues/4887): Fix object deps ## v2.8.9 ### New features * [#4843](https://github.com/xmake-io/xmake/issues/4843): Endianness/Byte-order detection on build machine ### Changes * [#4798](https://github.com/xmake-io/xmake/issues/4798): Improve wasi sdk detect * [#4772](https://github.com/xmake-io/xmake/issues/4772): Improve tools.cmake to support vs2022 preview (v144) * [#4813](https://github.com/xmake-io/xmake/issues/4813): Add gb2312 encoding * [#4864](https://github.com/xmake-io/xmake/issues/4864): Improve to extract symbols for gdb * [#4831](https://github.com/xmake-io/xmake/issues/4831): Allow target:fileconfig() for headerfiles * [#4846](https://github.com/xmake-io/xmake/issues/4846): Improve to show progress ### Bugs Fixed * Fix select_script match pattern * [#4763](https://github.com/xmake-io/xmake/issues/4763): Fix {force = true} * [#4807](https://github.com/xmake-io/xmake/issues/4807): Fix nimble::find_package * [#4857](https://github.com/xmake-io/xmake/issues/4857): Fix parse basic options ## v2.8.8 ### Changes * Add `package:check_sizeof()` ### Bugs Fixed * [#4774](https://github.com/xmake-io/xmake/issues/4774): Fix android symbol strip * [#4769](https://github.com/xmake-io/xmake/issues/4769): Fix cross toolchain and format * [#4776](https://github.com/xmake-io/xmake/issues/4776): Fix soname for linux * [#4638](https://github.com/xmake-io/xmake/issues/4638): Fix vsxmake with --menu config ## v2.8.7 ### New features * [#4544](https://github.com/xmake-io/xmake/issues/4544): Support to wait process timeout for `xmake test` * [#4606](https://github.com/xmake-io/xmake/pull/4606): Add `add_versionfiles` api in package * [#4709](https://github.com/xmake-io/xmake/issues/4709): Add cosmocc toolchain support * [#4715](https://github.com/xmake-io/xmake/issues/4715): Add is_cross() api in description scope * [#4747](https://github.com/xmake-io/xmake/issues/4747): Add `build.always_update_configfiles` policy ### Changes * [#4575](https://github.com/xmake-io/xmake/issues/4575): Check invalid scope name * Add more loong64 support * Improve dlang/dmd support for frameworks * [#4571](https://github.com/xmake-io/xmake/issues/4571): Improve `xmake test` output * [#4609](https://github.com/xmake-io/xmake/issues/4609): Improve to detect vs build tool envirnoments * [#4614](https://github.com/xmake-io/xmake/issues/4614): Support android ndk 26b * [#4473](https://github.com/xmake-io/xmake/issues/4473): Enable warning output by default * [#4477](https://github.com/xmake-io/xmake/issues/4477): Improve runtimes to support libc++/libstdc++ * [#4657](https://github.com/xmake-io/xmake/issues/4657): Improve to select script pattern * [#4673](https://github.com/xmake-io/xmake/pull/4673): Refactor modules support * [#4746](https://github.com/xmake-io/xmake/pull/4746): Add native modules support for cmake generator ### Bugs Fixed * [#4596](https://github.com/xmake-io/xmake/issues/4596): Fix remote build cache * [#4689](https://github.com/xmake-io/xmake/issues/4689): Fix deps inherit ## v2.8.6 ### New features * Add `network.mode` policy * [#1433](https://github.com/xmake-io/xmake/issues/1433): Add `xmake pack` command to generate NSIS/zip/tar.gz/rpm/srpm/runself packages like cmake/cpack * [#4435](https://github.com/xmake-io/xmake/issues/4435): Support batchsize for UnityBuild in Group Mode * [#4485](https://github.com/xmake-io/xmake/pull/4485): Support package.install_locally * Support NetBSD ### Changes * [#4484](https://github.com/xmake-io/xmake/pull/4484): Improve swig rule * Improve Haiku support ### Bugs fixed * [#4372](https://github.com/xmake-io/xmake/issues/4372): Fix protobuf rules * [#4439](https://github.com/xmake-io/xmake/issues/4439): Fix asn1c rules ## v2.8.5 ### New features * [#1452](https://github.com/xmake-io/xmake/issues/1452): Improve link mechanism and order * [#1438](https://github.com/xmake-io/xmake/issues/1438): Support code amalgamation * [#3381](https://github.com/xmake-io/xmake/issues/3381): Add `xmake test` support * [#4276](https://github.com/xmake-io/xmake/issues/4276): Support custom scope api * [#4286](https://github.com/xmake-io/xmake/pull/4286): Add Apple XROS support * [#4345](https://github.com/xmake-io/xmake/issues/4345): Support check sizeof * [#4369](https://github.com/xmake-io/xmake/pull/4369): Add windows.manifest.uac policy ### Changes * [#4284](https://github.com/xmake-io/xmake/issues/4284): Improve builtin includes ### Bugs fixed * [#4256](https://github.com/xmake-io/xmake/issues/4256): Fix intellisense for vsxmake/c++modules ## v2.8.3 ### New features * [#4122](https://github.com/xmake-io/xmake/issues/4122): Support Lua Debugger (EmmyLua) * [#4132](https://github.com/xmake-io/xmake/pull/4132): Support cppfront * [#4147](https://github.com/xmake-io/xmake/issues/4147): Add hlsl2spv rule * [#4226](https://github.com/xmake-io/xmake/issues/4226): Support sanitizers for package and policy * Add lib.lua.package module * Add `run.autobuild` policy * Add global policies `xmake g --policies=` ### Changes * [#4119](https://github.com/xmake-io/xmake/issues/4119): Improve to support emcc toolchain and emscripten package * [#4154](https://github.com/xmake-io/xmake/issues/4154): Add `xmake -r --shallow target` to rebuild target without deps * Add global ccache storage directory * [#4137](https://github.com/xmake-io/xmake/issues/4137): Support Qt6 for Wasm * [#4173](https://github.com/xmake-io/xmake/issues/4173): Add recheck argument to on_config * [#4200](https://github.com/xmake-io/xmake/pull/4200): Improve remote build to support debugging xmake source code. * [#4209](https://github.com/xmake-io/xmake/issues/4209): Add extra and pedantic warnings ### Bugs fixed * [#4110](https://github.com/xmake-io/xmake/issues/4110): Fix extrafiles * [#4115](https://github.com/xmake-io/xmake/issues/4115): Fix compile_commands generator for clangd * [#4199](https://github.com/xmake-io/xmake/pull/4199): Fix compile_commands generator for c++ modules * Fix os.mv fail on window * [#4214](https://github.com/xmake-io/xmake/issues/4214): Fix rust workspace build error ## v2.8.2 ### New features * [#4002](https://github.com/xmake-io/xmake/issues/4002): Add soname and version support * [#1613](https://github.com/xmake-io/xmake/issues/1613): Add avx512 and sse4.2 for add_vectorexts * [#2471](https://github.com/xmake-io/xmake/issues/2471): Add set_encodings to set source/target encodings * [#4071](https://github.com/xmake-io/xmake/pull/4071): Support the stm8 assembler on the sdcc toolchain. * [#4101](https://github.com/xmake-io/xmake/issues/4101): Add force includes for c/c++ * [#2384](https://github.com/xmake-io/xmake/issues/2384): Add extrafiles for vs/vsxmake generator ### Changes * [#3960](https://github.com/xmake-io/xmake/issues/3960): Improve msys2/crt64 support * [#4032](https://github.com/xmake-io/xmake/pull/4032): Remove some old deprecated apis * Improve to upgrade vcproj files in tools.msbuild * Support add_requires("xmake::xxx") package * [#4049](https://github.com/xmake-io/xmake/issues/4049): Improve rust to support cross-compilation * Improve clang modules support ### Bugs fixed * Fix exit all child processes on macOS/Linux ## v2.8.1 ### New features * [#3821](https://github.com/xmake-io/xmake/pull/3821): Add longpath option for windows installer * [#3828](https://github.com/xmake-io/xmake/pull/3828): Add support for zypper package manager * [#3871](https://github.com/xmake-io/xmake/issues/3871): Improve tools.msbuild to support for upgrading vsproj * [#3148](https://github.com/xmake-io/xmake/issues/3148): Support grpc for protobuf * [#3889](https://github.com/xmake-io/xmake/issues/3889): Support to add library path for add_links * [#3912](https://github.com/orgs/xmake-io/issues/3912): Add set_pmxxheader to support objc precompiled header * add_links support library file path ### Changes * [#3752](https://github.com/xmake-io/xmake/issues/3752): Improve os.getenvs for windows * [#3371](https://github.com/xmake-io/xmake/issues/3371): Improve tools.cmake to support ninja generator for wasm * [#3777](https://github.com/xmake-io/xmake/issues/3777): Improve to find package from pkg-config * [#3815](https://github.com/xmake-io/xmake/pull/3815): Improve tools.xmake to pass toolchains for windows * [#3857](https://github.com/xmake-io/xmake/issues/3857): Improve to generate compile_commands.json * [#3892](https://github.com/xmake-io/xmake/issues/3892): Improve to search packages from description * [#3916](https://github.com/xmake-io/xmake/issues/3916): Improve to build swift program, support for multiple modules * Update lua runtime to 5.4.6 ### Bugs fixed * [#3755](https://github.com/xmake-io/xmake/pull/3755): Fix find_tool from xmake/packages * [#3787](https://github.com/xmake-io/xmake/issues/3787): Fix packages from conan 2.x * [#3839](https://github.com/orgs/xmake-io/discussions/3839): Fix vs_runtime for conan 2.x ## v2.7.9 ### New features * [#3613](https://github.com/xmake-io/xmake/issues/3613): Add `wasm.preloadfiles` configuration for wasm * [#3703](https://github.com/xmake-io/xmake/pull/3703): Support for conan >=2.0.5 ### Changes * [#3669](https://github.com/xmake-io/xmake/issues/3669): Improve cmake generator to support add_cxflags with the given tool * [#3679](https://github.com/xmake-io/xmake/issues/3679): Improve `xrepo clean` * [#3662](https://github.com/xmake-io/xmake/issues/3662): Improve cmake/make generator for lex/yacc project * [#3697](https://github.com/xmake-io/xmake/issues/3662): Improve trybuild/cmake * [#3730](https://github.com/xmake-io/xmake/issues/3730): Improve c++modules package installation ### Bugs fixed * [#3596](https://github.com/xmake-io/xmake/issues/3596): Fix check_cxxfuncs and check_cxxsnippets * [#3603](https://github.com/xmake-io/xmake/issues/3603): Fix `xmake update` * [#3614](https://github.com/xmake-io/xmake/issues/3614): Fix qt envirnoment when running target * [#3628](https://github.com/xmake-io/xmake/issues/3628): Fix msys2/mingw setenv and os.exec issue * Fix setenv for msys/mingw ## v2.7.8 ### New features * [#3518](https://github.com/xmake-io/xmake/issues/3518): Profile compile and link performance * [#3522](https://github.com/xmake-io/xmake/issues/3522): Add has_cflags, has_xxx for target * [#3537](https://github.com/xmake-io/xmake/issues/3537): Add --fix for clang.tidy checker ### Changes * [#3433](https://github.com/xmake-io/xmake/issues/3433): Improve to build Qt project on msys2/mingw64 and wasm * [#3419](https://github.com/xmake-io/xmake/issues/3419): Support fish shell envirnoment * [#3455](https://github.com/xmake-io/xmake/issues/3455): Dlang incremental build support * [#3498](https://github.com/xmake-io/xmake/issues/3498): Improve to bind package virtual envirnoments * [#3504](https://github.com/xmake-io/xmake/pull/3504): Add swig java support * [#3508](https://github.com/xmake-io/xmake/issues/3508): Improve trybuild/cmake to support for switching toolchain * disable build cache for msvc, because msvc's preprocessor is too slow. ### Bugs fixed * [#3436](https://github.com/xmake-io/xmake/issues/3436): Fix complete and menuconf * [#3463](https://github.com/xmake-io/xmake/issues/3463): Fix c++modules cache issue * [#3545](https://github.com/xmake-io/xmake/issues/3545): Fix parsedeps for armcc ## v2.7.7 ### New features * Add Haiku support * [#3326](https://github.com/xmake-io/xmake/issues/3326): Add `xmake check` to check project code (clang-tidy) and configuration * [#3332](https://github.com/xmake-io/xmake/pull/3332): add custom http headers when downloading packages ### Changes * [#3318](https://github.com/xmake-io/xmake/pull/3318): Improve dlang toolchains * [#2591](https://github.com/xmake-io/xmake/issues/2591): Improve target analysis * [#3342](https://github.com/xmake-io/xmake/issues/3342): Improve to configure working and build directories * [#3373](https://github.com/xmake-io/xmake/issues/3373): Improve std modules support for clang-17 * Improve to strip/optimization for dmd/ldc2 ### Bugs fixed * [#3317](https://github.com/xmake-io/xmake/pull/3317): Fix languages for qt project. * [#3321](https://github.com/xmake-io/xmake/issues/3321): Fix dependfile when generating configiles * [#3296](https://github.com/xmake-io/xmake/issues/3296): Fix build error on macOS arm64 ## v2.7.6 ### New features * [#3228](https://github.com/xmake-io/xmake/pull/3228): Add support of importing modules from packages * [#3257](https://github.com/xmake-io/xmake/issues/3257): Add support for iverilog and verilator * Support for xp and vc6.0 * [#3214](https://github.com/xmake-io/xmake/pull/3214): Completion on xrepo install packages ### Changes * [#3255](https://github.com/xmake-io/xmake/pull/3225): Improve clang libc++ module support * Support for compiling xmake using mingw * Improve compatibility issues with xmake running on win xp * Add pure lua json implementation instead of lua-cjson if the external dependencies are enabled ### Bugs fixed * [#3229](https://github.com/xmake-io/xmake/issues/3229): Fix find rc.exe for vs2015 * [#3271](https://github.com/xmake-io/xmake/issues/3271): Fix macro defines with spaces * [#3273](https://github.com/xmake-io/xmake/issues/3273): Fix nim link error * [#3286](https://github.com/xmake-io/xmake/issues/3286): Fix compile_commands for clangd ## v2.7.5 ### New features * [#3201](https://github.com/xmake-io/xmake/pull/3201): Add completer and xrepo complete * [#3233](https://github.com/xmake-io/xmake/issues/3233): Add MASM32 sdk toolchain ### Changes * [#3216](https://github.com/xmake-io/xmake/pull/3216): Add intel one api toolkits detection * [#3020](https://github.com/xmake-io/xmake/issues/3020): Add `--lsp=clangd` to improve to generate compile_commands.json * [#3215](https://github.com/xmake-io/xmake/issues/3215): Add includedirs and defines to c51 * [#3251](https://github.com/xmake-io/xmake/issues/3251): Improve to build zig and c program ### Bugs fixed * [#3203](https://github.com/xmake-io/xmake/issues/3203): Fix compile_commands * [#3222](https://github.com/xmake-io/xmake/issues/3222): Fix precompiled headers in ObjC * [#3240](https://github.com/xmake-io/xmake/pull/3240): Fix target run with single arguments * [#3238](https://github.com/xmake-io/xmake/pull/3238): Fix clang module mapper ## v2.7.4 ### New features * [#3049](https://github.com/xmake-io/xmake/pull/3049): Add `xmake format` plugin * Add `plugin.compile_commands.autoupdate` rule * [#3172](https://github.com/xmake-io/xmake/pull/3172): Add xmake.sh * [#3168](https://github.com/xmake-io/xmake/pull/3168): add support of C++23 standard modules on msvc ### Changes * [#3056](https://github.com/xmake-io/xmake/issues/3056): Improve zig support * [#3060](https://github.com/xmake-io/xmake/issues/3060): Improve to detect msys2 for clang toolchains envirnoment * [#3071](https://github.com/xmake-io/xmake/issues/3071): Support rc for llvm/clang toolchain * [#3122](https://github.com/xmake-io/xmake/pull/3122): Generate dependencies of preprocessed modules to avoid importing #ifdef import * [#3125](https://github.com/xmake-io/xmake/pull/3125): Compile private C++20 modules * [#3133](https://github.com/xmake-io/xmake/pull/3133): Add support of internal partitions * [#3146](https://github.com/xmake-io/xmake/issues/3146): Add default components for packages * [#3192](https://github.com/xmake-io/xmake/issues/3192): JSON output for auto complete ### Bugs fixed * Fix requires-lock bug * [#3065](https://github.com/xmake-io/xmake/issues/3065): Fix missing package dependences * [#3082](https://github.com/xmake-io/xmake/issues/3082): Fix build.ninja generator * [#3092](https://github.com/xmake-io/xmake/issues/3092): Fix xrepo add-repo error handing * [#3013](https://github.com/xmake-io/xmake/issues/3013): Fix and support windows UNC path * [#2902](https://github.com/xmake-io/xmake/issues/2902): Fix file not access by another process occupied * [#3074](https://github.com/xmake-io/xmake/issues/3074): Fix CMakelists generator * [#3141](https://github.com/xmake-io/xmake/pull/3141): Fix import order on GCC and force it on clang and msvc #3141 * Fix tools/xmake package build directory * [#3159](https://github.com/xmake-io/xmake/issues/3159): Fix compile_commands for CLion ## v2.7.3 ### New features * A new optional configuration syntax. It is LSP friendly, automatically calls target_end() to achieve scope isolation. * [#2944](https://github.com/xmake-io/xmake/issues/2944): Add `gnu-rm.binary` and `gnu-rm.static` rules and tests for embed project * [#2636](https://github.com/xmake-io/xmake/issues/2636): Support package components * Support armasm/armasm64 for msvc * [#3023](https://github.com/xmake-io/xmake/pull/3023): Add support for debugging with renderdoc * [#3022](https://github.com/xmake-io/xmake/issues/3022): Add flags for specific compilers and linkers * [#3025](https://github.com/xmake-io/xmake/pull/3025): C++ exception enabled/disabled switch method * [#3017](https://github.com/xmake-io/xmake/pull/3017): Support ispc compiler ### Changes * [#2925](https://github.com/xmake-io/xmake/issues/2925): Improve doxygen plugin * [#2948](https://github.com/xmake-io/xmake/issues/2948): Support OpenBSD * Add `xmake g --insecure-ssl=y` option to disable ssl certificate when downloading packages * [#2971](https://github.com/xmake-io/xmake/pull/2971): Stabilize vs and vsxmake project generation * [#3000](https://github.com/xmake-io/xmake/issues/3000): Incremental compilation support for modules * [#3016](https://github.com/xmake-io/xmake/pull/3016): Improve clang/msvc to better support std modules ### Bugs fixed * [#2949](https://github.com/xmake-io/xmake/issues/2949): Fix vs group * [#2952](https://github.com/xmake-io/xmake/issues/2952): Fix armlink for long args * [#2954](https://github.com/xmake-io/xmake/issues/2954): Fix c++ module partitions path issue * [#3033](https://github.com/xmake-io/xmake/issues/3033): Detect circular modules dependency ## v2.7.2 ### New features * [#2140](https://github.com/xmake-io/xmake/issues/2140): Support Windows Arm64 * [#2719](https://github.com/xmake-io/xmake/issues/2719): Add `package.librarydeps.strict_compatibility` to strict compatibility for package linkdeps * [#2810](https://github.com/xmake-io/xmake/pull/2810): Support os.execv to run shell script file * [#2817](https://github.com/xmake-io/xmake/pull/2817): Improve rule to support dependence order * [#2824](https://github.com/xmake-io/xmake/pull/2824): Pass cross-file to meson.install and trybuild * [#2856](https://github.com/xmake-io/xmake/pull/2856): Improve to debug package using the debug source directory * [#2859](https://github.com/xmake-io/xmake/issues/2859): Improve trybuild to build 3rd source library using xmake-repo scripts * [#2879](https://github.com/xmake-io/xmake/issues/2879): Support for dynamic creation and injection of rules and targets in script scope * [#2374](https://github.com/xmake-io/xmake/issues/2374): Allow xmake package to embed rules and scripts * Add clang-cl toolchain ### Changes * [#2745](https://github.com/xmake-io/xmake/pull/2745): Improve os.cp to support symlink * [#2773](https://github.com/xmake-io/xmake/pull/2773): Improve vcpkg packages to support freebsd * [#2778](https://github.com/xmake-io/xmake/pull/2778): Improve Improve xrepo.env for target * [#2783](https://github.com/xmake-io/xmake/issues/2783): Add digest algorithm option for wdk signtool * [#2787](https://github.com/xmake-io/xmake/pull/2787): Improve json to support empty array * [#2782](https://github.com/xmake-io/xmake/pull/2782): Improve to find matlab and runtime * [#2793](https://github.com/xmake-io/xmake/issues/2793): Improve mconfdialog * [#2804](https://github.com/xmake-io/xmake/issues/2804): Support macOS arm64/x86_64 cross-compilation for installing packages * [#2809](https://github.com/xmake-io/xmake/issues/2809): Improve cl optimization option * Improve trybuild for meson/cmake/autoconf * [#2846](https://github.com/xmake-io/xmake/discussions/2846): Improve to generate config files * [#2866](https://github.com/xmake-io/xmake/issues/2866): Better control over the order of execution of rules ### Bugs fixed * [#2740](https://github.com/xmake-io/xmake/issues/2740): Fix build c++ modules stuck and slower for msvc * [#2875](https://github.com/xmake-io/xmake/issues/2875): Fix build linux driver error * [#2885](https://github.com/xmake-io/xmake/issues/2885): Fix pch not found with msvc/ccache ## v2.7.1 ### New features * [#2555](https://github.com/xmake-io/xmake/issues/2555): Add fwatcher module and `xmake watch` plugin command * Add `xmake service --pull 'build/**' outputdir` to pull the given files in remote server * [#2641](https://github.com/xmake-io/xmake/pull/2641): Improve C++20 modules, support headerunits and project generators * [#2679](https://github.com/xmake-io/xmake/issues/2679): Support Mac Catalyst ### Changes * [#2576](https://github.com/xmake-io/xmake/issues/2576): More flexible package fetching from cmake * [#2577](https://github.com/xmake-io/xmake/issues/2577): Improve add_headerfiles(), add `{install = false}` support * [#2603](https://github.com/xmake-io/xmake/issues/2603): Disable `-fdirectives-only` for ccache by default * [#2580](https://github.com/xmake-io/xmake/issues/2580): Set stdout to line buffering * [#2571](https://github.com/xmake-io/xmake/issues/2571): Improve task scheduling for parallel and distributed compilation based on memory/cpu usage * [#2410](https://github.com/xmake-io/xmake/issues/2410): Improve cmakelists generator * [#2690](https://github.com/xmake-io/xmake/issues/2690): Improve to pass toolchains to packages * [#2686](https://github.com/xmake-io/xmake/issues/2686): Support for incremental compilation and parse header file deps for keil/armcc/armclang * [#2562](https://github.com/xmake-io/xmake/issues/2562): Improve include deps for rc.exe * Improve the default parallel building jobs number ### Bugs fixed * [#2614](https://github.com/xmake-io/xmake/issues/2614): Fix building submodules2 tests for msvc * [#2620](https://github.com/xmake-io/xmake/issues/2620): Fix build cache for incremental compilation * [#2177](https://github.com/xmake-io/xmake/issues/2177): Fix python.library segmentation fault for macosx * [#2708](https://github.com/xmake-io/xmake/issues/2708): Fix link error for mode.coverage rule * Fix rpath for macos/iphoneos frameworks and application ## v2.6.9 ### New features * [#2474](https://github.com/xmake-io/xmake/issues/2474): Add icx and dpcpp toolchains * [#2523](https://github.com/xmake-io/xmake/issues/2523): Improve LTO support * [#2527](https://github.com/xmake-io/xmake/issues/2527): Add set_runargs api ### Changes * Improve tools.cmake to support wasm * [#2491](https://github.com/xmake-io/xmake/issues/2491): Fallback to local compiler/cache from remote if server is unreachable * [#2514](https://github.com/xmake-io/xmake/issues/2514): Disable Unity Build for project generator * [#2473](https://github.com/xmake-io/xmake/issues/2473): Improve apt::find_package to find it from pc files * [#2512](https://github.com/xmake-io/xmake/issues/2512): Improve remote service to support timeout configuration ### Bugs fixed * [#2488](https://github.com/xmake-io/xmake/issues/2488): Fix remote compilation from windows to linux * [#2504](https://github.com/xmake-io/xmake/issues/2504): Fix remote build bug on msys2/cygwin * [#2525](https://github.com/xmake-io/xmake/issues/2525): Fix install package deps and stuck * [#2557](https://github.com/xmake-io/xmake/issues/2557): Fix cmake.find_package links bug * Fix cache-induced path conflicts in preprocessed files ## v2.6.8 ### New features * [#2447](https://github.com/xmake-io/xmake/pull/2447): Add qt.qmlplugin rule and support of qmltypesregistrar * [#2446](https://github.com/xmake-io/xmake/issues/2446): Support target group for `xmake install` * [#2469](https://github.com/xmake-io/xmake/issues/2469): Generate vcpkg-configuration.json ### Changes * Add `preprocessor.linemarkers` policy to disable linemarkers to speed up ccache/distcc * [#2389](https://github.com/xmake-io/xmake/issues/2389): Improve `xmake run` to parallel running of targets * [#2417](https://github.com/xmake-io/xmake/issues/2417): Switch the default value of option/showmenu * [#2440](https://github.com/xmake-io/xmake/pull/2440): Improve package installation error messages * [#2438](https://github.com/xmake-io/xmake/pull/2438): Make sure the solution and project file unchanged by sorting those tables * [#2434](https://github.com/xmake-io/xmake/issues/2434): Improve plugins manager, allow to handle multiples plugin repositories * [#2421](https://github.com/xmake-io/xmake/issues/2421): Improve config option menu * [#2425](https://github.com/xmake-io/xmake/issues/2425): Add `preprocessor.gcc.directives_only` policy * [#2455](https://github.com/xmake-io/xmake/issues/2455): Improve optimize options for emcc * [#2467](https://github.com/xmake-io/xmake/issues/2467): Add compile fallback for msvc/ccache * [#2452](https://github.com/xmake-io/xmake/issues/2452): Add build.warning policy ### Bugs Fixed * [#2435](https://github.com/xmake-io/xmake/pull/2435): fix the search bug when the package name has an extension name. * [#2445](https://github.com/xmake-io/xmake/issues/2445): Fix ccache bug for msvc * [#2452](https://github.com/xmake-io/xmake/issues/2452): Fix warnings output for ccache ## v2.6.7 ### New features * [#2318](https://github.com/xmake-io/xmake/issues/2318): Add `xmake f --policies=` config argument to modify project policies ### Changes * fallback to source code build if the precompiled package is error * [#2387](https://github.com/xmake-io/xmake/issues/2387): Improve pkgconfig and find_package * Add `build.ccache` policy ### Bugs fixed * [#2382](https://github.com/xmake-io/xmake/issues/2382): Fix headeronly package configs * [#2388](https://github.com/xmake-io/xmake/issues/2388): Fix path bug * [#2385](https://github.com/xmake-io/xmake/issues/2385): Fix cmake/find_package * [#2395](https://github.com/xmake-io/xmake/issues/2395): Fix c++modules * Fix find_qt bug ## v2.6.6 ### New features * [#2327](https://github.com/xmake-io/xmake/issues/2327): Support nvc/nvc++/nvfortran in nvidia-hpc-sdk * Add path instance interfaces * [#2344](https://github.com/xmake-io/xmake/pull/2344): Add lz4 compress module * [#2349](https://github.com/xmake-io/xmake/pull/2349): Add keil/c51 project support * [#274](https://github.com/xmake-io/xmake/issues/274): Distributed compilation support * Use builtin local cache instead of ccache ### Changes * [#2309](https://github.com/xmake-io/xmake/issues/2309): Support user authorization for remote compilation * Improve remote compilation to support lz4 compression ### Bugs fixed * Fix lua stack when select package versions ## v2.6.5 ### New features * [#2138](https://github.com/xmake-io/xmake/issues/2138): Support template package * [#2185](https://github.com/xmake-io/xmake/issues/2185): Add `--appledev=simulator` to improve apple simulator support * [#2227](https://github.com/xmake-io/xmake/issues/2227): Improve cargo package with Cargo.toml file * Improve `add_requires` to support git commit as version * [#622](https://github.com/xmake-io/xmake/issues/622): Support remote compilation * [#2282](https://github.com/xmake-io/xmake/issues/2282): Add `add_filegroups` to support file group for vs/vsxmake/cmake generator ### Changes * [#2137](https://github.com/xmake-io/xmake/pull/2137): Improve path module * Reduce 50% xmake binary size on macOS * Improve tools/autoconf,cmake to support toolchain switching. * [#2221](https://github.com/xmake-io/xmake/pull/2221): Improve registry api to support unicode * [#2225](https://github.com/xmake-io/xmake/issues/2225): Support to parse import dependencies for protobuf * [#2265](https://github.com/xmake-io/xmake/issues/2265): Sort CMakeLists.txt * Speed up `os.files` ### Bugs fixed * [#2233](https://github.com/xmake-io/xmake/issues/2233): Fix c++ modules deps ## v2.6.4 ### New features * [#2011](https://github.com/xmake-io/xmake/issues/2011): Support to inherit base package * Support to build and run xmake on sparc, alpha, powerpc, s390x and sh4 * Add on_download for package() * [#2021](https://github.com/xmake-io/xmake/issues/2021): Support Swift for linux and windows * [#2024](https://github.com/xmake-io/xmake/issues/2024): Add asn1c support * [#2031](https://github.com/xmake-io/xmake/issues/2031): Support linker scripts and version scripts for add_files * [#2033](https://github.com/xmake-io/xmake/issues/2033): Catch ctrl-c to get current backtrace for debugging stuck * [#2059](https://github.com/xmake-io/xmake/pull/2059): Add `xmake update --integrate` to integrate for shell * [#2070](https://github.com/xmake-io/xmake/issues/2070): Add built-in xrepo environments * [#2117](https://github.com/xmake-io/xmake/pull/2117): Support to pass toolchains to package for other platforms * [#2121](https://github.com/xmake-io/xmake/issues/2121): Support to export the given symbols list ### Changes * [#2036](https://github.com/xmake-io/xmake/issues/2036): Improve xrepo to install packages from configuration file, e.g. `xrepo install xxx.lua` * [#2039](https://github.com/xmake-io/xmake/issues/2039): Improve filter directory for vs generator * [#2025](https://github.com/xmake-io/xmake/issues/2025): Support phony and headeronly target for vs generator * Improve to find vstudio and codesign speed * [#2077](https://github.com/xmake-io/xmake/issues/2077): Improve vs project generator to support cuda ### Bugs fixed * [#2005](https://github.com/xmake-io/xmake/issues/2005): Fix path.extension * [#2008](https://github.com/xmake-io/xmake/issues/2008): Fix windows manifest * [#2016](https://github.com/xmake-io/xmake/issues/2016): Fix object filename confict for vs project generator ## v2.6.3 ### New features * [#1298](https://github.com/xmake-io/xmake/issues/1928): Support vcpkg manifest mode and select version for package/install * [#1896](https://github.com/xmake-io/xmake/issues/1896): Add `python.library` rule to build pybind modules * [#1939](https://github.com/xmake-io/xmake/issues/1939): Add `remove_files`, `remove_headerfiles` and mark `del_files` as deprecated * Made on_config as the official api for rule/target * Add riscv32/64 support * [#1970](https://github.com/xmake-io/xmake/issues/1970): Add CMake wrapper for Xrepo C and C++ package manager. * Add builtin github mirror pac files, `xmake g --proxy_pac=github_mirror.lua` ### Changes * [#1923](https://github.com/xmake-io/xmake/issues/1923): Improve to build linux driver, support set custom linux-headers path * [#1962](https://github.com/xmake-io/xmake/issues/1962): Improve armclang toolchain to support to build asm * [#1959](https://github.com/xmake-io/xmake/pull/1959): Improve vstudio project generator * [#1969](https://github.com/xmake-io/xmake/issues/1969): Add default option description ### Bugs fixed * [#1875](https://github.com/xmake-io/xmake/issues/1875): Fix deploy android qt apk issue * [#1973](https://github.com/xmake-io/xmake/issues/1973): Fix merge static archive ## v2.6.2 ### New features * [#1902](https://github.com/xmake-io/xmake/issues/1902): Support to build linux kernel driver modules * [#1913](https://github.com/xmake-io/xmake/issues/1913): Build and run targets with given group pattern * [#1982](https://github.com/xmake-io/xmake/pull/1982): Fix build c++20 submodules for clang ### Change * [#1872](https://github.com/xmake-io/xmake/issues/1872): Escape characters for set_configvar * [#1888](https://github.com/xmake-io/xmake/issues/1888): Improve windows installer to avoid remove other files * [#1895](https://github.com/xmake-io/xmake/issues/1895): Improve `plugin.vsxmake.autoupdate` rule * [#1893](https://github.com/xmake-io/xmake/issues/1893): Improve to detect icc and ifort toolchains * [#1905](https://github.com/xmake-io/xmake/pull/1905): Add support of external headers without experimental for msvc * [#1904](https://github.com/xmake-io/xmake/pull/1904): Improve vs201x generator * Add `XMAKE_THEME` envirnoment variable to switch theme * [#1907](https://github.com/xmake-io/xmake/issues/1907): Add `-f/--force` to force to create project in a non-empty directory * [#1917](https://github.com/xmake-io/xmake/pull/1917): Improve to find_package and configurations ### Bugs fixed * [#1885](https://github.com/xmake-io/xmake/issues/1885): Fix package:fetch_linkdeps * [#1903](https://github.com/xmake-io/xmake/issues/1903): Fix package link order ## v2.6.1 ### New features * [#1799](https://github.com/xmake-io/xmake/issues/1799): Support mixed rust & c++ target and cargo dependences * Add `utils.glsl2spv` rules to compile *.vert/*.frag shader files to spirv file and binary c header file ### Changes * Switch to Lua5.4 runtime by default * [#1776](https://github.com/xmake-io/xmake/issues/1776): Improve system::find_package, support to find package from envs * [#1786](https://github.com/xmake-io/xmake/issues/1786): Improve apt:find_package, support to find alias package * [#1819](https://github.com/xmake-io/xmake/issues/1819): Add precompiled header to cmake generator * Improve C++20 module to support std libraries for msvc * [#1792](https://github.com/xmake-io/xmake/issues/1792): Add custom command in vs project generator * [#1835](https://github.com/xmake-io/xmake/issues/1835): Improve MDK program supports and add `set_runtimes("microlib")` * [#1858](https://github.com/xmake-io/xmake/issues/1858): Improve to build c++20 modules with libraries * Add $XMAKE_BINARY_REPO and $XMAKE_MAIN_REPO repositories envs * [#1865](https://github.com/xmake-io/xmake/issues/1865): Improve openmp projects * [#1845](https://github.com/xmake-io/xmake/issues/1845): Install pdb files for static library ### Bugs Fixed * Fix semver to parse build string with zero prefix * [#50](https://github.com/libbpf/libbpf-bootstrap/issues/50): Fix rule and build bpf program errors * [#1610](https://github.com/xmake-io/xmake/issues/1610): Fix `xmake f --menu` not responding in vscode and support ConPTY terminal virtkeys ## v2.5.9 ### New features * [#1736](https://github.com/xmake-io/xmake/issues/1736): Support wasi-sdk toolchain * Support Lua 5.4 runtime * Add gcc-8, gcc-9, gcc-10, gcc-11 toolchains * [#1623](https://github.com/xmake-io/xmake/issues/1632): Support find_package from cmake * [#1747](https://github.com/xmake-io/xmake/issues/1747): Add `set_kind("headeronly")` for target to install files for headeronly library * [#1019](https://github.com/xmake-io/xmake/issues/1019): Support Unity build * [#1438](https://github.com/xmake-io/xmake/issues/1438): Support code amalgamation, `xmake l cli.amalgamate` * [#1765](https://github.com/xmake-io/xmake/issues/1756): Support nim language * [#1762](https://github.com/xmake-io/xmake/issues/1762): Manage and switch the given package envs for `xrepo env` * [#1767](https://github.com/xmake-io/xmake/issues/1767): Support Circle compiler * [#1753](https://github.com/xmake-io/xmake/issues/1753): Support armcc/armclang toolchains for Keil/MDK * [#1774](https://github.com/xmake-io/xmake/issues/1774): Add table.contains api * [#1735](https://github.com/xmake-io/xmake/issues/1735): Add custom command in cmake generator ### Changes * [#1528](https://github.com/xmake-io/xmake/issues/1528): Check c++17/20 features * [#1729](https://github.com/xmake-io/xmake/issues/1729): Improve C++20 modules for clang/gcc/msvc, support inter-module dependency compilation and parallel optimization * [#1779](https://github.com/xmake-io/xmake/issues/1779): Remove builtin `-Gd` for ml.exe/x86 * [#1781](https://github.com/xmake-io/xmake/issues/1781): Improve get.sh installation script to support nixos ## v2.5.8 ### New features * [#388](https://github.com/xmake-io/xmake/issues/388): Pascal Language Support * [#1682](https://github.com/xmake-io/xmake/issues/1682): Add optional lua5.3 backend instead of luajit to provide better compatibility * [#1622](https://github.com/xmake-io/xmake/issues/1622): Support Swig * [#1714](https://github.com/xmake-io/xmake/issues/1714): Support build local embed cmake projects * [#1715](https://github.com/xmake-io/xmake/issues/1715): Support to detect compiler language standards as features and add `check_macros` * Support Loongarch ### Change * [#1618](https://github.com/xmake-io/xmake/issues/1618): Improve vala to support to generate libraries and bindings * Improve Qt rules to support Qt 4.x * Improve `set_symbols("debug")` to generate pdb file for clang on windows * [#1638](https://github.com/xmake-io/xmake/issues/1638): Improve to merge static library * Improve on_load/after_load to support to add target deps dynamically * [#1675](https://github.com/xmake-io/xmake/pull/1675): Rename dynamic and import library suffix for mingw * [#1694](https://github.com/xmake-io/xmake/issues/1694): Support to define a variable without quotes for configuration files * Support Android NDK r23 * Add `c++latest` and `clatest` for `set_languages` * [#1720](https://github.com/xmake-io/xmake/issues/1720): Add `save_scope` and `restore_scope` to fix `check_xxx` apis * [#1726](https://github.com/xmake-io/xmake/issues/1726): Improve compile_commands generator to support nvcc ### Bugs fixed * [#1671](https://github.com/xmake-io/xmake/issues/1671): Fix incorrect absolute path after installing precompiled packages * [#1689](https://github.com/xmake-io/xmake/issues/1689): Fix unicode chars bug for vsxmake ## v2.5.7 ### New features * [#1534](https://github.com/xmake-io/xmake/issues/1534): Support to compile Vala lanuage project * [#1544](https://github.com/xmake-io/xmake/issues/1544): Add utils.bin2c rule to generate header from binary file * [#1547](https://github.com/xmake-io/xmake/issues/1547): Support to run and get output of c/c++ snippets in option * [#1567](https://github.com/xmake-io/xmake/issues/1567): Package "lock file" support to freeze dependencies * [#1597](https://github.com/xmake-io/xmake/issues/1597): Support to compile *.metal files to generate *.metalib and improve xcode.application rule ### Change * [#1540](https://github.com/xmake-io/xmake/issues/1540): Better support for compilation of automatically generated code * [#1578](https://github.com/xmake-io/xmake/issues/1578): Improve add_repositories to support relative path better * [#1582](https://github.com/xmake-io/xmake/issues/1582): Improve installation and os.cp to reserve symlink ### Bugs fixed * [#1531](https://github.com/xmake-io/xmake/issues/1531): Fix error info when loading targets failed ## v2.5.6 ### New features * [#1483](https://github.com/xmake-io/xmake/issues/1483): Add `os.joinenvs()` and improve package tools envirnoments * [#1523](https://github.com/xmake-io/xmake/issues/1523): Add `set_allowedmodes`, `set_allowedplats` and `set_allowedarchs` * [#1523](https://github.com/xmake-io/xmake/issues/1523): Add `set_defaultmode`, `set_defaultplat` and `set_defaultarch` ### Change * Improve vs/vsxmake project generator to support vs2022 * [#1513](https://github.com/xmake-io/xmake/issues/1513): Improve precompiled binary package compatibility on windows/msvc * Improve to find vcpkg root directory on windows * Improve to support Qt6 ### Bugs fixed * [#489](https://github.com/xmake-io/xmake-repo/pull/489): Fix run os.execv with too long envirnoment value on windows ## v2.5.5 ### New features * [#1421](https://github.com/xmake-io/xmake/issues/1421): Add prefix, suffix and extension options for target names * [#1422](https://github.com/xmake-io/xmake/issues/1422): Support search packages from vcpkg, conan * [#1424](https://github.com/xmake-io/xmake/issues/1424): Set binary as default target kind * [#1140](https://github.com/xmake-io/xmake/issues/1140): Add a way to ask xmake to try to download dependencies from a certain package manager * [#1339](https://github.com/xmake-io/xmake/issues/1339): Improve `xmake package` to generate new local/remote packages * Add `appletvos` platform support for AppleTV, `xmake f -p appletvos` * [#1437](https://github.com/xmake-io/xmake/issues/1437): Add headeronly library type for package to ignore `vs_runtime` * [#1351](https://github.com/xmake-io/xmake/issues/1351): Support export/import current configs * [#1454](https://github.com/xmake-io/xmake/issues/1454): Support to download and install precompiled image packages from xmake-mirror ### Change * [#1425](https://github.com/xmake-io/xmake/issues/1425): Improve tools/meson to load msvc envirnoments * [#1442](https://github.com/xmake-io/xmake/issues/1442): Support to clone package resources from git url * [#1389](https://github.com/xmake-io/xmake/issues/1389): Support to add toolchain envs to `xrepo env` * [#1453](https://github.com/xmake-io/xmake/issues/1453): Support to export protobuf includedirs * Support vs2022 ### Bugs fixed * [#1413](https://github.com/xmake-io/xmake/issues/1413): Fix hangs on fetching packages * [#1420](https://github.com/xmake-io/xmake/issues/1420): Fix config and packages cache * [#1445](https://github.com/xmake-io/xmake/issues/1445): Fix WDK driver sign error * [#1465](https://github.com/xmake-io/xmake/issues/1465): Fix missing link directory ## v2.5.4 ### New features * [#1323](https://github.com/xmake-io/xmake/issues/1323): Support find and install package from `apt`, `add_requires("apt::zlib1g-dev")` * [#1337](https://github.com/xmake-io/xmake/issues/1337): Add environment vars to change package directories * [#1338](https://github.com/xmake-io/xmake/issues/1338): Support import and export installed packages * [#1087](https://github.com/xmake-io/xmake/issues/1087): Add `xrepo env shell` and support load envs from `add_requires/xmake.lua` * [#1313](https://github.com/xmake-io/xmake/issues/1313): Support private package for `add_requires/add_deps` * [#1358](https://github.com/xmake-io/xmake/issues/1358): Support to set mirror url to speedup download package * [#1369](https://github.com/xmake-io/xmake/pull/1369): Support arm/arm64 packages for vcpkg, thanks @fallending * [#1405](https://github.com/xmake-io/xmake/pull/1405): Add portage package manager support, thanks @Phate6660 ### Change * Improve `find_package` and add `package:find_package` for xmake package * Remove deprecated `set_config_h` and `set_config_h_prefix` apis * [#1343](https://github.com/xmake-io/xmake/issues/1343): Improve to search local package files * [#1347](https://github.com/xmake-io/xmake/issues/1347): Improve to vs_runtime configs for binary package * [#1353](https://github.com/xmake-io/xmake/issues/1353): Improve del_files() to speedup matching files * [#1349](https://github.com/xmake-io/xmake/issues/1349): Improve `xrepo env shell` to support powershell ### Bugs fixed * [#1380](https://github.com/xmake-io/xmake/issues/1380): Fix add packages errors * [#1381](https://github.com/xmake-io/xmake/issues/1381): Fix add local git source for package * [#1391](https://github.com/xmake-io/xmake/issues/1391): Fix cuda/nvcc toolchain ### v2.5.3 ### New features * [#1259](https://github.com/xmake-io/xmake/issues/1259): Support `add_files("*.def")` to export symbols for windows/dll * [#1267](https://github.com/xmake-io/xmake/issues/1267): add `find_package("nvtx")` * [#1274](https://github.com/xmake-io/xmake/issues/1274): add `platform.linux.bpf` rule to build linux/bpf program * [#1280](https://github.com/xmake-io/xmake/issues/1280): Support fetchonly package to improve find_package * Support to fetch remote ndk toolchain package * [#1268](https://github.com/xmake-io/xmake/issues/1268): Add `utils.install.pkgconfig_importfiles` rule to install `*.pc` import file * [#1268](https://github.com/xmake-io/xmake/issues/1268): Add `utils.install.cmake_importfiles` rule to install `*.cmake` import files * [#348](https://github.com/xmake-io/xmake-repo/pull/348): Add `platform.longpaths` policy to support git longpaths * [#1314](https://github.com/xmake-io/xmake/issues/1314): Support to install and use conda packages * [#1120](https://github.com/xmake-io/xmake/issues/1120): Add `core.base.cpu` module and improve `os.cpuinfo()` * [#1325](https://github.com/xmake-io/xmake/issues/1325): Add builtin git variables for `add_configfiles` ### Change * [#1275](https://github.com/xmake-io/xmake/issues/1275): Support conditionnal targets for vsxmake plugin * [#1290](https://github.com/xmake-io/xmake/pull/1290): Improve android ndk to support >= r22 * [#1311](https://github.com/xmake-io/xmake/issues/1311): Add packages lib folder to PATH for vsxmake project ### Bugs fixed * [#1266](https://github.com/xmake-io/xmake/issues/1266): Fix relative repo path in `add_repositories` * [#1288](https://github.com/xmake-io/xmake/issues/1288): Fix vsxmake generator with option configs ## v2.5.2 ### New features * [#955](https://github.com/xmake-io/xmake/issues/955#issuecomment-766481512): Support `zig cc` and `zig c++` as c/c++ compiler * [#955](https://github.com/xmake-io/xmake/issues/955#issuecomment-768193083): Support zig cross-compilation * [#1177](https://github.com/xmake-io/xmake/issues/1177): Improve to detect terminal and color codes * [#1216](https://github.com/xmake-io/xmake/issues/1216): Pass custom configuration scripts to xrepo * Add linuxos builtin module to get linux system information * [#1217](https://github.com/xmake-io/xmake/issues/1217): Support to fetch remote toolchain package when building project * [#1123](https://github.com/xmake-io/xmake/issues/1123): Add `rule("utils.symbols.export_all")` to export all symbols for windows/dll * [#1181](https://github.com/xmake-io/xmake/issues/1181): Add `utils.platform.gnu2mslib(mslib, gnulib)` module api to convert mingw/xxx.dll.a to msvc xxx.lib * [#1246](https://github.com/xmake-io/xmake/issues/1246): Improve rules and generators to support commands list * [#1239](https://github.com/xmake-io/xmake/issues/1239): Add `add_extsources` to improve find external packages * [#1241](https://github.com/xmake-io/xmake/issues/1241): Support add .manifest files for windows program * Support to use `xrepo remove --all` to remove all packages * [#1254](https://github.com/xmake-io/xmake/issues/1254): Support to export packages to parent target ### Change * [#1226](https://github.com/xmake-io/xmake/issues/1226): Add missing qt include directories * [#1183](https://github.com/xmake-io/xmake/issues/1183): Improve c++ lanuages to support Qt6 * [#1237](https://github.com/xmake-io/xmake/issues/1237): Add qt.ui files for vsxmake plugin * Improve vs/vsxmake plugins to support precompiled header and intellisense * [#1090](https://github.com/xmake-io/xmake/issues/1090): Simplify integration of custom code generators * [#1065](https://github.com/xmake-io/xmake/issues/1065): Improve protobuf rule to support compile_commands generators * [#1249](https://github.com/xmake-io/xmake/issues/1249): Improve vs/vsxmake generator to support startproject * [#605](https://github.com/xmake-io/xmake/issues/605): Improve to link orders for add_deps/add_packages * Remove deprecated `add_defines_h_if_ok` and `add_defines_h` apis for option ### Bugs fixed * [#1219](https://github.com/xmake-io/xmake/issues/1219): Fix version check and update * [#1235](https://github.com/xmake-io/xmake/issues/1235): Fix include directories with spaces ## v2.5.1 ### New features * [#1035](https://github.com/xmake-io/xmake/issues/1035): The graphics configuration menu fully supports mouse events, and support scroll bar * [#1098](https://github.com/xmake-io/xmake/issues/1098): Support stdin for os.execv * [#1079](https://github.com/xmake-io/xmake/issues/1079): Add autoupdate plugin rule for vsxmake, `add_rules("plugin.vsxmake.autoupdate")` * Add `xmake f --vs_runtime=MT` and `set_runtimes("MT")` to set vs runtime for targets and packages * [#1032](https://github.com/xmake-io/xmake/issues/1032): Support to enum registry keys and values * [#1026](https://github.com/xmake-io/xmake/issues/1026): Support group for vs/vsxmake project * [#1178](https://github.com/xmake-io/xmake/issues/1178): Add `add_requireconfs()` api to rewrite configs of depend packages * [#1043](https://github.com/xmake-io/xmake/issues/1043): Add `luarocks.module` rule for luarocks-build-xmake * [#1190](https://github.com/xmake-io/xmake/issues/1190): Support for Apple Silicon (macOS ARM) * [#1145](https://github.com/xmake-io/xmake/pull/1145): Support Qt deploy for Windows, thanks @SirLynix ### Change * [#1072](https://github.com/xmake-io/xmake/issues/1072): Fix and improve to parse cl deps * Support utf8 for ui modules and `xmake f --menu` * Improve to support zig on macOS * [#1135](https://github.com/xmake-io/xmake/issues/1135): Improve multi-toolchain and multi-platforms for targets * [#1153](https://github.com/xmake-io/xmake/issues/1153): Improve llvm toolchain to support sysroot on macOS * [#1071](https://github.com/xmake-io/xmake/issues/1071): Improve to generate vs/vsxmake project to support for remote packages * Improve vs/vsxmake project plugin to support global `set_arch()` setting * [#1164](https://github.com/xmake-io/xmake/issues/1164): Improve to launch console programs for vsxmake project * [#1179](https://github.com/xmake-io/xmake/issues/1179): Improve llvm toolchain and add isysroot ### Bugs fixed * [#1091](https://github.com/xmake-io/xmake/issues/1091): Fix incorrect ordering of inherited library dependencies * [#1105](https://github.com/xmake-io/xmake/issues/1105): Fix c++ language intellisense for vsxmake * [#1132](https://github.com/xmake-io/xmake/issues/1132): Fix TrimEnd bug for vsxmake * [#1142](https://github.com/xmake-io/xmake/issues/1142): Fix git not found when installing packages * Fix macos.version bug for macOS Big Sur * [#1084](https://github.com/xmake-io/xmake/issues/1084): Fix `add_defines()` bug (contain spaces) * [#1195](https://github.com/xmake-io/xmake/pull/1195): Fix unicode problem for vs and improve find_vstudio/os.exec ## v2.3.9 ### New features * Add new [xrepo](https://github.com/xmake-io/xrepo) command to manage C/C++ packages * Support for installing packages of cross-compilation * Add musl.cc toolchains * [#1009](https://github.com/xmake-io/xmake/issues/1009): Support select and install any version package, e.g. `add_requires("libcurl 7.73.0", {verify = false})` * [#1016](https://github.com/xmake-io/xmake/issues/1016): Add license checking for target/packages * [#1017](https://github.com/xmake-io/xmake/issues/1017): Support external/system include directories `add_sysincludedirs` for package and toolchains * [#1020](https://github.com/xmake-io/xmake/issues/1020): Support to find and install pacman package on archlinux and msys2 * Support mouse for `xmake f --menu` ### Change * [#997](https://github.com/xmake-io/xmake/issues/997): Support to set std lanuages for `xmake project -k cmake` * [#998](https://github.com/xmake-io/xmake/issues/998): Support to install vcpkg packages with windows-static-md * [#996](https://github.com/xmake-io/xmake/issues/996): Improve to find vcpkg directory * [#1008](https://github.com/xmake-io/xmake/issues/1008): Improve cross toolchains * [#1030](https://github.com/xmake-io/xmake/issues/1030): Improve xcode.framework and xcode.application rules * [#1051](https://github.com/xmake-io/xmake/issues/1051): Add `edit` and `embed` to `set_symbols()` only for msvc * [#1062](https://github.com/xmake-io/xmake/issues/1062): Improve `xmake project -k vs` plugin. ## v2.3.8 ### New features * [#955](https://github.com/xmake-io/xmake/issues/955): Add zig project templates * [#956](https://github.com/xmake-io/xmake/issues/956): Add wasm platform and support Qt/Wasm SDK * Upgrade luajit vm and support for runing on mips64 device * [#972](https://github.com/xmake-io/xmake/issues/972): Add `depend.on_changed()` api to simplify adding dependent files * [#981](https://github.com/xmake-io/xmake/issues/981): Add `set_fpmodels()` for math optimization mode * [#980](https://github.com/xmake-io/xmake/issues/980): Support Intel C/C++ and Fortran Compiler * [#986](https://github.com/xmake-io/xmake/issues/986): Support for `c11` and `c17` for MSVC Version 16.8 and Above * [#979](https://github.com/xmake-io/xmake/issues/979): Add Abstraction for OpenMP. `add_rules("c++.openmp")` ### Change * [#958](https://github.com/xmake-io/xmake/issues/958): Improve mingw platform to support llvm-mingw toolchain * Improve `add_requires("zlib~xxx")` to support for installing multi-packages at same time * [#977](https://github.com/xmake-io/xmake/issues/977): Improve find_mingw for windows * [#978](https://github.com/xmake-io/xmake/issues/978): Improve toolchain flags order * Improve Xcode toolchain to support for macOS/arm64 ### Bugs fixed * [#951](https://github.com/xmake-io/xmake/issues/951): Fix emcc support for windows * [#992](https://github.com/xmake-io/xmake/issues/992): Fix filelock bug ## v2.3.7 ### New features * [#2941](https://github.com/microsoft/winget-pkgs/pull/2941): Add support for winget * Add xmake-tinyc installer without msvc compiler for windows * Add tinyc compiler toolchain * Add emcc compiler toolchain (emscripten) to compiling to asm.js and WebAssembly * [#947](https://github.com/xmake-io/xmake/issues/947): Add `xmake g --network=private` to enable the private network ### Change * [#907](https://github.com/xmake-io/xmake/issues/907): Improve to the linker optimization for msvc * Improve to detect qt sdk environment * [#918](https://github.com/xmake-io/xmake/pull/918): Improve to support cuda11 toolchains * Improve Qt support for ubuntu/apt * Improve CMake project generator * [#931](https://github.com/xmake-io/xmake/issues/931): Support to export packages with all dependences * [#930](https://github.com/xmake-io/xmake/issues/930): Support to download package without version list directly * [#927](https://github.com/xmake-io/xmake/issues/927): Support to switch arm/thumb mode for android ndk * Improve trybuild/cmake to support android/mingw/iphoneos/watchos toolchains ### Bugs fixed * [#903](https://github.com/xmake-io/xmake/issues/903): Fix install vcpkg packages fails * [#912](https://github.com/xmake-io/xmake/issues/912): Fix the custom toolchain * [#914](https://github.com/xmake-io/xmake/issues/914): Fix bad light userdata pointer for lua on some aarch64 devices ## v2.3.6 ### New features * Add `xmake project -k xcode` generator (use cmake) * [#870](https://github.com/xmake-io/xmake/issues/870): Support gfortran compiler * [#887](https://github.com/xmake-io/xmake/pull/887): Support zig compiler * [#893](https://github.com/xmake-io/xmake/issues/893): Add json module * [#898](https://github.com/xmake-io/xmake/issues/898): Support cross-compilation for golang * [#275](https://github.com/xmake-io/xmake/issues/275): Support go package manager to install go packages * [#581](https://github.com/xmake-io/xmake/issues/581): Support dub package manager to install dlang packages ### Change * [#868](https://github.com/xmake-io/xmake/issues/868): Support new cl.exe dependency report files, `/sourceDependencies xxx.json` * [#902](https://github.com/xmake-io/xmake/issues/902): Improve to detect cross-compilation toolchain ## v2.3.5 ### New features * Add `xmake show -l envs` to show all builtin envirnoment variables * [#861](https://github.com/xmake-io/xmake/issues/861): Support search local package file to install remote package * [#854](https://github.com/xmake-io/xmake/issues/854): Support global proxy settings for curl, wget and git ### Change * [#828](https://github.com/xmake-io/xmake/issues/828): Support to import sub-directory files for protobuf rules * [#835](https://github.com/xmake-io/xmake/issues/835): Improve mode.minsizerel to add /GL flags for msvc * [#828](https://github.com/xmake-io/xmake/issues/828): Support multi-level directories for protobuf/import * [#838](https://github.com/xmake-io/xmake/issues/838#issuecomment-643570920): Support to override builtin-rules for `add_files("src/*.c", {rules = {"xx", override = true}})` * [#847](https://github.com/xmake-io/xmake/issues/847): Support to parse include deps for rc file * Improve msvc tool chain, remove the dependence of global environment variables * [#857](https://github.com/xmake-io/xmake/pull/857): Improved `set_toolchains()` when cross-compilation is supported, specific target can be switched to host toolchain and compiled at the same time ### Bugs fixed * Fix the progress bug for theme * [#829](https://github.com/xmake-io/xmake/issues/829): Fix invalid sysroot path for macOS * [#832](https://github.com/xmake-io/xmake/issues/832): Fix find_packages bug for the debug mode ## v2.3.4 ### New features * [#630](https://github.com/xmake-io/xmake/issues/630): Support *BSD system, e.g. FreeBSD, .. * Add wprint builtin api to show warnings * [#784](https://github.com/xmake-io/xmake/issues/784): Add `set_policy()` to set and modify some builtin policies * [#780](https://github.com/xmake-io/xmake/issues/780): Add set_toolchains/set_toolsets for target and improve to detect cross-compilation toolchains * [#798](https://github.com/xmake-io/xmake/issues/798): Add `xmake show` plugin to show some builtin configuration values and infos * [#797](https://github.com/xmake-io/xmake/issues/797): Add ninja theme style, e.g. `xmake g --theme=ninja` * [#816](https://github.com/xmake-io/xmake/issues/816): Add mode.releasedbg and mode.minsizerel rules * [#819](https://github.com/xmake-io/xmake/issues/819): Support ansi/vt100 terminal control ### Change * [#771](https://github.com/xmake-io/xmake/issues/771): Check includedirs, linkdirs and frameworkdirs * [#774](https://github.com/xmake-io/xmake/issues/774): Support ltui windows resize for `xmake f --menu` * [#782](https://github.com/xmake-io/xmake/issues/782): Add check flags failed tips for add_cxflags, .. * [#808](https://github.com/xmake-io/xmake/issues/808): Support add_frameworks for cmakelists * [#820](https://github.com/xmake-io/xmake/issues/820): Support independent working/build directory ### Bugs fixed * [#786](https://github.com/xmake-io/xmake/issues/786): Fix check header file deps * [#810](https://github.com/xmake-io/xmake/issues/810): Fix strip debug bug for linux ## v2.3.3 ### New features * [#727](https://github.com/xmake-io/xmake/issues/727): Strip and generate debug symbols file (.so/.dSYM) for android/ios program * [#687](https://github.com/xmake-io/xmake/issues/687): Support to generate objc/bundle program. * [#743](https://github.com/xmake-io/xmake/issues/743): Support to generate objc/framework program. * Support to compile bundle, framework, mac application and ios application, and all some project templates * Support generate ios *.ipa file and codesign * Add xmake.cli rule to develop lua program with xmake core engine ### Change * [#750](https://github.com/xmake-io/xmake/issues/750): Improve qt.widgetapp rule to support private slot * Improve Qt/deploy for android and support Qt 5.14.0 ## v2.3.2 ### New features * Add powershell theme for powershell terminal * Add `xmake --dry-run -v` to dry run building target and only show verbose build command. * [#712](https://github.com/xmake-io/xmake/issues/712): Add sdcc platform and support sdcc compiler ### Change * [#589](https://github.com/xmake-io/xmake/issues/589): Improve and optimize build speed, supports parallel compilation and linking across targets * Improve the ninja/cmake generator * [#728](https://github.com/xmake-io/xmake/issues/728): Improve os.cp to support reserve source directory structure * [#732](https://github.com/xmake-io/xmake/issues/732): Improve find_package to support `homebrew/cmake` pacakges * [#695](https://github.com/xmake-io/xmake/issues/695): Improve android abi ### Bugs fixed * Fix the link errors output issues for msvc * [#718](https://github.com/xmake-io/xmake/issues/718): Fix download cache bug for package * [#722](https://github.com/xmake-io/xmake/issues/722): Fix invalid package deps * [#719](https://github.com/xmake-io/xmake/issues/719): Fix process exit bug * [#720](https://github.com/xmake-io/xmake/issues/720): Fix compile_commands generator ## v2.3.1 ### New features * [#675](https://github.com/xmake-io/xmake/issues/675): Support to compile `*.c` as c++, `add_files("*.c", {sourcekind = "cxx"})`. * [#681](https://github.com/xmake-io/xmake/issues/681): Support compile xmake on msys/cygwin and add msys/cygwin platform * Add socket/pipe io modules and support to schedule socket/process/pipe in coroutine * [#192](https://github.com/xmake-io/xmake/issues/192): Try building project with the third-party buildsystem * Enable color diagnostics output for gcc/clang * [#588](https://github.com/xmake-io/xmake/issues/588): Improve project generator, `xmake project -k ninja`, support for build.ninja ### Change * [#665](https://github.com/xmake-io/xmake/issues/665): Support to parse *nix style command options, thanks [@OpportunityLiu](https://github.com/OpportunityLiu) * [#673](https://github.com/xmake-io/xmake/pull/673): Improve tab complete to support argument values * [#680](https://github.com/xmake-io/xmake/issues/680): Improve get.sh scripts and add download mirrors * Improve process scheduler * [#651](https://github.com/xmake-io/xmake/issues/651): Improve os/io module syserrors tips ### Bugs fixed * Fix incremental compilation for checking the dependent file * Fix log output for parsing xmake-vscode/problem info * [#684](https://github.com/xmake-io/xmake/issues/684): Fix linker errors for android ndk on windows ## v2.2.9 ### New features * [#569](https://github.com/xmake-io/xmake/pull/569): Add c++ modules build rules * Add `xmake project -k xmakefile` generator * [620](https://github.com/xmake-io/xmake/issues/620): Add global `~/.xmakerc.lua` for all projects. * [593](https://github.com/xmake-io/xmake/pull/593): Add `core.base.socket` module. ### Change * [#563](https://github.com/xmake-io/xmake/pull/563): Separate build rules for specific language files from action/build * [#570](https://github.com/xmake-io/xmake/issues/570): Add `qt.widgetapp` and `qt.quickapp` rules * [#576](https://github.com/xmake-io/xmake/issues/576): Uses `set_toolchain` instead of `add_tools` and `set_tools` * Improve `xmake create` action * [#589](https://github.com/xmake-io/xmake/issues/589): Improve the default build jobs number to optimize build speed * [#598](https://github.com/xmake-io/xmake/issues/598): Improve find_package to support .tbd libraries on macOS * [#615](https://github.com/xmake-io/xmake/issues/615): Support to install and use other archs and ios conan packages * [#629](https://github.com/xmake-io/xmake/issues/629): Improve hash.uuid and implement uuid v4 * [#639](https://github.com/xmake-io/xmake/issues/639): Improve to parse argument options to support -jN ### Bugs fixed * [#567](https://github.com/xmake-io/xmake/issues/567): Fix out of memory for serialize * [#566](https://github.com/xmake-io/xmake/issues/566): Fix link order problem with remote packages * [#565](https://github.com/xmake-io/xmake/issues/565): Fix run path for vcpkg packages * [#597](https://github.com/xmake-io/xmake/issues/597): Fix run `xmake require` command too slowly * [#634](https://github.com/xmake-io/xmake/issues/634): Fix mode.coverage rule and check flags ## v2.2.8 ### New features * Add protobuf c/c++ rules * [#468](https://github.com/xmake-io/xmake/pull/468): Add utf-8 support for io module on windows * [#472](https://github.com/xmake-io/xmake/pull/472): Add `xmake project -k vsxmake` plugin to support call xmake from vs/msbuild * [#487](https://github.com/xmake-io/xmake/issues/487): Support to build the selected files for the given target * Add filelock for io * [#513](https://github.com/xmake-io/xmake/issues/513): Support for android/termux * [#517](https://github.com/xmake-io/xmake/issues/517): Add `add_cleanfiles` api for target * [#537](https://github.com/xmake-io/xmake/pull/537): Add `set_runenv` api to override os/envs ### Changes * [#257](https://github.com/xmake-io/xmake/issues/257): Lock the whole project to avoid other process to access. * Attempt to enable /dev/shm for the os.tmpdir * [#542](https://github.com/xmake-io/xmake/pull/542): Improve vs unicode output for link/cl * Improve binary bitcode lua scripts in the program directory ### Bugs fixed * [#549](https://github.com/xmake-io/xmake/issues/549): Fix error caused by the new vsDevCmd.bat of vs2019 ## v2.2.7 ### New features * [#455](https://github.com/xmake-io/xmake/pull/455): support clang as cuda compiler, try `xmake f --cu=clang` * [#440](https://github.com/xmake-io/xmake/issues/440): Add `set_rundir()` and `add_runenvs()` api for target/run * [#443](https://github.com/xmake-io/xmake/pull/443): Add tab completion support * Add `on_link`, `before_link` and `after_link` for rule and target * [#190](https://github.com/xmake-io/xmake/issues/190): Add `add_rules("lex", "yacc")` rules to support lex/yacc projects ### Changes * [#430](https://github.com/xmake-io/xmake/pull/430): Add `add_cugencodes()` api to improve set codegen for cuda * [#432](https://github.com/xmake-io/xmake/pull/432): support deps analyze for cu file (for CUDA 10.1+) * [#437](https://github.com/xmake-io/xmake/issues/437): Support explict git source for xmake update, `xmake update github:xmake-io/xmake#dev` * [#438](https://github.com/xmake-io/xmake/pull/438): Support to only update scripts, `xmake update --scriptonly dev` * [#433](https://github.com/xmake-io/xmake/issues/433): Improve cuda to support device-link * [#442](https://github.com/xmake-io/xmake/issues/442): Improve test library ## v2.2.6 ### New features * [#380](https://github.com/xmake-io/xmake/pull/380): Add support to export compile_flags.txt * [#382](https://github.com/xmake-io/xmake/issues/382): Simplify simple scope settings * [#397](https://github.com/xmake-io/xmake/issues/397): Add clib package manager support * [#404](https://github.com/xmake-io/xmake/issues/404): Support Qt for android and deploy android apk * Add some qt empty project templates, e.g. `widgetapp_qt`, `quickapp_qt_static` and `widgetapp_qt_static` * [#415](https://github.com/xmake-io/xmake/issues/415): Add `--cu-cxx` config arguments to `nvcc/-ccbin` * Add `--ndk_stdcxx=y` and `--ndk_cxxstl=gnustl_static` argument options for android NDK ### Changes * Improve remote package manager * Improve `target:on_xxx` scripts to support to match `android|armv7-a@macosx,linux|x86_64` pattern * Improve loadfile to optimize startup speed, decrease 98% time ### Bugs fixed * [#400](https://github.com/xmake-io/xmake/issues/400): fix c++ languages bug for qt rules ## v2.2.5 ### New features * Add `string.serialize` and `string.deserialize` to serialize and deserialize object, function and others. * Add `xmake g --menu` * [#283](https://github.com/xmake-io/xmake/issues/283): Add `target:installdir()` and `set_installdir()` api for target * [#260](https://github.com/xmake-io/xmake/issues/260): Add `add_platformdirs` api, we can define custom platforms * [#310](https://github.com/xmake-io/xmake/issues/310): Add theme feature * [#318](https://github.com/xmake-io/xmake/issues/318): Add `add_installfiles` api to target * [#339](https://github.com/xmake-io/xmake/issues/339): Improve `add_requires` and `find_package` to integrate the 3rd package manager * [#327](https://github.com/xmake-io/xmake/issues/327): Integrate with Conan package manager * Add the builtin api `find_packages("pcre2", "zlib")` to find multiple packages * [#320](https://github.com/xmake-io/xmake/issues/320): Add template configuration files and replace all variables before building * [#179](https://github.com/xmake-io/xmake/issues/179): Generate CMakelist.txt file for `xmake project` plugin * [#361](https://github.com/xmake-io/xmake/issues/361): Support vs2019 preview * [#368](https://github.com/xmake-io/xmake/issues/368): Support `private, public, interface` to improve dependency inheritance like cmake * [#284](https://github.com/xmake-io/xmake/issues/284): Add passing user configs description for `package()` * [#319](https://github.com/xmake-io/xmake/issues/319): Add `add_headerfiles` to improve to set header files and directories * [#342](https://github.com/xmake-io/xmake/issues/342): Add some builtin help functions for `includes()`, e.g. `check_cfuncs` ### Changes * Improve to switch version and debug mode for the dependent packages * [#264](https://github.com/xmake-io/xmake/issues/264): Support `xmake update dev` on windows * [#293](https://github.com/xmake-io/xmake/issues/293): Add `xmake f/g --mingw=xxx` configuration option and improve to find_mingw * [#301](https://github.com/xmake-io/xmake/issues/301): Improve precompiled header file * [#322](https://github.com/xmake-io/xmake/issues/322): Add `option.add_features`, `option.add_cxxsnippets` and `option.add_csnippets` * Remove some deprecated interfaces of xmake 1.x, e.g. `add_option_xxx` * [#327](https://github.com/xmake-io/xmake/issues/327): Support conan package manager for `lib.detect.find_package` * Improve `lib.detect.find_package` and add builtin `find_packages("zlib 1.x", "openssl", {xxx = ...})` api * Mark `set_modes()` as deprecated, we use `add_rules("mode.debug", "mode.release")` instead of it * [#353](https://github.com/xmake-io/xmake/issues/353): Improve `target:set`, `target:add` and add `target:del` to modify target configuration * [#356](https://github.com/xmake-io/xmake/issues/356): Add `qt_add_static_plugins()` api to support static Qt sdk * [#351](https://github.com/xmake-io/xmake/issues/351): Support yasm for generating vs201x project * Improve the remote package manager. ### Bugs fixed * Fix cannot call `set_optimize()` to set optimization flags when exists `add_rules("mode.release")` * [#289](https://github.com/xmake-io/xmake/issues/289): Fix unarchive gzip file failed on windows * [#296](https://github.com/xmake-io/xmake/issues/296): Fix `option.add_includedirs` for cuda * [#321](https://github.com/xmake-io/xmake/issues/321): Fix find program bug with $PATH envirnoment ## v2.2.3 ### New features * [#233](https://github.com/xmake-io/xmake/issues/233): Support windres for mingw platform * [#239](https://github.com/xmake-io/xmake/issues/239): Add cparser compiler support * Add plugin manager `xmake plugin --help` * Add `add_syslinks` api to add system libraries dependence * Add `xmake l time xmake [--rebuild]` to record compilation time * [#250](https://github.com/xmake-io/xmake/issues/250): Add `xmake f --vs_sdkver=10.0.15063.0` to change windows sdk version * Add `lib.luajit.ffi` and `lib.luajit.jit` extension modules * [#263](https://github.com/xmake-io/xmake/issues/263): Add new target kind: object to only compile object files ### Changes * [#229](https://github.com/xmake-io/xmake/issues/229): Improve to select toolset for vcproj plugin * Improve compilation dependences * Support *.xz for extractor * [#249](https://github.com/xmake-io/xmake/pull/249): revise progress formatting to space-leading three digit percentages * [#247](https://github.com/xmake-io/xmake/pull/247): Add `-D` and `--diagnosis` instead of `--backtrace` * [#259](https://github.com/xmake-io/xmake/issues/259): Improve on_build, on_build_file and on_xxx for target and rule * [#269](https://github.com/xmake-io/xmake/issues/269): Clean up the temporary files at last 30 days * Improve remote package manager * Support to add packages with only header file * Support to modify builtin package links, e.g. `add_packages("xxx", {links = {}})` ### Bugs fixed * Fix state inconsistency after failed outage of installation dependency package ## v2.2.2 ### New features * Support fasm assembler * Add `has_config`, `get_config`, and `is_config` apis * Add `set_config` to set the default configuration * Add `$xmake --try` to try building project using third-party buildsystem * Add `set_enabled(false)` to disable target * [#69](https://github.com/xmake-io/xmake/issues/69): Add remote package management, `add_requires("tbox ~1.6.1")` * [#216](https://github.com/xmake-io/xmake/pull/216): Add windows mfc rules ### Changes * Improve to detect Qt envirnoment and support mingw * Add debug and release rules to the auto-generated xmake.lua * [#178](https://github.com/xmake-io/xmake/issues/178): Modify the shared library name for mingw. * Support case-insensitive path pattern-matching for `add_files()` on windows * Improve to detect Qt sdk directory for `detect.sdks.find_qt` * [#184](https://github.com/xmake-io/xmake/issues/184): Improve `lib.detect.find_package` to support vcpkg * [#208](https://github.com/xmake-io/xmake/issues/208): Improve rpath for shared library * [#225](https://github.com/xmake-io/xmake/issues/225): Improve to detect vs envirnoment ### Bug fixed * [#177](https://github.com/xmake-io/xmake/issues/177): Fix the dependent target link bug * Fix high cpu usage bug and Exit issues for `$ xmake f --menu` * [#197](https://github.com/xmake-io/xmake/issues/197): Fix Chinese path for generating vs201x project * Fix wdk rules bug * [#205](https://github.com/xmake-io/xmake/pull/205): Fix targetdir,objectdir not used in vsproject ## v2.2.1 ### New features * [#158](https://github.com/xmake-io/xmake/issues/158): Support CUDA Toolkit and Compiler * Add `set_tools` and `add_tools` apis to change the toolchains for special target * Add builtin rules: `mode.debug`, `mode.release`, `mode.profile` and `mode.check` * Add `is_mode`, `is_arch` and `is_plat` builtin apis in the custom scripts * Add color256 codes * [#160](https://github.com/xmake-io/xmake/issues/160): Support Qt compilation environment and add `qt.console`, `qt.application` rules * Add some Qt project templates * [#169](https://github.com/xmake-io/xmake/issues/169): Support yasm for linux, macosx and windows * [#159](https://github.com/xmake-io/xmake/issues/159): Support WDK driver compilation environment ### Changes * Add FAQ to the auto-generated xmake.lua * Support android NDK >= r14 * Improve warning flags for swiftc * [#167](https://github.com/xmake-io/xmake/issues/167): Improve custom rules * Improve `os.files` and `os.dirs` api * [#171](https://github.com/xmake-io/xmake/issues/171): Improve build dependence for qt rule * Implement `make clean` for generating makefile plugin ### Bugs fixed * Fix force to add flags bug * [#157](https://github.com/xmake-io/xmake/issues/157): Fix generate pdb file error if it's output directory does not exists * Fix strip all symbols bug for macho target file * [#168](https://github.com/xmake-io/xmake/issues/168): Fix generate vs201x project bug with x86/x64 architectures ## v2.1.9 ### New features * Add `del_files()` api to delete files in the files list * Add `rule()`, `add_rules()` api to implement the custom build rule and improve `add_files("src/*.md", {rule = "markdown"})` * Add `os.filesize()` api * Add `core.ui.xxx` cui components * Add `xmake f --menu` to configure project with a menu configuration interface * Add `set_values` api to `option()` * Support to generate a menu configuration interface from user custom project options * Add source file position to interpreter and search results in menu ### Changes * Improve to configure cross-toolchains, add tool alias to support unknown tool name, e.g. `xmake f --cc=gcc@ccmips.exe` * [#151](https://github.com/xmake-io/xmake/issues/151): Improve to build the share library for the mingw platform * Improve to generate makefile plugin * Improve the checking errors tips * Improve `add_cxflags` .., force to set flags without auto checking: `add_cxflags("-DTEST", {force = true})` * Improve `add_files`, add force block to force to set flags without auto checking: `add_files("src/*.c", {force = {cxflags = "-DTEST"}})` * Improve to search the root project directory * Improve to detect vs environment * Upgrade luajit to 2.1.0-beta3 * Support to run xmake on linux (arm, arm64) * Improve to generate vs201x project plugin ### Bugs fixed * Fix complation dependence * [#151](https://github.com/xmake-io/xmake/issues/151): Fix `os.nuldev()` for gcc on mingw * [#150](https://github.com/xmake-io/xmake/issues/150): Fix the command line string limitation for `ar.exe` * Fix `xmake f --cross` error * Fix `os.cd` to the windows root path bug ## v2.1.8 ### New features * Add `XMAKE_LOGFILE` environment variable to dump the output info to file * Support tinyc compiler ### Changes * Improve support for IDE/editor plugins (e.g. vscode, sublime, intellij-idea) * Add `.gitignore` file when creating new projects * Improve to create template project * Improve to detect toolchains on macosx without xcode * Improve `set_config_header` to support `set_config_header("config", {version = "2.1.8", build = "%Y%m%d%H%M"})` ### Bugs fixed * [#145](https://github.com/xmake-io/xmake/issues/145): Fix the current directory when running target ## v2.1.7 ### New features * Add `add_imports` to bulk import modules for the target, option and package script * Add `xmake -y/--yes` to confirm the user input by default * Add `xmake l package.manager.install xxx` to install software package * Add xmake plugin for vscode editor, [xmake-vscode](https://marketplace.visualstudio.com/items?itemName=tboox.xmake-vscode#overview) * Add `xmake macro ..` to run the last command ### Changes * Support 24bits truecolors for `cprint()` * Support `@loader_path` and `$ORIGIN` for `add_rpathdirs()` * Improve `set_version("x.x.x", {build = "%Y%m%d%H%M"})` and add build version * Move docs directory to xmake-docs repo * Improve install and uninstall actions and support DESTDIR and PREFIX envirnoment variables * Optimize to detect flags * Add `COLORTERM=nocolor` to disable color output * Remove `and_bindings` and `add_rbindings` api * Disable to output colors code to file * Update project templates with tbox * Improve `lib.detect.find_program` interface * Enable colors output for windows cmd * Add `-w|--warning` arguments to enable the warnings output ### Bugs fixed * Fix `set_pcxxheader` bug * [#140](https://github.com/xmake-io/xmake/issues/140): Fix `os.tmpdir()` in fakeroot * [#142](https://github.com/xmake-io/xmake/issues/142): Fix `os.getenv` charset bug on windows * Fix compile error with spaces path * Fix setenv empty value bug ## v2.1.6 ### Changes * Improve `add_files` to configure the compile option of the given files * Inherit links and linkdirs from the dependent targets and options * Improve `target.add_deps` and add inherit config, e.g. `add_deps("test", {inherit = false})` * Remove the binary files of `tbox.pkg` * Use `/Zi` instead of `/ZI` for msvc ### Bugs fixed * Fix target deps * Fix `target:add` and `option:add` bug * Fix compilation and installation bug on archlinux ## v2.1.5 ### New features * [#83](https://github.com/xmake-io/xmake/issues/83): Add `add_csnippet` and `add_cxxsnippet` into `option` for detecting some compiler features. * [#83](https://github.com/xmake-io/xmake/issues/83): Add user extension modules to detect program, libraries and files. * Add `find_program`, `find_file`, `find_library`, `find_tool` and `find_package` module interfaces. * Add `net.*` and `devel.*` extension modules * Add `val()` api to get the value of builtin-variable, e.g. `val("host")`, `val("env PATH")`, `val("shell echo hello")` and `val("reg HKEY_LOCAL_MACHINE\\XX;Value")` * Support to compile the microsoft resource file (.rc) * Add `has_flags`, `features` and `has_features` for detect module interfaces. * Add `option.on_check`, `option.after_check` and `option.before_check` api * Add `target.on_load` api * [#132](https://github.com/xmake-io/xmake/issues/132): Add `add_frameworkdirs` api * Add `lib.detect.has_xxx` and `lib.detect.find_xxx` apis. * Add `add_moduledirs` api * Add `includes` api instead of `add_subdirs` and `add_subfiles` * [#133](https://github.com/xmake-io/xmake/issues/133): Improve the project plugin to generate `compile_commands.json` by run `xmake project -k compile_commands` * Add `set_pcheader` and `set_pcxxheader` to support the precompiled header, support gcc, clang, msvc * Add `xmake f -p cross` platform and support the custom platform ### Changes * [#87](https://github.com/xmake-io/xmake/issues/87): Add includes and links from target deps automatically * Improve `import` to load user extension and global modules * [#93](https://github.com/xmake-io/xmake/pull/93): Improve `xmake lua` to run a single line command * Improve to print gcc error and warning info * Improve `print` interface to dump table * [#111](https://github.com/xmake-io/xmake/issues/111): Add `--root` common option to allow run xmake command as root * [#113](https://github.com/xmake-io/xmake/pull/113): Privilege manage when running as root, store the root privilege and degrade. * Improve `xxx_script` in `xmake.lua` to support pattern match, e.g. `on_build("iphoneos|arm*", function (target) end)` * improve builtin-variables to support to get the value envirnoment and registry * Improve to detect vstudio sdk and cross toolchains envirnoment * [#71](https://github.com/xmake-io/xmake/issues/71): Improve to detect compiler and linker from env vars * Improve the option detection (cache and multi-jobs) and increase 70% speed * [#129](https://github.com/xmake-io/xmake/issues/129): Check link deps and cache the target file * Support `*.asm` source files for vs201x project plugin * Mark `add_bindings` and `add_rbindings` as deprecated * Optimize `xmake rebuild` speed on windows * Move `core.project.task` to `core.base.task` * Move `echo` and `app2ipa` plugins to [xmake-plugins](https://github.com/xmake-io/xmake-plugins) repo. * Add new api `set_config_header("config.h", {prefix = ""})` instead of `set_config_h` and `set_config_h_prefix` ### Bugs fixed * Fix `try-catch-finally` * Fix interpreter bug when parsing multi-level subdirs * [#115](https://github.com/xmake-io/xmake/pull/115): Fix the path problem of the install script `get.sh` * Fix cache bug for import() ## v2.1.4 ### New features * [#68](https://github.com/xmake-io/xmake/issues/68): Add `$(programdir)` and `$(xmake)` builtin variables * add `is_host` api to get current host operating system * [#79](https://github.com/xmake-io/xmake/issues/79): Improve `xmake lua` to run interactive commands, read-eval-print (REPL) ### Changes * Modify option menu color. * [#71](https://github.com/xmake-io/xmake/issues/71): Improve to map optimization flags for cl.exe * [#73](https://github.com/xmake-io/xmake/issues/73): Attempt to get executable path as xmake's program directory * Improve the scope of `xmake.lua` in `add_subdirs` and use independent sub-scope to avoid dirty scope * [#78](https://github.com/xmake-io/xmake/pull/78): Get terminal size in runtime and soft-wrap the help printing * Avoid generate `.xmake` directory if be not in project ### Bugs fixed * [#67](https://github.com/xmake-io/xmake/issues/67): Fix `sudo make install` permission problem * [#70](https://github.com/xmake-io/xmake/issues/70): Fix check android compiler error * Fix temporary file path conflict * Fix `os.host` and `os.arch` interfaces * Fix interpreter bug for loading root api * [#77](https://github.com/xmake-io/xmake/pull/77): fix `cprint` no color reset eol ## v2.1.3 ### New features * [#65](https://github.com/xmake-io/xmake/pull/65): Add `set_default` api for target to modify default build and install behavior * Allows to run `xmake` command in project subdirectories, it will find the project root directory automatically * Add `add_rpathdirs` for target and option ### Changes * [#61](https://github.com/xmake-io/xmake/pull/61): Provide safer `xmake install` and `xmake uninstall` task with administrator permission * Provide `rpm`, `deb` and `osxpkg` install package * [#63](https://github.com/xmake-io/xmake/pull/63): More safer build and install xmake * [#61](https://github.com/xmake-io/xmake/pull/61): Check run command as root * Improve check toolchains and implement delay checking * Add user tips when scanning and generating `xmake.lua` automatically ### Bugs fixed * Fix error tips for checking xmake min version * [#60](https://github.com/xmake-io/xmake/issues/60): Fix self-build for macosx and windows * [#64](https://github.com/xmake-io/xmake/issues/64): Fix compile android `armv8-a` error * [#50](https://github.com/xmake-io/xmake/issues/50): Fix only position independent executables issue for android program ## v2.1.2 ### New features * Add aur package script and support to install xmake from yaourt * Add [set_basename](#http://xmake.io/#/manual?id=targetset_basename) api for target ### Changes * Support vs2017 * Support compile rust for android * Improve vs201x project plugin and support multi-modes compilation. ### Bugs fixed * Fix cannot find android sdk header files * Fix checking option bug * [#57](https://github.com/xmake-io/xmake/issues/57): Fix code files mode to 0644 ## v2.1.1 ### New features * Add `--links`, `--linkdirs` and `--includedirs` configure arguments * Add app2ipa plugin * Add dictionary syntax style for `xmake.lua` * Provide smart scanning and building mode without `xmake.lua` * Add `set_xmakever` api for `xmake.lua` * Add `add_frameworks` api for `objc` and `swift` * Support multi-languages extension and add `golang`, `dlang` and `rust` language * Add optional `target_end`, `option_end`, `task_end` apis for scope * Add `golang`, `dlang` and `rust` project templates ### Changes * Support vs2017 for the project plugin * Improve gcc error and warning tips * Improve lanuage module * Improve print interface, support lua print and format output * Automatically scan project files and generate it for building if xmake.lua not exists * Modify license to Apache License 2.0 * Remove some binary tools * Remove install.bat script and provide nsis install package * Rewrite [documents](http://www.xmake.io/#/home/) using [docute](https://github.com/egoist/docute) * Improve `os.run`, `os.exec`, `os.cp`, `os.mv` and `os.rm` interfaces and support wildcard pattern * Optimize the output info and add `-q|--quiet` option * Improve makefile generator, uses $(XX) variables for tools and flags ### Bugs fixed * [#41](https://github.com/waruqi/xmake/issues/41): Fix checker bug for windows * [#43](https://github.com/waruqi/xmake/issues/43): Avoid generating unnecessary .xmake directory * Add c++ stl search directories for android * Fix compile error for rhel 5.10 * Fix `os.iorun` bug ## v2.0.5 ### New features * Add some interpreter builtin-modules * Support ml64 assembler for windows x64 ### Changes * Improve ipairs and pairs interfaces and support filter * Add filters for generating vs201x project * Remove `core/tools` (msys toolchains) and uses xmake to compile core sources on windows * Remove `xmake/packages` for templates ### Bugs fixed * Fix `-def:xxx.def` flags failed for msvc * Fix ml.exe assembler script * Fix options linking order bug ## v2.0.4 ### New features * Add native shell support for `xmake.lua`. e.g. `add_ldflags("$(shell pkg-config --libs sqlite3)")` * Enable pdb symbol files for windows * Add debugger support on windows (vsjitdebugger, ollydbg, windbg ... ) * Add `getenv` interface for the global scope of `xmake.lua` * Add plugin for generating vstudio project file (vs2002 - vs2015) * Add `set_default` api for option ### Changes * Improve builtin-variable format * Support option for string type ### Bugs fixed * Fix check ld failed without g++ on linux * Fix compile `*.cxx` files failed ## v2.0.3 ### New features * Add check includes dependence automatically * Add print colors * Add debugger support, e.g. `xmake run -d program ...` ### Changes * Improve the interfaces of run shell * Upgrade luajit to v2.0.4 * Improve to generate makefile plugin * Optimizate the multitasking compiling speed ### Bugs fixed * Fix install directory bug * Fix the root directory error for `import` interface * Fix check visual stdio error on windows ## v2.0.2 ### Changes * Change install and uninstall actions * Update templates * Improve to check function ### Bugs fixed * [#7](https://github.com/waruqi/xmake/issues/7): Fix create project bug with '[targetname]' * [#9](https://github.com/waruqi/xmake/issues/9): Support clang with c++11 * Fix api scope leaks bug * Fix path bug for windows * Fix check function bug * Fix check toolchains failed * Fix compile failed for android on windows ## v2.0.1 ### New features * Add task api for running custom tasks * Add plugin expansion and provide some builtin plugins * Add export ide project plugin(e.g. makefile and will support to export other projects for vs, xcode in feature) * Add demo plugin for printing 'hello xmake' * Add make doxygen documents plugin * Add macro script plugin * Add more modules for developing plugin * Add exception using try/catch and simplify grammar for plugin script * Add option bindings * Show progress when building ### Changes * Rewrite interpreter for xmake.lua * More strict syntax detection mechanism * More strict api scope for xmake.lua * Simplify template development * Extend platforms, tools, templates and actions fastly * Simplify api and support import modules * Remove dependence for gnu make/nmake, no longer need makefile * Optimize speed for building and faster x4 than v1.0.4 * Optimize automatic detection * Modify some api name, but be compatible with the old version * Optimize merging static library * Simplify cross compilation using argument `--sdk=xxx` * Simplify boolean option for command line, e.g. `xmake config --xxx=[y|n|yes|no|true|false]` * Merge iphoneos and iphonesimulator platforms * Merge watchos and watchsimulator platformss ### Bugs fixed * [#3](https://github.com/waruqi/xmake/issues/3): ArchLinux compilation failed * [#4](https://github.com/waruqi/xmake/issues/4): Install failed for windows * Fix envirnoment variable bug for windows ## v1.0.4 ### New features * Support windows assembler * Add some project templates * Support swift codes * Add -v argument for outputing more verbose info * Add apple platforms:watchos, watchsimulator * Add architecture x64, amd64, x86_amd64 for windows * Support switch static and share library * Add `-j/--jobs` argument for supporting multi-jobs ### Changes * Improve `add_files` api and support to add `*.o/obj/a/lib` files for merging static library and object files * Optimize installation and remove some binary files ### Bugs fixed * [#1](https://github.com/waruqi/xmake/issues/4): Install failed for win7 * Fix checking toolchains bug * Fix install script bug * Fix install bug for linux x86_64 ## v1.0.3 ### New features * Add `set_runscript` api and support custom action * Add import api and support import modules in xmake.lua, e.g. os, path, utils ... * Add new architecture: arm64-v8a for android ### Bugs fixed * Fix api bug for `set_installscript` * Fix install bug for windows `x86_64` * Fix relative path bug

# 更新日志 ## master (开发中) ## v3.0.9 ### 新特性 * [#7430](https://github.com/xmake-io/xmake/pull/7430): 为 Zig 工具链添加 C 互操作支持 * [#7443](https://github.com/xmake-io/xmake/pull/7443): 添加 `utils.replace` 内置规则 * [#7437](https://github.com/xmake-io/xmake/pull/7437): 内置 Lua 运行时升级到 5.5 * [#7446](https://github.com/xmake-io/xmake/pull/7446): 添加 Fil-C 工具链支持 * [#7489](https://github.com/xmake-io/xmake/pull/7489): vsxmake:为 C# 目标生成 `.csproj` * [#7491](https://github.com/xmake-io/xmake/pull/7491): 添加 `xrepo info --depgraph`,用于打印包依赖图 * [#7490](https://github.com/xmake-io/xmake/pull/7490): 支持将目标依赖图导出为 JSON / DOT 格式 * [#7518](https://github.com/xmake-io/xmake/pull/7518): 添加支持多线程的 aria2 下载后端 * [#7535](https://github.com/xmake-io/xmake/pull/7535): 添加华为 Ascend C 工具链支持 ### 改进 * [#7420](https://github.com/xmake-io/xmake/pull/7420): 改进 zsh 自动补全 * [#7423](https://github.com/xmake-io/xmake/pull/7423): 改进 cl / clang-cl 的 `has_flags` 检测 * [#7424](https://github.com/xmake-io/xmake/pull/7424): 改进代码注释 * [#7439](https://github.com/xmake-io/xmake/pull/7439): 在 Windows 上将 `icx` 切换为 `icx-cc` * [#7434](https://github.com/xmake-io/xmake/pull/7434): 改进 nix 包配置和源选择 * [#7440](https://github.com/xmake-io/xmake/pull/7440): 改进代码注释 * [#7435](https://github.com/xmake-io/xmake/pull/7435): 改进 C++ 模块的错误提示 * [#7461](https://github.com/xmake-io/xmake/pull/7461): 将 checker 暴露为公共 API * [#7463](https://github.com/xmake-io/xmake/pull/7463): 升级 C++ 模块测试中的包版本 * [#7465](https://github.com/xmake-io/xmake/pull/7465): 再次升级 C++ 模块测试版本 * [#7467](https://github.com/xmake-io/xmake/pull/7467): 使用 `option.boolean` 解析 `XMAKE_ROOT` / `XMAKE_STATS` * [#7478](https://github.com/xmake-io/xmake/pull/7478): 改进自定义工具链定义 * [#7485](https://github.com/xmake-io/xmake/pull/7485): 改进 Lua 5.5 下的 `pairs` 行为 * [#7505](https://github.com/xmake-io/xmake/pull/7505): 在 README 中添加 NuGet 包仓库入口 * [#7524](https://github.com/xmake-io/xmake/pull/7524): 添加 `lld-link` 配置支持 * [#7529](https://github.com/xmake-io/xmake/pull/7529): 将 clang PCH 支持拆分到独立模块 * [#7542](https://github.com/xmake-io/xmake/pull/7542): 合并 packages 提供的 libs ### Bugs 修复 * [#7432](https://github.com/xmake-io/xmake/pull/7432): 修复 `set_kind("test")` 的处理 * [#7433](https://github.com/xmake-io/xmake/pull/7433): 修复 xpack AppImage 包命名 * [#7445](https://github.com/xmake-io/xmake/pull/7445): 修复 package 本地缓存目录 * [#7455](https://github.com/xmake-io/xmake/pull/7455): 修复 `xcode.application` 中重复插入 bundle rpath 的问题 * [#7451](https://github.com/xmake-io/xmake/pull/7451): 修复 `xcode.application` 中 iOS 应用的 framework rpath * [#7449](https://github.com/xmake-io/xmake/pull/7449): 避免 C++ 模块重建 BMI 时泄漏私有依赖 flags * [#7470](https://github.com/xmake-io/xmake/pull/7470): 生成的 CMakeLists 改用 `target_link_libraries` 链接 object libraries * [#7477](https://github.com/xmake-io/xmake/pull/7477): 修复 clang 配合 `c++_static` 使用的问题 * [#7483](https://github.com/xmake-io/xmake/pull/7483): 修复 MinGW 下 syslink 的处理 * [#7493](https://github.com/xmake-io/xmake/pull/7493): 修复 Qt 交叉编译 * [#7495](https://github.com/xmake-io/xmake/pull/7495): 修复 "cannot find known tool script for `ar.cmd`" * [#7500](https://github.com/xmake-io/xmake/pull/7500): 修复内核 6.12+ 下 Linux 内核模块 `insmod` 失败 * [#7502](https://github.com/xmake-io/xmake/pull/7502): 修复 Rust 构建 * [#7501](https://github.com/xmake-io/xmake/pull/7501): 修复 Linux 内核模块的中间文件名 * [#7503](https://github.com/xmake-io/xmake/pull/7503): 修复 xpack deb / srpm 打包 * [#7512](https://github.com/xmake-io/xmake/pull/7512): 修复 Meson 后端中 Windows 交叉编译的 prefix 和安装路径 * [#7516](https://github.com/xmake-io/xmake/pull/7516): 修复 `path.isdir` API 缺失 * [#7520](https://github.com/xmake-io/xmake/pull/7520): 修复探测 flags 时 cl 抛出的异常 * [#7523](https://github.com/xmake-io/xmake/pull/7523): 修复 MSVC / Intel snippet 检测在 temp 路径含空格时失败 * [#7525](https://github.com/xmake-io/xmake/pull/7525): 修复 Zig CC 的 stdlib 和 LTO flags * [#7527](https://github.com/xmake-io/xmake/pull/7527): 生成 CMakeLists 时更准确地处理编译器 / 链接器的 frontend 变体 * [#7533](https://github.com/xmake-io/xmake/pull/7533): `find_mingw` 支持类似 `mingw/current/bin` 的路径 * [#7538](https://github.com/xmake-io/xmake/pull/7538): 修复 ascendc flags,对齐 Bisheng 编译器用户指南 * [#7540](https://github.com/xmake-io/xmake/pull/7540): `xmake show -l targets` 现在列出所有目标,不再受 `set_default` 影响 * [#7541](https://github.com/xmake-io/xmake/pull/7541): 修复 Qt 交叉编译时 `find_qt` 缓存和依赖配置被覆盖的问题 * [#7545](https://github.com/xmake-io/xmake/pull/7545): `add_moduledirs` 中调用 `path.is_absolute` 前先展开内置变量 ## v3.0.8 ### 新特性 * [#7398](https://github.com/xmake-io/xmake/pull/7398): 添加 C# 语言和 dotnet 工具链支持 * [#7410](https://github.com/xmake-io/xmake/pull/7410): 添加 C# 和 C/C++ 通过 P/Invoke 互操作支持 * [#7360](https://github.com/xmake-io/xmake/pull/7360): 支持自定义模板 * [#7367](https://github.com/xmake-io/xmake/pull/7367): 添加 `xmake create --list` 和远程模板分发 * [#7313](https://github.com/xmake-io/xmake/pull/7313): 添加 `build.release.strip` 策略 * [#7333](https://github.com/xmake-io/xmake/pull/7333): 添加 `winos.file_signature` 函数 * [#7336](https://github.com/xmake-io/xmake/pull/7336): 添加运行 wasi 目标支持 * [#7346](https://github.com/xmake-io/xmake/pull/7346): 添加 nnd 调试器支持 * [#7366](https://github.com/xmake-io/xmake/pull/7366): 添加 tarxz 打包格式 ### 改进 * [#7416](https://github.com/xmake-io/xmake/pull/7416): xmake.cli 规则从 bin2c 切换到 bin2obj * [#7309](https://github.com/xmake-io/xmake/pull/7309): 保持包源信息 * [#7310](https://github.com/xmake-io/xmake/pull/7310): 改进检测提示 * [#7311](https://github.com/xmake-io/xmake/pull/7311): 改进 Xcode 工具链 * [#7312](https://github.com/xmake-io/xmake/pull/7312): 改进 binutils 支持 wasm * [#7320](https://github.com/xmake-io/xmake/pull/7320): 添加 haiku ci * [#7329](https://github.com/xmake-io/xmake/pull/7329): 改进 qt deploy 对 macapp 的支持 * [#7349](https://github.com/xmake-io/xmake/pull/7349): 改进 C++ 模块的 clang/gcc embed-dir 处理 * [#7368](https://github.com/xmake-io/xmake/pull/7368): 迁移模板到仓库 * [#7383](https://github.com/xmake-io/xmake/pull/7383): 拆分 zig 工具链为 zig/zigcc * [#7384](https://github.com/xmake-io/xmake/pull/7384): 改进 find_hdk * [#7387](https://github.com/xmake-io/xmake/pull/7387): 在进度中显示目标名称 * [#7391](https://github.com/xmake-io/xmake/pull/7391): 改进通过 vcpkg features 查找包 * [#7392](https://github.com/xmake-io/xmake/pull/7392): 修复 zig 共享库 * [#7396](https://github.com/xmake-io/xmake/pull/7396): 改进 vcpkg * [#7399](https://github.com/xmake-io/xmake/pull/7399): 扩展格式化到 C++ 模块 * [#7409](https://github.com/xmake-io/xmake/pull/7409): 改进 Windows 上的 ldc ### Bugs 修复 * [#7299](https://github.com/xmake-io/xmake/pull/7299): 修复 vcpkg 依赖处理 * [#7316](https://github.com/xmake-io/xmake/pull/7316): 修复 components 拼写错误 * [#7318](https://github.com/xmake-io/xmake/pull/7318): 更新 tbox 修复 tolower/toupper * [#7339](https://github.com/xmake-io/xmake/pull/7339): 更新 tbox 修复 win7 启动进程问题 * [#7344](https://github.com/xmake-io/xmake/pull/7344): 修复 swig jar 包模块 * [#7345](https://github.com/xmake-io/xmake/pull/7345): 修复检测 clang 信息 * [#7341](https://github.com/xmake-io/xmake/pull/7341): 修复 WASM QT 6.9 * [#7356](https://github.com/xmake-io/xmake/pull/7356): 修复 issue #7354 * [#7371](https://github.com/xmake-io/xmake/pull/7371): 修复测试详细输出 * [#7386](https://github.com/xmake-io/xmake/pull/7386): 修复安装脚本与 coreutils 9.10 的不兼容 * [#7393](https://github.com/xmake-io/xmake/pull/7393): 修复构建目标验证 ## v3.0.7 ### 新特性 * [#7178](https://github.com/xmake-io/xmake/pull/7178): 改进 Verilator 构建文件解析,从 cmake 格式切换到 json 格式 * [#7186](https://github.com/xmake-io/xmake/pull/7186): 添加 Alpine CI 支持 * [#7187](https://github.com/xmake-io/xmake/pull/7187): 为 CUDA 架构添加后缀支持 * [#7190](https://github.com/xmake-io/xmake/pull/7190): Nix 包管理器:添加语义化版本控制并改进版本选择 * [#7189](https://github.com/xmake-io/xmake/pull/7189): 添加包方案(package schemes)支持 * [#7208](https://github.com/xmake-io/xmake/pull/7208): 支持 Qt SDK 动态 mkspec 选择 * [#7219](https://github.com/xmake-io/xmake/pull/7219): 添加 cli.iconv 模块 * [#7235](https://github.com/xmake-io/xmake/pull/7235): 添加字符串大小写转换函数:lower 和 upper * [#7246](https://github.com/xmake-io/xmake/pull/7246): 添加 utf8 模块 * [#7268](https://github.com/xmake-io/xmake/pull/7268): 为 Nim 源文件添加依赖文件生成 * [#7269](https://github.com/xmake-io/xmake/pull/7269): 为 zig 工具链添加交叉编译的目标架构验证 * [#7274](https://github.com/xmake-io/xmake/pull/7274): 添加 os.access 函数用于文件访问检查 * [#7284](https://github.com/xmake-io/xmake/pull/7284): 添加 `--stdin` 支持 * [#7293](https://github.com/xmake-io/xmake/pull/7293): 添加在浏览器中运行 wasm 目标的支持 * [#7300](https://github.com/xmake-io/xmake/pull/7300): 为安装/卸载添加 libdir、includedir、bindir 支持 * [#7295](https://github.com/xmake-io/xmake/pull/7295): 支持测试输出文件 ### 改进 * [#7203](https://github.com/xmake-io/xmake/pull/7203): 改进 MinGW 工具链 * [#7206](https://github.com/xmake-io/xmake/pull/7206): WDK:为 KMDF 包含路径添加共享目录 * [#7214](https://github.com/xmake-io/xmake/pull/7214): 改进警告输出 * [#7216](https://github.com/xmake-io/xmake/pull/7216): 改进依赖锁定(requirelock) * [#7223](https://github.com/xmake-io/xmake/pull/7223): 改进 NuGet 库文件匹配,采用基于分数的选择机制 * [#7226](https://github.com/xmake-io/xmake/pull/7226): 改进 clang-tidy 查找 * [#7232](https://github.com/xmake-io/xmake/pull/7232): 改进链接器脚本配置 * [#7237](https://github.com/xmake-io/xmake/pull/7237): 更新 tbox 库以支持大小写敏感 * [#7240](https://github.com/xmake-io/xmake/pull/7240): 改进 Verilator 标志处理 * [#7258](https://github.com/xmake-io/xmake/pull/7258): 改进 Qt xpack 打包 * [#7262](https://github.com/xmake-io/xmake/pull/7262): 改进预编译头文件(PCH)与其他目标的并发处理 * [#7260](https://github.com/xmake-io/xmake/pull/7260): 改进 Free Pascal 编译器支持 * [#7270](https://github.com/xmake-io/xmake/pull/7270): 改进方案版本选择机制 * [#7272](https://github.com/xmake-io/xmake/pull/7272): 增强 Nim 对共享库和 rpath 处理的支持 * [#7273](https://github.com/xmake-io/xmake/pull/7273): 改进 io.read 和 io.readfile 函数 * [#7267](https://github.com/xmake-io/xmake/pull/7267): 通过检查父进程增强 Linux 的 shell 检测 * [#7278](https://github.com/xmake-io/xmake/pull/7278): 改进 os.isexec 函数 * [#7283](https://github.com/xmake-io/xmake/pull/7283): 增强 compile_commands 支持并添加测试用例 * [#7285](https://github.com/xmake-io/xmake/pull/7285): 改进 Windows 的 cmd/powershell shell 检测 * [#7286](https://github.com/xmake-io/xmake/pull/7286): 检测 VS 时检查长环境变量值 * [#7280](https://github.com/xmake-io/xmake/pull/7280): 仅在交叉编译时添加目标标志 * [#7290](https://github.com/xmake-io/xmake/pull/7290): 改进 vcvars 处理 * [#7302](https://github.com/xmake-io/xmake/pull/7302): 改进运行进程错误处理 * [#7306](https://github.com/xmake-io/xmake/pull/7306): 改进远程构建,支持多主机配置和 `--host` 选项 * [#7298](https://github.com/xmake-io/xmake/pull/7298): 为 Windows DLL 的 foo/main 示例添加初始实现 ### Bugs 修复 * [#7210](https://github.com/xmake-io/xmake/pull/7210): 修复包版本问题 * [#7213](https://github.com/xmake-io/xmake/pull/7213): 修复导入文件的安装目录问题 * [#7231](https://github.com/xmake-io/xmake/pull/7231): 修复模块支持中的标志获取问题 * [#7245](https://github.com/xmake-io/xmake/pull/7245): 修复方案版本选择问题 * [#7259](https://github.com/xmake-io/xmake/pull/7259): 修复 C++ 函数符号导出问题 * [#7266](https://github.com/xmake-io/xmake/pull/7266): 修复预编译头文件扩展名问题 * [#7282](https://github.com/xmake-io/xmake/pull/7282): find_cuda:回滚破坏性变更 * [#7294](https://github.com/xmake-io/xmake/pull/7294): 修复包工具链问题 * [#7296](https://github.com/xmake-io/xmake/pull/7296): 修复 emsdk 查找问题 * [#7202](https://github.com/xmake-io/xmake/pull/7202): 修复 getfenv 函数 ## v3.0.6 ### 新特性 * [#7141](https://github.com/xmake-io/xmake/pull/7141): 支持禁用 Android 原生应用 glue * [#7139](https://github.com/xmake-io/xmake/pull/7139): 添加 Android 原生应用构建支持 * [#7127](https://github.com/xmake-io/xmake/pull/7127): 为 binutils 添加 deplibs 支持 * [#7120](https://github.com/xmake-io/xmake/pull/7120): 为 binutils 添加 extractlib 支持 * [#7106](https://github.com/xmake-io/xmake/pull/7106): 为 MSVC 添加 `/std:c++23preview` 支持 * [#7105](https://github.com/xmake-io/xmake/pull/7105): 为 glsl/hlsl2spv 添加 `bin2obj` 支持 * [#7103](https://github.com/xmake-io/xmake/pull/7103): 添加 `bin2obj` 规则(比 `bin2c` 更快) * [#7096](https://github.com/xmake-io/xmake/pull/7096): 添加 Flang 工具链支持 * [#7094](https://github.com/xmake-io/xmake/pull/7094): 添加 `xmake check syntax` 支持 * [#7091](https://github.com/xmake-io/xmake/pull/7091): 为 MSVC 添加动态调试支持 * [#7083](https://github.com/xmake-io/xmake/pull/7083): 添加对 CUDA 11~13 的支持 * [#7071](https://github.com/xmake-io/xmake/pull/7071): 添加 Qt 打包支持 * [#7064](https://github.com/xmake-io/xmake/pull/7064): 添加 AppImage xpack 格式用于 Linux 应用程序打包 * [#7062](https://github.com/xmake-io/xmake/pull/7062): 添加 dmg xpack 格式用于 macOS 应用程序打包 ### 改进 * [#7149](https://github.com/xmake-io/xmake/pull/7149): 改进 binutils 优化 rpath 解析 * [#7148](https://github.com/xmake-io/xmake/pull/7148): 更新 Zig 示例 * [#7145](https://github.com/xmake-io/xmake/pull/7145): 改进 Clang/LLVM 运行时支持 * [#7136](https://github.com/xmake-io/xmake/pull/7136): 改进 clang-cl 依赖文件生成 * [#7135](https://github.com/xmake-io/xmake/pull/7135): 改进 `xrepo env` 以添加会话 ID * [#7155](https://github.com/xmake-io/xmake/pull/7155): 重构 Windows 上 clang-cl 的 ASan 支持(改进运行库链接、链接器标志、完善 PATH/CMAKE_LINKER_TYPE 配置、精简工具链) * [#7109](https://github.com/xmake-io/xmake/pull/7109): 改进 binutils 以从二进制文件读取符号 * [#7102](https://github.com/xmake-io/xmake/pull/7102): 改进 bin2c 规则 * [#7098](https://github.com/xmake-io/xmake/pull/7098): 重构并改进 Golang 支持 * [#7095](https://github.com/xmake-io/xmake/pull/7095): 将 target/package/toolchain:memcache 标记为公开 * [#7093](https://github.com/xmake-io/xmake/pull/7093): 改进镜像仓库 URL * [#7088](https://github.com/xmake-io/xmake/pull/7088): 改进 C++/ObjC 规则 * [#7087](https://github.com/xmake-io/xmake/pull/7087): 为策略 `package.download.http_headers` 添加类型约束 * [#7069](https://github.com/xmake-io/xmake/pull/7069): 为 LLVM 工具链保存 Qt 规则 * [#7061](https://github.com/xmake-io/xmake/pull/7061): 更新 CI 配置 * [#7039](https://github.com/xmake-io/xmake/pull/7039): 更新 macOS CI ### Bugs 修复 * [#7132](https://github.com/xmake-io/xmake/pull/7132): 修复带有 ASan 的 clang-cl 工具链 * [#7125](https://github.com/xmake-io/xmake/pull/7125): 修复 cosmocc CI * [#7124](https://github.com/xmake-io/xmake/pull/7124): 修复 Clang 工具链的默认 MSVC 运行时 * [#7112](https://github.com/xmake-io/xmake/pull/7112): 修复 Windows 上的目录切换 * [#7104](https://github.com/xmake-io/xmake/pull/7104): 修复项目生成器的准备工作 * [#7092](https://github.com/xmake-io/xmake/pull/7092): 修复 Solaris 构建 * [#7086](https://github.com/xmake-io/xmake/pull/7086): 修复 Qt QML 规则中的 targetdir * [#7085](https://github.com/xmake-io/xmake/pull/7085): 修复 Clang 工具链的 CMake 标志 * [#7084](https://github.com/xmake-io/xmake/pull/7084): 修复 pacman find_package * [#7082](https://github.com/xmake-io/xmake/pull/7082): 修复 Clang CUDA 标志检查 * [#7081](https://github.com/xmake-io/xmake/pull/7081): 修复 `get_headerunit_key` * [#7074](https://github.com/xmake-io/xmake/pull/7074): 修复 libc++ 找不到 std 模块 * [#7067](https://github.com/xmake-io/xmake/pull/7067): 修复交叉编译工具链的 get_stdmodules ## v3.0.5 ### 新特性 * [#7055](https://github.com/xmake-io/xmake/pull/7055): 添加 Solaris 平台支持 (i386, x86_64) * [#7054](https://github.com/xmake-io/xmake/pull/7054): 添加更多 BSD 系统支持 (NetBSD, OpenBSD, DragonflyBSD) * [#6929](https://github.com/xmake-io/xmake/pull/6929): 添加 GCC 15 工具链支持 * [#6967](https://github.com/xmake-io/xmake/pull/6967): 为 C++ 和 Objective-C 添加 Swift 互操作支持 * [#6964](https://github.com/xmake-io/xmake/pull/6964): 支持通过 cuda_sdkver 参数指定 CUDA SDK 版本 * [#6963](https://github.com/xmake-io/xmake/pull/6963): 为交叉编译添加 libtool 补丁支持 * [#6974](https://github.com/xmake-io/xmake/pull/6974): 支持多行刷新进度输出显示 * [#7024](https://github.com/xmake-io/xmake/pull/7024): 为 `xmake show -t target` 命令添加 JSON 格式输出 * [#7025](https://github.com/xmake-io/xmake/pull/7025): 添加 XML 模块,支持解析和编码功能 * [#6989](https://github.com/xmake-io/xmake/pull/6989): 为 os API 添加异步操作支持 ### 改进 * [#6924](https://github.com/xmake-io/xmake/pull/6924): 改进工具链配置,支持 add_toolchains("name[configs]") 语法 * [#6935](https://github.com/xmake-io/xmake/pull/6935): 重构工具链:将 gcc/clang 的注册与定义分离 * [#6942](https://github.com/xmake-io/xmake/pull/6942): 改进文件读取性能 * [#6946](https://github.com/xmake-io/xmake/pull/6946): 为 Clang 工具链添加 LLD 链接器支持 * [#6970](https://github.com/xmake-io/xmake/pull/6970): 改进 TTY 处理和输出显示 * [#6977](https://github.com/xmake-io/xmake/pull/6977): 重构 Xcode 工具链,并将其集成到针对 Apple 设备的 LLVM 工具链中 * [#6987](https://github.com/xmake-io/xmake/pull/6987): 添加 Ghostty 终端检测支持 * [#7003](https://github.com/xmake-io/xmake/pull/7003): 限制在包配置中获取构建环境变量 * [#7008](https://github.com/xmake-io/xmake/pull/7008): 统一代码格式风格 * [#7004](https://github.com/xmake-io/xmake/pull/7004): 使用 -r 标志时跳过重建包和 std 模块 * [#7019](https://github.com/xmake-io/xmake/pull/7019): 改进 xmake.sh/configure 脚本并添加 Ninja 生成器支持 * [#7023](https://github.com/xmake-io/xmake/pull/7023): 更新 Qt TypeScript 规则 * [#7022](https://github.com/xmake-io/xmake/pull/7022): 使 zig-cc 工具链继承自 clang * [#7027](https://github.com/xmake-io/xmake/pull/7027): 改进 graph 模块性能 * [#7031](https://github.com/xmake-io/xmake/pull/7031): 改进 require 解析功能 * [#7032](https://github.com/xmake-io/xmake/pull/7032): 改进符号提取功能 * [#6952](https://github.com/xmake-io/xmake/pull/6952): 为测试添加实时输出支持 * [#6998](https://github.com/xmake-io/xmake/pull/6998): 更新 tbox 库以支持 process/argv * [#7037](https://github.com/xmake-io/xmake/pull/7037): 改进 xmake format 功能 * [#7038](https://github.com/xmake-io/xmake/pull/7038): 改进 clang-tidy 输出处理 ### Bugs 修复 * [#6926](https://github.com/xmake-io/xmake/pull/6926): 修复在 Windows 上加载包含 Unicode 字符的主脚本路径问题 * [#6931](https://github.com/xmake-io/xmake/pull/6931): 修复 C++ 模块:当工具链的 clang-scan-deps 未安装时,自动回退到系统级的 clang-scan-deps * [#6937](https://github.com/xmake-io/xmake/pull/6937): 修复目标任务处理问题 * [#6954](https://github.com/xmake-io/xmake/pull/6954): 修复 vsxmake/vs 生成器的模块支持问题 * [#6955](https://github.com/xmake-io/xmake/pull/6955): 修复包中构建号的排序问题 * [#6956](https://github.com/xmake-io/xmake/pull/6956): 修复使用不支持 depfile 的 zigcc 链接器导致的构建失败 * [#6959](https://github.com/xmake-io/xmake/pull/6959): 修复在动态链接场景下使用 zigcc 与 autotools 的问题 * [#6983](https://github.com/xmake-io/xmake/pull/6983): 修复模块:为模块重用场景去除 sanitizer 标志 * [#6984](https://github.com/xmake-io/xmake/pull/6984): 修复已安装的 CMake 导入文件中的 libdir 路径问题 * [#6993](https://github.com/xmake-io/xmake/pull/6993): 修复 xmake 测试模块相关问题 * [#6992](https://github.com/xmake-io/xmake/pull/6992): 修复模块:为 clang get_cpp_library_name 添加所有支持的平台 * [#6999](https://github.com/xmake-io/xmake/pull/6999): 修复 rootdir 处理问题 * [#7002](https://github.com/xmake-io/xmake/pull/7002): 修复 asn1c:将生成的输出文件作为系统头文件包含 * [#6996](https://github.com/xmake-io/xmake/pull/6996): 修复 Nimble find_package 以使用最新的包列表格式 * [#7012](https://github.com/xmake-io/xmake/pull/7012): 修复稀疏检出处理问题 * [#7013](https://github.com/xmake-io/xmake/pull/7013): 修复打包时移除依赖项的问题 * [#7017](https://github.com/xmake-io/xmake/pull/7017): 修复 lock_packages 的拼写错误 * [#7016](https://github.com/xmake-io/xmake/pull/7016): 修复 vsxmake 中的项目默认配置问题 * [#7018](https://github.com/xmake-io/xmake/pull/7018): 修复构建顺序:仅在禁用依赖链接继承时才禁用构建顺序 * [#7035](https://github.com/xmake-io/xmake/pull/7035): 通过更新 tbox 修复进程重定向问题 ## v3.0.4 ### 新特性 * [#6864](https://github.com/xmake-io/xmake/pull/6864): 为 `format` 任务添加默认文件过滤器 * [#6843](https://github.com/xmake-io/xmake/pull/6843): 改进 clang-tidy 支持 * [#6861](https://github.com/xmake-io/xmake/pull/6861): 重写 Nix 包管理器支持 * [#6850](https://github.com/xmake-io/xmake/pull/6850): 添加包 API 检查 * [#6874](https://github.com/xmake-io/xmake/pull/6874): 为项目包添加 scriptdir * [#6876](https://github.com/xmake-io/xmake/pull/6876): 添加 versionfiles 检查器 * [#6884](https://github.com/xmake-io/xmake/pull/6884): 在 msys2 上添加 msystem 支持 * [#6891](https://github.com/xmake-io/xmake/pull/6891): 添加协程信号量 * [#6894](https://github.com/xmake-io/xmake/pull/6894): 为 clang 工具链添加 llvm-nm * [#6918](https://github.com/xmake-io/xmake/pull/6918): 为 os.cp 添加 copy_if_different 支持 ### 改进 * [#6846](https://github.com/xmake-io/xmake/pull/6846): 改进 cmake 默认标志 * [#6849](https://github.com/xmake-io/xmake/pull/6849): 改进 jobgraph * [#6859](https://github.com/xmake-io/xmake/pull/6859): 改进检查目标标志 * [#6858](https://github.com/xmake-io/xmake/pull/6858): 修改配置标志顺序 * [#6854](https://github.com/xmake-io/xmake/pull/6854): 改进 os.curdir/os.cd * [#6866](https://github.com/xmake-io/xmake/pull/6866): 改进 os.getenvs * [#6867](https://github.com/xmake-io/xmake/pull/6867): 确保通用选项总是被插入 * [#6870](https://github.com/xmake-io/xmake/pull/6870): chore(vcpkg): 提升 vcpkg 的默认 baseline * [#6880](https://github.com/xmake-io/xmake/pull/6880): 更新 cmake_importfiles.lua * [#6872](https://github.com/xmake-io/xmake/pull/6872): 改进哈希 * [#6886](https://github.com/xmake-io/xmake/pull/6886): 减少 jobgraph 中的任务数 * [#6890](https://github.com/xmake-io/xmake/pull/6890): 更新 cmake_importfiles.lua * [#6892](https://github.com/xmake-io/xmake/pull/6892): 改进 runjobs 以减少协程调度所花费的时间 * [#6896](https://github.com/xmake-io/xmake/pull/6896): 添加哈希测试 * [#6904](https://github.com/xmake-io/xmake/pull/6904): 改进 clang 以支持 msvc 环境 * [#6915](https://github.com/xmake-io/xmake/pull/6915): 改进为二进制文件导出 def 规则 ### Bugs 修复 * [#6844](https://github.com/xmake-io/xmake/pull/6844): 修复自动生成的 .pc 文件中的版本 * [#6851](https://github.com/xmake-io/xmake/pull/6851): 修复查找 clang-scan-deps * [#6857](https://github.com/xmake-io/xmake/pull/6857): 修复在交叉编译中使用 cmake 的 rc 编译器 * [#6809](https://github.com/xmake-io/xmake/pull/6809): fix(C++ modules) 修复 stdmodule 优先级 * [#6882](https://github.com/xmake-io/xmake/pull/6882): 修复:以确定性顺序写入包清单 manifest.pathenvs * [#6888](https://github.com/xmake-io/xmake/pull/6888): 修复 clang 工具链包 * [#6889](https://github.com/xmake-io/xmake/pull/6889): 修复 os.getenvs 兼容性 * [#6900](https://github.com/xmake-io/xmake/pull/6900): package.tools.xmake: 修复策略未被传递的问题 * [#6901](https://github.com/xmake-io/xmake/pull/6901): package download: 如果禁用,则不获取子模块 * [#6907](https://github.com/xmake-io/xmake/pull/6907): package download: 如果禁用,则不获取子模块 (分支版本) ## v3.0.3 ### 新特性 * [#6778](https://github.com/xmake-io/xmake/pull/6778): 添加 build.linker.output * [#6779](https://github.com/xmake-io/xmake/pull/6779): 添加 #embed 和 embedirs 支持 * [#6787](https://github.com/xmake-io/xmake/pull/6787): 支持 vs2026 * [#6785](https://github.com/xmake-io/xmake/pull/6785): 为 wdk 规则支持 clang 和 llvm * [#6791](https://github.com/xmake-io/xmake/pull/6791): 添加 Nix 包管理器支持 * [#6800](https://github.com/xmake-io/xmake/pull/6800): 为 xrepo env 支持 nushell * [#6796](https://github.com/xmake-io/xmake/pull/6796): 启用不完整 wdk 的支持 ### 改进 * [#6765](https://github.com/xmake-io/xmake/pull/6765): 改进 bin2c 使用原生线程 * [#6771](https://github.com/xmake-io/xmake/pull/6771): 修复 find gcc/gxx 缓存 * [#6777](https://github.com/xmake-io/xmake/pull/6777): 修复 cmake 的可执行文件路径 * [#6783](https://github.com/xmake-io/xmake/pull/6783): 修复 build.c++.modules.std 策略 * [#6744](https://github.com/xmake-io/xmake/pull/6744): 当提供 --verbose 或 --diagnosis 时使用文件来存储 requires 标志 * [#6780](https://github.com/xmake-io/xmake/pull/6780): 添加基准测试并优化配置/构建目标 * [#6784](https://github.com/xmake-io/xmake/pull/6784): 继续优化构建目标速度 * [#6793](https://github.com/xmake-io/xmake/pull/6793): 使用 musl 避免 glibc 版本问题 * [#6788](https://github.com/xmake-io/xmake/pull/6788): 改进 clang 增量构建 * [#6811](https://github.com/xmake-io/xmake/pull/6811): 改进 clang-tidy * [#6810](https://github.com/xmake-io/xmake/pull/6810): 改进 cmake 的默认标志 * [#6801](https://github.com/xmake-io/xmake/pull/6801): 更改 gcc 和 clang 的编译器优先级 * [#6819](https://github.com/xmake-io/xmake/pull/6819): 改进 show target * [#6817](https://github.com/xmake-io/xmake/pull/6817): 改进构建速度 * [#6822](https://github.com/xmake-io/xmake/pull/6822): 优先使用环境变量而不是仓库缓存 * [#6824](https://github.com/xmake-io/xmake/pull/6824): 改进 has_flags * [#6832](https://github.com/xmake-io/xmake/pull/6832): 优化代码签名 ### Bugs 修复 * [#6808](https://github.com/xmake-io/xmake/pull/6808): 修复 xrepo env * [#6821](https://github.com/xmake-io/xmake/pull/6821): 清理未定义的 vsvers * [#6818](https://github.com/xmake-io/xmake/pull/6818): 修复 nix-shell 环境中的 Nix 包检测 * [#6798](https://github.com/xmake-io/xmake/pull/6798): 为 msvc 的 strippeable_flags 添加 external ## v3.0.2 ### 新特性 * [#6755](https://github.com/xmake-io/xmake/issues/6755): 添加原生线程支持 * [#6641](https://github.com/xmake-io/xmake/pull/6641): 为 `target/config` 添加 `pkgenvs` * [#6644](https://github.com/xmake-io/xmake/pull/6644): 支持使用 clang 编译 .def 文件 * [#6695](https://github.com/xmake-io/xmake/pull/6695): 为 inf2cat 添加 `/uselocaltime` 参数 * [#6709](https://github.com/xmake-io/xmake/pull/6709): 支持 wasm64 架构 * [#6737](https://github.com/xmake-io/xmake/pull/6737): 为 cython 规则添加 python 存根文件扩展 ### 改进 * [#6651](https://github.com/xmake-io/xmake/pull/6651): 改进依赖文件 * [#6656](https://github.com/xmake-io/xmake/pull/6656): 使构建工具支持传入 `opt.targets` * [#6688](https://github.com/xmake-io/xmake/pull/6688): 改进安装目标 * [#6692](https://github.com/xmake-io/xmake/pull/6692): 改进 protobuf 测试 * [#6714](https://github.com/xmake-io/xmake/pull/6714): 改进 C++ 模块测试 * [#6719](https://github.com/xmake-io/xmake/pull/6719): 改进 comax 配置 * [#6725](https://github.com/xmake-io/xmake/pull/6725): 改进 `target:extrafiles` ### Bugs 修复 * [#6648](https://github.com/xmake-io/xmake/pull/6648): 修复(qt.qmltyperegistrar): 收集 metatypes 信息 * [#6661](https://github.com/xmake-io/xmake/pull/6661): 通过设置 "--tries=1" 修复 `_ping_via_wget` 长时间阻塞的问题 * [#6665](https://github.com/xmake-io/xmake/pull/6665): 修复 cmake/mingw * [#6674](https://github.com/xmake-io/xmake/pull/6674): 尝试修复包中的 linkgroups * [#6686](https://github.com/xmake-io/xmake/pull/6686): 修复编译器缓存 * [#6698](https://github.com/xmake-io/xmake/pull/6698): 修复(C++ 模块) 处理空模块 * [#6699](https://github.com/xmake-io/xmake/pull/6699): 修复(C++ 模块) 修复删除模块文件时 xmake 不更新模块映射器的问题 * [#6706](https://github.com/xmake-io/xmake/pull/6706): 修复 CUDA 13 的 `find_cudadevices` * [#6707](https://github.com/xmake-io/xmake/pull/6707): 修复(C++ 模块) 修复 sourcebatch 缓存 * [#6712](https://github.com/xmake-io/xmake/pull/6712): 修复(C++ 模块) 修复禁用的目标被配置用于模块编译的问题 * [#6713](https://github.com/xmake-io/xmake/pull/6713): 修复(C++ 模块) 修复非 .cpp 文件从 `c++.build` sourcebatch 中被窃取的问题 * [#6715](https://github.com/xmake-io/xmake/pull/6715): 修复(C++ 模块) 修复公共剔除模块错误地发出警告的问题 * [#6718](https://github.com/xmake-io/xmake/pull/6718): 忽略 pch 标志 * [#6732](https://github.com/xmake-io/xmake/pull/6732): 修复: android ndk rust link-args * [#6735](https://github.com/xmake-io/xmake/pull/6735): 修复(qt.qmltyperegistrar): 扩展依赖项以进行重建 * [#6738](https://github.com/xmake-io/xmake/pull/6738): 修复 protobuf 的目标依赖 * [#6741](https://github.com/xmake-io/xmake/pull/6741): 修复 vsxmake 选项 * [#6747](https://github.com/xmake-io/xmake/pull/6747): `meminfo.c`: < 10.7 版本上没有 `vmstat.compressor_page_count` ## v3.0.1 ### 新特性 * [#4810](https://github.com/xmake-io/xmake/issues/4810): 添加新的原生 Xcode 工程生成插件 ### Bugs 修复 * [#6592](https://github.com/xmake-io/xmake/pull/6592): 修复 object 目标的链接问题 * [#6586](https://github.com/xmake-io/xmake/issues/6586): 修复 build.fence 策略 * [#6600](https://github.com/xmake-io/xmake/issues/6600): 修复 compile_commands 生成器 * [#6621](https://github.com/xmake-io/xmake/issues/6621): 修复 android ndk r17c 构建失败问题 * [#6635](https://github.com/xmake-io/xmake/discussions/6635): 修复 batchcmds 导致的 qt/moc 增量构建问题 ## v3.0.0 ### 新特性 * [#5926](https://github.com/xmake-io/xmake/issues/5926): 添加 MIDL 支持 * [#6414](https://github.com/xmake-io/xmake/pull/6414): 添加 platform.windows.subsystem 规则 * [#5527](https://github.com/xmake-io/xmake/issues/5527): 切换到 3.0 行为策略 ### 改进 * [#6202](https://github.com/xmake-io/xmake/issues/6202): 改进 rule API 和构建顺序支持,提供统一 jobgraph 调度 * [#5624](https://github.com/xmake-io/xmake/discussions/5624): `xmake run` 运行默认自动构建 * [#5526](https://github.com/xmake-io/xmake/discussions/5526): msvc 默认切换到 MD/MDd 运行时 * [#5545](https://github.com/xmake-io/xmake/discussions/5545): 构建 cmake 包,默认使用 Ninja 生成器 * [#6355](https://github.com/xmake-io/xmake/pull/6355): 支持自定义 implib 路径和访问 * [#6373](https://github.com/xmake-io/xmake/pull/6373): 改进 c++ modules 支持 * [#6376](https://github.com/xmake-io/xmake/issues/6476): 改进 vsxmake 生成器,支持命名空间 * [#6209](https://github.com/xmake-io/xmake/pull/6209): 添加 jobgraph 支持 * [#6361](https://github.com/xmake-io/xmake/pull/6361): 重命名 buildir 到 builddir ## v2.9.9 ### 新特性 * [#6137](https://github.com/xmake-io/xmake/issues/6137): IDE 整合 * [#6138](https://github.com/xmake-io/xmake/issues/6138): 使用 libxmake/xmake APIs 去构建二进制 * [#6154](https://github.com/xmake-io/xmake/issues/6154): 添加 kotlin native 构建支持和包依赖集成支持 * [#6279](https://github.com/xmake-io/xmake/pull/6279): 添加 msvc midl 支持 ### 改进 * [#6182](https://github.com/xmake-io/xmake/pull/6182): 改进 clang/clang-cl 支持 msstl 模块 * [#6281](https://github.com/xmake-io/xmake/pull/6281): 支持 Verilator 动态库 * [#6270](https://github.com/xmake-io/xmake/pull/6270): 改进 conan 生成器 * [#6243](https://github.com/xmake-io/xmake/pull/6243): 改进 llvm 工具链对交叉编译的支持 * 三方包安装支持 CMake 4.0 ### Bugs 修复 * [#6292](https://github.com/xmake-io/xmake/issues/6292): 修复 namespace 问题 ## v2.9.8 ### 新特性 * [#5994](https://github.com/xmake-io/xmake/issues/5994): 分析进程执行性能 * [#5995](https://github.com/xmake-io/xmake/pull/5995): 为 vs generator 添加 profile 支持 * [#5949](https://github.com/xmake-io/xmake/pull/5949): 添加 nodejs.module 规则 * [#3380](https://github.com/xmake-io/xmake/issues/3380): 添加命名空间支持 * [#5945](https://github.com/xmake-io/xmake/issues/5945): 检测 pkgconfig/cmake 导入文件 * [#6054](https://github.com/xmake-io/xmake/issues/6054): 为 linux 添加 xmake bundle 包 * [#6071](https://github.com/xmake-io/xmake/issues/6071): 改进 git 包下载,支持仅仅 clone 指定子目录 * [#5163](https://github.com/xmake-io/xmake/issues/5163): 支持 TI-CGT C2000/C6000 编译器 * [#5344](https://github.com/xmake-io/xmake/issues/5344): 支持 IAR ARM C/C++ 编译器 * [#5554](https://github.com/xmake-io/xmake/issues/5554): 添加自定义未知工具链支持 ### 改进 * [#6056](https://github.com/xmake-io/xmake/pull/6056): 添加 CI 去构建发布 windows arm64 版本。 * [#6097](https://github.com/xmake-io/xmake/pull/6097): 添加 qt_host 支持交叉编译 Qt 项目 * [#6120](https://github.com/xmake-io/xmake/issues/6120): 改进 configfiles 添加自定义预处理支持 * [#6088](https://github.com/xmake-io/xmake/issues/6088): 改进 configfiles 去生成导出宏 ### Bugs 修复 * [#272](https://github.com/tboox/tbox/issues/272): 修复 msvc + /O1 时候,错误的编译器优化导致 xmake 加载卡住 * [#6089](https://github.com/tboox/tbox/issues/6089): 修复 depend.is_changed ## v2.9.7 ### 新特性 * [#5813](https://github.com/xmake-io/xmake/pull/5813): 为 rule 添加 `before_config` 和 `after_config` * [#5848](https://github.com/xmake-io/xmake/issues/5848): 支持自定义 MSVC 构建工具, PortableBuildTools 和 msvc-wine * [#5880](https://github.com/xmake-io/xmake/pull/5880): 支持使用 msvc 包去构建工程 * [#5884](https://github.com/xmake-io/xmake/issues/5884): 为包添加自定义安装提示 * [#5894](https://github.com/xmake-io/xmake/issues/5894): 添加 package.merge_staticlibs 策略去合并包安装的静态库 * [#5948](https://github.com/xmake-io/xmake/pull/5948): 添加 `lua.native-object` 规则 * [#5911](https://github.com/xmake-io/xmake/issues/5911): 支持 nuget 包集成 ### 改进 * [#5817](https://github.com/xmake-io/xmake/pull/5817): 改进安装包的默认 pic 配置 * [#5869](https://github.com/xmake-io/xmake/pull/5869): 为 gcc 添加 libstdc++ 标准库模块的支持 * [#5923](https://github.com/xmake-io/xmake/pull/5923): 解决包依赖链中版本和配置冲突 ### Bugs 修复 * [#5856](https://github.com/xmake-io/xmake/issues/5856): 修复 c++modules 在 clang 下的编译 * [#5858](https://github.com/xmake-io/xmake/issues/5858): 修复 gcc 的头文件预编译问题 ## v2.9.6 ### 新特性 * [#5527](https://github.com/xmake-io/xmake/issues/5527): 添加 `set_policy("compatibility.version", "3.0")` 提前预览体验 3.0 特性 * [#5649](https://github.com/xmake-io/xmake/pull/5649): 添加 `package.check_fcsnippets` ### 改进 * [#5631](https://github.com/xmake-io/xmake/pull/5631): 为 `add_linkgroups` 添加 `as_needed` * [#5702](https://github.com/xmake-io/xmake/issues/5702): 改进 hash 模块 * [#5688](https://github.com/xmake-io/xmake/pull/5688): 改进 hashset * [#5711](https://github.com/xmake-io/xmake/issues/5711): 为 sdcc 支持解析 include 依赖 * [#5727](https://github.com/xmake-io/xmake/issues/5727): 为 add_requires 改进 configs 配置 * [#5762](https://github.com/xmake-io/xmake/pull/5762): 改进 bin2c 速度 ### Bugs 修复 * [#5645](https://github.com/xmake-io/xmake/issues/5645): 修复 `xmake watch` 在 linux 无法监听递归文件问题 * [#5686](https://github.com/xmake-io/xmake/pull/5686): 修复模块扫描 ## v2.9.5 ### 新特性 * [#5462](https://github.com/xmake-io/xmake/pull/5462): 添加 `xmake l cli.bisect` * [#5488](https://github.com/xmake-io/xmake/pull/5488): 支持使用 cosmocc 去构建 xmake 自身二进制 * [#5491](https://github.com/xmake-io/xmake/pull/5491): 支持提供内嵌 lua 文件的单个 xmake 二进制文件 * [#5580](https://github.com/xmake-io/xmake/issues/5580): 添加 `@builtin/xrepo` 辅助模块,为 `xrepo env shell` 实现快速设置环境变量 ### 改进 * [#5507](https://github.com/xmake-io/xmake/issues/5507): 改进 git clone 下载速度 * [#5536](https://github.com/xmake-io/xmake/pull/5536): 在 swig 模式中添加 jar 生成支持 * [#5573](https://github.com/xmake-io/xmake/issues/5573): 改进 vsxmake generator 性能 * [#5601](https://github.com/xmake-io/xmake/issues/5601): 改进 utils.symbols.export_all 规则去过滤源文件路径 ### Bugs 修复 * [#4750](https://github.com/xmake-io/xmake/issues/4750): 修复 compile_commands 生成器,支持 `xmake tests` * [#5465](https://github.com/xmake-io/xmake/pull/5465): 修复 package requires lock * [#4760](https://github.com/xmake-io/xmake/issues/4760): 修复 distcc 分布式编译问题 ## v2.9.4 ### 新特性 * [#5278](https://github.com/xmake-io/xmake/issues/5278): 添加 `build.intermediate_directory` 策略去禁用中间目录生成 * [#5313](https://github.com/xmake-io/xmake/issues/5313): 添加 windows arm/arm64ec 支持 * [#5296](https://github.com/xmake-io/xmake/issues/5296): 添加 Intel LLVM Fortran 编译器支持 * [#5384](https://github.com/xmake-io/xmake/issues/5384): 为包添加 `add_bindirs` 配置支持 ### 改进 * [#5280](https://github.com/xmake-io/xmake/issues/5280): 添加缺失的 C++20 Modules 文件扩展 * [#5251](https://github.com/xmake-io/xmake/issues/5251): 为 windows installer 更新内置的 7z/curl * [#5286](https://github.com/xmake-io/xmake/issues/5286): 改进 json 支持16进制解析 * [#5302](https://github.com/xmake-io/xmake/pull/5302): 改进 Vala 支持 * [#5335](https://github.com/xmake-io/xmake/pull/5335): 改进 `xmake install` 和 `xpack`,添加 `set_prefixdir` 接口 * [#5387](https://github.com/xmake-io/xmake/pull/5387): 改进 `xmake test` * [#5376](https://github.com/xmake-io/xmake/pull/5376): 改进 C++ module 对象列表处理和 moduleonly 包支持 ### Bugs 修复 * [#5288](https://github.com/xmake-io/xmake/issues/5288): 修复 `xmake test` 对 Unity Build 的支持 * [#5270](https://github.com/xmake-io/xmake/issues/5270): 修复 gcc/clang 对 pch 的支持 * [#5276](https://github.com/xmake-io/xmake/issues/5276): 修复查找 vc6 环境 * [#5259](https://github.com/xmake-io/xmake/issues/5259): 修复命令补全失效问题 ## v2.9.3 ### 新特性 * [#4637](https://github.com/xmake-io/xmake/issues/4637): 为 xpack 添加 mix 支持 * [#5107](https://github.com/xmake-io/xmake/issues/5107): 为 xpack 添加 deb 支持 * [#5148](https://github.com/xmake-io/xmake/issues/5148): 为包添加 on_source 配置域 ### 改进 * [#5156](https://github.com/xmake-io/xmake/issues/5156): 改进安装 cargo 包 ### 问题修复 * [#5176](https://github.com/xmake-io/xmake/pull/5176): 修复 VS toolset v144 支持 ## v2.9.2 ### 新特性 * [#5005](https://github.com/xmake-io/xmake/pull/5005): 显示所有 API * [#5003](https://github.com/xmake-io/xmake/issues/5003): 添加 build.fence 策略 * [#5060](https://github.com/xmake-io/xmake/issues/5060): 支持 Verilator 静态库目标构建 * [#5074](https://github.com/xmake-io/xmake/pull/5074): 添加 `xrepo download` 命令去快速下载包源码 * [#5086](https://github.com/xmake-io/xmake/issues/5986): 添加包检测支持 * [#5103](https://github.com/xmake-io/xmake/pull/5103): 添加 qt ts 构建支持 * [#5104](https://github.com/xmake-io/xmake/pull/5104): 改进 find_program,在 windows 上调用 where 改进查找 ### 改进 * [#5077](https://github.com/xmake-io/xmake/issues/5077): 当构建 x86 目标时,使用 x64 的 msvc 编译工具 * [#5109](https://github.com/xmake-io/xmake/issues/5109): 改进 add_rpathdirs 支持 runpath/rpath 切换 * [#5132](https://github.com/xmake-io/xmake/pull/5132): 改进 ifort/icc/icx 在 windows 上的支持 ### Bugs 修复 * [#5059](https://github.com/xmake-io/xmake/issues/5059): 修复加载大量 targets 时候卡住 * [#5029](https://github.com/xmake-io/xmake/issues/5029): 修复在 termux 上崩溃问题 ## v2.9.1 ### 新特性 * [#4874](https://github.com/xmake-io/xmake/pull/4874): 添加鸿蒙 SDK 支持 * [#4889](https://github.com/xmake-io/xmake/issues/4889): 添加 signal 模块 去注册信号处理 * [#4925](https://github.com/xmake-io/xmake/issues/4925): 添加 native 模块支持 * [#4938](https://github.com/xmake-io/xmake/issues/4938): 增加对 cppfront/h2 的支持 ### 改进 * 改进包管理,支持切换 clang-cl * [#4893](https://github.com/xmake-io/xmake/issues/4893): 改进 rc 头文件依赖检测 * [#4928](https://github.com/xmake-io/xmake/issues/4928): 改进构建和链接速度,增量编译时候效果更加明显 * [#4931](https://github.com/xmake-io/xmake/pull/4931): 更新 pdcurses * [#4973](https://github.com/xmake-io/xmake/issues/4973): 改进选择脚本的匹配模式 ### Bugs 修复 * [#4882](https://github.com/xmake-io/xmake/issues/4882): 修复安装组依赖问题 * [#4877](https://github.com/xmake-io/xmake/issues/4877): 修复 xpack 打包时,unit build 编译失败问题 * [#4887](https://github.com/xmake-io/xmake/issues/4887): 修复 object 依赖链接 ## v2.8.9 ### 新特性 * [#4843](https://github.com/xmake-io/xmake/issues/4843): 添加 check_bigendian 接口实现大小端探测 ### 改进 * [#4798](https://github.com/xmake-io/xmake/issues/4798): 改进 wasi sdk 检测 * [#4772](https://github.com/xmake-io/xmake/issues/4772): 改进 tools.cmake 去兼容支持 vs2022 preview (v144) * [#4813](https://github.com/xmake-io/xmake/issues/4813): 添加 gb2312 编码 * [#4864](https://github.com/xmake-io/xmake/issues/4864): 改进抽取符号,支持 gdb 断点调试 * [#4831](https://github.com/xmake-io/xmake/issues/4831): 改进 target:fileconfig() 支持 headerfiles * [#4846](https://github.com/xmake-io/xmake/issues/4846): 改进进度显示,解决顺序错乱问题 ### Bugs 修复 * 修复 select_script 的脚本模式匹配 * [#4763](https://github.com/xmake-io/xmake/issues/4763): 修复 {force = true} * [#4807](https://github.com/xmake-io/xmake/issues/4807): 修复 nimble::find_package * [#4857](https://github.com/xmake-io/xmake/issues/4857): 修复对 -P/-F 等基础选项的解析 ## v2.8.8 ### 改进 * 添加 `package:check_sizeof()` ### Bugs 修复 * [#4774](https://github.com/xmake-io/xmake/issues/4774): 修复 Android NDK r26b 上的 strip 支持 * [#4769](https://github.com/xmake-io/xmake/issues/4769): 修复交叉编译工具链问题 * [#4776](https://github.com/xmake-io/xmake/issues/4776): 修复 soname * [#4638](https://github.com/xmake-io/xmake/issues/4638): 修复 vsxmake generator ## v2.8.7 ### 新特性 * [#4544](https://github.com/xmake-io/xmake/issues/4544): 改进 `xmake test`,支持等待进程超时 * [#4606](https://github.com/xmake-io/xmake/pull/4606): 为 package 添加 `add_versionfiles` 接口 * [#4709](https://github.com/xmake-io/xmake/issues/4709): 添加 cosmocc 工具链支持 * [#4715](https://github.com/xmake-io/xmake/issues/4715): 在描述域添加 is_cross() 接口 * [#4747](https://github.com/xmake-io/xmake/issues/4747): 添加 `build.always_update_configfiles` 策略 ### 改进 * [#4575](https://github.com/xmake-io/xmake/issues/4575): 检测无效的域参数 * 添加更多的 loong64 支持 * 改进 dlang/dmd 对 frameworks 的支持 * [#4571](https://github.com/xmake-io/xmake/issues/4571): 改进 `xmake test` 的输出支持 * [#4609](https://github.com/xmake-io/xmake/issues/4609): 改进探测 vs 构建工具环境 * [#4614](https://github.com/xmake-io/xmake/issues/4614): 改进支持 android ndk 26b * [#4473](https://github.com/xmake-io/xmake/issues/4473): 默认启用警告输出 * [#4477](https://github.com/xmake-io/xmake/issues/4477): 改进 runtimes 去支持 libc++/libstdc++ * [#4657](https://github.com/xmake-io/xmake/issues/4657): 改进脚本的模式匹配 * [#4673](https://github.com/xmake-io/xmake/pull/4673): 重构模块支持 * [#4746](https://github.com/xmake-io/xmake/pull/4746): 为 cmake generator 添加原生 c++ modules 支持 ### Bugs 修复 * [#4596](https://github.com/xmake-io/xmake/issues/4596): 修复远程构建缓存 * [#4689](https://github.com/xmake-io/xmake/issues/4689): 修复目标依赖继承 ## v2.8.6 ### 新特性 * 添加 `network.mode` 策略 * [#1433](https://github.com/xmake-io/xmake/issues/1433): 添加 `xmake pack` 命令去生成 NSIS/zip/tar.gz/rpm/srpm/runself 安装包 * [#4435](https://github.com/xmake-io/xmake/issues/4435): 为 UnityBuild 的组模式增加 batchsize 支持 * [#4485](https://github.com/xmake-io/xmake/pull/4485): 新增 package.install_locally 策略支持 * 新增 NetBSD 支持 ### Changes * [#4484](https://github.com/xmake-io/xmake/pull/4484): 改进 swig 规则 * 改进 Haiku 支持 ### Bugs 修复 * [#4372](https://github.com/xmake-io/xmake/issues/4372): 修复 protobuf 规则 * [#4439](https://github.com/xmake-io/xmake/issues/4439): 修复 asn1c 规则 ## v2.8.5 ### 新特性 * [#1452](https://github.com/xmake-io/xmake/issues/1452): 支持链接顺序调整,链接组 * [#1438](https://github.com/xmake-io/xmake/issues/1438): 支持代码 amalgamation * [#3381](https://github.com/xmake-io/xmake/issues/3381): 添加 `xmake test` 支持 * [#4276](https://github.com/xmake-io/xmake/issues/4276): 支持自定义域 API * [#4286](https://github.com/xmake-io/xmake/pull/4286): 添加 Apple XROS 支持 * [#4345](https://github.com/xmake-io/xmake/issues/4345): 支持检测类型大小 sizeof * [#4369](https://github.com/xmake-io/xmake/pull/4369): 添加 windows.manifest.uac 策略 ### 改进 * [#4284](https://github.com/xmake-io/xmake/issues/4284): 改进内置 includes 模块 ### Bugs 修复 * [#4256](https://github.com/xmake-io/xmake/issues/4256): 为 vsxmake 生成器修复 c++ modules intellisense ## v2.8.3 ### 新特性 * [#4122](https://github.com/xmake-io/xmake/issues/4122): 支持 Lua 调试 (EmmyLua) * [#4132](https://github.com/xmake-io/xmake/pull/4132): 支持 cppfront * [#4147](https://github.com/xmake-io/xmake/issues/4147): 添加 hlsl2spv 规则 * 添加 lib.lua.package 模块 * [#4226](https://github.com/xmake-io/xmake/issues/4226): 新增 asan 相关策略和对包的支持 * 添加 `run.autobuild` 策略开启运行前自动构建 * 添加全局策略 `xmake g --policies=` ### 改进 * [#4119](https://github.com/xmake-io/xmake/issues/4119): 改进支持 emcc 工具链和 emscripten 包的整合 * [#4154](https://github.com/xmake-io/xmake/issues/4154): 添加 `xmake -r --shallow target` 去改进重建目标,避免重建所有依赖目标 * 添加全局 ccache 存储目录 * [#4137](https://github.com/xmake-io/xmake/issues/4137): 改进 Qt,支持 Qt6 for Wasm * [#4173](https://github.com/xmake-io/xmake/issues/4173): 添加 recheck 参数到 on_config * [#4200](https://github.com/xmake-io/xmake/pull/4200): 改进远程构建,支持调试本地 xmake 源码 * [#4209](https://github.com/xmake-io/xmake/issues/4209): 添加 extra 和 pedantic 警告 ### Bugs 修复 * [#4110](https://github.com/xmake-io/xmake/issues/4110): 修复 extrafiles * [#4115](https://github.com/xmake-io/xmake/issues/4115): 修复 compile_commands 生成器 * [#4199](https://github.com/xmake-io/xmake/pull/4199): 修复 compile_commands 生成器对 c++ modules 的支持 * 修复 os.mv 在 windows 上跨驱动盘失败问题 * [#4214](https://github.com/xmake-io/xmake/issues/4214): 修复 rust workspace 构建问题 ## v2.8.2 ### 新特性 * [#4002](https://github.com/xmake-io/xmake/issues/4002): 增加 soname 支持 * [#1613](https://github.com/xmake-io/xmake/issues/1613): 为 add_vectorexts 增加 avx512 和 sse4.2 支持 * [#2471](https://github.com/xmake-io/xmake/issues/2471): 添加 set_encodings API 去设置源文件和目标文件的编码 * [#4071](https://github.com/xmake-io/xmake/pull/4071): 支持 sdcc 的 stm8 汇编器 * [#4101](https://github.com/xmake-io/xmake/issues/4101): 为 c/c++ 添加 force includes * [#2384](https://github.com/xmake-io/xmake/issues/2384): 为 vs/vsxmake 生成器添加 add_extrafiles 接口 ### 改进 * [#3960](https://github.com/xmake-io/xmake/issues/3960): 改进 msys2/crt64 支持 * [#4032](https://github.com/xmake-io/xmake/pull/4032): 移除一些非常老的废弃接口 * 改进 tools.msbuild 升级 vcproj 文件 * 支持 add_requires("xmake::xxx") 包 * [#4049](https://github.com/xmake-io/xmake/issues/4049): 改进 Rust 支持交叉编译 * 改进 clang 下 c++ modules 支持 ### Bugs 修复 * 修复 macOS/Linux 上子子进程无法快速退出问题 ## v2.8.1 ### 新特性 * [#3821](https://github.com/xmake-io/xmake/pull/3821): windows 安装器添加长路径支持选项 * [#3828](https://github.com/xmake-io/xmake/pull/3828): 添加 zypper 包管理器支持 * [#3871](https://github.com/xmake-io/xmake/issues/3871): 改进 tools.msbuild 支持对 vsproj 进行自动升级 * [#3148](https://github.com/xmake-io/xmake/issues/3148): 改进 protobuf 支持 grpc * [#3889](https://github.com/xmake-io/xmake/issues/3889): add_links 支持库路径添加 * [#3912](https://github.com/orgs/xmake-io/issues/3912): 添加 set_pmxxheader 去支持 objc 预编译头 * add_links 支持库文件路径 ### 改进 * [#3752](https://github.com/xmake-io/xmake/issues/3752): 改进 windows 上 os.getenvs 的获取 * [#3371](https://github.com/xmake-io/xmake/issues/3371): 改进 tools.cmake 支持使用 ninja 去构建 wasm 包 * [#3777](https://github.com/xmake-io/xmake/issues/3777): 改进从 pkg-config 中查找包 * [#3815](https://github.com/xmake-io/xmake/pull/3815): 改进 tools.xmake 支持为 windows 平台传递工具链 * [#3857](https://github.com/xmake-io/xmake/issues/3857): 改进生成 compile_commands.json * [#3892](https://github.com/xmake-io/xmake/issues/3892): 改进包搜索,支持从描述中找包 * [#3916](https://github.com/xmake-io/xmake/issues/3916): 改进构建 swift 程序,支持模块间符号调用 * 更新 lua 运行时到 5.4.6 ### Bugs 修复 * [#3755](https://github.com/xmake-io/xmake/pull/3755): 修复 find_tool 从 xmake/packages 中查找程序 * [#3787](https://github.com/xmake-io/xmake/issues/3787): 修复从 conan 2.x 中使用包 * [#3839](https://github.com/orgs/xmake-io/discussions/3839): 修复 conan 2.x 包的 vs_runtime 设置 ## v2.7.9 ### 新特性 * [#3613](https://github.com/xmake-io/xmake/issues/3613): 添加 `wasm.preloadfiles` 扩展配置 * [#3703](https://github.com/xmake-io/xmake/pull/3703): 支持 conan >=2.0.5 ### 改进 * [#3669](https://github.com/xmake-io/xmake/issues/3669): 改进 cmake 生成器支持特定工具的 cxflags * [#3679](https://github.com/xmake-io/xmake/issues/3679): 改进 `xrepo clean` * [#3662](https://github.com/xmake-io/xmake/issues/3662): 改进 cmake/make 生成器去更好的支持 lex/yacc 工程 * [#3697](https://github.com/xmake-io/xmake/issues/3662): 改进 trybuild/cmake * [#3730](https://github.com/xmake-io/xmake/issues/3730): 改进 c++modules 包安装,解决不同目录同名文件分发冲突问题 ### Bugs 修复 * [#3596](https://github.com/xmake-io/xmake/issues/3596): 修复 check_cxxfuncs 和 check_cxxsnippets * [#3603](https://github.com/xmake-io/xmake/issues/3603): 修复 xmake update 的无效 url * [#3614](https://github.com/xmake-io/xmake/issues/3614): 修复 xmake run 对 Qt 环境的加载 * [#3628](https://github.com/xmake-io/xmake/issues/3628): 修复 msys2/mingw 下 os.exec 总是优先查找错误的可执行程序 * 修复 msys/mingw 下环境变量设置问题 ## v2.7.8 ### 新特性 * [#3518](https://github.com/xmake-io/xmake/issues/3518): 分析编译和链接性能 * [#3522](https://github.com/xmake-io/xmake/issues/3522): 为 target 添加 has_cflags, has_xxx 等辅助接口 * [#3537](https://github.com/xmake-io/xmake/issues/3537): 为 clang.tidy 检测器添加 `--fix` 自动修复 ### 改进 * [#3433](https://github.com/xmake-io/xmake/issues/3433): 改进 QT 在 msys2/mingw64 和 wasm 上的构建支持 * [#3419](https://github.com/xmake-io/xmake/issues/3419): 支持 fish shell 环境 * [#3455](https://github.com/xmake-io/xmake/issues/3455): Dlang 增量编译支持 * [#3498](https://github.com/xmake-io/xmake/issues/3498): 改进绑定包虚拟环境 * [#3504](https://github.com/xmake-io/xmake/pull/3504): 添加 swig java 支持 * [#3508](https://github.com/xmake-io/xmake/issues/3508): 改进 trybuild/cmake 去支持工具链切换 * 为 msvc 禁用 build cache 加速,因为 msvc 的预处理器太慢,反而极大影响构建性能。 ### Bugs 修复 * [#3436](https://github.com/xmake-io/xmake/issues/3436): 修复自动补全和 menuconf * [#3463](https://github.com/xmake-io/xmake/issues/3463): 修复 c++modules 缓存问题 * [#3545](https://github.com/xmake-io/xmake/issues/3545): 修复 armcc 的头文件依赖解析 ## v2.7.7 ### 新特性 * 添加 Haiku 支持 * [#3326](https://github.com/xmake-io/xmake/issues/3326): 添加 `xmake check` 去检测工程代码 (clang-tidy) 和 API 参数配置 * [#3332](https://github.com/xmake-io/xmake/pull/3332): 在包中配置添加自定义 http headers ### 改进 * [#3318](https://github.com/xmake-io/xmake/pull/3318): 改进 dlang 工具链 * [#2591](https://github.com/xmake-io/xmake/issues/2591): 改进 target 配置来源分析 * 为 dmd/ldc2 改进 strip/optimization * [#3342](https://github.com/xmake-io/xmake/issues/3342): 改进配置构建目录,支持外置目录构建,保持远吗目录更加干净 * [#3373](https://github.com/xmake-io/xmake/issues/3373): 为 clang-17 改进 std 模块支持 ### Bugs 修复 * [#3317](https://github.com/xmake-io/xmake/pull/3317): 针对 Qt 工程,修复 lanuages 设置 * [#3321](https://github.com/xmake-io/xmake/issues/3321): 修复隔天 configfiles 重新生成导致重编问题 * [#3296](https://github.com/xmake-io/xmake/issues/3296): 修复 macOS arm64 上构建失败 ## v2.7.6 ### 新特性 * [#3228](https://github.com/xmake-io/xmake/pull/3228): C++ modules 的安装发布,以及从包中导入 C++ modules 支持 * [#3257](https://github.com/xmake-io/xmake/issues/3257): 增加对 iverilog 和 verilator 的支持 * 支持 xp 和 vc6.0 * [#3214](https://github.com/xmake-io/xmake/pull/3214): xrepo install 的自动补全支持 ### 改进 * [#3255](https://github.com/xmake-io/xmake/pull/3225): 改进 clang libc++ 模块支持 * 支持使用 mingw 编译 xmake * 改进 xmake 在 win xp 上的兼容性 * 如果外部依赖被启用,切换 json 模块到纯 lua 实现,移除对 lua-cjson 的依赖 ### Bugs 修复 * [#3229](https://github.com/xmake-io/xmake/issues/3229): 修复 vs2015 下找不到 rc.exe 问题 * [#3271](https://github.com/xmake-io/xmake/issues/3271): 修复支持带有空格的宏定义 * [#3273](https://github.com/xmake-io/xmake/issues/3273): 修复 nim 链接错误 * [#3286](https://github.com/xmake-io/xmake/issues/3286): 修复 compile_commands 对 clangd 的支持 ## v2.7.5 ### 新特性 * [#3201](https://github.com/xmake-io/xmake/pull/3201): 为 xrepo 添加命令自动补全 * [#3233](https://github.com/xmake-io/xmake/issues/3233): 添加 MASM32 sdk 工具链 ### 改进 * [#3216](https://github.com/xmake-io/xmake/pull/3216): 改进 intel one api toolkits 探测 * [#3020](https://github.com/xmake-io/xmake/issues/3020): 添加 `--lsp=clangd` 去改进 compile_commands.json 的生成 * [#3215](https://github.com/xmake-io/xmake/issues/3215): 添加 includedirs 和 defines 到 c51 编译器 * [#3251](https://github.com/xmake-io/xmake/issues/3251): 改进 zig and c 混合编译 ### Bugs 修复 * [#3203](https://github.com/xmake-io/xmake/issues/3203): 修复 compile_commands * [#3222](https://github.com/xmake-io/xmake/issues/3222): 修复 objc 的预编译头支持 * [#3240](https://github.com/xmake-io/xmake/pull/3240): 修复 `xmake run` 处理单个参数不正确问题 * [#3238](https://github.com/xmake-io/xmake/pull/3238): 修复 clang 构建 module 时候,并行写入 mapper 冲突问题 ## v2.7.4 ### 新特性 * [#3049](https://github.com/xmake-io/xmake/pull/3049): 添加 `xmake format` 插件 * 添加 `plugin.compile_commands.autoupdate` 规则 * [#3172](https://github.com/xmake-io/xmake/pull/3172): 添加 xmake.sh * [#3168](https://github.com/xmake-io/xmake/pull/3168): 为 msvc 添加 C++23 标准模块支持 ### 改进 * [#3056](https://github.com/xmake-io/xmake/issues/3056): 改进 Zig 支持 * [#3060](https://github.com/xmake-io/xmake/issues/3060): 改进支持 msys2 的环境探测 * [#3071](https://github.com/xmake-io/xmake/issues/3071): 为 llvm/clang 工具链支持 rc 编译 * [#3122](https://github.com/xmake-io/xmake/pull/3122): 改进 c++20 模块依赖图的源码分析,支持预处理 * [#3125](https://github.com/xmake-io/xmake/pull/3125): 增加私有 C++20 模块的编译支持 * [#3133](https://github.com/xmake-io/xmake/pull/3133): 增加 internal partitions 模块支持 * [#3146](https://github.com/xmake-io/xmake/issues/3146): 添加默认包组件支持 * [#3192](https://github.com/xmake-io/xmake/issues/3192): 为 auto complete 增加 json 输出支持 ### Bugs 修复 * 修复 requires-lock 问题 * [#3065](https://github.com/xmake-io/xmake/issues/3065): 修复部分依赖包没有被安装的问题 * [#3082](https://github.com/xmake-io/xmake/issues/3082): 修复 build.ninja 生成器 * [#3092](https://github.com/xmake-io/xmake/issues/3092): 修复 xrepo add-repo 添加失败逻辑 * [#3013](https://github.com/xmake-io/xmake/issues/3013): 修复支持 windows UNC 路径 * [#2902](https://github.com/xmake-io/xmake/issues/2902): 修复文件被其他子进程占用问题 * [#3074](https://github.com/xmake-io/xmake/issues/3074): 修复 CMakelists 生成器链接参数设置不对问题 * [#3141](https://github.com/xmake-io/xmake/pull/3141): 修复 C++ 模块的导入顺序 * 修复 tools/xmake 包安装构建目录 * [#3159](https://github.com/xmake-io/xmake/issues/3159): 为 CLion 修复 compile_commands ## v2.7.3 ### 新特性 * 一种新的可选域配置语法,对 LSP 友好,并且支持域隔离。 * [#2944](https://github.com/xmake-io/xmake/issues/2944): 为嵌入式工程添加 `gnu-rm.binary` 和 `gnu-rm.static` 规则和测试工程 * [#2636](https://github.com/xmake-io/xmake/issues/2636): 支持包组件 * 支持 msvc 的 armasm/armasm64 * [#3023](https://github.com/xmake-io/xmake/pull/3023): 改进 xmake run -d,添加 renderdoc 调试器支持 * [#3022](https://github.com/xmake-io/xmake/issues/3022): 为特定编译器添加 flags * [#3025](https://github.com/xmake-io/xmake/pull/3025): 新增 C++ 异常接口配置 * [#3017](https://github.com/xmake-io/xmake/pull/3017): 支持 ispc 编译器规则 ### 改进 * [#2925](https://github.com/xmake-io/xmake/issues/2925): 改进 doxygen 插件 * [#2948](https://github.com/xmake-io/xmake/issues/2948): 支持 OpenBSD * 添加 `xmake g --insecure-ssl=y` 配置选项去禁用 ssl 证书检测 * [#2971](https://github.com/xmake-io/xmake/pull/2971): 使 vs/vsxmake 工程生成的结果每次保持一致 * [#3000](https://github.com/xmake-io/xmake/issues/3000): 改进 C++ 模块构建支持,实现增量编译支持 * [#3016](https://github.com/xmake-io/xmake/pull/3016): 改进 clang/msvc 去更好地支持 std 模块 ### Bugs 修复 * [#2949](https://github.com/xmake-io/xmake/issues/2949): 修复 vs 分组 * [#2952](https://github.com/xmake-io/xmake/issues/2952): 修复 armlink 处理长命令失败问题 * [#2954](https://github.com/xmake-io/xmake/issues/2954): 修复 c++ module partitions 路径无效问题 * [#3033](https://github.com/xmake-io/xmake/issues/3033): 探测循环模块依赖 ## v2.7.2 ### 新特性 * [#2140](https://github.com/xmake-io/xmake/issues/2140): 支持 Windows Arm64 * [#2719](https://github.com/xmake-io/xmake/issues/2719): 添加 `package.librarydeps.strict_compatibility` 策略严格限制包依赖兼容性 * [#2810](https://github.com/xmake-io/xmake/pull/2810): 支持 os.execv 去执行 shell 脚本文件 * [#2817](https://github.com/xmake-io/xmake/pull/2817): 改进规则支持依赖顺序执行 * [#2824](https://github.com/xmake-io/xmake/pull/2824): 传递 cross-file 交叉编译环境给 meson.install 和 trybuild * [#2856](https://github.com/xmake-io/xmake/pull/2856): xrepo 支持从当前指定源码目录调试程序 * [#2859](https://github.com/xmake-io/xmake/issues/2859): 改进对三方库的 trybuild 构建,利用 xmake-repo 仓库脚本更加智能化地构建三方库 * [#2879](https://github.com/xmake-io/xmake/issues/2879): 更好的动态创建和配置 target 和 rule * [#2374](https://github.com/xmake-io/xmake/issues/2374): 允许 xmake 包中引入自定义规则 * 添加 clang-cl 工具链 ### 改进 * [#2745](https://github.com/xmake-io/xmake/pull/2745): 改进 os.cp 支持符号链接复制 * [#2773](https://github.com/xmake-io/xmake/pull/2773): 改进 vcpkg 包安装,支持 freebsd 平台 * [#2778](https://github.com/xmake-io/xmake/pull/2778): 改进 xrepo.env 支持 target 的运行环境加载 * [#2783](https://github.com/xmake-io/xmake/issues/2783): 添加摘要算法选项到 WDK 的 signtool 签名工具 * [#2787](https://github.com/xmake-io/xmake/pull/2787): 改进 json 支持空数组 * [#2782](https://github.com/xmake-io/xmake/pull/2782): 改进查找 matlib sdk 和运行时 * [#2793](https://github.com/xmake-io/xmake/issues/2793): 改进 mconfdialog 配置操作体验 * [#2804](https://github.com/xmake-io/xmake/issues/2804): 安装依赖包支持 macOS arm64/x86_64 交叉编译 * [#2809](https://github.com/xmake-io/xmake/issues/2809): 改进 msvc 的编译优化选项 * 改进 trybuild 模式,为 meson/autoconf/cmake 提供更好的交叉编译支持 * [#2846](https://github.com/xmake-io/xmake/discussions/2846): 改进对 configfiles 的生成 * [#2866](https://github.com/xmake-io/xmake/issues/2866): 更好地控制 rule 规则执行顺序 ### Bugs 修复 * [#2740](https://github.com/xmake-io/xmake/issues/2740): 修复 msvc 构建 C++ modules 卡死问题 * [#2875](https://github.com/xmake-io/xmake/issues/2875): 修复构建 linux 驱动错误 * [#2885](https://github.com/xmake-io/xmake/issues/2885): 修复 ccache 下,msvc 编译 pch 失败问题 ## v2.7.1 ### 新特性 * [#2555](https://github.com/xmake-io/xmake/issues/2555): 添加 fwatcher 模块和 `xmake watch` 插件命令 * 添加 `xmake service --pull 'build/**' outputdir` 命令去拉取远程构建服务器上的文件 * [#2641](https://github.com/xmake-io/xmake/pull/2641): 改进 C++20 模块, 支持 headerunits 和 project 生成 * [#2679](https://github.com/xmake-io/xmake/issues/2679): 支持 Mac Catalyst 构建 ### 改进 * [#2576](https://github.com/xmake-io/xmake/issues/2576): 改进从 cmake 中查找包,提供更过灵活的可选配置 * [#2577](https://github.com/xmake-io/xmake/issues/2577): 改进 add_headerfiles(),增加 `{install = false}` 支持 * [#2603](https://github.com/xmake-io/xmake/issues/2603): 为 ccache 默认禁用 `-fdirectives-only` * [#2580](https://github.com/xmake-io/xmake/issues/2580): 设置 stdout 到 line 缓冲输出 * [#2571](https://github.com/xmake-io/xmake/issues/2571): 改进分布式编译的调度算法,增加 cpu/memory 状态权重 * [#2410](https://github.com/xmake-io/xmake/issues/2410): 改进 cmakelists 生成 * [#2690](https://github.com/xmake-io/xmake/issues/2690): 改机传递 toolchains 到包 * [#2686](https://github.com/xmake-io/xmake/issues/2686): 改进 armcc/armclang 支持增量编译 * [#2562](https://github.com/xmake-io/xmake/issues/2562): 改进 rc.exe 对引用文件依赖的解析和增量编译支持 * 改进默认的并行构建任务数 ### Bugs 修复 * [#2614](https://github.com/xmake-io/xmake/issues/2614): 为 msvc 修复构建 submodules2 测试工程 * [#2620](https://github.com/xmake-io/xmake/issues/2620): 修复构建缓存导致的增量编译问题 * [#2177](https://github.com/xmake-io/xmake/issues/2177): 修复 python.library 在 macOS 上段错误崩溃 * [#2708](https://github.com/xmake-io/xmake/issues/2708): 修复 mode.coverage 规则的链接错误 * 修复 ios/macOS framework 和 application 的 rpath 加载路径 ## v2.6.9 ### 新特性 * [#2474](https://github.com/xmake-io/xmake/issues/2474): 添加 icx 和 dpcpp 工具链 * [#2523](https://github.com/xmake-io/xmake/issues/2523): 改进对 LTO 的支持 * [#2527](https://github.com/xmake-io/xmake/issues/2527): 添加 set_runargs 接口 ### 改进 * 改进 tools.cmake 支持 wasm 库构建 * [#2491](https://github.com/xmake-io/xmake/issues/2491): 如果服务器不可访问,自动回退到本地编译和缓存 * [#2514](https://github.com/xmake-io/xmake/issues/2514): 为工程生成器禁用 Unity Build * [#2473](https://github.com/xmake-io/xmake/issues/2473): 改进 apt::find_package,支持从 pc 文件中查找 * [#2512](https://github.com/xmake-io/xmake/issues/2512): 改进远程服务支持超时配置 ### Bugs 修复 * [#2488](https://github.com/xmake-io/xmake/issues/2488): 修复从 windows 到 linux 的远程编译路径问题 * [#2504](https://github.com/xmake-io/xmake/issues/2504): 修复在 msys2 上远程编译失败问题 * [#2525](https://github.com/xmake-io/xmake/issues/2525): 修复安装依赖包时候卡死问题 * [#2557](https://github.com/xmake-io/xmake/issues/2557): 修复 cmake.find_package 查找 links 错误 * 修复缓存导致的预处理文件路径冲突问题 ## v2.6.8 ### 新特性 * [#2447](https://github.com/xmake-io/xmake/pull/2447): 添加 qt.qmlplugin 规则和 qmltypesregistrar 支持 * [#2446](https://github.com/xmake-io/xmake/issues/2446): 支持 target 分组安装 * [#2469](https://github.com/xmake-io/xmake/issues/2469): 产生 vcpkg-configuration.json ### 改进 * 添加 `preprocessor.linemarkers` 策略去禁用 linemarkers 去加速 ccache/distcc * [#2389](https://github.com/xmake-io/xmake/issues/2389): 改进 `xmake run` 支持并行运行目标程序 * [#2417](https://github.com/xmake-io/xmake/issues/2417): 切换 option/showmenu 的默认值,默认开启 * [#2440](https://github.com/xmake-io/xmake/pull/2440): 改进安装包的失败错误信息 * [#2438](https://github.com/xmake-io/xmake/pull/2438): 确保生成的 vsxmake 工程不会随机变动 * [#2434](https://github.com/xmake-io/xmake/issues/2434): 改进插件管理器,允许多插件管理 * [#2421](https://github.com/xmake-io/xmake/issues/2421): 改进配置选项菜单 * [#2425](https://github.com/xmake-io/xmake/issues/2425): 添加 `preprocessor.gcc.directives_only` 策略 * [#2455](https://github.com/xmake-io/xmake/issues/2455): 改进 emcc 的优化选项 * [#2467](https://github.com/xmake-io/xmake/issues/2467): 支持回退到原始文件编译,兼容 msvc 预处理器的一些问题 * [#2452](https://github.com/xmake-io/xmake/issues/2452): 添加 build.warning 策略 ### Bugs 修复 * [#2435](https://github.com/xmake-io/xmake/pull/2435): 修复无法搜索带有 `.` 的包名 * [#2445](https://github.com/xmake-io/xmake/issues/2445): 修复 windows 上 ccache 构建失败问题 * [#2452](https://github.com/xmake-io/xmake/issues/2452): 修复 ccache 下,警告无法输出的问题 ## v2.6.7 ### 新特性 * [#2318](https://github.com/xmake-io/xmake/issues/2318): 添加 `xmake f --policies=` 配置参数去修改默认策略 ### 改进 * 如果预编译包构建失败,自动回退到源码包构建 * [#2387](https://github.com/xmake-io/xmake/issues/2387): 改进 pkgconfig 和 find_package * 添加 `build.ccache` 策略,用于在工程中配置编译缓存 ### Bugs 修复 * [#2382](https://github.com/xmake-io/xmake/issues/2382): 修改 headeronly 包配置 * [#2388](https://github.com/xmake-io/xmake/issues/2388): 修复路径问题 * [#2385](https://github.com/xmake-io/xmake/issues/2385): 修复 cmake/find_package * [#2395](https://github.com/xmake-io/xmake/issues/2395): 修复 c++ modules * 修复 find_qt 问题 ## v2.6.6 ### 新特性 * [#2327](https://github.com/xmake-io/xmake/issues/2327): 支持 nvidia-hpc-sdk 工具链中的 nvc/nvc++/nvfortran 编译器 * 添加 path 实例接口 * [#2344](https://github.com/xmake-io/xmake/pull/2344): 添加 lz4 压缩模块 * [#2349](https://github.com/xmake-io/xmake/pull/2349): 添加 keil/c51 工程支持 * [#274](https://github.com/xmake-io/xmake/issues/274): 跨平台分布式编译支持 * 使用内置的本地缓存替代 ccache ### 改进 * [#2309](https://github.com/xmake-io/xmake/issues/2309): 远程编译支持用户授权验证 * 改进远程编译,增加对 lz4 压缩支持 ### Bugs 修复 * 修复选择包版本时候 lua 栈不平衡导致的崩溃问题 ## v2.6.5 ### 新特性 * [#2138](https://github.com/xmake-io/xmake/issues/2138): 支持模板包 * [#2185](https://github.com/xmake-io/xmake/issues/2185): 添加 `--appledev=simulator` 去改进 Apple 模拟器目标编译支持 * [#2227](https://github.com/xmake-io/xmake/issues/2227): 改进 cargo 包,支持指定 Cargo.toml 文件 * 改进 `add_requires` 支持 git command 作为版本 * [#622](https://github.com/xmake-io/xmake/issues/622): 支持远程编译 * [#2282](https://github.com/xmake-io/xmake/issues/2282): 添加 `add_filegroups` 接口为 vs/vsxmake/cmake generator 增加文件组支持 ### 改进 * [#2137](https://github.com/xmake-io/xmake/pull/2137): 改进 path 模块 * macOS 下,减少 50% 的 Xmake 二进制文件大小 * 改进 tools/autoconf,cmake 去更好地支持工具链切换 * [#2221](https://github.com/xmake-io/xmake/pull/2221): 改进注册表 api 去支持 unicode * [#2225](https://github.com/xmake-io/xmake/issues/2225): 增加对 protobuf 的依赖分析和构建支持 * [#2265](https://github.com/xmake-io/xmake/issues/2265): 排序 CMakeLists.txt * 改进 os.files 的文件遍历速度 ### Bugs 修复 * [#2233](https://github.com/xmake-io/xmake/issues/2233): 修复 c++ modules 依赖 ## v2.6.4 ### 新特性 * [#2011](https://github.com/xmake-io/xmake/issues/2011): 支持继承和局部修改官方包,例如对现有的包更换 urls 和 versions * 支持在 sparc, alpha, powerpc, s390x 和 sh4 上编译运行 xmake * 为 package() 添加 on_download 自定义下载 * [#2021](https://github.com/xmake-io/xmake/issues/2021): 支持 Linux/Windows 下构建 Swift 程序 * [#2024](https://github.com/xmake-io/xmake/issues/2024): 添加 asn1c 支持 * [#2031](https://github.com/xmake-io/xmake/issues/2031): 为 add_files 增加 linker scripts 和 version scripts 支持 * [#2033](https://github.com/xmake-io/xmake/issues/2033): 捕获 ctrl-c 去打印当前运行栈,用于调试分析卡死问题 * [#2059](https://github.com/xmake-io/xmake/pull/2059): 添加 `xmake update --integrate` 命令去整合 shell * [#2070](https://github.com/xmake-io/xmake/issues/2070): 添加一些内置的 xrepo env 环境配置 * [#2117](https://github.com/xmake-io/xmake/pull/2117): 支持为任意平台传递工具链到包 * [#2121](https://github.com/xmake-io/xmake/issues/2121): 支持导出指定的符号列表,可用于减少动态库的大小 ### 改进 * [#2036](https://github.com/xmake-io/xmake/issues/2036): 改进 xrepo 支持从配置文件批量安装包,例如:`xrepo install xxx.lua` * [#2039](https://github.com/xmake-io/xmake/issues/2039): 改进 vs generator 的 filter 目录展示 * [#2025](https://github.com/xmake-io/xmake/issues/2025): 支持为 phony 和 headeronly 目标生成 vs 工程 * 优化 vs 和 codesign 的探测速度 * [#2077](https://github.com/xmake-io/xmake/issues/2077): 改进 vs 工程生成器去支持 cuda ### Bugs 修复 * [#2005](https://github.com/xmake-io/xmake/issues/2005): 修复 path.extension * [#2008](https://github.com/xmake-io/xmake/issues/2008): 修复 windows manifest 文件编译 * [#2016](https://github.com/xmake-io/xmake/issues/2016): 修复 vs project generator 里,对象文件名冲突导致的编译失败 ## v2.6.3 ### 新特性 * [#1298](https://github.com/xmake-io/xmake/issues/1928): 支持 vcpkg 清单模式安装包,实现安装包的版本选择 * [#1896](https://github.com/xmake-io/xmake/issues/1896): 添加 `python.library` 规则去构建 pybind 模块,并且支持 soabi * [#1939](https://github.com/xmake-io/xmake/issues/1939): 添加 `remove_files`, `remove_headerfiles` 并且标记 `del_files` 作为废弃接口 * 将 on_config 作为正式的公开接口,用于 target 和 rule * 添加 riscv32/64 支持 * [#1970](https://github.com/xmake-io/xmake/issues/1970): 添加 CMake wrapper 支持在 CMakelists 中去调用 xrepo 集成 C/C++ 包 * 添加内置的 github 镜像加速 pac 代理文件, `xmake g --proxy_pac=github_mirror.lua` ### 改进 * [#1923](https://github.com/xmake-io/xmake/issues/1923): 改进构建 linux 驱动,支持设置自定义 linux-headers 路径 * [#1962](https://github.com/xmake-io/xmake/issues/1962): 改进 armclang 工具链去支持构建 asm * [#1959](https://github.com/xmake-io/xmake/pull/1959): 改进 vstudio 工程生成器 * [#1969](https://github.com/xmake-io/xmake/issues/1969): 添加默认的 option 描述 ### Bugs 修复 * [#1875](https://github.com/xmake-io/xmake/issues/1875): 修复部署生成 Android Qt 程序包失败问题 * [#1973](https://github.com/xmake-io/xmake/issues/1973): 修复合并静态库 * [#1982](https://github.com/xmake-io/xmake/pull/1982): 修复 clang 下对 c++20 子模块的依赖构建 ## v2.6.2 ### 新特性 * [#1902](https://github.com/xmake-io/xmake/issues/1902): 支持构建 linux 内核驱动模块 * [#1913](https://github.com/xmake-io/xmake/issues/1913): 通过 group 模式匹配,指定构建和运行一批目标程序 ### 改进 * [#1872](https://github.com/xmake-io/xmake/issues/1872): 支持转义 set_configvar 中字符串值 * [#1888](https://github.com/xmake-io/xmake/issues/1888): 改进 windows 安装器,避免错误删除其他安装目录下的文件 * [#1895](https://github.com/xmake-io/xmake/issues/1895): 改进 `plugin.vsxmake.autoupdate` 规则 * [#1893](https://github.com/xmake-io/xmake/issues/1893): 改进探测 icc 和 ifort 工具链 * [#1905](https://github.com/xmake-io/xmake/pull/1905): 改进 msvc 对 external 头文件搜索探测支持 * [#1904](https://github.com/xmake-io/xmake/pull/1904): 改进 vs201x 工程生成器 * 添加 `XMAKE_THEME` 环境变量去切换主题配置 * [#1907](https://github.com/xmake-io/xmake/issues/1907): 添加 `-f/--force` 参数使得 `xmake create` 可以在费控目录被强制创建 * [#1917](https://github.com/xmake-io/xmake/pull/1917): 改进 find_package 和配置 ### Bugs 修复 * [#1885](https://github.com/xmake-io/xmake/issues/1885): 修复 package:fetch_linkdeps 链接顺序问题 * [#1903](https://github.com/xmake-io/xmake/issues/1903): 修复包链接顺序 ## v2.6.1 ### 新特性 * [#1799](https://github.com/xmake-io/xmake/issues/1799): 支持混合 Rust 和 C++ 程序,以及集成 Cargo 依赖库 * 添加 `utils.glsl2spv` 规则去编译 *.vert/*.frag shader 文件生成 spirv 文件和二进制 C 头文件 ### 改进 * 默认切换到 Lua5.4 运行时 * [#1776](https://github.com/xmake-io/xmake/issues/1776): 改进 system::find_package,支持从环境变量中查找系统库 * [#1786](https://github.com/xmake-io/xmake/issues/1786): 改进 apt:find_package,支持查找 alias 包 * [#1819](https://github.com/xmake-io/xmake/issues/1819): 添加预编译头到 cmake 生成器 * 改进 C++20 Modules 为 msvc 支持 std 标准库 * [#1792](https://github.com/xmake-io/xmake/issues/1792): 添加自定义命令到 vs 工程生成器 * [#1835](https://github.com/xmake-io/xmake/issues/1835): 改进 MDK 程序构建支持,增加 `set_runtimes("microlib")` * [#1858](https://github.com/xmake-io/xmake/issues/1858): 改进构建 c++20 modules,修复跨 target 构建问题 * 添加 $XMAKE_BINARY_REPO 和 $XMAKE_MAIN_REPO 仓库设置环境变量 * [#1865](https://github.com/xmake-io/xmake/issues/1865): 改进 openmp 工程 * [#1845](https://github.com/xmake-io/xmake/issues/1845): 为静态库安装 pdb 文件 ### Bugs 修复 * 修复语义版本中解析带有 0 前缀的 build 字符串问题 * [#50](https://github.com/libbpf/libbpf-bootstrap/issues/50): 修复 rule 和构建 bpf 程序 bug * [#1610](https://github.com/xmake-io/xmake/issues/1610): 修复 `xmake f --menu` 在 vscode 终端下按键无响应,并且支持 ConPTY 终端虚拟按键 ## v2.5.9 ### 新特性 * [#1736](https://github.com/xmake-io/xmake/issues/1736): 支持 wasi-sdk 工具链 * 支持 Lua 5.4 运行时 * 添加 gcc-8, gcc-9, gcc-10, gcc-11 工具链 * [#1623](https://github.com/xmake-io/xmake/issues/1632): 支持 find_package 从 cmake 查找包 * [#1747](https://github.com/xmake-io/xmake/issues/1747): 添加 `set_kind("headeronly")` 更好的处理 headeronly 库的安装 * [#1019](https://github.com/xmake-io/xmake/issues/1019): 支持 Unity build * [#1438](https://github.com/xmake-io/xmake/issues/1438): 增加 `xmake l cli.amalgamate` 命令支持代码合并 * [#1765](https://github.com/xmake-io/xmake/issues/1756): 支持 nim 语言 * [#1762](https://github.com/xmake-io/xmake/issues/1762): 为 `xrepo env` 管理和切换指定的环境配置 * [#1767](https://github.com/xmake-io/xmake/issues/1767): 支持 Circle 编译器 * [#1753](https://github.com/xmake-io/xmake/issues/1753): 支持 Keil/MDK 的 armcc/armclang 工具链 * [#1774](https://github.com/xmake-io/xmake/issues/1774): 添加 table.contains api * [#1735](https://github.com/xmake-io/xmake/issues/1735): 添加自定义命令到 cmake 生成器 * [#1781](https://github.com/xmake-io/xmake/issues/1781): 改进 get.sh 安装脚本支持 nixos ### 改进 * [#1528](https://github.com/xmake-io/xmake/issues/1528): 检测 c++17/20 特性 * [#1729](https://github.com/xmake-io/xmake/issues/1729): 改进 C++20 modules 对 clang/gcc/msvc 的支持,支持模块间依赖编译和并行优化 * [#1779](https://github.com/xmake-io/xmake/issues/1779): 改进 ml.exe/x86,移除内置的 `-Gd` 选项 ## v2.5.8 ### 新特性 * [#388](https://github.com/xmake-io/xmake/issues/388): Pascal 语言支持,可以使用 fpc 来编译 free pascal * [#1682](https://github.com/xmake-io/xmake/issues/1682): 添加可选的额lua5.3 运行时替代 luajit,提供更好的平台兼容性。 * [#1622](https://github.com/xmake-io/xmake/issues/1622): 支持 Swig * [#1714](https://github.com/xmake-io/xmake/issues/1714): 支持内置 cmake 等第三方项目的混合编译 * [#1715](https://github.com/xmake-io/xmake/issues/1715): 支持探测编译器语言标准特性,并且新增 `check_macros` 检测接口 * xmake 支持在 Loongarch 架构上运行 ### 改进 * [#1618](https://github.com/xmake-io/xmake/issues/1618): 改进 vala 支持构建动态库和静态库程序 * 改进 Qt 规则去支持 Qt 4.x * 改进 `set_symbols("debug")` 支持 clang/windows 生成 pdb 文件 * [#1638](https://github.com/xmake-io/xmake/issues/1638): 改进合并静态库 * 改进 on_load/after_load 去支持动态的添加 target deps * [#1675](https://github.com/xmake-io/xmake/pull/1675): 针对 mingw 平台,重命名动态库和导入库文件名后缀 * [#1694](https://github.com/xmake-io/xmake/issues/1694): 支持在 set_configvar 中定义一个不带引号的字符串变量 * 改进对 Android NDK r23 的支持 * 为 `set_languages` 新增 `c++latest` 和 `clatest` 配置值 * [#1720](https://github.com/xmake-io/xmake/issues/1720): 添加 `save_scope` 和 `restore_scope` 去修复 `check_xxx` 相关接口 * [#1726](https://github.com/xmake-io/xmake/issues/1726): 改进 compile_commands 生成器去支持 nvcc ### Bugs 修复 * [#1671](https://github.com/xmake-io/xmake/issues/1671): 修复安装预编译包后,*.cmake 里面的一些不正确的绝对路径 * [#1689](https://github.com/xmake-io/xmake/issues/1689): 修复 vsxmake 插件的 unicode 字符显示和加载问题 ## v2.5.7 ### 新特性 * [#1534](https://github.com/xmake-io/xmake/issues/1534): 新增对 Vala 语言的支持 * [#1544](https://github.com/xmake-io/xmake/issues/1544): 添加 utils.bin2c 规则去自动从二进制资源文件产生 .h 头文件并引入到 C/C++ 代码中 * [#1547](https://github.com/xmake-io/xmake/issues/1547): option/snippets 支持运行检测模式,并且可以获取输出 * [#1567](https://github.com/xmake-io/xmake/issues/1567): 新增 xmake-requires.lock 包依赖锁定支持 * [#1597](https://github.com/xmake-io/xmake/issues/1597): 支持编译 metal 文件到 metallib,并改进 xcode.application 规则去生成内置的 default.metallib 到 app ### 改进 * [#1540](https://github.com/xmake-io/xmake/issues/1540): 更好更方便地编译自动生成的代码 * [#1578](https://github.com/xmake-io/xmake/issues/1578): 改进 add_repositories 去更好地支持相对路径 * [#1582](https://github.com/xmake-io/xmake/issues/1582): 改进安装和 os.cp 支持符号链接 ### Bugs 修复 * [#1531](https://github.com/xmake-io/xmake/issues/1531): 修复 targets 加载失败的错误信息提示错误 ## v2.5.6 ### 新特性 * [#1483](https://github.com/xmake-io/xmake/issues/1483): 添加 `os.joinenvs()` 和改进包工具环境 * [#1523](https://github.com/xmake-io/xmake/issues/1523): 添加 `set_allowedmodes`, `set_allowedplats` 和 `set_allowedarchs` * [#1523](https://github.com/xmake-io/xmake/issues/1523): 添加 `set_defaultmode`, `set_defaultplat` 和 `set_defaultarch` ### 改进 * 改进 vs/vsxmake 工程插件支持 vs2022 * [#1513](https://github.com/xmake-io/xmake/issues/1513): 改进 windows 预编译包的兼容性问题 * 改进 vcpkg 包在 windows 上的查找 * 改进对 Qt6 的支持 ### Bugs 修复 * [#489](https://github.com/xmake-io/xmake-repo/pull/489): 修复 run os.execv 带有过长环境变量值出现的一些问题 ## v2.5.5 ### 新特性 * [#1421](https://github.com/xmake-io/xmake/issues/1421): 针对 target 目标,增加目标文件名的前缀,后缀和扩展名设置接口。 * [#1422](https://github.com/xmake-io/xmake/issues/1422): 支持从 vcpkg, conan 中搜索包 * [#1424](https://github.com/xmake-io/xmake/issues/1424): 设置 binary 作为默认的 target 目标类型 * [#1140](https://github.com/xmake-io/xmake/issues/1140): 支持安装时候,手动选择从第三包包管理器安装包 * [#1339](https://github.com/xmake-io/xmake/issues/1339): 改进 `xmake package` 去产生新的本地包格式,无缝集成 `add_requires`,并且新增生成远程包支持 * 添加 `appletvos` 编译平台支持, `xmake f -p appletvos` * [#1437](https://github.com/xmake-io/xmake/issues/1437): 为包添加 headeronly 库类型去忽略 `vs_runtime` * [#1351](https://github.com/xmake-io/xmake/issues/1351): 支持导入导出当前配置 * [#1454](https://github.com/xmake-io/xmake/issues/1454): 支持下载安装 windows 预编译包 ### 改进 * [#1425](https://github.com/xmake-io/xmake/issues/1425): 改进 tools/meson 去加载 msvc 环境,并且增加一些内置配置。 * [#1442](https://github.com/xmake-io/xmake/issues/1442): 支持从 git url 去下载包资源文件 * [#1389](https://github.com/xmake-io/xmake/issues/1389): 支持添加工具链环境到 `xrepo env` * [#1453](https://github.com/xmake-io/xmake/issues/1453): 支持 protobuf 规则导出头文件搜索目录 * 新增对 vs2022 的支持 ### Bugs 修复 * [#1413](https://github.com/xmake-io/xmake/issues/1413): 修复查找包过程中出现的挂起卡死问题 * [#1420](https://github.com/xmake-io/xmake/issues/1420): 修复包检测和配置缓存 * [#1445](https://github.com/xmake-io/xmake/issues/1445): 修复 WDK 驱动签名错误 * [#1465](https://github.com/xmake-io/xmake/issues/1465): 修复缺失的链接目录 ## v2.5.4 ### 新特性 * [#1323](https://github.com/xmake-io/xmake/issues/1323): 支持从 apt 查找安装包,`add_requires("apt::zlib1g-dev")` * [#1337](https://github.com/xmake-io/xmake/issues/1337): 添加环境变量去改进包安装和缓存目录 * [#1338](https://github.com/xmake-io/xmake/issues/1338): 支持导入导出已安装的包 * [#1087](https://github.com/xmake-io/xmake/issues/1087): 添加 `xrepo env shell` 并且支持从 `add_requires/xmake.lua` 加载包环境 * [#1313](https://github.com/xmake-io/xmake/issues/1313): 为 `add_requires/add_deps` 添加私有包支持 * [#1358](https://github.com/xmake-io/xmake/issues/1358): 支持设置镜像 url 站点加速包下载 * [#1369](https://github.com/xmake-io/xmake/pull/1369): 为 vcpkg 增加 arm/arm64 包集成支持,感谢 @fallending * [#1405](https://github.com/xmake-io/xmake/pull/1405): 添加 portage 包管理器支持,感谢 @Phate6660 ### 改进 * 改进 `find_package` 并且添加 `package:find_package` 接口在包定义中方便查找包 * 移除废弃的 `set_config_h` 和 `set_config_h_prefix` 接口 * [#1343](https://github.com/xmake-io/xmake/issues/1343): 改进搜索本地包文件 * [#1347](https://github.com/xmake-io/xmake/issues/1347): 针对 binary 包改进 vs_runtime 配置 * [#1353](https://github.com/xmake-io/xmake/issues/1353): 改进 del_files() 去加速匹配文件 * [#1349](https://github.com/xmake-io/xmake/issues/1349): 改进 xrepo env shell 支持,更好的支持 powershell ### Bugs 修复 * [#1380](https://github.com/xmake-io/xmake/issues/1380): 修复 `add_packages()` 失败问题 * [#1381](https://github.com/xmake-io/xmake/issues/1381): 修复添加本地 git 包源问题 * [#1391](https://github.com/xmake-io/xmake/issues/1391): 修复 cuda/nvcc 工具链 ## v2.5.3 ### 新特性 * [#1259](https://github.com/xmake-io/xmake/issues/1259): 支持 `add_files("*.def")` 添加 def 文件去导出 windows/dll 符号 * [#1267](https://github.com/xmake-io/xmake/issues/1267): 添加 `find_package("nvtx")` * [#1274](https://github.com/xmake-io/xmake/issues/1274): 添加 `platform.linux.bpf` 规则去构建 linux/bpf 程序 * [#1280](https://github.com/xmake-io/xmake/issues/1280): 支持 fetchonly 包去扩展改进 find_package * 支持自动拉取远程 ndk 工具链包和集成 * [#1268](https://github.com/xmake-io/xmake/issues/1268): 添加 `utils.install.pkgconfig_importfiles` 规则去安装 `*.pc` 文件 * [#1268](https://github.com/xmake-io/xmake/issues/1268): 添加 `utils.install.cmake_importfiles` 规则去安装 `*.cmake` 导入文件 * [#348](https://github.com/xmake-io/xmake-repo/pull/348): 添加 `platform.longpaths` 策略去支持 git longpaths * [#1314](https://github.com/xmake-io/xmake/issues/1314): 支持安装使用 conda 包 * [#1120](https://github.com/xmake-io/xmake/issues/1120): 添加 `core.base.cpu` 模块并且改进 `os.cpuinfo()` * [#1325](https://github.com/xmake-io/xmake/issues/1325): 为 `add_configfiles` 添加内建的 git 变量 ### 改进 * [#1275](https://github.com/xmake-io/xmake/issues/1275): 改进 vsxmake 生成器,支持条件化编译 targets * [#1290](https://github.com/xmake-io/xmake/pull/1290): 增加对 Android ndk r22 以上版本支持 * [#1311](https://github.com/xmake-io/xmake/issues/1311): 为 vsxmake 工程添加包 dll 路径,确保调试运行加载正常 ### Bugs 修复 * [#1266](https://github.com/xmake-io/xmake/issues/1266): 修复在 `add_repositories` 中的 repo 相对路径 * [#1288](https://github.com/xmake-io/xmake/issues/1288): 修复 vsxmake 插件处理 option 配置问题 ## v2.5.2 ### 新特性 * [#955](https://github.com/xmake-io/xmake/issues/955#issuecomment-766481512): 支持 `zig cc` 和 `zig c++` 作为 c/c++ 编译器 * [#955](https://github.com/xmake-io/xmake/issues/955#issuecomment-768193083): 支持使用 zig 进行交叉编译 * [#1177](https://github.com/xmake-io/xmake/issues/1177): 改进终端和 color codes 探测 * [#1216](https://github.com/xmake-io/xmake/issues/1216): 传递自定义 includes 脚本给 xrepo * 添加 linuxos 内置模块获取 linux 系统信息 * [#1217](https://github.com/xmake-io/xmake/issues/1217): 支持当编译项目时自动拉取工具链 * [#1123](https://github.com/xmake-io/xmake/issues/1123): 添加 `rule("utils.symbols.export_all")` 自动导出所有 windows/dll 中的符号 * [#1181](https://github.com/xmake-io/xmake/issues/1181): 添加 `utils.platform.gnu2mslib(mslib, gnulib)` 模块接口去转换 mingw/xxx.dll.a 到 msvc xxx.lib * [#1246](https://github.com/xmake-io/xmake/issues/1246): 改进规则支持新的批处理命令去简化自定义规则实现 * [#1239](https://github.com/xmake-io/xmake/issues/1239): 添加 `add_extsources` 去改进外部包的查找 * [#1241](https://github.com/xmake-io/xmake/issues/1241): 支持为 windows 程序添加 .manifest 文件参与链接 * 支持使用 `xrepo remove --all` 命令去移除所有的包,并且支持模式匹配 * [#1254](https://github.com/xmake-io/xmake/issues/1254): 支持导出包配置给父 target,实现包配置的依赖继承 ### 改进 * [#1226](https://github.com/xmake-io/xmake/issues/1226): 添加缺失的 Qt 头文件搜索路径 * [#1183](https://github.com/xmake-io/xmake/issues/1183): 改进 C++ 语言标准,以便支持 Qt6 * [#1237](https://github.com/xmake-io/xmake/issues/1237): 为 vsxmake 插件添加 qt.ui 文件 * 改进 vs/vsxmake 插件去支持预编译头文件和智能提示 * [#1090](https://github.com/xmake-io/xmake/issues/1090): 简化自定义规则 * [#1065](https://github.com/xmake-io/xmake/issues/1065): 改进 protobuf 规则,支持 compile_commands 生成器 * [#1249](https://github.com/xmake-io/xmake/issues/1249): 改进 vs/vsxmake 生成器去支持启动工程设置 * [#605](https://github.com/xmake-io/xmake/issues/605): 改进 add_deps 和 add_packages 直接的导出 links 顺序 * 移除废弃的 `add_defines_h_if_ok` and `add_defines_h` 接口 ### Bugs 修复 * [#1219](https://github.com/xmake-io/xmake/issues/1219): 修复版本检测和更新 * [#1235](https://github.com/xmake-io/xmake/issues/1235): 修复 includes 搜索路径中带有空格编译不过问题 ## v2.5.1 ### 新特性 * [#1035](https://github.com/xmake-io/xmake/issues/1035): 图形配置菜单完整支持鼠标事件,并且新增滚动栏 * [#1098](https://github.com/xmake-io/xmake/issues/1098): 支持传递 stdin 到 os.execv 进行输入重定向 * [#1079](https://github.com/xmake-io/xmake/issues/1079): 为 vsxmake 插件添加工程自动更新插件,`add_rules("plugin.vsxmake.autoupdate")` * 添加 `xmake f --vs_runtime=MT` 和 `set_runtimes("MT")` 去更方便的对 target 和 package 进行设置 * [#1032](https://github.com/xmake-io/xmake/issues/1032): 支持枚举注册表 keys 和 values * [#1026](https://github.com/xmake-io/xmake/issues/1026): 支持对 vs/vsmake 工程增加分组设置 * [#1178](https://github.com/xmake-io/xmake/issues/1178): 添加 `add_requireconfs()` 接口去重写依赖包的配置 * [#1043](https://github.com/xmake-io/xmake/issues/1043): 为 luarocks 模块添加 `luarocks.module` 构建规则 * [#1190](https://github.com/xmake-io/xmake/issues/1190): 添加对 Apple Silicon (macOS ARM) 设备的支持 * [#1145](https://github.com/xmake-io/xmake/pull/1145): 支持在 windows 上安装部署 Qt 程序, 感谢 @SirLynix ### 改进 * [#1072](https://github.com/xmake-io/xmake/issues/1072): 修复并改进 cl 编译器头文件依赖信息 * 针对 ui 模块和 `xmake f --menu` 增加 utf8 支持 * 改进 zig 语言在 macOS 上的支持 * [#1135](https://github.com/xmake-io/xmake/issues/1135): 针对特定 target 改进多平台多工具链同时配置支持 * [#1153](https://github.com/xmake-io/xmake/issues/1153): 改进 llvm 工具链,针对 macos 上编译增加 isysroot 支持 * [#1071](https://github.com/xmake-io/xmake/issues/1071): 改进 vs/vsxmake 生成插件去支持远程依赖包 * 改进 vs/vsxmake 工程生成插件去支持全局的 `set_arch()` 设置 * [#1164](https://github.com/xmake-io/xmake/issues/1164): 改进 vsxmake 插件调试加载 console 程序 * [#1179](https://github.com/xmake-io/xmake/issues/1179): 改进 llvm 工具链,添加 isysroot ### Bugs 修复 * [#1091](https://github.com/xmake-io/xmake/issues/1091): 修复不正确的继承链接依赖 * [#1105](https://github.com/xmake-io/xmake/issues/1105): 修复 vsxmake 插件 c++ 语言标准智能提示错误 * [#1132](https://github.com/xmake-io/xmake/issues/1132): 修复 vsxmake 插件中配置路径被截断问题 * [#1142](https://github.com/xmake-io/xmake/issues/1142): 修复安装包的时候,出现git找不到问题 * 修复在 macOS Big Sur 上 macos.version 问题 * [#1084](https://github.com/xmake-io/xmake/issues/1084): 修复 `add_defines()` 中带有双引号和空格导致无法正确处理宏定义的问题 * [#1195](https://github.com/xmake-io/xmake/pull/1195): 修复 unicode 编码问题,改进 vs 环境查找和进程执行 ## v2.3.9 ### 新特性 * 添加新的 [xrepo](https://github.com/xmake-io/xrepo) 命令去管理安装 C/C++ 包 * 支持安装交叉编译的依赖包 * 新增musl.cc上的工具链支持 * [#1009](https://github.com/xmake-io/xmake/issues/1009): 支持忽略校验去安装任意版本的包,`add_requires("libcurl 7.73.0", {verify = false})` * [#1016](https://github.com/xmake-io/xmake/issues/1016): 针对依赖包增加license兼容性检测 * [#1017](https://github.com/xmake-io/xmake/issues/1017): 支持外部/系统头文件支持 `add_sysincludedirs`,依赖包默认使用`-isystem` * [#1020](https://github.com/xmake-io/xmake/issues/1020): 支持在 archlinux 和 msys2 上查找安装 pacman 包 * 改进 `xmake f --menu` 菜单配置,支持鼠标操作 ### 改进 * [#997](https://github.com/xmake-io/xmake/issues/997): `xmake project -k cmake` 插件增加对 `set_languages` 的支持 * [#998](https://github.com/xmake-io/xmake/issues/998): 支持安装 windows-static-md 类型的 vcpkg 包 * [#996](https://github.com/xmake-io/xmake/issues/996): 改进 vcpkg 目录查找 * [#1008](https://github.com/xmake-io/xmake/issues/1008): 改进交叉编译工具链 * [#1030](https://github.com/xmake-io/xmake/issues/1030): 改进 xcode.framework and xcode.application 规则 * [#1051](https://github.com/xmake-io/xmake/issues/1051): 为 msvc 编译器添加 `edit` 和 `embed` 调试信息格式类型到 `set_symbols()` * [#1062](https://github.com/xmake-io/xmake/issues/1062): 改进 `xmake project -k vs` 插件 ## v2.3.8 ### 新特性 * [#955](https://github.com/xmake-io/xmake/issues/955): 添加 Zig 空工程模板 * [#956](https://github.com/xmake-io/xmake/issues/956): 添加 Wasm 编译平台,并且支持 Qt/Wasm SDK * 升级luajit到v2.1最新分支版本,并且支持mips64上运行xmake * [#972](https://github.com/xmake-io/xmake/issues/972): 添加`depend.on_changed()`去简化依赖文件的处理 * [#981](https://github.com/xmake-io/xmake/issues/981): 添加`set_fpmodels()`去抽象化设置math/float-point编译优化模式 * [#980](https://github.com/xmake-io/xmake/issues/980): 添加对 Intel C/C++ 和 Fortran 编译器的全平台支持 * [#986](https://github.com/xmake-io/xmake/issues/986): 对16.8以上msvc编译器增加 `c11`/`c17` 支持 * [#979](https://github.com/xmake-io/xmake/issues/979): 添加对OpenMP的跨平台抽象配置。`add_rules("c++.openmp")` ### 改进 * [#958](https://github.com/xmake-io/xmake/issues/958): 改进mingw平台,增加对 llvm-mingw 工具链的支持,以及 arm64/arm 架构的支持 * 增加 `add_requires("zlib~xxx")` 模式使得能够支持同时安装带有多种配置的同一个包,作为独立包存在 * [#977](https://github.com/xmake-io/xmake/issues/977): 改进 find_mingw 在 windows 上的探测 * [#978](https://github.com/xmake-io/xmake/issues/978): 改进工具链的flags顺序 * 改进XCode工具链,支持macOS/arm64 ### Bugs 修复 * [#951](https://github.com/xmake-io/xmake/issues/951): 修复 emcc (WebAssembly) 工具链在windows上的支持 * [#992](https://github.com/xmake-io/xmake/issues/992): 修复文件锁偶尔打开失败问题 ## v2.3.7 ### 新特性 * [#2941](https://github.com/microsoft/winget-pkgs/pull/2941): 支持通过 winget 来安装 xmake * 添加 xmake-tinyc 安装包,内置tinyc编译器,支持windows上无msvc环境也可直接编译c代码 * 添加 tinyc 编译工具链 * 添加 emcc (emscripten) 编译工具链去编译 asm.js 和 WebAssembly * [#947](https://github.com/xmake-io/xmake/issues/947): 通过 `xmake g --network=private` 配置设置私有网络模式,避免远程依赖包下载访问外网导致编译失败 ### 改进 * [#907](https://github.com/xmake-io/xmake/issues/907): 改进msvc的链接器优化选项,生成更小的可执行程序 * 改进ubuntu下Qt环境的支持 * [#918](https://github.com/xmake-io/xmake/pull/918): 改进cuda11工具链的支持 * 改进Qt支持,对通过 ubuntu/apt 安装的Qt sdk也进行了探测支持,并且检测效率也优化了下 * 改进 CMake 工程文件生成器 * [#931](https://github.com/xmake-io/xmake/issues/931): 改进导出包,支持导出所有依赖包 * [#930](https://github.com/xmake-io/xmake/issues/930): 如果私有包定义没有版本定义,支持直接尝试下载包 * [#927](https://github.com/xmake-io/xmake/issues/927): 改进android ndk,支持arm/thumb指令模式切换 * 改进 trybuild/cmake 支持 Android/Mingw/iPhoneOS/WatchOS 工具链 ### Bugs 修复 * [#903](https://github.com/xmake-io/xmake/issues/903): 修复vcpkg包安装失败问题 * [#912](https://github.com/xmake-io/xmake/issues/912): 修复自定义工具链 * [#914](https://github.com/xmake-io/xmake/issues/914): 修复部分aarch64设备上运行lua出现bad light userdata pointer问题 ## v2.3.6 ### 新特性 * 添加xcode工程生成器插件,`xmake project -k cmake` (当前采用cmake生成) * [#870](https://github.com/xmake-io/xmake/issues/870): 支持gfortran编译器 * [#887](https://github.com/xmake-io/xmake/pull/887): 支持zig编译器 * [#893](https://github.com/xmake-io/xmake/issues/893): 添加json模块 * [#898](https://github.com/xmake-io/xmake/issues/898): 改进golang项目构建,支持交叉编译 * [#275](https://github.com/xmake-io/xmake/issues/275): 支持go包管理器去集成第三方go依赖包 * [#581](https://github.com/xmake-io/xmake/issues/581): 支持dub包管理器去集成第三方dlang依赖包 ### 改进 * [#868](https://github.com/xmake-io/xmake/issues/868): 支持新的cl.exe的头文件依赖输出文件格式,`/sourceDependencies xxx.json` * [#902](https://github.com/xmake-io/xmake/issues/902): 改进交叉编译工具链 ## v2.3.5 ### 新特性 * 添加`xmake show -l envs`去显示xmake内置的环境变量列表 * [#861](https://github.com/xmake-io/xmake/issues/861): 支持从指定目录搜索本地包去直接安装远程依赖包 * [#854](https://github.com/xmake-io/xmake/issues/854): 针对wget, curl和git支持全局代理设置 ### 改进 * [#828](https://github.com/xmake-io/xmake/issues/828): 针对protobuf规则增加导入子目录proto文件支持 * [#835](https://github.com/xmake-io/xmake/issues/835): 改进mode.minsizerel模式,针对msvc增加/GL支持,进一步优化目标程序大小 * [#828](https://github.com/xmake-io/xmake/issues/828): protobuf规则支持import多级子目录 * [#838](https://github.com/xmake-io/xmake/issues/838#issuecomment-643570920): 支持完全重写内置的构建规则,`add_files("src/*.c", {rules = {"xx", override = true}})` * [#847](https://github.com/xmake-io/xmake/issues/847): 支持rc文件的头文件依赖解析 * 改进msvc工具链,去除全局环境变量的依赖 * [#857](https://github.com/xmake-io/xmake/pull/857): 改进`set_toolchains()`支持交叉编译的时候,特定target可以切换到host工具链同时编译 ### Bugs 修复 * 修复进度字符显示 * [#829](https://github.com/xmake-io/xmake/issues/829): 修复由于macOS大小写不敏感系统导致的sysroot无效路径问题 * [#832](https://github.com/xmake-io/xmake/issues/832): 修复find_packages在debug模式下找不到的问题 ## v2.3.4 ### 新特性 * [#630](https://github.com/xmake-io/xmake/issues/630): 支持*BSD系统,例如:FreeBSD, .. * 添加wprint接口去显示警告信息 * [#784](https://github.com/xmake-io/xmake/issues/784): 添加`set_policy()`去设置修改一些内置的策略,比如:禁用自动flags检测和映射 * [#780](https://github.com/xmake-io/xmake/issues/780): 针对target添加set_toolchains/set_toolsets实现更完善的工具链设置,并且实现platform和toolchains分离 * [#798](https://github.com/xmake-io/xmake/issues/798): 添加`xmake show`插件去显示xmake内置的各种信息 * [#797](https://github.com/xmake-io/xmake/issues/797): 添加ninja主题风格,显示ninja风格的构建进度条,`xmake g --theme=ninja` * [#816](https://github.com/xmake-io/xmake/issues/816): 添加mode.releasedbg和mode.minsizerel编译模式规则 * [#819](https://github.com/xmake-io/xmake/issues/819): 支持ansi/vt100终端字符控制 ### 改进 * [#771](https://github.com/xmake-io/xmake/issues/771): 检测includedirs,linkdirs和frameworkdirs的输入有效性 * [#774](https://github.com/xmake-io/xmake/issues/774): `xmake f --menu`可视化配置菜单支持窗口大小Resize调整 * [#782](https://github.com/xmake-io/xmake/issues/782): 添加add_cxflags等配置flags自动检测失败提示 * [#808](https://github.com/xmake-io/xmake/issues/808): 生成cmakelists插件增加对add_frameworks的支持 * [#820](https://github.com/xmake-io/xmake/issues/820): 支持独立的工作目录和构建目录,保持项目目录完全干净 ### Bugs 修复 * [#786](https://github.com/xmake-io/xmake/issues/786): 修复头文件依赖检测 * [#810](https://github.com/xmake-io/xmake/issues/810): 修复linux下gcc strip debug符号问题 ## v2.3.3 ### 新特性 * [#727](https://github.com/xmake-io/xmake/issues/727): 支持为android, ios程序生成.so/.dSYM符号文件 * [#687](https://github.com/xmake-io/xmake/issues/687): 支持编译生成objc/bundle程序 * [#743](https://github.com/xmake-io/xmake/issues/743): 支持编译生成objc/framework程序 * 支持编译bundle, framework程序,以及mac, ios应用程序,并新增一些工程模板 * 支持对ios应用程序打包生成ipa文件,以及代码签名支持 * 增加一些ipa打包、安装、重签名等辅助工具 * 添加xmake.cli规则来支持开发带有xmake/core引擎的lua扩展程序 ### 改进 * [#750](https://github.com/xmake-io/xmake/issues/750): 改进qt.widgetapp规则,支持qt私有槽 * 改进Qt/android的apk部署,并且支持Qt5.14.0新版本sdk ## v2.3.2 ### 新特性 * 添加powershell色彩主题用于powershell终端下背景色显示 * 添加`xmake --dry-run -v`命令去空运行构建,仅仅为了查看详细的构建命令 * [#712](https://github.com/xmake-io/xmake/issues/712): 添加sdcc平台,并且支持sdcc编译器 ### 改进 * [#589](https://github.com/xmake-io/xmake/issues/589): 改进优化构建速度,支持跨目标间并行编译和link,编译速度和ninja基本持平 * 改进ninja/cmake工程文件生成器插件 * [#728](https://github.com/xmake-io/xmake/issues/728): 改进os.cp支持保留源目录结构层级的递归复制 * [#732](https://github.com/xmake-io/xmake/issues/732): 改进find_package支持查找homebrew/cmake安装的包 * [#695](https://github.com/xmake-io/xmake/issues/695): 改进采用android ndk最新的abi命名 ### Bugs 修复 * 修复windows下link error显示问题 * [#718](https://github.com/xmake-io/xmake/issues/718): 修复依赖包下载在多镜像时一定概率缓存失效问题 * [#722](https://github.com/xmake-io/xmake/issues/722): 修复无效的包依赖导致安装死循环问题 * [#719](https://github.com/xmake-io/xmake/issues/719): 修复windows下主进程收到ctrlc后,.bat子进程没能立即退出的问题 * [#720](https://github.com/xmake-io/xmake/issues/720): 修复compile_commands生成器的路径转义问题 ## v2.3.1 ### 新特性 * [#675](https://github.com/xmake-io/xmake/issues/675): 支持通过设置强制将`*.c`作为c++代码编译, `add_files("*.c", {sourcekind = "cxx"})`。 * [#681](https://github.com/xmake-io/xmake/issues/681): 支持在msys/cygwin上编译xmake,以及添加msys/cygwin编译平台 * 添加socket/pipe模块,并且支持在协程中同时调度process/socket/pipe * [#192](https://github.com/xmake-io/xmake/issues/192): 尝试构建带有第三方构建系统的项目,还支持autotools项目的交叉编译 * 启用gcc/clang的编译错误色彩高亮输出 * [#588](https://github.com/xmake-io/xmake/issues/588): 改进工程生成插件`xmake project -k ninja`,增加对build.ninja生成支持 ### 改进 * [#665](https://github.com/xmake-io/xmake/issues/665): 支持 *nix style 的参数输入,感谢[@OpportunityLiu](https://github.com/OpportunityLiu)的贡献 * [#673](https://github.com/xmake-io/xmake/pull/673): 改进tab命令补全,增加对参数values的补全支持 * [#680](https://github.com/xmake-io/xmake/issues/680): 优化get.sh安装脚本,添加国内镜像源,加速下载 * 改进process调度器 * [#651](https://github.com/xmake-io/xmake/issues/651): 改进os/io模块系统操作错误提示 ### Bugs 修复 * 修复增量编译检测依赖文件的一些问题 * 修复log输出导致xmake-vscode插件解析编译错误信息失败问题 * [#684](https://github.com/xmake-io/xmake/issues/684): 修复windows下android ndk的一些linker错误 ## v2.2.9 ### 新特性 * [#569](https://github.com/xmake-io/xmake/pull/569): 增加对c++模块的实验性支持 * 添加`xmake project -k xmakefile`生成器 * [620](https://github.com/xmake-io/xmake/issues/620): 添加全局`~/.xmakerc.lua`配置文件,对所有本地工程生效. * [593](https://github.com/xmake-io/xmake/pull/593): 添加`core.base.socket`模块,为下一步远程编译和分布式编译做准备。 ### 改进 * [#563](https://github.com/xmake-io/xmake/pull/563): 重构构建逻辑,将特定语言的构建抽离到独立的rules中去 * [#570](https://github.com/xmake-io/xmake/issues/570): 改进Qt构建,将`qt.application`拆分成`qt.widgetapp`和`qt.quickapp`两个构建规则 * [#576](https://github.com/xmake-io/xmake/issues/576): 使用`set_toolchain`替代`add_tools`和`set_tools`,解决老接口使用歧义,提供更加易理解的设置方式 * 改进`xmake create`创建模板工程 * [#589](https://github.com/xmake-io/xmake/issues/589): 改进默认的构建任务数,充分利用cpu core来提速整体编译速度 * [#598](https://github.com/xmake-io/xmake/issues/598): 改进`find_package`支持在macOS上对.tbd系统库文件的查找 * [#615](https://github.com/xmake-io/xmake/issues/615): 支持安装和使用其他arch和ios的conan包 * [#629](https://github.com/xmake-io/xmake/issues/629): 改进hash.uuid并且实现uuid v4 * [#639](https://github.com/xmake-io/xmake/issues/639): 改进参数解析器支持`-jN`风格传参 ### Bugs 修复 * [#567](https://github.com/xmake-io/xmake/issues/567): 修复序列化对象时候出现的内存溢出问题 * [#566](https://github.com/xmake-io/xmake/issues/566): 修复安装远程依赖的链接顺序问题 * [#565](https://github.com/xmake-io/xmake/issues/565): 修复vcpkg包的运行PATH设置问题 * [#597](https://github.com/xmake-io/xmake/issues/597): 修复xmake require安装包时间过长问题 * [#634](https://github.com/xmake-io/xmake/issues/634): 修复mode.coverage构建规则,并且改进flags检测 ## v2.2.8 ### 新特性 * 添加protobuf c/c++构建规则 * [#468](https://github.com/xmake-io/xmake/pull/468): 添加对 Windows 的 UTF-8 支持 * [#472](https://github.com/xmake-io/xmake/pull/472): 添加`xmake project -k vsxmake`去更好的支持vs工程的生成,内部直接调用xmake来编译 * [#487](https://github.com/xmake-io/xmake/issues/487): 通过`xmake --files="src/*.c"`支持指定一批文件进行编译。 * 针对io模块增加文件锁接口 * [#513](https://github.com/xmake-io/xmake/issues/513): 增加对android/termux终端的支持,可在android设备上执行xmake来构建项目 * [#517](https://github.com/xmake-io/xmake/issues/517): 为target增加`add_cleanfiles`接口,实现快速定制化清理文件 * [#537](https://github.com/xmake-io/xmake/pull/537): 添加`set_runenv`接口去覆盖写入系统envs ### 改进 * [#257](https://github.com/xmake-io/xmake/issues/257): 锁定当前正在构建的工程,避免其他xmake进程同时对其操作 * 尝试采用/dev/shm作为os.tmpdir去改善构建过程中临时文件的读写效率 * [#542](https://github.com/xmake-io/xmake/pull/542): 改进vs系列工具链的unicode输出问题 * 对于安装的lua脚本,启用lua字节码存储,减少安装包大小(<2.4M),提高运行加载效率。 ### Bugs 修复 * [#549](https://github.com/xmake-io/xmake/issues/549): 修复新版vs2019下检测环境会卡死的问题 ## v2.2.7 ### 新特性 * [#455](https://github.com/xmake-io/xmake/pull/455): 支持使用 clang 作为 cuda 编译器,`xmake f --cu=clang` * [#440](https://github.com/xmake-io/xmake/issues/440): 为target/run添加`set_rundir()`和`add_runenvs()`接口设置 * [#443](https://github.com/xmake-io/xmake/pull/443): 添加命令行tab自动完成支持 * 为rule/target添加`on_link`,`before_link`和`after_link`阶段自定义脚本支持 * [#190](https://github.com/xmake-io/xmake/issues/190): 添加`add_rules("lex", "yacc")`规则去支持lex/yacc项目 ### 改进 * [#430](https://github.com/xmake-io/xmake/pull/430): 添加`add_cugencodes()`api为cuda改进设置codegen * [#432](https://github.com/xmake-io/xmake/pull/432): 针对cuda编译支持依赖分析检测(仅支持 CUDA 10.1+) * [#437](https://github.com/xmake-io/xmake/issues/437): 支持指定更新源,`xmake update github:xmake-io/xmake#dev` * [#438](https://github.com/xmake-io/xmake/pull/438): 支持仅更新脚本,`xmake update --scriptonly dev` * [#433](https://github.com/xmake-io/xmake/issues/433): 改进cuda构建支持device-link设备代码链接 * [#442](https://github.com/xmake-io/xmake/issues/442): 改进tests测试框架 ## v2.2.6 ### 新特性 * [#380](https://github.com/xmake-io/xmake/pull/380): 添加导出compile_flags.txt * [#382](https://github.com/xmake-io/xmake/issues/382): 简化域设置语法 * [#397](https://github.com/xmake-io/xmake/issues/397): 添加clib包集成支持 * [#404](https://github.com/xmake-io/xmake/issues/404): 增加Qt/Android编译支持,并且支持android apk生成和部署 * 添加一些Qt空工程模板,例如:`widgetapp_qt`, `quickapp_qt_static` and `widgetapp_qt_static` * [#415](https://github.com/xmake-io/xmake/issues/415): 添加`--cu-cxx`配置参数到`nvcc/-ccbin` * 为Android NDK添加`--ndk_stdcxx=y`和`--ndk_cxxstl=gnustl_static`参数选项 ### 改进 * 改进远程依赖包管理,丰富包仓库 * 改进`target:on_xxx`自定义脚本,去支持匹配`android|armv7-a@macosx,linux|x86_64`模式 * 改进loadfile,优化启动速度,windows上启动xmake时间提速98% ### Bugs 修复 * [#400](https://github.com/xmake-io/xmake/issues/400): 修复qt项目c++语言标准设置无效问题 ## v2.2.5 ### 新特性 * 添加`string.serialize`和`string.deserialize`去序列化,反序列化对象,函数以及其他类型 * 添加`xmake g --menu`去图形化配置全局选项 * [#283](https://github.com/xmake-io/xmake/issues/283): 添加`target:installdir()`和`set_installdir()`接口 * [#260](https://github.com/xmake-io/xmake/issues/260): 添加`add_platformdirs`接口,用户现在可以自定义扩展编译平台 * [#310](https://github.com/xmake-io/xmake/issues/310): 新增主题设置支持,用户可随意切换和扩展主题样式 * [#318](https://github.com/xmake-io/xmake/issues/318): 添加`add_installfiles`接口到target去自定义安装文件 * [#339](https://github.com/xmake-io/xmake/issues/339): 改进`add_requires`和`find_package`使其支持对第三方包管理的集成支持 * [#327](https://github.com/xmake-io/xmake/issues/327): 实现对conan包管理的集成支持 * 添加内置API `find_packages("pcre2", "zlib")`去同时查找多个依赖包,不需要通过import导入即可直接调用 * [#320](https://github.com/xmake-io/xmake/issues/320): 添加模板配置文件相关接口,`add_configfiles`和`set_configvar` * [#179](https://github.com/xmake-io/xmake/issues/179): 扩展`xmake project`插件,新增CMakelist.txt生成支持 * [#361](https://github.com/xmake-io/xmake/issues/361): 增加对vs2019 preview的支持 * [#368](https://github.com/xmake-io/xmake/issues/368): 支持`private, public, interface`属性设置去继承target配置 * [#284](https://github.com/xmake-io/xmake/issues/284): 通过`add_configs()`添加和传递用户自定义配置到`package()` * [#319](https://github.com/xmake-io/xmake/issues/319): 添加`add_headerfiles`接口去改进头文件的设置 * [#342](https://github.com/xmake-io/xmake/issues/342): 为`includes()`添加一些内置的辅助函数,例如:`check_cfuncs` ### 改进 * 针对远程依赖包,改进版本和调试模式切换 * [#264](https://github.com/xmake-io/xmake/issues/264): 支持在windows上更新dev/master版本,`xmake update dev` * [#293](https://github.com/xmake-io/xmake/issues/293): 添加`xmake f/g --mingw=xxx` 配置选线,并且改进find_mingw检测 * [#301](https://github.com/xmake-io/xmake/issues/301): 改进编译预处理头文件以及依赖头文件生成,编译速度提升30% * [#322](https://github.com/xmake-io/xmake/issues/322): 添加`option.add_features`, `option.add_cxxsnippets` 和 `option.add_csnippets` * 移除xmake 1.x的一些废弃接口, 例如:`add_option_xxx` * [#327](https://github.com/xmake-io/xmake/issues/327): 改进`lib.detect.find_package`增加对conan包管理器的支持 * 改进`lib.detect.find_package`并且添加内建的`find_packages("zlib 1.x", "openssl", {xxx = ...})`接口 * 标记`set_modes()`作为废弃接口, 我们使用`add_rules("mode.debug", "mode.release")`来替代它 * [#353](https://github.com/xmake-io/xmake/issues/353): 改进`target:set`, `target:add` 并且添加`target:del`去动态修改target配置 * [#356](https://github.com/xmake-io/xmake/issues/356): 添加`qt_add_static_plugins()`接口去支持静态Qt sdk * [#351](https://github.com/xmake-io/xmake/issues/351): 生成vs201x插件增加对yasm的支持 * 重构改进整个远程依赖包管理器,更加快速、稳定、可靠,并提供更多的常用包 ### Bugs 修复 * 修复无法通过 `set_optimize()` 设置优化选项,如果存在`add_rules("mode.release")`的情况下 * [#289](https://github.com/xmake-io/xmake/issues/289): 修复在windows下解压gzip文件失败 * [#296](https://github.com/xmake-io/xmake/issues/296): 修复`option.add_includedirs`对cuda编译不生效 * [#321](https://github.com/xmake-io/xmake/issues/321): 修复PATH环境改动后查找工具不对问题 ## v2.2.3 ### 新特性 * [#233](https://github.com/xmake-io/xmake/issues/233): 对mingw平台增加windres的支持 * [#239](https://github.com/xmake-io/xmake/issues/239): 添加cparser编译器支持 * 添加插件管理器,`xmake plugin --help` * 添加`add_syslinks`接口去设置系统库依赖,分离与`add_links`添加的库依赖之间的链接顺序 * 添加 `xmake l time xmake [--rebuild]` 去记录编译耗时 * [#250](https://github.com/xmake-io/xmake/issues/250): 添加`xmake f --vs_sdkver=10.0.15063.0`去改变windows sdk版本 * 添加`lib.luajit.ffi`和`lib.luajit.jit`扩展模块 * [#263](https://github.com/xmake-io/xmake/issues/263): 添加object目标类型,仅仅用于编译生成object对象文件 * [#269](https://github.com/xmake-io/xmake/issues/269): 每天第一次构建时候后台进程自动清理最近30天的临时文件 ### 改进 * [#229](https://github.com/xmake-io/xmake/issues/229): 改进vs toolset选择已经vcproj工程文件生成 * 改进编译依赖,对源文件列表的改动进行依赖判断 * 支持解压*.xz文件 * [#249](https://github.com/xmake-io/xmake/pull/249): 改进编译进度信息显示格式 * [#247](https://github.com/xmake-io/xmake/pull/247): 添加`-D`和`--diagnosis`去替换`--backtrace`,改进诊断信息显示 * [#259](https://github.com/xmake-io/xmake/issues/259): 改进 on_build, on_build_file 和 on_xxx 等接口 * 改进远程包管理器,更加方便的包依赖配置切换 * 支持only头文件依赖包的安装 * 支持对包内置links的手动调整,`add_packages("xxx", {links = {}})` ### Bugs 修复 * 修复安装依赖包失败中断后的状态不一致性问题 ## v2.2.2 ### 新特性 * 新增fasm汇编器支持 * 添加`has_config`, `get_config`和`is_config`接口去快速判断option和配置值 * 添加`set_config`接口去设置默认配置 * 添加`$xmake --try`去尝试构建工程 * 添加`set_enabled(false)`去显示的禁用target * [#69](https://github.com/xmake-io/xmake/issues/69): 添加远程依赖包管理, `add_requires("tbox ~1.6.1")` * [#216](https://github.com/xmake-io/xmake/pull/216): 添加windows mfc编译规则 ### 改进 * 改进Qt编译编译环境探测,增加对mingw sdk的支持 * 在自动扫描生成的xmake.lua中增加默认debug/release规则 * [#178](https://github.com/xmake-io/xmake/issues/178): 修改mingw平台下的目标名 * 对于`add_files()`在windows上支持大小写不敏感路径模式匹配 * 改进`detect.sdks.find_qt`对于Qt根目录的探测 * [#184](https://github.com/xmake-io/xmake/issues/184): 改进`lib.detect.find_package`支持vcpkg * [#208](https://github.com/xmake-io/xmake/issues/208): 改进rpath对动态库的支持 * [#225](https://github.com/xmake-io/xmake/issues/225): 改进vs环境探测 ### Bugs 修复 * [#177](https://github.com/xmake-io/xmake/issues/177): 修复被依赖的动态库target,如果设置了basename后链接失败问题 * 修复`$ xmake f --menu`中Exit问题以及cpu过高问题 * [#197](https://github.com/xmake-io/xmake/issues/197): 修复生成的vs201x工程文件带有中文路径乱码问题 * 修复WDK规则编译生成的驱动在Win7下运行蓝屏问题 * [#205](https://github.com/xmake-io/xmake/pull/205): 修复vcproj工程生成targetdir, objectdir路径设置不匹配问题 ## v2.2.1 ### 新特性 * [#158](https://github.com/xmake-io/xmake/issues/158): 增加对Cuda编译环境的支持 * 添加`set_tools`和`add_tools`接口为指定target目标设置编译工具链 * 添加内建规则:`mode.debug`, `mode.release`, `mode.profile`和`mode.check` * 添加`is_mode`, `is_arch` 和`is_plat`内置接口到自定义脚本域 * 添加color256代码 * [#160](https://github.com/xmake-io/xmake/issues/160): 增加对Qt SDK编译环境的跨平台支持,并且增加`qt.console`, `qt.application`等规则 * 添加一些Qt工程模板 * [#169](https://github.com/xmake-io/xmake/issues/169): 支持yasm汇编器 * [#159](https://github.com/xmake-io/xmake/issues/159): 增加对WDK驱动编译环境支持 ### 改进 * 添加FAQ到自动生成的xmake.lua文件,方便用户快速上手 * 支持Android NDK >= r14的版本 * 改进swiftc对warning flags的支持 * [#167](https://github.com/xmake-io/xmake/issues/167): 改进自定义规则:`rule()` * 改进`os.files`和`os.dirs`接口,加速文件模式匹配 * [#171](https://github.com/xmake-io/xmake/issues/171): 改进Qt环境的构建依赖 * 在makefile生成插件中实现`make clean` ### Bugs 修复 * 修复无法通过`add_ldflags("xx", "xx", {force = true})`强制设置多个flags的问题 * [#157](https://github.com/xmake-io/xmake/issues/157): 修复pdb符号输出目录不存在情况下编译失败问题 * 修复对macho格式目标strip all符号失效问题 * [#168](https://github.com/xmake-io/xmake/issues/168): 修复生成vs201x工程插件,在x64下失败的问题 ## v2.1.9 ### 新特性 * 添加`del_files()`接口去从已添加的文件列表中移除一些文件 * 添加`rule()`, `add_rules()`接口实现自定义构建规则,并且改进`add_files("src/*.md", {rule = "markdown"})` * 添加`os.filesize()`接口 * 添加`core.ui.xxx`等cui组件模块,实现终端可视化界面,用于实现跟用户进行短暂的交互 * 通过`xmake f --menu`实现可视化菜单交互配置,简化工程的编译配置 * 添加`set_values`接口到option * 改进option,支持根据工程中用户自定义的option,自动生成可视化配置菜单 * 在调用api设置工程配置时以及在配置菜单中添加源文件位置信息 ### 改进 * 改进交叉工具链配置,通过指定工具别名定向到已知的工具链来支持未知编译工具名配置, 例如: `xmake f --cc=gcc@ccmips.exe` * [#151](https://github.com/xmake-io/xmake/issues/151): 改进mingw平台下动态库生成 * 改进生成makefile插件 * 改进检测错误提示 * 改进`add_cxflags`等flags api的设置,添加force参数,来禁用自动检测和映射,强制设置选项:`add_cxflags("-DTEST", {force = true})` * 改进`add_files`的flags设置,添加force域,用于设置不带自动检测和映射的原始flags:`add_files("src/*.c", {force = {cxflags = "-DTEST"}})` * 改进搜索工程根目录策略 * 改进vs环境探测,支持加密文件系统下vs环境的探测 * 升级luajit到最新2.1.0-beta3 * 增加对linux/arm, arm64的支持,可以在arm linux上运行xmake * 改进vs201x工程生成插件,更好的includedirs设置支持 ### Bugs 修复 * 修复依赖修改编译和链接问题 * [#151](https://github.com/xmake-io/xmake/issues/151): 修复`os.nuldev()`在mingw上传入gcc时出现问题 * [#150](https://github.com/xmake-io/xmake/issues/150): 修复windows下ar.exe打包过长obj列表参数,导致失败问题 * 修复`xmake f --cross`无法配置问题 * 修复`os.cd`到windows根路径问题 ## v2.1.8 ### 新特性 * 添加`XMAKE_LOGFILE`环境变量,启用输出到日志文件 * 添加对tinyc编译器的支持 ### 改进 * 改进对IDE和编辑器插件的集成支持,例如:Visual Studio Code, Sublime Text 以及 IntelliJ IDEA * 当生成新工程的时候,自动生成一个`.gitignore`文件,忽略一些xmake的临时文件和目录 * 改进创建模板工程,使用模板名代替模板id作为参数 * 改进macOS编译平台的探测,如果没有安装xcode也能够进行编译构建,如果有编译器的话 * 改进`set_config_header`接口,支持局部版本号设置,优先于全局`set_version`,例如:`set_config_header("config", {version = "2.1.8", build = "%Y%m%d%H%M"})` ### Bugs 修复 * [#145](https://github.com/xmake-io/xmake/issues/145): 修复运行target的当前目录环境 ## v2.1.7 ### 新特性 * 添加`add_imports`去为target,option和package的自定义脚本批量导入模块,简化自定义脚本 * 添加`xmake -y/--yes`去确认用户输入 * 添加`xmake l package.manager.install xxx`模块,进行跨平台一致性安装软件包 * 添加vscode编辑器插件支持,更加方便的使用xmake,[xmake-vscode](https://marketplace.visualstudio.com/items?itemName=tboox.xmake-vscode#overview) * 添加`xmake macro ..`快速运行最近一次命令 ### 改进 * 改进`cprint()`,支持24位真彩色输出 * 对`add_rpathdirs()`增加对`@loader_path`和`$ORIGIN`的内置变量支持,提供可迁移动态库加载 * 改进`set_version("x.x.x", {build = "%Y%m%d%H%M"})` 支持buildversion设置 * 移除docs目录,将其放置到独立xmake-docs仓库中,减少xmake.zip的大小,优化下载安装的效率 * 改进安装和卸载脚本,支持DESTDIR和PREFIX环境变量设置 * 通过缓存优化flags探测,加速编译效率 * 添加`COLORTERM=nocolor`环境变量开关,禁用彩色输出 * 移除`add_rbindings`和`add_bindings`接口 * 禁止在重定向的时候进行彩色输出,避免输出文件中带有色彩代码干扰 * 更新tbox工程模板 * 改进`lib.detect.find_program`模块接口 * 为windows cmd终端增加彩色输出 * 增加`-w|--warning`参数来启用实时警告输出 ### Bugs 修复 * 修复`set_pcxxheader`编译没有继承flags配置问题 * [#140](https://github.com/xmake-io/xmake/issues/140): 修复`os.tmpdir()`在fakeroot下的冲突问题 * [#142](https://github.com/xmake-io/xmake/issues/142): 修复`os.getenv` 在windows上的中文编码问题 * 修复在带有空格路径的情况下,编译错误问题 * 修复setenv空值的崩溃问题 ## v2.1.6 ### 改进 * 改进`add_files`,支持对files粒度进行编译选项的各种配置,更加灵活。 * 从依赖的target和option中继承links和linkdirs。 * 改进`target.add_deps`接口,添加继承配置,允许手动禁止依赖继承,例如:`add_deps("test", {inherit = false})` * 移除`tbox.pkg`二进制依赖,直接集成tbox源码进行编译 ### Bugs 修复 * 修复目标级联依赖问题 * 修复`target:add`和`option:add`问题 * 修复在archlinux上的编译和安装问题 * 修复`/ZI`的兼容性问题,用`/Zi`替代 ## v2.1.5 ### 新特性 * [#83](https://github.com/xmake-io/xmake/issues/83): 添加 `add_csnippet`,`add_cxxsnippet`到`option`来检测一些编译器特性 * [#83](https://github.com/xmake-io/xmake/issues/83): 添加用户扩展模块去探测程序,库文件以及其他主机环境 * 添加`find_program`, `find_file`, `find_library`, `find_tool`和`find_package` 等模块接口 * 添加`net.*`和`devel.*`扩展模块 * 添加`val()`接口去获取内置变量,例如:`val("host")`, `val("env PATH")`, `val("shell echo hello")` and `val("reg HKEY_LOCAL_MACHINE\\XX;Value")` * 增加对微软.rc资源文件的编译支持,当在windows上编译时,可以增加资源文件了 * 增加`has_flags`, `features`和`has_features`等探测模块接口 * 添加`option.on_check`, `option.after_check` 和 `option.before_check` 接口 * 添加`target.on_load`接口 * [#132](https://github.com/xmake-io/xmake/issues/132): 添加`add_frameworkdirs`接口 * 添加`lib.detect.has_xxx`和`lib.detect.find_xxx`接口 * 添加`add_moduledirs`接口在工程中定义和加载扩展模块 * 添加`includes`接口替换`add_subdirs`和`add_subfiles` * [#133](https://github.com/xmake-io/xmake/issues/133): 改进工程插件,通过运行`xmake project -k compile_commands`来导出`compile_commands.json` * 添加`set_pcheader`和`set_pcxxheader`去支持跨编译器预编译头文件,支持`gcc`, `clang`和`msvc` * 添加`xmake f -p cross`平台用于交叉编译,并且支持自定义平台名 ### 改进 * [#87](https://github.com/xmake-io/xmake/issues/87): 为依赖库目标自动添加:`includes` 和 `links` * 改进`import`接口,去加载用户扩展模块 * [#93](https://github.com/xmake-io/xmake/pull/93): 改进 `xmake lua`,支持运行单行命令和模块 * 改进编译错误提示信息输出 * 改进`print`接口去更好些显示table数据 * [#111](https://github.com/xmake-io/xmake/issues/111): 添加`--root`通用选项去临时支持作为root运行 * [#113](https://github.com/xmake-io/xmake/pull/113): 改进权限管理,现在作为root运行也是非常安全的 * 改进`xxx_script`工程描述api,支持多平台模式选择, 例如:`on_build("iphoneos|arm*", function (target) end)` * 改进内置变量,支持环境变量和注册表数据的获取 * 改进vstudio环境和交叉工具链的探测 * [#71](https://github.com/xmake-io/xmake/issues/71): 改进从环境变量中探测链接器和编译器 * 改进option选项检测,通过多任务检测,提升70%的检测速度 * [#129](https://github.com/xmake-io/xmake/issues/129): 检测链接依赖,如果源文件没有改变,就不必重新链接目标文件了 * 在vs201x工程插件中增加对`*.asm`文件的支持 * 标记`add_bindings`和`add_rbindings`为废弃接口 * 优化`xmake rebuild`在windows上的构建速度 * 将`core.project.task`模块迁移至`core.base.task` * 将`echo` 和 `app2ipa` 插件迁移到 [xmake-plugins](https://github.com/xmake-io/xmake-plugins) 仓库 * 添加`set_config_header("config.h", {prefix = ""})` 代替 `set_config_h` 和 `set_config_h_prefix` ### Bugs 修复 * 修复`try-catch-finally` * 修复解释器bug,解决当加载多级子目录时,根域属性设置不对 * [#115](https://github.com/xmake-io/xmake/pull/115): 修复安装脚本`get.sh`的路径问题 * 修复`import()`导入接口的缓存问题 ## v2.1.4 ### 新特性 * [#68](https://github.com/xmake-io/xmake/issues/68): 增加`$(programdir)`和`$(xmake)`内建变量 * 添加`is_host`接口去判断当前的主机环境 * [#79](https://github.com/xmake-io/xmake/issues/79): 增强`xmake lua`,支持交互式解释执行 ### 改进 * 修改菜单选项颜色 * [#71](https://github.com/xmake-io/xmake/issues/71): 针对widows编译器改进优化选项映射 * [#73](https://github.com/xmake-io/xmake/issues/73): 尝试获取可执行文件路径来作为xmake的脚本目录 * 在`add_subdirs`中的子`xmake.lua`中,使用独立子作用域,避免作用域污染导致的干扰问题 * [#78](https://github.com/xmake-io/xmake/pull/78): 美化非全屏终端窗口下的`xmake --help`输出 * 避免产生不必要的`.xmake`目录,如果不在工程中的时候 ### Bugs 修复 * [#67](https://github.com/xmake-io/xmake/issues/67): 修复 `sudo make install` 命令权限问题 * [#70](https://github.com/xmake-io/xmake/issues/70): 修复检测android编译器错误 * 修复临时文件路径冲突问题 * 修复`os.host`, `os.arch`等接口 * 修复根域api加载干扰其他子作用域问题 * [#77](https://github.com/xmake-io/xmake/pull/77): 修复`cprint`色彩打印中断问题 ## v2.1.3 ### 新特性 * [#65](https://github.com/xmake-io/xmake/pull/65): 为target添加`set_default`接口用于修改默认的构建所有targets行为 * 允许在工程子目录执行`xmake`命令进行构建,xmake会自动检测所在的工程根目录 * 添加`add_rpathdirs` api到target和option,支持动态库的自动加载运行 ### 改进 * [#61](https://github.com/xmake-io/xmake/pull/61): 提供更加安全的`xmake install` and `xmake uninstall`任务,更友好的处理root安装问题 * 提供`rpm`, `deb`和`osxpkg`安装包 * [#63](https://github.com/xmake-io/xmake/pull/63): 改进安装脚本,实现更加安全的构建和安装xmake * [#61](https://github.com/xmake-io/xmake/pull/61): 禁止在root权限下运行xmake命令,增强安全性 * 改进工具链检测,通过延迟延迟检测提升整体检测效率 * 当自动扫面生成`xmake.lua`时,添加更友好的用户提示,避免用户无操作 ### Bugs 修复 * 修复版本检测的错误提示信息 * [#60](https://github.com/xmake-io/xmake/issues/60): 修复macosx和windows平台的xmake自举编译 * [#64](https://github.com/xmake-io/xmake/issues/64): 修复构建android `armv8-a`架构失败问题 * [#50](https://github.com/xmake-io/xmake/issues/50): 修复构建android可执行程序,无法运行问题 ## v2.1.2 ### 新特性 * 添加aur打包脚本,并支持用`yaourt`包管理器进行安装。 * 添加[set_basename](#http://xmake.io/#/zh/manual?id=targetset_basename)接口,便于定制化修改生成后的目标文件名 ### 改进 * 支持vs2017编译环境 * 支持编译android版本的rust程序 * 增强vs201x工程生成插件,支持同时多模式、架构编译 ### Bugs 修复 * 修复编译android程序,找不到系统头文件问题 * 修复检测选项行为不正确问题 * [#57](https://github.com/xmake-io/xmake/issues/57): 修复代码文件权限到0644 ## v2.1.1 ### 新特性 * 添加`--links`, `--linkdirs` and `--includedirs` 配置参数 * 添加app2ipa插件 * 为`xmake.lua`工程描述增加dictionay语法风格 * 提供智能扫描编译模式,在无任何`xmake.lua`等工程描述文件的情况下,也能直接快速编译 * 为`xmake.lua`工程描述添加`set_xmakever`接口,更加友好的处理版本兼容性问题 * 为`objc`和`swift`程序添加`add_frameworks`接口 * 更加快速方便的多语言扩展支持,增加`golang`, `dlang`和`rust`程序构建的支持 * 添加`target_end`, `option_end` 和`task_end`等可选api,用于显示结束描述域,进入根域设置,提高可读性 * 添加`golang`, `dlang`和`rust`工程模板 ### 改进 * 工程生成插件支持vs2017 * 改进gcc/clang编译器警告和错误提示 * 重构代码架构,改进多语言支持,更加方便灵活的扩展语言支持 * 改进print接口,同时支持原生lua print以及格式化打印 * 如果xmake.lua不存在,自动扫描工程代码文件,并且生成xmake.lua进行编译 * 修改license,使用更加宽松的Apache License 2.0 * 移除一些二进制工具文件 * 移除install.bat脚本,提供windows nsis安装包支持 * 使用[docute](https://github.com/egoist/docute)重写[文档](http://www.xmake.io/#/zh/),提供更加完善的文档支持 * 增强`os.run`, `os.exec`, `os.cp`, `os.mv` 和 `os.rm` 等接口,支持通配符模式匹配和批量文件操作 * 精简和优化构建输出信息,添加`-q|--quiet`选项实现静默构建 * 改进`makefile`生成插件,抽取编译工具和编译选项到全局变量 ### Bugs 修复 * [#41](https://github.com/waruqi/xmake/issues/41): 修复在windows下自动检测x64失败问题 * [#43](https://github.com/waruqi/xmake/issues/43): 避免创建不必要的.xmake工程缓存目录 * 针对android版本添加c++ stl搜索目录,解决编译c++失败问题 * 修复在rhel 5.10上编译失败问题 * 修复`os.iorun`返回数据不对问题 ## v2.0.5 ### 新特性 * 为解释器作用域增加一些内建模块支持 * 针对windows x64平台,支持ml64汇编器 ### 改进 * 增强ipairs和pairs接口,支持过滤器模式,简化脚本代码 * 为vs201x工程生成增加文件filter * 移除`core/tools`目录以及msys工具链,在windows上使用xmake自编译core源码进行安装,优化xmake源码磁盘空间 * 移除`xmake/packages`,默认模板安装不再内置二进制packages,暂时需要手动放置,以后再做成自动包依赖下载编译 ### Bugs 修复 * 修复msvc的编译选项不支持问题:`-def:xxx.def` * 修复ml.exe汇编器脚本 * 修复选项链接顺序问题 ## v2.0.4 ### 新特性 * 在`xmake.lua`中添加原生shell支持,例如:`add_ldflags("$(shell pkg-config --libs sqlite3)")` * 编译windows目标程序,默认默认启用pdb符号文件 * 在windows上添加调试器支持(vsjitdebugger, ollydbg, windbg ... ) * 添加`getenv`接口到`xmake.lua`的全局作用域中 * 添加生成vstudio工程插件(支持:vs2002 - vs2015) * 为option添加`set_default`接口 ### 改进 * 增强内建变量的处理 * 支持字符串类型的选项option设置 ### Bugs 修复 * 修复在linux下检测ld连接器失败,如果没装g++的话 * 修复`*.cxx`编译失败问题 ## v2.0.3 ### 新特性 * 增加头文件依赖自动检测和增量编译,提高编译速度 * 在终端中进行颜色高亮提示 * 添加调试器支持,`xmake run -d program ...` ### 改进 * 增强运行shell的系列接口 * 更新luajit到v2.0.4版本 * 改进makefile生成插件,移除对xmake的依赖,并且支持`windows/linux/macosx`等大部分pc平台 * 优化多任务编译速度,在windows下编译提升较为明显 ### Bugs 修复 * 修复安装目录错误问题 * 修复`import`根目录错误问题 * 修复在多版本vs同时存在的情况下,检测vs环境失败问题 ## v2.0.2 ### 改进 * 修改安装和卸载的action处理 * 更新工程模板 * 增强函数检测 ### Bugs 修复 * [#7](https://github.com/waruqi/xmake/issues/7): 修复用模板创建工程后,target名不对问题:'[targetname]' * [#9](https://github.com/waruqi/xmake/issues/9): 修复clang不支持c++11的问题 * 修复api作用域泄露问题 * 修复在windows上的一些路径问题 * 修复检测宏函数失败问题 * 修复检测工具链失败问题 * 修复windows上编译android版本失败 ## v2.0.1 ### 新特性 * 增加task任务机制,可运行自定义任务脚本 * 实现plugin扩展机制,可以很方便扩展实现自定义插件,目前已实现的一些内置插件 * 增加project文件导出插件(目前已支持makefile的生成,后续会支持:vs, xcode等工程的生成) * 增加hello xmake插件(插件demo) * 增加doxygen文档生成插件 * 增加自定义宏脚本插件(支持动态宏记录、宏回放、匿名宏、批量导入、导出等功能) * 增加更多的类库用于插件化开发 * 实现异常捕获机制,简化上层调用逻辑 * 增加多个option进行宏绑定,实现配置一个参数,就可以同时对多个配置进行生效 * 增加显示全局构建进度 ### 改进 * 重构整个xmake.lua描述文件的解释器,更加的灵活可扩展 * 更加严格的语法检测机制 * 更加严格的作用域管理,实现沙盒引擎,对xmake.lua中脚本进行沙盒化处理,使得xmake.lua更加的安全 * 简化模板的开发,简单几行描述就可以扩展一个新的自定义工程模板 * 完全模块化platforms、tools、templates、actions,以及通过自注册机制,只需把自定义的脚本放入对应目录,就可实现快速扩展 * 针对所有可扩展脚本所需api进行大量简化,并实现大量类库,通过import机制进行导入使用 * 移除对gnu make/nmake等make工具的依赖,不再需要makefile,实现自己的make算法, * 优化构建速度,支持多任务编译(支持vs编译器)(实测:比v1.0.4提升x4倍的构建性能) * 优化自动检测机制,更加的稳定和准确 * 修改部分工程描述api,增强扩展性,减少一些命名歧义(对低版本向下兼容) * 优化静态库合并:`add_files("*.a")`,修复一些bug * 优化交叉编译,通过`--sdk=xxx`参数实现更加方便智能的进行交叉编译配置,简化mingw平台的编译配置 * 简化命令行配置开关, 支持`xmake config --xxx=[y|n|yes|no|true|false]`等开关值 * 合并iphoneos和iphonesimulator平台,以及watchos和watchsimulator平台,通过arch来区分,使得打包更加方便,能够支持一次性打包iphoneos的所有arch到一个包中 ### Bugs 修复 * [#3](https://github.com/waruqi/xmake/issues/3): 修复ArchLinux 编译失败问题 * [#4](https://github.com/waruqi/xmake/issues/4): 修复windows上安装失败问题 * 修复windows上环境变量设置问题 ## v1.0.4 ### 新特性 * 增加对windows汇编器的支持 * 为xmake create增加一些新的工程模板,支持tbox版本 * 支持swift代码 * 针对-v参数,增加错误输出信息 * 增加apple编译平台:watchos, watchsimulator的编译支持 * 增加对windows: x64, amd64, x86_amd64架构的编译支持 * 实现动态库和静态库的快速切换 * 添加-j/--jobs参数,手动指定是否多任务编译,默认改为单任务编译 ### 改进 * 增强`add_files`接口,支持直接添加`*.o/obj/a/lib`文件,并且支持静态库的合并 * 裁剪xmake的安装过程,移除一些预编译的二进制程序 ### Bugs 修复 * [#1](https://github.com/waruqi/xmake/issues/4): 修复win7上安装失败问题 * 修复和增强工具链检测 * 修复一些安装脚本的bug, 改成外置sudo进行安装 * 修复linux x86_64下安装失败问题 ## v1.0.3 ### 新特性 * 添加set_runscript接口,支持自定义运行脚本扩展 * 添加import接口,使得在xmake.lua中可以导入一些扩展模块,例如:os,path,utils等等,使得脚本更灵活 * 添加android平台arm64-v8a支持 ### Bugs 修复 * 修复set_installscript接口的一些bug * 修复在windows x86_64下,安装失败的问题 * 修复相对路径的一些bug