| Age | Commit message (Collapse) | Author |
|
enhancing flexibility in plugin sourcing.
|
|
GitHub and local directories, and streamline repository handling in the task system.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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]>
|
|
|
|
improve to find vcpkg packages
|
|
|
|
|
|
fix clang c++_static runtime
|
|
|
|
refactor emcc detection to support both .exe and .bat on windows
|
|
Fixes #7658
|
|
fix bin2obj for some archs
|
|
|
|
Add transform support for bin2obj/bin2c
|
|
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`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
improve pch for std modules
|
|
|
|
|
|
|
|
|
|
Improve custom source types in Solution Explorer
|
|
|
|
|
|
This allows seeing source files added by add_files but not directly
supported by xmake (e.g. when support is provided by a custom rule)
|
|
|
|
fix(deb): Avoid passing empty PATH arguments to debuild
|
|
|
|
|
|
Fix pkgconfig path for bsd in meson.lua
|
|
|