summaryrefslogtreecommitdiff
path: root/xmake/rules/c++/modules/modules_support/common.lua
AgeCommit message (Expand)Author
2022-12-12add support for standard C++23 modules on msvcArthur LAURENT
2022-12-05try to detect internal partition automatically on fallback generationArthur LAURENT
2022-12-04internalpartition is not msvc specificArthur LAURENT
2022-12-04add support of msvc specific /internalPartitionArthur LAURENT
2022-12-03minor refactor and improvements to C++ module build Arthur LAURENT
2022-12-01fix msvc.luaArthur LAURENT
2022-12-01Merge branch 'dev' into process_modulesArthur Laurent
2022-11-30Add defines to clang and gccArthur LAURENT
2022-11-30Generate dependencies of preprocessed modules to avoid importing #ifdef importArthur LAURENT
2022-11-08improve error tipsruki
2022-11-08improve commentsruki
2022-11-08check module circular depsruki
2022-10-25fix module partitions #2954ruki
2022-09-15improve modulesruki
2022-08-28Merge pull request #2727 from xmake-io/modulesruki
2022-08-28improve fallback for modulesruki
2022-08-27improve headerunitsruki
2022-08-27format coderuki
2022-08-24remove repeat moduledepsruki
2022-08-24improve module depsruki
2022-08-24fix modules for gccruki
2022-08-18Merge pull request #2680 from Arthapz/cxxmodulesruki
2022-08-17improve headerunit resolution and shared library support on msvcArthur LAURENT
2022-08-17add build.c++.modules policyruki
2022-08-14fix modulesruki
2022-08-14remove unused coderuki
2022-08-12Update common.luaruki
2022-08-10Improve MSVCArthur LAURENT
2022-08-10Improve MSVC and clang module buildArthur LAURENT
2022-08-08build batchjobs modules for gccruki
2022-08-08fix module dpesruki
2022-08-08fix batchjobs for gcc/headerunitsruki
2022-08-08add batchjobs for gccruki
2022-08-07Use localcache instead of a fileArthur 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-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-06wrap generate headerunitsruki
2022-08-06wrap generate depsruki
2022-08-06remove unused optruki
2022-08-06support for compile_commandsruki
2022-08-05Use common stl cache across targetsArthur LAURENT
2022-08-05Fix find_angle_header_file pkgs discoveryArthur LAURENT
2022-08-05Improve find angle header fileArthur LAURENT
2022-08-05Do not insert duplicate header unitArthur LAURENT
2022-08-05Move headerunits extracting into a dedicated functionArthur LAURENT
2022-08-04Insert deps includedirs/sysincludedirs when search angle header filesArthur LAURENT