summaryrefslogtreecommitdiff
path: root/xmake/rules/c++
AgeCommit message (Expand)Author
2024-10-24improve logsruki
2024-10-21improve asan for clang-cl #5728ruki
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-09-16fix runtimeruki
2024-09-16switch to MT runtimeruki
2024-07-25Merge pull request #5376 from Arthapz/fix-module-objectfiles-handlingruki
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
2024-07-23Merge pull request #5335 from xmake-io/installruki
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 tar...Arthur LAURENT
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 Arthapz/improve-clang-scan-deps-warning-for-mod...ruki
2024-07-13Merge pull request #5341 from Arthapz/add-proper-warning-for-std-module-detec...ruki
2024-07-13Merge pull request #5339 from Arthapz/fix-gnuxx-flag-for-modulesruki
2024-07-12improve std module warning for clangArthur LAURENT
2024-07-12add proper warning for std module detectionArthur LAURENT
2024-07-12add a proper warning when falling back to fallback module scanner for gcc and...Arthur LAURENT
2024-07-12fix c++ language detection for modules when gnuxxXY or gnu++XY is usedArthur LAURENT
2024-07-01add support for missing C++ Modules file extensionsYamaD