summaryrefslogtreecommitdiff
path: root/xmake
AgeCommit message (Expand)Author
2025-05-14package(install): prepend comment to generated .pc files to better distinguishChan Lee
2025-05-14renamed CMAKE_COMPILER_ID property to XMAKE_GLOBAL_COMPILER_ID to avoid poten...PierreEVEN
2025-05-14Squashed commit of the following:PierreEVEN
2025-05-14Merge pull request #6435 from Arthapz/fix-namespaced-module-depruki
2025-05-14Update scanner.luaruki
2025-05-14Merge pull request #6425 from Arthapz/fix-ld-autotoolsruki
2025-05-14Update autoconf.luaruki
2025-05-14Fixed cmake generator that was using 'CMAKE_COMPILER_ID' which doesn't exists...PierreEVEN
2025-05-13(profiler) change profiler perf log file nameArthur LAURENT
2025-05-13(C++ modules support) profile scanner and builderArthur LAURENT
2025-05-13(profiler) save full report into a fileArthur LAURENT
2025-05-13(autotools) fix ld override when ld binary is not in the same directory as co...Arthur LAURENT
2025-05-13(C++ modules support) fix _patch_sourcebatch when a dep have a namespaceArthur LAURENT
2025-05-13Merge pull request #6429 from PierreEVEN/fix-make_ninja_gen-headeronly_targetruki
2025-05-13Update xmake.luaruki
2025-05-13fix upper in xmake.luabinLep
2025-05-13Merge pull request #6431 from SirLynix/patch-18ruki
2025-05-13Update target_triple.luaJérôme Leclercq
2025-05-13Fix xmake failing to find PING.EXEJérôme Leclercq
2025-05-13Update target_triple.luaJérôme Leclercq
2025-05-13target_triple: allow to pass system/abi to crossJérôme Leclercq
2025-05-13added support for headeronly targets in ninja generator (headeronly targets a...PierreEVEN
2025-05-13Made headeronly targets appears as phony targets (so it doesn't ask for a lin...PierreEVEN
2025-05-12Merge pull request #6426 from Arthapz/fix-subsystem-ruleruki
2025-05-12Update xmake.luaruki
2025-05-12(rules) fix startwiths => startswith for platform.windows.subsystem ruleArthur LAURENT
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-11fix toolchain.toolruki
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