summaryrefslogtreecommitdiff
path: root/xmake/rules/c++/modules/modules_support/msvc
AgeCommit message (Expand)Author
2024-07-22simplify objectfile handlingArthur LAURENT
2024-07-22fix module handling for batchcmds and some cleanupsArthur LAURENT
2024-07-22improve compilation of modules based on if it is from a package, an other tar...Arthur LAURENT
2024-07-12add proper warning for std module detectionArthur LAURENT
2024-04-12fix errorruki
2024-03-19always should build modules for generatorruki
2024-03-18use new progressruki
2024-03-09fix private dependency C++ modules objectfile handlingArthur LAURENT
2024-02-18improve should_build for modulesruki
2024-02-18fix incremental compilation for tests/ modules/packageruki
2024-02-12fix incremental compilation for msvcArthur LAURENT
2024-02-12implement module reusage based on flag comparisonArthur LAURENT
2024-02-08cleanupArthur LAURENT
2024-02-08fix msvc batchcmdsArthur LAURENT
2024-02-07update vs project generator to support moduleonly target kindArthur LAURENT
2024-02-07fix msvc batchcmdsArthur LAURENT
2024-02-05fix msvcArthur LAURENT
2024-02-05fix formatArthur LAURENT
2024-02-05fix missing objectfiles for private modulesArthur LAURENT
2024-02-05fix objectfile handlingArthur LAURENT
2024-02-04fix missing build variable declarationArthur LAURENT
2024-02-04make should_build and mark_build publicArthur LAURENT
2024-02-03fix unnecessary recompilation of modulesArthur LAURENT
2024-02-03fix recompilation of .cpp filesArthur LAURENT
2024-02-02Merge pull request #4676 from Arthapz/compinst-msvcruki
2024-02-02use compinst for msvc when possibleArthur LAURENT
2024-02-02format more codesruki
2024-02-02rename apisruki
2024-02-02parallelise dependency scanningArthur LAURENT
2024-01-31cleanupArthur LAURENT
2024-01-31cleanupArthur LAURENT
2024-01-31use table.orderpair to ensure dependency order stay the sameArthur LAURENT
2024-01-31improve module cmdline printArthur LAURENT
2024-01-31use os.vrunv for dependency scanningArthur LAURENT
2024-01-31add a test for aliased headerunitsArthur LAURENT
2024-01-31implement missing headerunit aliasingArthur LAURENT
2024-01-30revert last commitArthur LAURENT
2024-01-30use try{} instead of assert to preserve iorunv error colorsArthur LAURENT
2024-01-29populate module map before generating batchjobsArthur LAURENT
2024-01-26Revert "use execv instead of iorunv"Arthur LAURENT
2024-01-26use execv instead of iorunvArthur LAURENT
2024-01-26add a policy to toggle C++23 std moduleArthur LAURENT
2024-01-26refactor msvc module infrastructureArthur LAURENT