summaryrefslogtreecommitdiff
path: root/xmake
AgeCommit message (Collapse)Author
2026-01-30optimize os.isexecruki
2026-01-30add some commentsruki
2026-01-30improve os.isexecruki
2026-01-30fix os.isexecruki
2026-01-30fix os.isexecruki
2026-01-30detect ape formatruki
2026-01-30detect shebang formatruki
2026-01-30fix binutilsruki
2026-01-30add bintuils.formatruki
2026-01-29Add is_pefile function to check for PE file signatures on WindowsSaikari
2026-01-29Enhance os.isexec function to support additional Windows executable suffixesSaikari
2026-01-29Refactor os.isexec function to simplify Windows executable checks by ↵Saikari
removing redundant extension checks
2026-01-29Enhance os.isexec function to support .sh files as executable extensionsSaikari
2026-01-29Remove parse_pe function and related tests to streamline Windows executable ↵Saikari
handling
2026-01-28Merge branch 'dev' into isexecSaikari
2026-01-28Enhance os.isexec function to include .exe extension checks and streamline ↵Saikari
PE header validation for Windows executables
2026-01-28Refine os.isexec function to improve architecture checks for Windows executablesSaikari
2026-01-28Enhance os.isexec function to improve Windows executable detection and add ↵Saikari
PE header checks
2026-01-28Add parse_pe function to check for PE headers and enhance os.isexec for WindowsSaikari
2026-01-28Merge pull request #7267 from luadebug/linux-shellruki
enhance shell detection for Linux by checking parent process
2026-01-28Enhance os.isexec function to correctly identify Windows executable filesSaikari
2026-01-28Enhance os.isexec function to support Windows executable checksSaikari
2026-01-28Update tty.luaruki
2026-01-28Add os.access function for file access checkingSaikari
2026-01-27Merge pull request #7269 from luadebug/zig-crossruki
add target architecture validation for cross-compilation in zig toolchain
2026-01-27Improve target handling for cross-compilationruki
Refactor target and architecture initialization logic for cross-compilation support.
2026-01-27limit shell detection loop to prevent excessive iterationsSaikari
2026-01-27remove debug print statement from _find_shell_from_parent functionSaikari
2026-01-27limit shell detection loop to prevent infinite iterationsSaikari
2026-01-27refactor _find_shell_from_parent function for improved shell detection and ↵Saikari
error handling
2026-01-27Merge pull request #7268 from luadebug/nim-incrementruki
add dependency file generation for Nim source files
2026-01-27Merge pull request #7270 from xmake-io/schemeruki
improve to select scheme version
2026-01-27fix scheme sourceruki
2026-01-27improve to select scheme versionruki
2026-01-27enhance target architecture handling for cross-compilation in zig toolchainSaikari
2026-01-27Merge pull request #7266 from xmake-io/pchruki
fix pch header extension
2026-01-27refactor target architecture validation in zig toolchainSaikari
2026-01-27refactor: extract dependency generation logic into a separate functionSaikari
2026-01-27fix: update environment variable retrieval in build_sourcefiles functionSaikari
2026-01-27refactor _find_shell_from_parent function to simplify error handling for ↵Saikari
shell path retrieval
2026-01-27add function to find shell from parent process in LinuxSaikari
2026-01-27refactor tty.shell to use os.tmpfile and os.runv for improved file handlingSaikari
2026-01-27add target architecture validation for cross-compilation in zig toolchainSaikari
2026-01-27add dependency file generation for Nim source filesSaikari
2026-01-27add support for PowerShell in shell detectionSaikari
2026-01-27add support for Alacritty terminal in tty.term functionSaikari
2026-01-26enhance shell detection for Linux by checking parent processSaikari
2026-01-27fix package tipsruki
2026-01-27improve tipsruki
2026-01-27fix package tipsruki