summaryrefslogtreecommitdiff
path: root/xmake/rules
AgeCommit message (Expand)Author
2025-05-12Merge pull request #6421 from Arthapz/improve-libstdc++-moduleruki
2025-05-12Update support.luaruki
2025-05-12(C++ modules support) improve clang/gcc support.luaArthur LAURENT
2025-05-12(C++ modules support) move import at the top of the file for msvc support.luaArthur LAURENT
2025-05-12Merge pull request #6423 from Arthapz/improve-module-format-outputruki
2025-05-12(C++ modules support) normalize module progress format with regular C++Arthur LAURENT
2025-05-12Merge pull request #6422 from Arthapz/fix-built-artifactsruki
2025-05-11(C++ modules support) make flag order coherent between different compilersArthur LAURENT
2025-05-11(C++ modules support) fix warnings for std moduleArthur LAURENT
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-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) 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-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-09(rules) optimize win.subsystem rule by caching frequently called functionsArthur LAURENT
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) fix non named module with module extension not builtArthur LAURENT
2025-05-09(C++ modules support) fix is_dependencies_changedArthur LAURENT
2025-05-09(C++ modules support) fix CMake generationArthur LAURENT
2025-05-09(C++ module support) improve jobgraph supportArthur LAURENT
2025-05-08Update proto.luaruki
2025-05-08rename proto_flagsjiangyanan
2025-05-08protobuf.cpp rule: custom flags, pass through to protocjiangyanan
2025-05-06Fix idl teststar9029
2025-05-06Improve idl rulestar9029
2025-04-24(C++ modules support) factorize implementation getterArthur LAURENT
2025-04-24rename config.buildirruki
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-23rename implib nameruki
2025-04-23Rename `byproduct` to `artifactfile`SineStriker
2025-04-23Add `byproduct` API to targetSineStriker
2025-04-23Make `set_targetdir` similar to `set_prefixdir`SineStriker
2025-04-23Add `set_implibdir` to target APIsSineStriker
2025-04-23Merge pull request #6347 from Arthapz/cleanup-modules-xmake-luaruki
2025-04-22(C++ modules) cleanup module rulesArthur LAURENT
2025-04-22Update xmake.luaruki
2025-04-22Update idl.luaruki
2025-04-22Use jobgraphsChristian Rendina