summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-05-11(C++ modules support) fix nil built_artifacts error when an error occur durin...Arthur LAURENT
2025-05-11(C++ modules support) handle default c++ library for clang on ios and tvosArthur LAURENT
2025-05-11(C++ modules support) reuse msvc support get_stdmodules for llvm std module s...Arthur LAURENT
2025-05-11(C++ modules support) fix stdmodules_deps test for gcc as it doesn't implemen...Arthur LAURENT
2025-05-11update changelogruki
2025-05-11Merge pull request #6414 from Arthapz/add-windows-rulesruki
2025-05-11(C++ modules support) fix warning getting triggered two times when not findin...Arthur LAURENT
2025-05-11(C++ modules support) enable std module tests for gcc >= 15Arthur LAURENT
2025-05-11(C++ modules support) add support of libstdc++ std module for clang/llvmArthur LAURENT
2025-05-11(C++ modules support) normalize gcc std module pathsArthur LAURENT
2025-05-11(C++ modules support) implement fallback for gcc libstdc++.modules.json searchArthur LAURENT
2025-05-11(C++ modules support) default cxx11abi to true when gcc version is >= 15Arthur LAURENT
2025-05-11(rules) move platform.windows.subsystem rule to its right directory and add i...Arthur LAURENT
2025-05-11fix toolchain.toolruki
2025-05-11update changelogruki
2025-05-11Merge pull request #6373 from Arthapz/improve-jobgraph-supportruki
2025-05-10(C++ modules support) fix module parsing when file are addedArthur LAURENT
2025-05-10(C++ modules support) fix modules not saved in cache if missing dependenciesArthur LAURENT
2025-05-10(rules) use values/values_set instead of data and rename windows.subsystem ru...Arthur LAURENT
2025-05-10update xmake.shruki
2025-05-10Merge pull request #6416 from SirLynix/rust-targetripleruki
2025-05-10rustc/target_triple: Handle msys and crossSirLynix
2025-05-10Make rustc target_triple publicSirLynix
2025-05-09(rules) optimize win.subsystem rule by caching frequently called functionsArthur LAURENT
2025-05-09(C++ modules support) fix hello_mpp test for compiler without <print> headerArthur LAURENT
2025-05-09Merge pull request #6413 from xmake-io/cmakeruki
2025-05-10improve cmake configsruki
2025-05-09(rules) update rules that set subsystem manually to use new subsystem ruleArthur LAURENT
2025-05-09(rules) add win.subsystem rulesArthur LAURENT
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
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
2025-05-09Merge pull request #6412 from SirLynix/patch-18ruki
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
2025-05-09Merge pull request #6402 from SirLynix/rust-crossruki
2025-05-09Merge pull request #6405 from jiangyanan224/pb_ruleruki
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