meson/test cases/common
Dylan Baker 013536fcb4 interpreter: add <lang>_(static|shared)_args
Which allow passing arguments specifically to the static or shared
libraries.

For design, this is all handled in the interpreter, by the build layer
the arguments are combined into the existing fields. This limits changes
required in the mid and backend layers
2023-10-09 17:33:48 -04:00
..
1 trivial
2 cpp Rename VERSION because case insensitive file systems are a thing. 2021-05-23 17:58:56 +01:00
3 static interpreter: add <lang>_(static|shared)_args 2023-10-09 17:33:48 -04:00
4 shared interpreter: add <lang>_(static|shared)_args 2023-10-09 17:33:48 -04:00
5 linkstatic
6 linkshared Fix LTO test on Cygwin 2021-05-21 14:19:35 +01:00
7 mixed
8 install add test case for installed targets uninstalling a single directory 2021-03-18 21:50:38 -04:00
9 header install Implement `preserve_path` for install_headers 2022-05-30 18:03:01 -04:00
10 man install tests: remove compiler requirement in various unneeded cases 2022-08-23 12:26:13 -04:00
11 subdir Fix Xcode targets in subdirs. 2021-04-08 10:22:57 +03:00
12 data Fix install_data() default install path 2023-07-26 13:30:49 -04:00
13 pch tests: Skip "withIncludeFile" for PCH on Xcode backend 2023-09-26 02:34:45 -04:00
14 configure file fix various spelling issues 2023-04-11 19:21:05 -04:00
15 if Merge if and else tests to a single project. 2021-04-26 02:08:51 +03:00
16 comparison Implement `in` operator on string 2022-11-06 17:22:00 +02:00
17 array Condense test directory names. 2021-04-26 23:39:15 +01:00
18 includedir Fix include_directories test for relative path 2023-09-07 23:38:33 -04:00
18 includedirxyz Fix include_directories test for relative path 2023-09-07 23:38:33 -04:00
19 header in file list Condense test directory names. 2021-04-26 23:39:15 +01:00
20 global arg fix various spelling issues 2023-04-11 19:21:05 -04:00
21 target arg Condense test directory names. 2021-04-26 23:39:15 +01:00
22 object extraction interpreter: allow extract_objects to receive generated sources 2021-12-06 13:27:12 -08:00
23 endian Condense test directory names. 2021-04-26 23:39:15 +01:00
24 library versions Condense test directory names. 2021-04-26 23:39:15 +01:00
25 config subdir Condense test directory names. 2021-04-26 23:39:15 +01:00
26 find program fix various spelling issues 2023-04-11 19:21:05 -04:00
27 multiline string fix various spelling issues 2023-04-11 19:21:05 -04:00
28 try compile include_directories: Always add both source and build dirs 2023-08-28 20:18:26 -04:00
29 compiler id Condense test directory names. 2021-04-26 23:39:15 +01:00
30 sizeof Condense test directory names. 2021-04-26 23:39:15 +01:00
31 define10 Condense test directory names. 2021-04-26 23:39:15 +01:00
32 has header fix various spelling issues 2023-04-11 19:21:05 -04:00
33 run program interpreter: report FeatureNew for kwargs to project() 2023-03-01 23:37:55 -05:00
34 logic ops tests: remove compiler requirement in various unneeded cases 2022-08-23 12:26:13 -04:00
35 string operations add str.splitlines method 2023-06-20 08:28:47 -04:00
36 has function fix various spelling issues 2023-04-11 19:21:05 -04:00
37 has member Condense test directory names. 2021-04-26 23:39:15 +01:00
38 alignment Condense test directory names. 2021-04-26 23:39:15 +01:00
39 library chain Condense test directory names. 2021-04-26 23:39:15 +01:00
40 options Fix assertion raised with invalid option name 2023-09-13 16:55:38 +05:30
41 test args interpreter: flatten environment() initial values 2021-05-13 10:38:17 +03:00
42 subproject fix various spelling issues 2023-04-11 19:21:05 -04:00
43 subproject options tests: remove compiler requirement in various unneeded cases 2022-08-23 12:26:13 -04:00
44 pkgconfig-gen skip test on pkgconf 2.0.1 that is broken there due to a reported bug 2023-08-17 20:43:14 -04:00
45 custom install dirs Condense test directory names. 2021-04-26 23:39:15 +01:00
46 subproject subproject editorconfig: add setting to trim trailing whitespace 2021-08-15 09:36:18 -04:00
47 same file name Condense test directory names. 2021-04-26 23:39:15 +01:00
48 file grabber Added warning if run_command is called without the check kwarg 2021-10-30 22:26:28 -04:00
49 custom target tests: remove compiler requirement in various unneeded cases 2022-08-23 12:26:13 -04:00
50 custom target chain Condense test directory names. 2021-04-26 23:39:15 +01:00
51 run target Change "can not" to "cannot" throughout project 2023-04-11 17:10:01 +03:00
52 object generator Condense test directory names. 2021-04-26 23:39:15 +01:00
53 install script allow install script to run in dry-run mode 2023-02-14 10:50:10 -05:00
54 custom target source output Condense test directory names. 2021-04-26 23:39:15 +01:00
55 exe static shared Condense test directory names. 2021-04-26 23:39:15 +01:00
56 array methods fix various spelling issues 2023-04-11 19:21:05 -04:00
57 custom header generator Condense test directory names. 2021-04-26 23:39:15 +01:00
58 multiple generators Condense test directory names. 2021-04-26 23:39:15 +01:00
59 install subdir minstall: Fix install_subdir() excludes with path separators on Win 2023-04-14 21:37:52 +03:00
60 foreach Condense test directory names. 2021-04-26 23:39:15 +01:00
61 number arithmetic tests: remove compiler requirement in various unneeded cases 2022-08-23 12:26:13 -04:00
62 string arithmetic Fix various spelling errors 2022-11-24 15:17:23 -05:00
63 array arithmetic tests: remove compiler requirement in various unneeded cases 2022-08-23 12:26:13 -04:00
64 arithmetic bidmas tests: remove compiler requirement in various unneeded cases 2022-08-23 12:26:13 -04:00
65 build always Condense test directory names. 2021-04-26 23:39:15 +01:00
66 vcstag vcs_tag: handle non-str / non-file arguments 2022-04-20 20:53:19 -04:00
67 modules tests: remove compiler requirement in various unneeded cases 2022-08-23 12:26:13 -04:00
68 should fail Condense test directory names. 2021-04-26 23:39:15 +01:00
69 configure file in custom target tests: remove compiler requirement in various unneeded cases 2022-08-23 12:26:13 -04:00
70 external test program tests: remove compiler requirement in various unneeded cases 2022-08-23 12:26:13 -04:00
71 ctarget dependency tests: remove compiler requirement in various unneeded cases 2022-08-23 12:26:13 -04:00
72 shared subproject test cases: rename shared library('c') avoid libc collision 2022-02-17 14:48:28 -05:00
73 shared subproject 2 test cases: rename shared library('c') avoid libc collision 2022-02-17 14:48:28 -05:00
74 file object editorconfig: add setting to trim trailing whitespace 2021-08-15 09:36:18 -04:00
75 custom subproject dir test cases: rename shared library('c') avoid libc collision 2022-02-17 14:48:28 -05:00
76 has type Condense test directory names. 2021-04-26 23:39:15 +01:00
77 extract from nested subdir Condense test directory names. 2021-04-26 23:39:15 +01:00
78 internal dependency Condense test directory names. 2021-04-26 23:39:15 +01:00
79 same basename editorconfig: add setting to trim trailing whitespace 2021-08-15 09:36:18 -04:00
80 declare dep Condense test directory names. 2021-04-26 23:39:15 +01:00
81 extract all Condense test directory names. 2021-04-26 23:39:15 +01:00
82 add language Condense test directory names. 2021-04-26 23:39:15 +01:00
83 identical target name in subproject Condense test directory names. 2021-04-26 23:39:15 +01:00
84 plusassign tests: remove compiler requirement in various unneeded cases 2022-08-23 12:26:13 -04:00
85 skip subdir tests: remove compiler requirement in various unneeded cases 2022-08-23 12:26:13 -04:00
86 private include pylint: turn on superflous-parens 2021-08-31 16:28:54 -04:00
87 default options Condense test directory names. 2021-04-26 23:39:15 +01:00
88 dep fallback interpreter: Extract dependency() logic into its own helper class 2021-06-16 19:04:03 -04:00
89 default library Condense test directory names. 2021-04-26 23:39:15 +01:00
90 gen extra Condense test directory names. 2021-04-26 23:39:15 +01:00
91 benchmark Condense test directory names. 2021-04-26 23:39:15 +01:00
92 test workdir Condense test directory names. 2021-04-26 23:39:15 +01:00
93 suites Flatten test suite value 2021-07-02 21:58:22 +03:00
94 threads tests/94 threads: fix build error with clang 16 2023-04-03 15:32:38 -04:00
95 manygen Condense test directory names. 2021-04-26 23:39:15 +01:00
96 stringdef Condense test directory names. 2021-04-26 23:39:15 +01:00
97 find program path tests: remove compiler requirement in various unneeded cases 2022-08-23 12:26:13 -04:00
98 subproject subdir fix various spelling issues 2023-04-11 19:21:05 -04:00
99 postconf Silence some encoding warnings 2023-07-13 09:55:10 -07:00
100 postconf with args Silence some encoding warnings 2023-07-13 09:55:10 -07:00
101 testframework options tests: remove compiler requirement in various unneeded cases 2022-08-23 12:26:13 -04:00
102 extract same name Change "can not" to "cannot" throughout project 2023-04-11 17:10:01 +03:00
103 has header symbol test cases/common/103 has header symbol: set c++ standard 2021-06-02 23:02:42 +02:00
104 has arg Condense test directory names. 2021-04-26 23:39:15 +01:00
105 generatorcustom Make generator exe more resilient. 2023-03-11 22:56:13 +02:00
106 multiple dir configure file tests: remove compiler requirement in various unneeded cases 2022-08-23 12:26:13 -04:00
107 spaces backslash editorconfig: add setting to trim trailing whitespace 2021-08-15 09:36:18 -04:00
108 ternary tests: remove compiler requirement in various unneeded cases 2022-08-23 12:26:13 -04:00
109 custom target capture tests: remove compiler requirement in various unneeded cases 2022-08-23 12:26:13 -04:00
110 allgenerate Condense test directory names. 2021-04-26 23:39:15 +01:00
111 pathjoin tests: remove compiler requirement in various unneeded cases 2022-08-23 12:26:13 -04:00
112 subdir subproject Condense test directory names. 2021-04-26 23:39:15 +01:00
113 interpreter copy mutable var on assignment tests: remove compiler requirement in various unneeded cases 2022-08-23 12:26:13 -04:00
114 skip tests: remove compiler requirement in various unneeded cases 2022-08-23 12:26:13 -04:00
115 subproject project arguments editorconfig: add setting to trim trailing whitespace 2021-08-15 09:36:18 -04:00
116 test skip Condense test directory names. 2021-04-26 23:39:15 +01:00
117 shared module test cases: make various things werror-safe 2023-03-28 23:34:18 -04:00
118 llvm ir and assembly Fix typos discovered by codespell 2021-10-10 16:12:25 -04:00
119 cpp and asm Condense test directory names. 2021-04-26 23:39:15 +01:00
120 extract all shared library test cases: rename shared library('c') avoid libc collision 2022-02-17 14:48:28 -05:00
121 object only target build: fix object path for vs backend 2021-06-28 23:15:30 +03:00
122 no buildincdir Condense test directory names. 2021-04-26 23:39:15 +01:00
123 custom target directory install tests: remove compiler requirement in various unneeded cases 2022-08-23 12:26:13 -04:00
124 dependency file generation Condense test directory names. 2021-04-26 23:39:15 +01:00
125 configure file in generator Condense test directory names. 2021-04-26 23:39:15 +01:00
126 generated llvm ir Fix typo. 2022-01-07 09:25:16 -08:00
127 generated assembly tests: both_library test improvements 2021-06-22 21:09:25 +02:00
128 build by default targets in tests Condense test directory names. 2021-04-26 23:39:15 +01:00
129 build by default decorators: Make unknown kwarg fatal 2021-08-30 14:00:54 -04:00
130 include order tests: add test to ensure that build dir is preferred to src dir 2023-03-30 22:06:31 -04:00
131 override options Condense test directory names. 2021-04-26 23:39:15 +01:00
132 get define test: get_define: do not use assert incorrectly 2023-10-04 08:15:42 -04:00
133 c cpp and asm Condense test directory names. 2021-04-26 23:39:15 +01:00
134 compute int Condense test directory names. 2021-04-26 23:39:15 +01:00
135 custom target object output Condense test directory names. 2021-04-26 23:39:15 +01:00
136 empty build file tests: remove compiler requirement in various unneeded cases 2022-08-23 12:26:13 -04:00
137 whole archive Add Visual Studio 2012/2013 backends (#8803) 2021-06-22 21:00:23 +03:00
138 C and CPP link Condense test directory names. 2021-04-26 23:39:15 +01:00
139 mesonintrospect from scripts tests: remove compiler requirement in various unneeded cases 2022-08-23 12:26:13 -04:00
140 custom target multiple outputs tests: remove compiler requirement in various unneeded cases 2022-08-23 12:26:13 -04:00
141 special characters test cases: Don't fall off the end of main() without an exit status 2022-06-30 09:55:48 -07:00
142 nested links Condense test directory names. 2021-04-26 23:39:15 +01:00
143 list of file sources tests: remove compiler requirement in various unneeded cases 2022-08-23 12:26:13 -04:00
144 link depends custom target backend/vs: process link dependencies. 2021-10-04 22:34:57 -04:00
145 recursive linking Condense test directory names. 2021-04-26 23:39:15 +01:00
146 library at root tests: both_library test improvements 2021-06-22 21:09:25 +02:00
147 simd test cases: make various things werror-safe 2023-03-28 23:34:18 -04:00
148 shared module resolving symbol in executable test cases: make various things werror-safe 2023-03-28 23:34:18 -04:00
149 dotinclude editorconfig: add setting to trim trailing whitespace 2021-08-15 09:36:18 -04:00
150 reserved targets Add support for gcovr --sonarqube report 2021-07-23 22:15:00 +03:00
151 duplicate source names Change "can not" to "cannot" throughout project 2023-04-11 17:10:01 +03:00
152 index customtarget Condense test directory names. 2021-04-26 23:39:15 +01:00
153 wrap file should not failed wrap: Add support for applying a list of patch files 2022-06-07 06:43:39 -04:00
154 includedir subproj Condense test directory names. 2021-04-26 23:39:15 +01:00
155 subproject dir name collision test cases: rename shared library('c') avoid libc collision 2022-02-17 14:48:28 -05:00
156 config tool variable Added warning if run_command is called without the check kwarg 2021-10-30 22:26:28 -04:00
157 custom target subdir depend files Condense test directory names. 2021-04-26 23:39:15 +01:00
158 disabler fix various spelling issues 2023-04-11 19:21:05 -04:00
159 array option Condense test directory names. 2021-04-26 23:39:15 +01:00
160 custom target template substitution Condense test directory names. 2021-04-26 23:39:15 +01:00
161 not-found dependency Condense test directory names. 2021-04-26 23:39:15 +01:00
162 subdir if_found tests: remove compiler requirement in various unneeded cases 2022-08-23 12:26:13 -04:00
163 default options prefix dependent defaults tests: remove compiler requirement in various unneeded cases 2022-08-23 12:26:13 -04:00
164 dependency factory tests: update dependency factory tests to check type_name is sane 2021-06-17 13:22:25 -04:00
165 get project license Condense test directory names. 2021-04-26 23:39:15 +01:00
166 yield tests: remove compiler requirement in various unneeded cases 2022-08-23 12:26:13 -04:00
167 subproject nested subproject dirs editorconfig: add setting to trim trailing whitespace 2021-08-15 09:36:18 -04:00
168 preserve gendir Condense test directory names. 2021-04-26 23:39:15 +01:00
169 source in dep editorconfig: add setting to trim trailing whitespace 2021-08-15 09:36:18 -04:00
170 generator link whole MSVC: Always enable common tests 137 and 170 2021-05-27 09:54:37 -07:00
171 initial c_args Condense test directory names. 2021-04-26 23:39:15 +01:00
172 identical target name in subproject flat layout Condense test directory names. 2021-04-26 23:39:15 +01:00
173 as-needed Condense test directory names. 2021-04-26 23:39:15 +01:00
174 ndebug if-release enabled Condense test directory names. 2021-04-26 23:39:15 +01:00
175 ndebug if-release disabled Condense test directory names. 2021-04-26 23:39:15 +01:00
176 subproject version tests: remove compiler requirement in various unneeded cases 2022-08-23 12:26:13 -04:00
177 subdir_done tests: remove compiler requirement in various unneeded cases 2022-08-23 12:26:13 -04:00
178 bothlibraries interpreter: add <lang>_(static|shared)_args 2023-10-09 17:33:48 -04:00
179 escape and unicode Added warning if run_command is called without the check kwarg 2021-10-30 22:26:28 -04:00
180 has link arg Condense test directory names. 2021-04-26 23:39:15 +01:00
181 same target name flat layout Condense test directory names. 2021-04-26 23:39:15 +01:00
182 find override find_program: Fallback if version mismatch 2023-08-24 18:51:13 -04:00
183 partial dependency Condense test directory names. 2021-04-26 23:39:15 +01:00
184 openmp Condense test directory names. 2021-04-26 23:39:15 +01:00
185 same target name Condense test directory names. 2021-04-26 23:39:15 +01:00
186 test depends Condense test directory names. 2021-04-26 23:39:15 +01:00
187 args flattening interpreterobjects: use typed_* for configuration_data.set* 2022-01-18 17:53:29 -05:00
188 dict interpreter: Fix missing holder entry (fixes #9389) 2021-10-12 12:44:33 -04:00
189 check header fix various spelling issues 2023-04-11 19:21:05 -04:00
190 install_mode install modes should not apply sticky bit to files 2022-08-23 21:07:00 -04:00
191 subproject array version tests: remove compiler requirement in various unneeded cases 2022-08-23 12:26:13 -04:00
192 feature option interpreter: add FeatureOption.enable_if and .disable_if 2023-02-15 22:58:50 -05:00
193 feature option disabled tests: remove compiler requirement in various unneeded cases 2022-08-23 12:26:13 -04:00
194 static threads Condense test directory names. 2021-04-26 23:39:15 +01:00
195 generator in subdir backends: fix bug where meson_exe crashed if constructed with found programs 2023-03-28 09:12:02 -04:00
196 subproject with features fix various spelling issues 2023-04-11 19:21:05 -04:00
197 function attributes add cc.has_function_attribute('vector_size') 2023-02-01 13:26:09 -08:00
198 broken subproject Condense test directory names. 2021-04-26 23:39:15 +01:00
199 argument syntax Condense test directory names. 2021-04-26 23:39:15 +01:00
200 install name_prefix name_suffix Condense test directory names. 2021-04-26 23:39:15 +01:00
201 kwarg entry Condense test directory names. 2021-04-26 23:39:15 +01:00
202 custom target build by default tests: remove compiler requirement in various unneeded cases 2022-08-23 12:26:13 -04:00
203 find_library and headers Condense test directory names. 2021-04-26 23:39:15 +01:00
204 line continuation Condense test directory names. 2021-04-26 23:39:15 +01:00
205 native file path override Condense test directory names. 2021-04-26 23:39:15 +01:00
206 tap tests unittests: check that "verbose: true" works on tests 2022-02-01 09:05:27 +01:00
207 warning level 0 Condense test directory names. 2021-04-26 23:39:15 +01:00
208 link custom custom_target: libfoo.so.1 is linkable 2023-03-27 15:19:17 -04:00
209 link custom_i single from multiple Condense test directory names. 2021-04-26 23:39:15 +01:00
210 link custom_i multiple from multiple Condense test directory names. 2021-04-26 23:39:15 +01:00
211 dependency get_variable method Fix dep.get_variable() with empty string default_value 2022-02-01 00:47:33 +02:00
212 source set configuration_data sourceset: reinstate extra_deps 2022-03-14 10:27:38 -07:00
213 source set dictionary Condense test directory names. 2021-04-26 23:39:15 +01:00
214 source set custom target Condense test directory names. 2021-04-26 23:39:15 +01:00
215 source set realistic example tests/common/215: Save some time by only checking pkg-config 2022-08-17 13:44:08 -07:00
216 custom target input extracted objects Change "can not" to "cannot" throughout project 2023-04-11 17:10:01 +03:00
217 test priorities tests: remove compiler requirement in various unneeded cases 2022-08-23 12:26:13 -04:00
218 include_dir dot Condense test directory names. 2021-04-26 23:39:15 +01:00
219 include_type dependency interpreter: fix IndexError when specifying dependency 'include_type' 2021-08-27 19:51:48 +02:00
220 fs module Revert "Revert "Add fs.relative_to()"" 2023-08-18 07:46:08 -04:00
221 zlib dependencies/zlib: Add system zlib method for android 2021-11-15 12:40:00 -05:00
222 native prop fix various spelling issues 2023-04-11 19:21:05 -04:00
223 persubproject options Compiler checks must use per-subproject options 2023-09-07 06:55:07 -04:00
224 arithmetic operators Condense test directory names. 2021-04-26 23:39:15 +01:00
225 link language Condense test directory names. 2021-04-26 23:39:15 +01:00
226 link depends indexed custom target backend/vs: process link dependencies. 2021-10-04 22:34:57 -04:00
227 very long command line fix various spelling issues 2023-04-11 19:21:05 -04:00
228 custom_target source Condense test directory names. 2021-04-26 23:39:15 +01:00
229 disabler array addition Condense test directory names. 2021-04-26 23:39:15 +01:00
230 external project tests: remove deprecated `import('unstable_')` 2022-08-17 16:25:36 -04:00
231 subdir files Condense test directory names. 2021-04-26 23:39:15 +01:00
232 dependency allow_fallback tests: remove compiler requirement in various unneeded cases 2022-08-23 12:26:13 -04:00
233 wrap case Condense test directory names. 2021-04-26 23:39:15 +01:00
234 get_file_contents Condense test directory names. 2021-04-26 23:39:15 +01:00
235 invalid standard overridden to valid fix various spelling issues 2023-04-11 19:21:05 -04:00
236 proper args splitting Condense test directory names. 2021-04-26 23:39:15 +01:00
237 fstrings tests: remove compiler requirement in various unneeded cases 2022-08-23 12:26:13 -04:00
238 dependency include_type inconsistency tests: remove compiler requirement in various unneeded cases 2022-08-23 12:26:13 -04:00
239 includedir violation Change "can not" to "cannot" throughout project 2023-04-11 17:10:01 +03:00
240 dependency native host == build tests: remove compiler requirement in various unneeded cases 2022-08-23 12:26:13 -04:00
241 set and get variable Condense test directory names for next release. 2021-07-15 00:23:42 +03:00
242 custom target feed tests: remove compiler requirement in various unneeded cases 2022-08-23 12:26:13 -04:00
243 escape++ Escape path in exclude filter passed to gcovr 2021-08-04 20:31:35 +02:00
244 variable scope Add unset_variable() 2021-08-16 14:05:13 -04:00
245 custom target index source test cases: make various things werror-safe 2023-03-28 23:34:18 -04:00
246 dependency fallbacks tests: remove compiler requirement in various unneeded cases 2022-08-23 12:26:13 -04:00
247 deprecated option Deprecate passing strings to non-string options 2023-01-20 00:18:42 -05:00
248 install_emptydir Condense test directory numbers for rc1. 2022-01-02 19:07:36 +02:00
249 install_symlink Condense test directory numbers for rc1. 2022-01-02 19:07:36 +02:00
250 system include dir Fix system include arguments for clang-cl 2022-01-15 22:00:05 +05:30
251 add_project_dependencies interpreter: new function add_project_dependencies() 2022-05-03 02:00:29 -04:00
252 install data structured python module: add an automatic byte-compilation step 2023-05-02 19:28:35 -04:00
253 subproject dependency variables Condense test directory numbers. 2022-10-25 00:03:32 +03:00
254 long output tests: allow a long test to have more time to complete before timing out 2023-03-09 21:36:33 -08:00
255 module warnings Condense test directory numbers. 2022-10-25 00:03:32 +03:00
256 subproject extracted objects Condense test directory numbers. 2022-10-25 00:03:32 +03:00
257 generated header dep test cases: use best practices method to find the python3 program 2023-02-24 20:45:00 -05:00
258 subsubproject inplace Condense test directory numbers. 2022-10-25 00:03:32 +03:00
259 preprocess comp.preprocess(): Do not treat every file as assembly 2023-07-05 21:34:25 +03:00
260 declare_dependency objects add testcase for declare_dependency(objects: ...) 2023-01-04 09:44:32 -08:00
261 testcase clause interpreter: Add testcase..endtestcase clause support 2023-03-01 20:13:34 -05:00
262 generator chain Allow generator.process(generator.process(...)) 2023-05-21 22:12:57 +03:00
262 internal dependency includes in checks compilers: fix checks handling of internal dependencies 2023-08-22 09:40:30 -04:00
262 required keyword in has functions compiler: Add required keyword to has_* methods 2023-08-05 07:14:08 -04:00
263 default_options dict Condense test directory names for release. 2023-06-28 15:28:52 +03:00
264 format string Unify message(), format() and fstring formatting 2023-08-02 13:35:29 -04:00
265 default_options in find_program Add default_options argument to find_program() 2023-08-04 14:46:39 -04:00
266 install functions and follow_symlinks install_{data,headers,subdir}: implement follow_symlinks 2023-09-13 21:44:40 -04:00
269 configure file output format Add macro_name option to configure_file 2023-09-09 07:30:56 -04:00
270 int_to_str_fill Add support for padding zeroes in int.to_string() method 2023-09-09 19:03:22 -04:00
272 env in generator.process Add env kwarg in generator.process() 2023-10-05 09:59:43 -07:00