summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-08update specv2.7.3ruki
2022-11-08update versionruki
2022-11-08update changelogruki
2022-11-07Merge pull request #3035 from xmake-io/moduledepsruki
Check circular moduledeps
2022-11-08improve error tipsruki
2022-11-08improve commentsruki
2022-11-08check module circular depsruki
2022-11-07fix archlinux ciruki
2022-11-07improve testsruki
2022-11-05update readmeruki
2022-11-05improve commentsruki
2022-11-05improve object file pathruki
2022-11-05improve exceptionsruki
2022-11-05update changelogruki
2022-11-05Merge pull request #3017 from star-hengxing/ispcruki
support ispc compiler
2022-11-05Merge pull request #3025 from xmake-io/exceptionruki
C++ exception enabled/disabled switch method #2988
2022-11-05enable cxx exceptions bu defaultruki
2022-11-05add set_exceptionsruki
2022-11-05update changelogruki
2022-11-05improve testsruki
2022-11-04Update ispc.luaruki
2022-11-04mv ispc obj to targe objectdirstar-hengxing
2022-11-04Merge pull request #3016 from xmake-io/moduleruki
Improve clang/gcc/msvc to better support std modules
2022-11-05fix clang c++ruki
2022-11-05improve std modules for msvcruki
2022-11-04fix find flagruki
2022-11-04fix extraconfruki
2022-11-04add flags for specific compilers and linkers #3022ruki
2022-11-04improve symbols for clangruki
2022-11-04improve batchcmdsruki
2022-11-04Merge pull request #3019 from mtortonesi/sandbox_lib_detect_find_path._find-fixruki
Fix sandbox_lib_detect_find_path._find function.
2022-11-04update changelogruki
2022-11-04Refactored code to use string:lastof.Mauro Tortonesi
2022-11-04fix util.iscp generate pathstar-hengxing
2022-11-04Merge pull request #3023 from SirLynix/renderdocruki
Add support for debugging with renderdoc
2022-11-04Find qrenderdocJérôme Leclercq
2022-11-04improve utils.ispcstar-hengxing
2022-11-04Add support for renderdoc debuggerSirLynix
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-11-03add ispcstar-hengxing
2022-11-03improve testsruki
2022-11-03improve testsruki
2022-11-03improve clang to support std modulesruki
2022-11-03improve warnings for clruki
2022-11-02Merge pull request #2999 from xmake-io/fsmonitorruki
Disable git fsmonitor #2902
2022-11-01update changelogruki
2022-11-01Merge pull request #3001 from xmake-io/modulesruki
Incremental compilation support for modules #3000
2022-11-02improve commentsruki
2022-11-02optimize to parse depsruki
2022-11-02paser gcc deps with modulesruki