summaryrefslogtreecommitdiff
path: root/xmake/core/sandbox/modules/import/lib
AgeCommit message (Collapse)Author
2026-07-17rename sandbox.load to sandbox.callruki
2026-03-29improve const limit codesruki
2026-03-29fix const limit on lua5.5ruki
2026-02-17revert ok, errors = sandbox.load(opt.check, program)Saikari
2026-02-17clearSaikari
2026-02-16retrySaikari
2026-02-16retrySaikari
2026-02-16retrySaikari
2026-02-16try move into find_gccSaikari
2026-02-16Update comment to include issue reference for gcc.exeSaikari
Added reference to GitHub issue regarding GIGA-BYTE signed gcc.exe.
2026-02-16enhance signature check for gcc.exe to handle both absolute and relative pathsSaikari
2026-02-16try improve wrapper. it wont work if we pass just gcc.exe instead of ↵Saikari
fullpath as file_signature would not work without full path provided
2026-02-16wrap find_programSaikari
2026-02-16retrySaikari
2026-02-15Test for find_programSaikari
2025-12-14check package formatruki
2025-11-08add async support for find_xxxruki
2025-09-17improve to find gcc/clangruki
2025-09-17improve to find programruki
2025-09-17improve find_programruki
2025-09-10improve detectcache saveruki
2025-07-03rename copyrightruki
2025-05-13Fix xmake failing to find PING.EXEJérôme Leclercq
2025-03-19improve find_programruki
2024-12-28zig cc: fix wrapper in Git BashChan Lee
2024-09-01improve cosmocc for windowsruki
2024-05-16fix find whereruki
2024-05-15add where to find_programruki
2024-04-27improve bcsaveruki
2024-04-26improve to show apisruki
2024-02-05improve to find cosmoccruki
2024-01-27fix lock nameruki
2024-01-25improve to find_programruki
2024-01-25lock and unlock coroutine #4645ruki
2023-10-10revert find_libraryruki
2023-10-10improve to find_libraryruki
2023-09-19add lib.lua.package moduleruki
2023-07-19Fix grammarwtz
2023-07-13Fix tar extraction in mingw windowsCaleb Kiage
2023-05-18fix find_tool from xmake/packagesruki
2023-03-17Merge pull request #3517 from xmake-io/profileruki
Profile compile and link
2023-03-17fix find powershellruki
2023-03-17add find_xxx tagruki
2023-03-17trace more tagruki
2023-03-09improve find_fileruki
2022-11-24improve find_programverruki
2022-11-04Refactored code to use string:lastof.Mauro Tortonesi
2022-11-03Fix sandbox_lib_detect_find_path._find function.Mauro Tortonesi
Function sandbox_lib_detect_find_path._find function currently searches the first occurrence of substring path.pattern(path.translate(name)) within filepath. This behavior breaks in case one wants, e.g., to find packages named libsomething. The correct behavior would be to find the last occurrence of substring path.pattern(path.translate(name)) within filepath. Hence this patch.
2022-07-01fix find_path for windowsruki
2022-04-01improve to find zig c++ruki