summaryrefslogtreecommitdiff
path: root/xmake/core
AgeCommit message (Expand)Author
2026-02-02add utf8.bomruki
2026-02-01add target flags for cross-compilationruki
2026-02-01Merge pull request #7285 from luadebug/shellruki
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-31refactor compile_commands policy to use generator namespaceSaikari
2026-01-30Simplify file access check in os.luaSaikari
2026-01-30enhance compile_commands support and add test casesSaikari
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-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-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
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 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-25revert compileruki
2026-01-24improve fpcruki
2026-01-21move deprecated apis to tailruki
2026-01-21mark string.encode/decode as deprecatedruki
2026-01-21add utf8.reverseruki
2026-01-21add utf8.byteruki
2026-01-21mark wcswidth deprecatedruki
2026-01-21add utf8.widthruki