summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
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