summaryrefslogtreecommitdiff
path: root/test cases/common/259 preprocess
AgeCommit message (Collapse)Author
2024-01-25Fix compiler.preprocess compile_args not usedCharles Brunet
As described in https://github.com/mesonbuild/meson/issues/12715#issuecomment-1883448780, the compiler.preprocess function ignores compile_args. This should fix it in both ninja and visualstudio backends.
2024-01-17compiler.preprocess: add depends kwargStas 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.
2023-07-05comp.preprocess(): Do not treat every file as assemblyXavier Claessens
Fixes: #11940
2023-05-31preprocess: Allow preprocessing any file extensionsXavier Claessens
2023-02-15preprocess: Add dependencies kwargXavier Claessens
2023-02-15preprocess: Allow custom_tgt, custom_idx and generated_listXavier Claessens
It was documented to be supported but only File and str were actually working.
2022-10-25Condense test directory numbers.Jussi Pakkanen