| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-01-17 | compiler.preprocess: add depends kwarg | Stas Sergeev | |
| This patch adds 'depends' keyword to compiler.preprocess(). It allows to execute other targets before doing the preprocessing. Test-case is added to demonstrate that functionality: it generates the header before preprocessing the C source that uses that generated header. Thanks to @bruchar1 for getting this patch to work. | |||
