| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-08-06 | Merge pull request #7688 from xmake-io/runtime | ruki | |
| improve clang static libc++ runtimes | |||
| 2026-08-06 | improve libc++ links | ruki | |
| 2026-08-05 | rewrite to install plugin from xmake-repo | ruki | |
| 2026-08-05 | update package comments | ruki | |
| 2026-08-04 | improve clang static libc++ runtimes | ruki | |
| 2026-07-30 | fix set_pcheader for msvc in c mode | 0xb1aded | |
| 2026-07-29 | fix masm symbol flags for embed/edit levels | Stefan Boberg | |
| masm only supports -Zi/-Zd; the -Z7 and -ZI flags of cl.exe are rejected with warning A4018, and without -WX the flag is silently dropped, so `set_symbols("debug", "embed")` produced asm objects without any debug info. -Zi already embeds debug info in the object file (masm has no compile-time pdb), so the embed and edit levels now degrade to it. Also fix the gcc-style -g mapping which had the same problem. Fixes #7675 Co-Authored-By: Claude Fable 5 <[email protected]> | |||
| 2026-07-29 | add fallback download support | ruki | |
| 2026-07-27 | Merge pull request #7666 from xmake-io/vcpkg3 | ruki | |
| improve to find vcpkg packages | |||
| 2026-07-26 | fix pass path to cmakecmake | ruki | |
| 2026-07-25 | improve to find vcpkg packages | ruki | |
| 2026-07-24 | Merge pull request #7661 from xmake-io/clang | ruki | |
| fix clang c++_static runtime | |||
| 2026-07-25 | revert static libc++ link for clangclang | ruki | |
| 2026-07-19 | Merge pull request #7659 from ifarbod/ifarbod/fix-emcc-detection | ruki | |
| refactor emcc detection to support both .exe and .bat on windows | |||
| 2026-07-19 | refactor emcc detection to support both .exe and .bat on windows | iFarbod | |
| Fixes #7658 | |||
| 2026-07-18 | Merge pull request #7655 from xmake-io/binutils | ruki | |
| fix bin2obj for some archs | |||
| 2026-07-18 | detect obj flags for bin2elf | ruki | |
| 2026-07-18 | Merge pull request #7654 from xmake-io/bin2obj | ruki | |
| Add transform support for bin2obj/bin2c | |||
| 2026-07-18 | Update NDK's sdkver for riscv64 architecture | iFarbod | |
| When the riscv64 architecture was first introduced, it was at 35, but that version was never usable outside of internal dev environments, the libraries for linking are actually in `36`. | |||
| 2026-07-18 | add transform lua file support | ruki | |
| 2026-07-18 | improve sandbox to fork raw script | ruki | |
| 2026-07-17 | add batchcmds:call and transform for bin2obj/c | ruki | |
| 2026-07-10 | fix: avoid stack buffer overflow for long paths in path translation | Saikari | |
| 2026-07-09 | Merge pull request #7563 from xmake-io/modules | ruki | |
| improve pch for std modules | |||
| 2026-07-08 | fix crash in contains modules | ruki | |
| 2026-07-08 | fix pch for std modules | ruki | |
| 2026-07-08 | add has flags for filc | ruki | |
| 2026-07-08 | improve pch for std modules | ruki | |
| 2026-07-06 | fix(emsdk): improve emcc detection logic by adding fallback search | Saikari | |
| 2026-07-02 | Merge pull request #7633 from EZ4Stephen/EZ4Stephen-patch-1 | ruki | |
| Fix pkgconfig path for bsd in meson.lua | |||
| 2026-07-01 | Apply reviewer's fix | EZ4Stephen | |
| 2026-07-01 | Fix pkgconfig path for bsd in meson.lua | EZ4Stephen | |
| 2026-06-30 | update api checkers | ruki | |
| 2026-06-30 | add add_toolset checker | ruki | |
| 2026-06-25 | improve to get output for cl | ruki | |
| 2026-06-25 | use vstool.iorunv in has_flags | ruki | |
| 2026-06-21 | improve cargo/install_package | ruki | |
| 2026-06-21 | Merge pull request #7564 from Akylzhan/vcpkg_depend_info | ruki | |
| fix vcpkg find_package in manifest mode | |||
| 2026-06-20 | Merge pull request #7611 from RolandHughes/cache-env-var-fix | ruki | |
| issue 7576 | |||
| 2026-06-19 | issue 7576 | Roland Hughes | |
| Fixed XMAKE_PKG_CACHEDIR bug. Wasn't being passed to the child process. | |||
| 2026-06-18 | remove deduplicated targets | ruki | |
| 2026-06-18 | improve to check multiple targets | ruki | |
| 2026-06-18 | check multiple targets | ruki | |
| 2026-06-18 | improve to get targets | ruki | |
| 2026-06-17 | add targets arugment support | ruki | |
| 2026-06-12 | Merge pull request #7600 from Shiffted/ccache-fix | ruki | |
| fix setting build_cache.is_enabled memcache | |||
| 2026-06-11 | fix setting build_cache enabled memcache | Shiffted | |
| 2026-06-11 | pass explicit tar compression flags | Shiffted | |
| 2026-06-11 | add fallback checks for gzip and tar detection | Shiffted | |
| 2026-06-07 | add find xcodebuild | ruki | |
