summaryrefslogtreecommitdiff
path: root/xmake
AgeCommit message (Collapse)Author
2022-11-08improve error tipsruki
2022-11-08improve commentsruki
2022-11-08check module circular depsruki
2022-11-05improve commentsruki
2022-11-05improve object file pathruki
2022-11-05improve exceptionsruki
2022-11-05Merge pull request #3017 from star-hengxing/ispcruki
support ispc compiler
2022-11-05enable cxx exceptions bu defaultruki
2022-11-05add set_exceptionsruki
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-04Refactored code to use string:lastof.Mauro Tortonesi
2022-11-04fix util.iscp generate pathstar-hengxing
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 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-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
2022-11-01improve to fix package pathruki
2022-11-01disable ccache for c++modulesruki
2022-11-01sort requires flagsruki
2022-11-01improve to parse cl depsruki
2022-10-31generate includedeps for msvc/modulesruki
2022-10-31improve os.trycpruki
2022-10-31generate deps for clang moduleruki
2022-10-30improve to build module for gccruki
2022-10-30save dependinfo for gcc/modulesruki
2022-10-30improve git fsmonitorruki
2022-10-30improve git moduleruki
2022-10-29improve vs/vsxmake project generatorruki
2022-10-28improve profilerruki
2022-10-28optimize profilerruki
2022-10-28improve profilerruki
2022-10-28improve package:is_crossruki