summaryrefslogtreecommitdiff
path: root/xmake/core/sandbox
AgeCommit message (Collapse)Author
2023-05-21fix typoruki
2023-05-18fix find_tool from xmake/packagesruki
2023-04-09load targets to fix qt/env #3614ruki
2023-04-09rename project.check to project.check_optionsruki
2023-04-07add os.is_archruki
2023-03-24improve to find qt6 from qmake6ruki
2023-03-23add semver.is_valid_range #3551ruki
2023-03-18add has_featuresruki
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
2023-03-05improve package.load_from_repositoryruki
2023-03-02improve plat/arch for packageruki
2023-02-21add os.atexitruki
2023-02-01stats resultsruki
2023-01-06fix xmake installruki
2022-11-25improve to run cl.exeruki
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-10-31improve os.trycpruki
2022-10-06remove some commentsruki
2022-10-06add io.insertruki
2022-09-28improve to load targetsruki
2022-09-28clone and add targetsruki
2022-09-27clone targetruki
2022-09-10format coderuki
2022-09-07improve json to support arrayruki
2022-07-31add os.touchruki
2022-07-27add os.meminforuki
2022-07-23add some fwatcher apiruki
2022-07-23add watchdirsruki
2022-07-23impl fwatcher.waitruki
2022-07-23add testsruki
2022-07-23improve fwatcher apiruki
2022-07-23add fwatcher stubruki
2022-07-01fix find_path for windowsruki
2022-06-25improve distccruki
2022-05-21add bloom filter moduleruki
2022-05-19add xxhashruki
2022-05-19add hash.sha1ruki
2022-05-18improve pairsruki
2022-05-18fix preprocessor flagsruki
2022-05-11add read and write in lz4 instanceruki
2022-05-11add stream wrapruki
2022-05-11fix openruki
2022-05-11new compress streamruki
2022-05-08compress fileruki