| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
--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.
|
|
|
|
|
|
|
|
fix: rust static and shared library failing to find extern crate in windows-msvc
|
|
|
|
- In non-windows, it's located at <sysroot>/lib
|
|
|
|
|
|
|
|
|
|
|
|
1. rustc requires lib*.rlib, *.dll but produces *.rlib, *.dll.
2. shared library are `foo.dll`, `foo.dll.lib` and it links for
`foo.dll`.
|
|
|
|
|
|
|
|
|