| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
feat(wdk rules) enable support of incomplete wdk
|
|
feat(C++ modules) Improve incremental build clang
|
|
|
|
|
|
enable bmi hash comparison as incremental build optimisation for clang
|
|
|
|
compile objectfile instead of module sourcefile
|
|
|
|
|
|
allow pass the system version
|
|
feat(C++ modules support) use a file for requires flags when --verbose or --diagnosis is supplied
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
--diagnosis is supplied
|
|
|
|
*.pyi also use python syntax
so it can be translated to c/c++ files by cython
|
|
|
|
|
|
|
|
- Add values (import name, import version) to dependencies.
- Add corresponding headers to dependencies as we need to re-generate `plugin.qmltypes`.
|
|
|
|
fix(c++ modules) fix disabled target getting configured for module compilation
|
|
but was never used)
|
|
fix(c++ modules) fix non .cpp file stealed from c++.build sourcebatch
|
|
|
|
|
|
|
|
add /uselocaltime to inf2cat args
|
|
|
|
|
|
fix(c++ modules) fix xmake not updating module mapper when module file is removed
|
|
removed
|
|
|
|
|
|
improve to config targets
|
|
|
|
improve to config targets
|
|
|
|
|
|
|
|
Instead of passing all JSON-files generated by MOC directly into `qmltyperegistrar`, combine them into a single JSON-file first using MOC.
Resolves #6647.
|
|
|