summaryrefslogtreecommitdiff
path: root/xmake
AgeCommit message (Expand)Author
2025-05-20Merge pull request #6456 from Redbeanw44602/find-vs-dia-sdkruki
2025-05-19use `opt.plat`Redbeanw44602
2025-05-18(C++ modules support) fix incremental buildArthur LAURENT
2025-05-18improve llvm cross-compilationruki
2025-05-18(C++ modules support) fix caching of sourcefiles for _patch_sourcebatch and u...Arthur LAURENT
2025-05-18(C++ modules support) check if c++.build sourcebatch is not nullArthur LAURENT
2025-05-18(C++ modules support) cache patched sourcebatch and save localcache only one ...Arthur LAURENT
2025-05-18fix namespace/packages #6465ruki
2025-05-18(C++ modules support) cache stealed sourcebatchArthur LAURENT
2025-05-18fix xrepo/envs #6430ruki
2025-05-18(C++ modules support) parallelize moduleinfo parsingArthur LAURENT
2025-05-18(C++ modules support) remove forgotten localcache:save()Arthur LAURENT
2025-05-18(C++ modules support) save localcache() only after successfull module scanningArthur LAURENT
2025-05-18(C++ modules support) remove useless table.sortArthur LAURENT
2025-05-18(C++ modules support) parallelize when possible C++ module scannerArthur LAURENT
2025-05-18load msvc toolchain with specific plat/arch.Redbeanw44602
2025-05-17Merge branch 'dev' into unitybuildunitybuildruki
2025-05-17add detect cache and `force`, `verbose` option.Redbeanw44602
2025-05-17fix includes #6441ruki
2025-05-17improve c++modules extsruki
2025-05-16(C++ modules support) fix unitybuild, pch and c++ modules objectfiles conflictsArthur LAURENT
2025-05-16update: find qt by qt_sdkver optionbinLep
2025-05-16add `detect.sdks.find_dia_sdk`.Redbeanw44602
2025-05-16Merge pull request #6445 from Doekin/pkgconfigruki
2025-05-16Merge pull request #6061 from Freed-Wu/cythonruki
2025-05-16Merge pull request #6439 from PierreEVEN/fix-cmake_generator-wrong_cmake_var_...ruki
2025-05-16Merge pull request #6452 from Redbeanw44602/improve-msvc-wineruki
2025-05-15fix link objectfiles conflictsruki
2025-05-15add some vcvars for custom msvc sdk.Redbeanw44602
2025-05-15renamed XMAKE_GLOBAL_COMPILER_ID to CURRENT_COMPILER_ID (advice from https://...PierreEVEN
2025-05-15Wrap opt.paths in a table for find toolsRimuruChan
2025-05-15Renamed remaining CMAKE_COMPILER_ID to XMAKE_GLOBAL_COMPILER_ID (was missing ...PierreEVEN
2025-05-15add missing linkdirs.Redbeanw44602
2025-05-15fix typo.Redbeanw44602
2025-05-15Merge pull request #6437 from Arthapz/profile-module-supportruki
2025-05-15Change python.module soabi's default value to trueWu, Zhenyu
2025-05-15Rename python.library to python.moduleWu, Zhenyu
2025-05-15Add rule python.cythonWu, Zhenyu
2025-05-14package(install): attempt to patch existing .pc files with relative pathsChan Lee
2025-05-14package(install): use relative paths in generated .pc files to improve reloca...Chan Lee
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