summaryrefslogtreecommitdiff
path: root/xmake/rules/c++/modules
AgeCommit message (Collapse)Author
2024-03-23add _ to print library module manifest path flag function getter forArthur LAURENT
better lisibility
2024-03-23support -print-library-module-manifest-path for std module detection on clangArthur LAURENT
2024-03-21strip spacesruki
2024-03-19always should build modules for generatorruki
2024-03-18fix progressruki
2024-03-18use new progressruki
2024-03-09fix private dependency C++ modules objectfile handlingArthur LAURENT
2024-03-07Merge pull request #4806 from Arthapz/fix-clang-scan-deps-modules-macOSruki
Fix clang scan deps modules mac os
2024-03-07fix + elimination for clang-scan-deps detectionArthur LAURENT
2024-03-07remove + from clang name when detecting clang-scan-deps for moduleArthur LAURENT
scanning
2024-03-07Update compiler_support.luaruki
2024-03-06fix C++ library detection when no runtimes is passedArthur LAURENT
2024-02-18use path.unixruki
2024-02-18improve should_build for modulesruki
2024-02-18fix incremental compilation for tests/ modules/packageruki
2024-02-18fix incremental compilation for tests/ modules/packageruki
2024-02-18format coderuki
2024-02-18rename mapper path varnameruki
2024-02-14improve incremental compilation fixArthur LAURENT
2024-02-14cleanupArthur LAURENT
2024-02-12try to fix incremental buildArthur LAURENT
2024-02-12fix incremental compilation for msvcArthur LAURENT
2024-02-12implement module reusage based on flag comparisonArthur LAURENT
fix gcc fix msvc fix msvc fix msvc fix
2024-02-11Merge pull request #4707 from Arthapz/support-moduleonly-librariesruki
Support moduleonly libraries
2024-02-09Update compiler_support.luaruki
2024-02-09fix libc++.modules.json findingArthur LAURENT
2024-02-08fix find_file for libc++.modules.json when in a subdirArthur LAURENT
2024-02-08cleanupArthur LAURENT
2024-02-08fix msvc batchcmdsArthur LAURENT
2024-02-07cleanupArthur LAURENT
2024-02-07update vs project generator to support moduleonly target kindArthur LAURENT
2024-02-07fix msvc batchcmdsArthur LAURENT
2024-02-07use target:is_binary instead of target:kind() == "binary"Arthur LAURENT
2024-02-07use table.orderpairs for generate_metadataArthur LAURENT
2024-02-06implement target kind moduleonlyArthur LAURENT
2024-02-06fix stdmodule find_file and update test (std module doesn't exportArthur LAURENT
::size_t only std::size_t)
2024-02-05fixe module installationArthur LAURENT
2024-02-05cleanupArthur LAURENT
2024-02-05fix msvcArthur LAURENT
2024-02-05add support of moduleonly targets with c++.moduleonly ruleArthur LAURENT
2024-02-05fix gccArthur LAURENT
2024-02-05cull unreferenced modules and fix gcc module mapperArthur LAURENT
2024-02-05fix gccArthur LAURENT
2024-02-05fix formatArthur LAURENT
2024-02-05fix mergeArthur LAURENT
2024-02-05fix missing objectfiles for private modulesArthur LAURENT
2024-02-05fix objectfile handlingArthur LAURENT
2024-02-05Merge pull request #4695 from Arthapz/fix-libc++.modules.json-findingruki
Fix libc++.modules.json finding
2024-02-05Merge pull request #4687 from Arthapz/fix-.cpp-objectfiles-updateruki
fix recompilation of .cpp files
2024-02-04fix missing build variable declarationArthur LAURENT