summaryrefslogtreecommitdiff
path: root/xmake/rules/c++/modules
AgeCommit message (Expand)Author
2024-01-31update commentArthur LAURENT
2024-01-30revert last commitArthur LAURENT
2024-01-30use try{} instead of assert to preserve iorunv error colorsArthur LAURENT
2024-01-30remove now useless before_link on C++ modules ruleArthur LAURENT
2024-01-30use -fkeep-system-includes only if supported by underlying clangArthur LAURENT
2024-01-29populate module map before generating batchjobsArthur LAURENT
2024-01-29apply PR suggestionsArthur LAURENT
2024-01-26take advantage of XMake runtimes supportArthur LAURENT
2024-01-26Revert "reenable build across targets in parallel policy"Arthur LAURENT
2024-01-26reenable build across targets in parallel policyArthur LAURENT
2024-01-26Revert "use execv instead of iorunv"Arthur LAURENT
2024-01-26use execv instead of iorunvArthur LAURENT
2024-01-26fix gcc module supportArthur LAURENT
2024-01-26fix headerunit compilation on clangArthur LAURENT
2024-01-26add a policy to toggle C++23 std moduleArthur LAURENT
2024-01-26optimise clang fallback dependency scannerArthur LAURENT
2024-01-26refactor msvc module infrastructureArthur LAURENT
2024-01-26refactor gcc module infrastructureArthur LAURENT
2024-01-26refactor clang module infrastructureArthur LAURENT
2024-01-26refactor module common infrastructureArthur LAURENT
2024-01-08improve to find clang path #4575ruki
2024-01-06improve to get clang pathruki
2023-09-22improve to parse gcc deps with modulesruki
2023-09-21fix formatruki
2023-09-20cleanup code and add some commentsArthur LAURENT
2023-09-20fix recompilation of private .cppArthur LAURENT
2023-09-20fix compilation of modules when dependency is modified on clangArthur LAURENT
2023-09-15Update gcc.luaruki
2023-09-15Update gcc.luaruki
2023-09-15Update gcc.luaruki
2023-09-15Update clang.luaruki
2023-09-15Update clang.luaruki
2023-09-13add requires flags to module in build_modules_for_batchcmdsGly
2023-09-13Remove before_buildcmd_files from c++.build.modulesGly
2023-09-13in "c++.build.modules" rule, add required flags to modulesGly
2023-09-09fix cpp-rebuildruki
2023-09-01revert on_changedruki
2023-09-01replace on_changedruki
2023-09-01improve to rebuild target #4154ruki
2023-08-27fix find_angle_header_fileArthur LAURENT
2023-08-26uniformize headerunit progress printing with clang and gccArthur LAURENT
2023-08-26try to fix headerunits on msvcArthur LAURENT
2023-08-22fix stlmodules cache dir #4091ruki
2023-08-16fix clang C++20 modules generate dependenciesArthur LAURENT
2023-08-16Update msvc.luaruki
2023-08-15use /experimental:modules on msvc only when VS version is < to 16.11Arthur LAURENT
2023-08-12revert commentruki
2023-08-12improve bmi path for clang #4063ruki
2023-08-12improve clang path for clang-scan-depsruki
2023-07-19Fix grammarwtz