- Sep 02, 2024
-
-
Despite meson officially "supporting" Rust it does support working with Cargo (Rust package manager and build system) so we need to have a bit of custom system for using it. `cargo-output.py` to build and copy the output files (static archive and depfile) to the expected location by meson. And `cargo-rustc-static-libs.py` to get the common linker args for a bar-bone std rust program (ie without dependencies). Those two scripts would potentially be removed if meson and/or cargo became more flexible and/or intelligent.
-
- Jun 22, 2024
-
-
Cargo can output the test results as JSON when running with unstable options. This script provides an automake test driver[^1] to run the tests and gather the results in the automake test suite. [^1]: https://www.gnu.org/software/automake/manual/html_node/Overview-of-Custom-Test-Drivers-Support.html
-
- Jun 20, 2024
-
-
Steve Lhomme authored
So it can be called from the shell directly.
-
- Jun 01, 2024
-
-
Steve Lhomme authored
When providing a qtconf file, the HOST parts seems to come from hardocded values in qmake.
-
Steve Lhomme authored
This reverts commit 8ce83d83.
-
Steve Lhomme authored
This reverts commit 40d21f1f.
-
- May 17, 2024
-
-
Steve Lhomme authored
That's assuming we get a full path to the file, it may just be a command in the PATH. It is fine if that command doesn't exist, we check the error of the subprocess.run() call.
-
Steve Lhomme authored
So we don't have to parse all the lines.
-
Steve Lhomme authored
So we don't have to build qmake6.
-
- May 10, 2024
-
-
... to restore compatiblity with Python 3.6. This was initroduced in commit 177d0499, which broke compilation on openSUSE Leap 15, which uses Python 3.6 als default Python interpreter. Fixes #28636 Signed-off-by:
Olaf Hering <olaf@aepfle.de>
-
- Apr 17, 2024
-
-
Steve Lhomme authored
-
Steve Lhomme authored
So we know what is failing.
-
- Apr 03, 2024
-
-
Steve Lhomme authored
The target qmake uses the native qmake with this extra parameter. And add some extra logs. We don't want to rebuild the target qmake (and the whole Qt) just to get this script.
-
- Oct 14, 2023
-
-
fix: #28392
-
- Mar 03, 2023
-
-
- Jan 04, 2023
-
-
Co-authored-by:
Tanguy Dubroca <tanguy.dubroca@lse.epita.fr> Co-authored-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr> Co-authored-by:
Alexandre Janniaux <ajanni@videolabs.io>
-