.. |
1 project not first
|
Created new suite of tests that should fail when executed.
|
12 years ago |
2 missing file
|
Check that non-existing source files cause errors.
|
12 years ago |
3 missing subdir
|
Check that missing subdirs cause an error.
|
12 years ago |
4 missing meson.build
|
Check that missing subdirs cause an error.
|
12 years ago |
5 misplaced option
|
Preserve option function for option files.
|
12 years ago |
6 missing incdir
|
After an actual, factual bug report from a user, fixed include_directories so that it checks that the specified directories exist.
|
11 years ago |
7 go to subproject
|
Added failing test.
|
11 years ago |
8 recursive
|
Test for recursive instantiations of subprojects.
|
11 years ago |
9 missing extra file
|
Can specify extra files that show up in IDEs as parts of a target.
|
11 years ago |
10 out of bounds
|
Add support for subscripting array objects with [].
|
10 years ago |
11 object arithmetic
|
More strict type checking for arithmetic operations.
|
10 years ago |
12 string arithmetic
|
More strict type checking for arithmetic operations.
|
10 years ago |
13 array arithmetic
|
More strict type checking for arithmetic operations.
|
10 years ago |
14 invalid option name
|
Verify that option names do not have invalid characters.
|
10 years ago |
15 kwarg before arg
|
Test for posargs being before kwargs.
|
10 years ago |
16 extract from subproject
|
Fixed broken subdir object extraction and moved tests.
|
10 years ago |
17 same name
|
Can create top level targets that have the same name but different type.
|
10 years ago |
18 wrong plusassign
|
Created the += operator.
|
10 years ago |
19 target clash
|
Prevent generation of Ninja files with target ambiguities.
|
10 years ago |
20 version
|
Can check for Meson version in project definition.
|
10 years ago |
21 subver
|
Can specify version requirements to subprojects.
|
10 years ago |
22 assert
|
Projects can specify default values for options.
|
10 years ago |
23 rel testdir
|
Can specify a working directory for tests. Closes #326.
|
9 years ago |
24 backslash
|
Forbid backslashes on compiler command lines. It is unfortunately the only reliable way.
|
9 years ago |
25 int conversion
|
String to int conversion. Closes #362.
|
9 years ago |
26 badlang
|
Can add languages only if they are available. Closes #365.
|
9 years ago |
27 output subdir
|
Guard against subdir segments in output files.
|
9 years ago |