summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-05-09(C++ modules support) fix module compilation for clangArthur LAURENT
2025-05-09(C++ modules support) add test for non named module with custom extensionArthur LAURENT
2025-05-09(C++ modules support) fix non named module with module extension not builtArthur LAURENT
2025-05-09(C++ modules support) fix cmake testArthur LAURENT
2025-05-09(C++ modules support) fix is_dependencies_changedArthur LAURENT
fixes https://github.com/xmake-io/xmake/issues/6383
2025-05-09(cmake) fix fileset support version checkingArthur LAURENT
2025-05-09(C++ modules support) add testsArthur LAURENT
2025-05-09(C++ modules support) fix CMake generationArthur LAURENT
2025-05-09(C++ module support) improve jobgraph supportArthur LAURENT
2025-05-09Merge pull request #6409 from Arthapz/fix-cmake-meson-sharedlibrariesruki
(cmake, meson) append shared/static libraries flag by default when installing packages
2025-05-09Merge pull request #6412 from SirLynix/patch-18ruki
rust/target_triple: handle arm and unknown arch
2025-05-09(cmake, meson) append shared/static libraries by default when releventArthur LAURENT
2025-05-09target_triple: handle arm and unknown archJérôme Leclercq
2025-05-09Merge pull request #6410 from star-hengxing/llvm-dlltoolruki
Add llvm-dlltool support
2025-05-09Merge pull request #6402 from SirLynix/rust-crossruki
cargo: fix package cross-compilation
2025-05-09Merge pull request #6405 from jiangyanan224/pb_ruleruki
rule protobuf.cpp add custom args, pass through to protoc. Resolves #6398
2025-05-08Add llvm-dlltool supportstar9029
2025-05-08Update xmake.luaJérôme Leclercq
2025-05-08Update proto.luaruki
2025-05-08rename proto_flagsjiangyanan
2025-05-08protobuf.cpp rule: custom flags, pass through to protocjiangyanan
2025-05-08Merge pull request #6406 from Frityet/patch-1ruki
Fix vcpkg detect
2025-05-08Merge pull request #6408 from star-hengxing/dlltoolruki
Add dlltool toolset for mingw
2025-05-08Add dlltool toolset for mingwstar9029
2025-05-08Add macOS application bundle (.app) generation support.JX-Master
2025-05-08Update find_package.luaJérôme Leclercq
2025-05-08Update find_package.luaJérôme Leclercq
2025-05-08Update xmake.luaJérôme Leclercq
2025-05-08Fix vcpkg detectFrityet
2025-05-07cargo: fix package cross-compilationSirLynix
2025-05-07Merge pull request #6396 from Arthapz/devruki
(packages) forward buildtype and library kind to underlying buildsystem (cmake, autotools)
2025-05-07Merge pull request #6397 from Shiffted/plugin_installruki
Add custom git url syntax to plugin --install
2025-05-06asgiturl: add error messageShifftC
2025-05-06plugin: handle custom git url syntaxShifftC
2025-05-06(packages) forward buildtype and library kind to underlying buildsystem ↵Arthur LAURENT
(cmake, autotools)
2025-05-06Merge pull request #6395 from star-hengxing/midlruki
Improve idl rule
2025-05-06Fix idl teststar9029
2025-05-06Improve idl rulestar9029
2025-05-06Merge pull request #6381 from Arthapz/fix-llvm-cmake-windowsruki
(cmake, llvm toolchain) when using --toolchain=llvm on windows, dependencies should be build with it
2025-05-06fix #6393ruki
2025-05-05(cmake) when using --toolchain=llvm on windows, dependencies should be build ↵Arthur LAURENT
with it
2025-05-05Merge pull request #6391 from SirLynix/patch-18ruki
clang: Add support for cross-compiling from Windows to Linux
2025-05-05Merge pull request #6392 from SirLynix/patch-19ruki
toolchains/rust: add support for cross-compilation
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
(generators) cmake : fix compiler detection if (Gcc) with a more stan…
2025-05-03Merge pull request #6388 from PierreEVEN/fix-cmake_generator-objectfilesruki
(generators) cmake : use a custom target to link prebuilt object files
2025-05-03Merge pull request #6387 from retro98boy/update-asm-sourcekindsruki
update asm sourcekinds
2025-05-03Merge pull request #6379 from Arthapz/fix-homebrew-llvmruki
(runtimes) fix support of macOS homebrew llvm for --runtimes
2025-05-03[fix] Use the new cmake syntax with a custom target add_library(... OBJECT ↵PierreEVEN
IMPORTED ...) instead of just using the target_link_library to linnk prebuilt obj files