summaryrefslogtreecommitdiff
path: root/xmake
AgeCommit message (Expand)Author
2025-05-06Fix idl teststar9029
2025-05-06Improve idl rulestar9029
2025-05-06Merge pull request #6381 from Arthapz/fix-llvm-cmake-windowsruki
2025-05-06fix #6393ruki
2025-05-05(cmake) when using --toolchain=llvm on windows, dependencies should be build ...Arthur LAURENT
2025-05-05Merge pull request #6391 from SirLynix/patch-18ruki
2025-05-05toolchains/rust: add support for cross-compilationJérôme Leclercq
2025-05-05clang: Add support for cross-compiling from Windows to LinuxJérôme Leclercq
2025-05-03Merge pull request #6386 from PierreEVEN/fix-cmake_generator-compiler_namesruki
2025-05-03Merge pull request #6388 from PierreEVEN/fix-cmake_generator-objectfilesruki
2025-05-03Merge pull request #6387 from retro98boy/update-asm-sourcekindsruki
2025-05-03[fix] Use the new cmake syntax with a custom target add_library(... OBJECT IM...PierreEVEN
2025-05-03update asm sourcekindsretro98boy
2025-05-03(generators) cmake : fix compiler detection if (Gcc) with a more standard syntaxPierreEVEN
2025-04-30(runtimes) fix support of macOS homebrew llvm for --runtimesArthur LAURENT
2025-04-27update the search regex for installing packagesbinLep
2025-04-25add win11ruki
2025-04-24(C++ modules support) factorize implementation getterArthur LAURENT
2025-04-24modify default buildruki
2025-04-24improve warningsruki
2025-04-24rename more buildir in pluginsruki
2025-04-24rename more buildirruki
2025-04-24rename config.buildirruki
2025-04-24revert depend.luaruki
2025-04-23(C++ modules support) improve modules policy namingArthur LAURENT
2025-04-23(C++ modules support) assert when unity_build is enabledArthur LAURENT
2025-04-23fix mapper path #6350ruki
2025-04-23improve to find windbgruki
2025-04-23rename implib nameruki
2025-04-23revert link_objectsruki
2025-04-23improve implibruki
2025-04-23Update target.luaruki
2025-04-23Rename `byproduct` to `artifactfile`SineStriker
2025-04-23Add `byproduct` API to targetSineStriker
2025-04-23Remove implib APISineStriker
2025-04-23Make `set_targetdir` similar to `set_prefixdir`SineStriker
2025-04-23Fix test errorSineStriker
2025-04-23Add `set_implibdir` to target APIsSineStriker
2025-04-23Fix wrong link cmdSineStriker
2025-04-23Fix implibdir in linkerSineStriker
2025-04-23Fix nil value exception in link proc when target type is package during packa...SineStriker
2025-04-23Support customizing `implib` path of MinGW/MSVCSineStriker
2025-04-23Merge pull request #6347 from Arthapz/cleanup-modules-xmake-luaruki
2025-04-22(C++ modules) cleanup module rulesArthur LAURENT
2025-04-22Merge pull request #6301 from lakor64/devruki
2025-04-22Update xmake.luaruki
2025-04-22Update idl.luaruki
2025-04-22Use jobgraphsChristian Rendina
2025-04-22Merge branch 'dev' of https://github.com/xmake-io/xmake into devChristian Rendina
2025-04-22fix action testhsz