summaryrefslogtreecommitdiff
path: root/xmake/rules/c++/modules/modules_support/gcc
AgeCommit message (Expand)Author
2024-07-22simplify objectfile handlingArthur LAURENT
2024-07-22fix module handling for batchcmds and some cleanupsArthur LAURENT
2024-07-22improve compilation of modules based on if it is from a package, an other tar...Arthur LAURENT
2024-07-22strip -fmodule-mapper for GCC module reusage flag compatibility detectionArthur LAURENT
2024-07-12add a proper warning when falling back to fallback module scanner for gcc and...Arthur LAURENT
2024-04-29fix incremental compilation for gcc-14 #5022ruki
2024-03-19always should build modules for generatorruki
2024-03-18use new progressruki
2024-03-09fix private dependency C++ modules objectfile handlingArthur LAURENT
2024-02-18use path.unixruki
2024-02-18improve should_build for modulesruki
2024-02-18fix incremental compilation for tests/ modules/packageruki
2024-02-18format coderuki
2024-02-18rename mapper path varnameruki
2024-02-14cleanupArthur LAURENT
2024-02-12implement module reusage based on flag comparisonArthur LAURENT
2024-02-05fix gccArthur LAURENT
2024-02-05cull unreferenced modules and fix gcc module mapperArthur LAURENT
2024-02-05fix gccArthur LAURENT
2024-02-04fix gcc module compilationArthur LAURENT
2024-02-04make should_build and mark_build publicArthur LAURENT
2024-02-03fix recompilation for gccArthur LAURENT
2024-02-03fix recompilation of .cpp filesArthur LAURENT
2024-02-02parallelise dependency scanningArthur LAURENT
2024-02-02format more codesruki
2024-02-02rename apisruki
2024-02-01use compinst:compile when possibleArthur LAURENT
2024-02-01fix assert in gcc module dependency mapperArthur LAURENT
2024-01-31remove useless path.translateArthur LAURENT
2024-01-31cleanupArthur LAURENT
2024-01-31cleanupArthur LAURENT
2024-01-31use table.orderpair to ensure dependency order stay the sameArthur LAURENT
2024-01-31fix inconsistent print format for gcc module mapperArthur LAURENT
2024-01-31code cleanupArthur LAURENT
2024-01-31improve module cmdline printArthur LAURENT
2024-01-31use os.vrunv for dependency scanningArthur LAURENT
2024-01-31add a test for aliased headerunitsArthur LAURENT
2024-01-31implement missing headerunit aliasingArthur LAURENT
2024-01-30revert last commitArthur LAURENT
2024-01-30use try{} instead of assert to preserve iorunv error colorsArthur LAURENT
2024-01-29populate module map before generating batchjobsArthur LAURENT
2024-01-26fix gcc module supportArthur LAURENT
2024-01-26add a policy to toggle C++23 std moduleArthur LAURENT
2024-01-26refactor gcc module infrastructureArthur LAURENT