| Age | Commit message (Collapse) | Author |
|
refactor emcc detection to support both .exe and .bat on windows
|
|
Fixes #7658
|
|
fix bin2obj for some archs
|
|
|
|
|
|
|
|
|
|
Add transform support for bin2obj/bin2c
|
|
|
|
Update NDK's sdkver for riscv64 architecture
|
|
|
|
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`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add pic to package test
|
|
|
|
improve error tips
|
|
|
|
update tbox to remove readonly dir
|
|
|
|
Fix path translate
|
|
|
|
|
|
|
|
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(emsdk): improve emcc detection logic by adding fallback search
|
|
|
|
fix(deb): Avoid passing empty PATH arguments to debuild
|
|
|
|
Enforce static linkage of readline and curses for mingw platform support
|
|
|
|
add filter support for xpack
|
|
|
|
|