summaryrefslogtreecommitdiff
path: root/xmake/rules/c++/modules/modules_support/msvc.lua
AgeCommit message (Expand)Author
2022-08-07Code cleanupArthur LAURENT
2022-08-07Use target:add("xxflags") instead of passing a fileArthur LAURENT
2022-08-06feed the linker with the header unit object filesArthur LAURENT
2022-08-06enable /stdifcsearchdir only if user ask for itArthur LAURENT
2022-08-06Add missing C++ header and support experimental/Arthur LAURENT
2022-08-06Implement module mapper file for MSVCArthur LAURENT
2022-08-06cache module depsruki
2022-08-06add batchjobs stubruki
2022-08-06remove unused optruki
2022-08-06support for compile_commandsruki
2022-08-05Assert on multiple providesArthur LAURENT
2022-08-05Remove incorrect usage of set_depcacheArthur LAURENT
2022-08-05Use table.insert instead of table.appendArthur LAURENT
2022-08-05Fix incorrect usage of set_depmtime/set_depcacheArthur LAURENT
2022-08-05outputdir is never nilArthur LAURENT
2022-08-05Move headerunits extracting into a dedicated functionArthur LAURENT
2022-08-05Handle angle relative pathArthur LAURENT
2022-08-05Remove useless isdir checksArthur LAURENT
2022-08-05Use batchcmds:mkdir instead of os.mkdir when possibleArthur LAURENT
2022-08-05Improve header unit supportArthur LAURENT
2022-08-04Fix bmi generation path when module is generated by build chainArthur LAURENT
2022-08-05update dep flagsruki
2022-08-05use projectdir varruki
2022-08-05rename sourcebatch to headerunitsruki
2022-08-05add more commentsruki
2022-08-05add some commentsruki
2022-08-04improve to get toolchain includedirsruki
2022-08-04fix module flags for msvc/clangruki
2022-08-04improve modules for msvcruki
2022-08-04improve load modulesruki
2022-08-04improve contains modulesruki
2022-08-04rename some apisruki
2022-08-03remove tailing spacesruki
2022-08-03[C++20 Modules] Improve supportArthur LAURENT
2022-08-03[C++20 Modules] Improve support on MSVC Clang and GCCArthur LAURENT