meson/mesonbuild/backend
Eli Schwartz 84dd78e80d
cython: wire up support for emitting and using depfiles
This solves rebuild issues when e.g. importing a .pxd header from a .pyx
file, just like C/C++ source headers. The transpiler needs to run again
in this case.

This functionality is present in the 3.0.0 alphas of cython, and is also
backported to 0.29.33.

Fixes #9049
2023-02-10 02:16:53 -05:00
..
__init__.py Moved backends to their own module. 2016-01-23 20:02:52 +02:00
backends.py backends/backends: Add helpful message for getting rid of warning 2023-01-03 14:49:02 -05:00
ninjabackend.py cython: wire up support for emitting and using depfiles 2023-02-10 02:16:53 -05:00
vs2010backend.py backends: Stop passing generator exes to ExecutableSerialisation as strings 2023-01-10 13:02:07 -08:00
vs2012backend.py treewide: various cleanups to move imports for mypy into typechecking blocks 2022-06-10 09:15:48 -04:00
vs2013backend.py treewide: various cleanups to move imports for mypy into typechecking blocks 2022-06-10 09:15:48 -04:00
vs2015backend.py treewide: various cleanups to move imports for mypy into typechecking blocks 2022-06-10 09:15:48 -04:00
vs2017backend.py treewide: various cleanups to move imports for mypy into typechecking blocks 2022-06-10 09:15:48 -04:00
vs2019backend.py treewide: various cleanups to move imports for mypy into typechecking blocks 2022-06-10 09:15:48 -04:00
vs2022backend.py treewide: various cleanups to move imports for mypy into typechecking blocks 2022-06-10 09:15:48 -04:00
xcodebackend.py backends: Stop passing generator exes to ExecutableSerialisation as strings 2023-01-10 13:02:07 -08:00