summaryrefslogtreecommitdiff
path: root/xmake/core/base
AgeCommit message (Expand)Author
2026-03-30update more commentsruki
2026-03-30update more commentsruki
2026-03-30update commentsruki
2026-03-30update commentsruki
2026-03-26improve more commentsruki
2026-03-26update more commentsruki
2026-03-26update more commentsruki
2026-03-26improve commentsruki
2026-03-23fix some typosruki
2026-02-19update commentsruki
2026-02-19improve os.tmpdirruki
2026-02-19fix tmpdir for haikuruki
2026-02-07fix missdll errorsmissdllruki
2026-02-07fix missdllruki
2026-02-07improve missing dllsruki
2026-02-07improve run policy and missing dllruki
2026-02-06Resolve commentsSaikari
2026-02-05fix logicSaikari
2026-02-06fix os.isexecruki
2026-02-05fix os.isexecruki
2026-02-02add utf8.bomruki
2026-02-01refactor: improve process retrieval for Windows and Linux in tty moduleSaikari
2026-01-31add process retrieval for Windows in tty and winos modulesSaikari
2026-01-30improve errorsruki
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-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-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-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