summaryrefslogtreecommitdiff
path: root/xmake
AgeCommit message (Collapse)Author
2022-11-22update cpu detection for new intel cpusxq114
2022-11-22fix xrepo-add #3092ruki
2022-11-22improve unity build to support package rules with extensionsruki
2022-11-21improve wasi toolchainruki
2022-11-21fix memcacheruki
2022-11-21improve with pic cacheruki
2022-11-20improve pic for autoconfruki
2022-11-19fix build.ninja #3082ruki
2022-11-18improve to ping hostruki
2022-11-18format coderuki
2022-11-17Update package.luaruki
2022-11-17improve package parentsruki
2022-11-16Fix package:parens_add overwriting if another instance of the package existsSirLynix
2022-11-17support rc for llvm #3071ruki
2022-11-15revert fpic to asflagsruki
2022-11-15pass fpic to asflagsruki
2022-11-15clean msvc import library #3052ruki
2022-11-15improve to find_clruki
2022-11-14Allow package on_fetch to return false to disable xmake findJérôme Leclercq
2022-11-14update zig testsruki
2022-11-13Update xmake.luaruki
2022-11-13Update main.luaruki
2022-11-13Update main.luaruki
2022-11-12Apply modifications from code reviewA2va
2022-11-11Format fileA2va
2022-11-11Invoke clang-formatA2va
2022-11-10Add format pluginA2va
2022-11-10fix requires-lockruki
2022-11-08fix unknown utils.ispcstar-hengxing
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