7 Commits

Author SHA1 Message Date
Nyall Dawson
c585d3366e Fix sipify test 2025-04-02 11:11:10 +10:00
Nyall Dawson
362f2dd20a Fix sipify test 2025-04-01 09:44:00 +10:00
David Koňařík
4d86676c35 Fix SIP build errors by using /NoTypeName/
The typedef is only present in the .sip file, but without this
annotation SIP assumes it also exists in QGIS headers. This didn't
completely break the build, since we concatenate multiple SIP headers
into larger files, so the typedefs from one part "fixed" another. Run
sip-build without --concatenate to see the issue clearly.

This fix is currently sadly not fully effective due to a SIP bug:
https://github.com/Python-SIP/sip/issues/66
2025-01-06 21:31:40 +01:00
Nyall Dawson
8b04562ba7 Avoid fragile reg for argument removal 2024-08-14 13:05:46 +10:00
Nyall Dawson
cda4105230 Update expected files 2024-08-13 20:28:55 +10:00
Nyall Dawson
87e19bc5ae Test update 2024-08-13 20:28:55 +10:00
Julien Cabieces
388de8cedd Fix sip tests 2023-12-13 05:36:44 +10:00