summaryrefslogtreecommitdiff
path: root/xmake/rules/c++/modules
AgeCommit message (Expand)Author
2023-02-16improve scan std modulesruki
2023-02-16improve stdlib for clangruki
2023-02-16fix visibility differsruki
2023-02-16format coderuki
2023-02-15remove clang module flags deduplicationArthur LAURENT
2023-02-15fix compflags for clang-scan module dependencies scanArthur LAURENT
2023-02-15fix clang module vprintArthur LAURENT
2023-02-15fix headerunit clang support detectionArthur LAURENT
2023-02-15fix libc++ detectionArthur LAURENT
2023-02-15use -fmodule-file=<name>=<bmi> for named module on clangArthur LAURENT
2023-02-15fix libc++ linkArthur LAURENT
2023-02-15fix compilation of non .cpp private module with clangArthur LAURENT
2023-02-15remove useless flags to build modules on clangArthur LAURENT
2023-02-14improve clang for stdmodulesruki
2023-02-04add some commentsruki
2023-01-25format coderuki
2023-01-24fix unsafe table removeArthur LAURENT
2023-01-23cleanupArthur LAURENT
2023-01-23support clang++ in toolchain_includedirsArthur LAURENT
2023-01-23simplify fallback dependency parserArthur LAURENT
2023-01-23clang missing flagArthur LAURENT
2023-01-23revert wrong changeArthur LAURENT
2023-01-23formatArthur LAURENT
2023-01-23use uuid instead of sha1 for module cache directoriesArthur LAURENT
2023-01-22revert wrong changeArthur LAURENT
2023-01-22improve module compilation on clangArthur LAURENT
2023-01-22improve module compilation on gccArthur LAURENT
2023-01-22improve module compilation on msvcArthur LAURENT
2023-01-16Add support of -fmodule-output on llvm >= 16Arthur LAURENT
2023-01-16Revert "Add support of -fmodule-output on llvm >= 16"Arthur LAURENT
2023-01-16Add support of -fmodule-output on llvm >= 16Arthur LAURENT
2023-01-14add policy to force enable fallback module dependency scannerArthur LAURENT
2023-01-14add support of clang-scan-depsArthur LAURENT
2023-01-13Merge pull request #3281 from Arthapz/improve-modules-compflagsruki
2023-01-12fix msvc modules dependency dirArthur LAURENT
2023-01-12implement suggestionsArthur LAURENT
2023-01-12improve gcc module compflagsArthur LAURENT
2023-01-12improve msvc module compflagsArthur LAURENT
2023-01-12improve clang module compflagsArthur LAURENT
2023-01-12Update clang.luaruki
2023-01-11rename clang std modulemap policyArthur LAURENT
2023-01-11use policies instead of target valuesArthur LAURENT
2023-01-11cleanupArthur LAURENT
2023-01-11rename clang std modulemap enabler and disable it by defaultArthur LAURENT
2023-01-10fix clang std modules enabledArthur LAURENT
2023-01-08fallback on clang modules when c++.clang.modules.strict is not set for std mo...Arthur LAURENT
2023-01-08Merge branch 'dev' into improve-clang-modules-support-with-libc++Arthur Laurent
2023-01-08update changelogruki
2023-01-08Merge pull request #3228 from Arthapz/support-c++20-module-packagesruki
2023-01-08Update clang.luaruki