summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-02-06fix find emsdkemccruki
2026-02-05Merge pull request #7295 from xmake-io/testoutruki
support test output files
2026-02-06improve xmake testruki
2026-02-06fix os.isexecruki
2026-02-06add some commentsruki
2026-02-06support test output filesruki
2026-02-05Merge pull request #7294 from xmake-io/toolchainruki
fix package toolchain
2026-02-05fix os.isexecruki
2026-02-05fix package toolchainruki
2026-02-05improve os.mv to support longpathruki
2026-02-05update tbox to support longpathruki
2026-02-04Merge pull request #7290 from xmake-io/vsruki
improve vcvars
2026-02-04fix review issuesvsruki
2026-02-04improve tipsruki
2026-02-04improve tipsruki
2026-02-04improve tipsruki
2026-02-04improve tipsruki
2026-02-04format coderuki
2026-02-04improve vcvarsruki
2026-02-03Merge pull request #7284 from luadebug/stdinruki
Add `--stdin`
2026-02-03Update engine.cruki
2026-02-03Refactor script content handling in main.luaruki
Removed Windows-specific shell handling for script content.
2026-02-03Fix syntax for pwsh_multi test caseruki
2026-02-03Update test.luaruki
2026-02-02Fix shell and command test cases for output consistencyruki
2026-02-02Update test.luaruki
2026-02-02Update test.luaruki
2026-02-02add utf8.bomruki
2026-02-02Update test.luaruki
2026-02-02Update test.luaruki
2026-02-02Update engine.cruki
2026-02-02trySaikari
2026-02-02refactor: fix pwsh and cosmocc "exec format error" handling for MacOSSaikari
2026-02-02refactor: remove MacOS specific workaround for pwsh and cosmocc exec format ↵Saikari
error
2026-02-02rerun for cosmocc ciSaikari
2026-02-02refactor: update MacOS handling in main function for xmake executionSaikari
2026-02-02refactor: simplify ape program file handling in test cases and remove unused ↵Saikari
functions
2026-02-02refactor: enhance test_shell function for improved command execution and ↵Saikari
output handling
2026-02-02refactor: correct path handling for xmake program file in main functionSaikari
2026-02-02refactor: correct variable usage for ape programfile detection in main functionSaikari
2026-02-02refactor: streamline xmake path resolution and improve ape programfile handlingSaikari
2026-02-02refactor: enhance stdin command tests by adding multi-line and semicolon ↵Saikari
command handling
2026-02-02refactor: remove unnecessary header check for ape executable on LinuxSaikari
2026-02-02refactor: simplify script content handling in _get_script_from_stdin functionSaikari
2026-02-02refactor: improve stdin command formatting for better cross-platform ↵Saikari
compatibility
2026-02-02refactor: enhance fix_ape_programfile function to improve argument handling ↵Saikari
and add executable header check
2026-02-02refactor: enhance stdin script handling by improving string trimming logicSaikari
2026-02-02try formatSaikari
2026-02-02refactor: simplify file handling in fix_ape_programfile functionSaikari
2026-02-02Refactor BOM removal in script input handlingSaikari