| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
The rule mrc definition was emitted and the .rc.obj was listed as a link
input, but no build edge was generated for it, so a clean ninja build
failed with "missing and no known rule to make it".
Fixes #7682
Co-Authored-By: Claude Fable 5 <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
display
|
|
|
|
error handling during installation
|
|
handling during installation and updates
|
|
enhancing flexibility in plugin sourcing.
|
|
GitHub and local directories, and streamline repository handling in the task system.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
Updated the PATH environment variable handling in the debuild command to ensure it defaults to an empty string if not set.
|
|
|
|
#7618
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix: #7585
|
|
already absolute
On Windows, path.join(projectdir, absolutePath) concatenates instead of replacing, producing oubled paths like projectdir/C:/...full/path.
Source batch files happen to be relative so they were unaffected. headerfiles are absolute and triggered the bug.
|
|
Handle compilers/linkers frontend variants more accurately when generating cmakelists file
|
|
|
|
|
|
|
|
|