summaryrefslogtreecommitdiff
path: root/xmake
AgeCommit message (Expand)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 removing...Saikari
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 h...Saikari
2026-01-28Merge branch 'dev' into isexecSaikari
2026-01-28Enhance os.isexec function to include .exe extension checks and streamline PE...Saikari
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 PE...Saikari
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
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
2026-01-27Improve target handling for cross-compilationruki
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 er...Saikari
2026-01-27Merge pull request #7268 from luadebug/nim-incrementruki
2026-01-27Merge pull request #7270 from xmake-io/schemeruki
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
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 shel...Saikari
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