summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2026-02-02refactor: extract stdin script handling into a separate function for ↵Saikari
improved readability and maintainability
2026-02-02refactor: streamline utf8 BOM removal process in script content handlingSaikari
2026-02-02refactor: replace hardcoded utf8 BOM check with utf8.bom constant for ↵Saikari
improved maintainability
2026-02-02Merge branch 'xmake-io:dev' into stdinSaikari
2026-02-02refactor: replace os.host() checks with is_host() for consistency and claritySaikari
2026-02-02refactor: extract fix_ape_programfile function for improved readability and ↵Saikari
maintainability
2026-02-02refactor: reorder resolve_path and main function definitions for improved ↵Saikari
readability
2026-02-02refactor: streamline stdin script handling for Windows compatibilitySaikari
2026-02-02refactor: enhance path resolution for xmake and improve MacOS stdin command ↵Saikari
handling
2026-02-02Merge pull request #7280 from xmake-io/llvmruki
add target flags only for cross-compilation
2026-02-02refactor: improve ape programfile detection for Linux and enhance MacOS ↵Saikari
stdin command handling
2026-02-02refactor: streamline APE loader mode handling for Linux and improve MacOS ↵Saikari
compatibility
2026-02-02refactor: enhance Linux APE loader mode handling and update MacOS stdin ↵Saikari
command format
2026-02-02refactor: update run_stdin command for MacOS compatibilitySaikari
2026-02-01refactor: update stdin command format for Linux compatibilitySaikari
2026-02-01refactor: rename temporary xmake directory and update copy command for alias ↵Saikari
setup
2026-02-01refactor: update PowerShell stdin command format for macOS compatibilitySaikari
2026-02-01refactor: standardize indentation and formatting in stdin test scriptSaikari
2026-02-01refactor: ensure executable permissions for xmake alias on non-Windows platformsSaikari
2026-02-01refactor: enhance APE/Cosmocc workaround by creating a temporary xmake alias ↵Saikari
for compatibility
2026-02-01refactor: update PowerShell stdin command format for macOS compatibilitySaikari
2026-02-01refactor: update PowerShell test commands to use a unified run_stdin format. ↵Saikari
Maybe would work with APE file format?
2026-02-01refactor: update PowerShell test commands to use sh for stdin executionSaikari