| Age | Commit message (Collapse) | Author |
|
|
|
|
|
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`.
|
|
|
|
|
|
|
|
|
|
Replace the ts file update method to avoid the lupdate.exe command triggering the windows command line string limit
|
|
msvc's link.exe does not have an `fsanitize` flag.
It was not causing build failures by was creating warning messages like:
LINK : warning LNK4044: unrecognized option '/fsanitize=address'; ignored
|
|
|
|
|
|
|
|
rule(c++.modules): fix `get_gcc_version` for MinGW GCC 15 when toolname is 'gxx'
|
|
|
|
its package
|
|
|
|
|
|
|
|
|
|
|
|
|
|
use jobgraph instead of jobpool for parallelization
|
|
|
|
time
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add rule python.cython
|
|
|
|
(C++ modules support) profile module support
|
|
|
|
|