summaryrefslogtreecommitdiff
path: root/xmake/rules/c++/modules
AgeCommit message (Collapse)Author
2024-11-29Remove redundant code.liaoxinwei
2024-11-28Fix clang module parallel compile error.liaoxinwei
2024-11-27fix gcc modulesruki
2024-11-26Update compiler_support.luaruki
2024-11-23avoid '-fmodules' option for old gcc versionJuvwxyz
2024-11-22add basic support for libstdc++ std modulesJuvwxyz
2024-10-24improve logsruki
2024-10-08Update builder.luaruki
2024-10-08Update builder.luaruki
2024-10-08Update builder.luaruki
2024-10-08don't convert hashset to table and some cleanup for module buildersArthur LAURENT
2024-10-08cleanupArthur LAURENT
2024-10-08fix flags in dependendy scannersArthur LAURENT
2024-10-08cleanupArthur LAURENT
2024-10-08don't persist requiresflags into a fileArthur LAURENT
2024-10-08add missing local variable declaration for moduler buildArthur LAURENT
2024-10-08fix dependency scanner for gcc and clangArthur LAURENT
2024-10-08cleanupArthur LAURENT
2024-10-08fix module dependency flags updateArthur LAURENT
2024-10-08fix missing defines in compflags for dependency scannersArthur LAURENT
2024-10-08fix msvc dependency scannerArthur LAURENT
2024-10-08improve dependency scanner for clangArthur LAURENT
2024-10-08fix gcc module scanning when buildflags are updatedArthur LAURENT
2024-10-08fix msvc module scanning when buildflags are updatedArthur LAURENT
2024-10-08fix clang module scanning when buildflags are updatedArthur LAURENT
2024-10-08cleanup unused variablesArthur LAURENT
2024-10-08fix clang module scanning when buildflags are updatedArthur LAURENT
2024-10-04fix module batchruki
2024-07-25Merge pull request #5376 from Arthapz/fix-module-objectfiles-handlingruki
Improve module objectfiles handling and moduleonly package
2024-07-24improve warning when modules get culledArthur LAURENT
2024-07-24fix objectfiles cullingArthur LAURENT
2024-07-24fix objectfiles cullingArthur LAURENT
2024-07-23prompt an error when multiple module with the same names are detectedArthur LAURENT
2024-07-23remove unnecessary codeArthur LAURENT
culling is already done by dependency scanner
2024-07-23Merge pull request #5335 from xmake-io/installruki
Improve installation
2024-07-22simplify objectfile handlingArthur LAURENT
2024-07-22fix module handling for batchcmds and some cleanupsArthur LAURENT
2024-07-22remove printArthur LAURENT
2024-07-22improve compilation of modules based on if it is from a package, an other ↵Arthur LAURENT
target or an internal module
2024-07-22improve moduleonly supportArthur LAURENT
2024-07-22strip -fmodule-mapper for GCC module reusage flag compatibility detectionArthur LAURENT
2024-07-21add a warning when a module is getting culledArthur LAURENT
2024-07-21add a fileconfig entry to disable module cullingArthur LAURENT
2024-07-21add a policy to disable module cullingArthur LAURENT
2024-07-19fix os.rm and uninstall modulesruki
2024-07-13Merge pull request #5340 from ↵ruki
Arthapz/improve-clang-scan-deps-warning-for-modules add a proper warning when falling back to fallback module scanner for…
2024-07-13Merge pull request #5341 from ↵ruki
Arthapz/add-proper-warning-for-std-module-detection add proper warning for std module detection
2024-07-13Merge pull request #5339 from Arthapz/fix-gnuxx-flag-for-modulesruki
fix c++ language detection for modules when gnuxxXY or gnu++XY is used
2024-07-12improve std module warning for clangArthur LAURENT
2024-07-12add proper warning for std module detectionArthur LAURENT