Alex
4a0ea094fb
show right file
2025-04-22 11:37:22 +10:00
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
a2048773e7
Fix test
2024-08-13 20:28:55 +10:00
Nyall Dawson
87e19bc5ae
Test update
2024-08-13 20:28:55 +10:00
Nyall Dawson
18a5eca5c2
Update test
2024-02-13 20:51:03 +10:00
Nyall Dawson
03afa96fd4
Fix indentation
2024-01-31 17:16:18 +10:00
Nyall Dawson
2dae72e388
Fix sipify test
2024-01-31 17:16:18 +10:00
Julien Cabieces
388de8cedd
Fix sip tests
2023-12-13 05:36:44 +10:00
Denis Rouzaud
8ce4718335
[sipify] support multiple classes template definition ( #52838 )
2023-04-22 18:18:14 +02:00
Denis Rouzaud
f5bd1f2165
[sipify] support argument renaming + fix dosctring reset when cpp code is commented
2022-04-29 07:57:25 +10:00
Denis Rouzaud
9671c90b41
[sipify] fix more complex member assignment removal ( #48198 )
2022-04-13 10:22:32 +02:00
Loïc Bartoletti
a72ffafb8f
Have to use g prefix for gnu tools also on *BSD
2022-03-17 08:18:45 +10:00
Denis Rouzaud
cecc120084
fix typo
2022-03-02 14:58:56 +01:00
Denis Rouzaud
b7c5d259c6
[sipify] add SIP_MAKE_PRIVATE macro
...
also handle std::numeric_limits<qlonglong>::min/max
2022-03-02 14:58:56 +01:00
Denis Rouzaud
f722ef641c
fix dox
2022-03-01 12:09:47 +01:00
Denis Rouzaud
36a933bb2b
move QgsSnappingConfig::SnappingTypeFlag + SnappingMode enum/flags to Qgis
2022-03-01 12:09:47 +01:00
Denis Rouzaud
c385c2971d
fix test
2022-03-01 11:54:19 +01:00
Denis Rouzaud
91a9b1df36
fix test
2022-03-01 11:43:42 +01:00
Denis Rouzaud
1c3554971a
group sip tests in a directory
2022-03-01 11:39:22 +01:00