summaryrefslogtreecommitdiff
path: root/xmake/core/sandbox
AgeCommit message (Collapse)Author
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
2022-05-08improve testruki
2022-05-08add block compress wrapruki
2022-05-08fix module nameruki
2022-05-08add lz4 modulesruki
2022-05-08improve osruki
2022-04-30check known hostsruki
2022-04-30add hash.md5ruki
2022-04-30sha256 for bytesruki
2022-04-26add base64ruki
2022-04-19fix configruki
2022-04-15add io.readableruki