summaryrefslogtreecommitdiff
path: root/xmake/rules/c++/modules
AgeCommit message (Expand)Author
2022-12-12add support for standard C++23 modules on msvcArthur LAURENT
2022-12-09fix commentruki
2022-12-09Merge pull request #3154 from Arthapz/cleanup-clangruki
2022-12-08cleanup clang module codeArthur LAURENT
2022-12-08fix gcc dep format detection and usageArthur LAURENT
2022-12-08fix clang importsArthur LAURENT
2022-12-07code cleanupArthur LAURENT
2022-12-08format coderuki
2022-12-07Merge remote-tracking branch 'origin/fix-gcc-link-module-order' into fix-modu...Arthur LAURENT
2022-12-07fix gccArthur LAURENT
2022-12-07fix gccArthur LAURENT
2022-12-06Ensure module import order on ClangArthur LAURENT
2022-12-06Ensure module import order on MSVCArthur LAURENT
2022-12-06Ensure module import order on GCCArthur LAURENT
2022-12-06fix gcc link module orderArthur LAURENT
2022-12-05fix msvcArthur LAURENT
2022-12-05Merge pull request #3133 from Arthapz/msvc-internal-partitionruki
2022-12-05try to detect internal partition automatically on fallback generationArthur LAURENT
2022-12-05Merge pull request #3135 from Arthapz/improve-module-installationruki
2022-12-05add support of prefixdir and installation configuration for modulesArthur LAURENT
2022-12-05fix missing includedirs on fallback generation module depsArthur LAURENT
2022-12-04internalpartition is not msvc specificArthur LAURENT
2022-12-04Revert "fix msvc fallback generate_dependencies"Arthur LAURENT
2022-12-04fix msvc fallback generate_dependenciesArthur LAURENT
2022-12-04add support of msvc specific /internalPartitionArthur LAURENT
2022-12-03refactor msvc batchcmdsArthur LAURENT
2022-12-03refactor gcc batchcmdsArthur LAURENT
2022-12-03refactor clang batchcmdsArthur LAURENT
2022-12-03refactor clangArthur LAURENT
2022-12-03fix msvc and refactor GCCArthur LAURENT
2022-12-03Refactor msvc module buildArthur LAURENT
2022-12-03minor refactor and improvements to C++ module build Arthur LAURENT
2022-12-03minor refactor and improvements to C++ module buildArthur LAURENT
2022-12-02remote unused coderuki
2022-12-02Merge pull request #3122 from Arthapz/process_modulesruki
2022-12-01add includedirs to preprocess stageArthur LAURENT
2022-12-01support incremental private module buildArthur LAURENT
2022-12-01fix msvc.luaArthur LAURENT
2022-12-01fix commentsArthur LAURENT
2022-12-01remove .i after reading itArthur LAURENT
2022-12-01fix cppversion flag cache in gcc.luaArthur LAURENT
2022-12-01compile privates module on clangArthur LAURENT
2022-12-01compile privates module en gccArthur LAURENT
2022-12-01compile private module on msvcArthur LAURENT
2022-12-01Merge branch 'dev' into process_modulesArthur Laurent
2022-12-01use cxx for modulesruki
2022-12-01update msvc.luaArthur LAURENT
2022-11-30Add defines to clang and gccArthur LAURENT
2022-11-30preprocess msvc Arthur LAURENT
2022-11-30Generate dependencies of preprocessed modules to avoid importing #ifdef importArthur LAURENT